|
1 | 1 | // NOTE: This file is auto-generated. Do not edit directly. Run the script `npm run generate-icon` to update. |
2 | | - |
| 2 | +import { ReactComponent as ICBulb } from '@Icons/ic-bulb.svg' |
| 3 | +import { ReactComponent as ICStatusProgress } from '@Icons/ic-circle-progress.svg' |
| 4 | +import { ReactComponent as ICClose } from '@Icons/ic-close.svg' |
| 5 | +import { ReactComponent as ICStatusPending } from '@Icons/ic-dot-circle.svg' |
| 6 | +import { ReactComponent as ICStatusFailed } from '@Icons/ic-failure-color.svg' |
| 7 | +import { ReactComponent as ICPiggybank } from '@Icons/ic-piggybank.svg' |
| 8 | +import { ReactComponent as ICPriorityHighFill } from '@Icons/ic-priority-high-fill.svg' |
| 9 | +import { ReactComponent as ICPriorityLowFill } from '@Icons/ic-priority-low-fill.svg' |
| 10 | +import { ReactComponent as ICPriorityMediumFill } from '@Icons/ic-priority-medium-fill.svg' |
| 11 | +import { ReactComponent as ICPriorityUrgentFill } from '@Icons/ic-priority-urgent-fill.svg' |
| 12 | +import { ReactComponent as ICRedBulb } from '@Icons/ic-red-bulb.svg' |
| 13 | +import { ReactComponent as ICSpider } from '@Icons/ic-spider.svg' |
| 14 | +import { ReactComponent as ICVector } from '@Icons/ic-vector.svg' |
3 | 15 | import { ReactComponent as IC73strings } from '@IconsV2/ic-73strings.svg' |
4 | 16 | import { ReactComponent as ICAborted } from '@IconsV2/ic-aborted.svg' |
5 | 17 | import { ReactComponent as ICActivity } from '@IconsV2/ic-activity.svg' |
@@ -534,6 +546,19 @@ export const iconMap = { |
534 | 546 | 'ic-webhook': ICWebhook, |
535 | 547 | 'ic-wifi-slash': ICWifiSlash, |
536 | 548 | 'ic-world-globe': ICWorldGlobe, |
| 549 | + 'ic-bulb': ICRedBulb, |
| 550 | + 'ic-red-bulb': ICBulb, |
| 551 | + 'ic-failure-color': ICStatusFailed, |
| 552 | + 'ic-dot-circle': ICStatusPending, |
| 553 | + 'ic-circle-progress': ICStatusProgress, |
| 554 | + 'ic-piggybank': ICPiggybank, |
| 555 | + 'ic-priority-high-fill': ICPriorityHighFill, |
| 556 | + 'ic-priority-low-fill': ICPriorityLowFill, |
| 557 | + 'ic-priority-medium-fill': ICPriorityMediumFill, |
| 558 | + 'ic-priority-urgent-fill': ICPriorityUrgentFill, |
| 559 | + 'ic-spider': ICSpider, |
| 560 | + 'ic-vector': ICVector, |
| 561 | + 'ic-close': ICClose, |
537 | 562 | } |
538 | 563 |
|
539 | 564 | export type IconName = keyof typeof iconMap |
|
0 commit comments