|
1 | 1 | // NOTE: This file is auto-generated. Do not edit directly. Run the script `npm run generate-icon` to update.
|
2 | 2 |
|
3 |
| -import { ReactComponent as ICBulb } from '@Icons/ic-bulb.svg' |
4 |
| -import { ReactComponent as ICStatusProgress } from '@Icons/ic-circle-progress.svg' |
5 |
| -import { ReactComponent as ICClose } from '@Icons/ic-close.svg' |
6 |
| -import { ReactComponent as ICStatusPending } from '@Icons/ic-dot-circle.svg' |
7 |
| -import { ReactComponent as ICStatusFailed } from '@Icons/ic-failure-color.svg' |
8 |
| -import { ReactComponent as ICPiggybank } from '@Icons/ic-piggybank.svg' |
9 |
| -import { ReactComponent as ICPriorityHighFill } from '@Icons/ic-priority-high-fill.svg' |
10 |
| -import { ReactComponent as ICPriorityLowFill } from '@Icons/ic-priority-low-fill.svg' |
11 |
| -import { ReactComponent as ICPriorityMediumFill } from '@Icons/ic-priority-medium-fill.svg' |
12 |
| -import { ReactComponent as ICPriorityUrgentFill } from '@Icons/ic-priority-urgent-fill.svg' |
13 |
| -import { ReactComponent as ICRedBulb } from '@Icons/ic-red-bulb.svg' |
14 |
| -import { ReactComponent as ICSpider } from '@Icons/ic-spider.svg' |
15 |
| -import { ReactComponent as ICVector } from '@Icons/ic-vector.svg' |
16 | 3 | import { ReactComponent as IC73strings } from '@IconsV2/ic-73strings.svg'
|
17 | 4 | import { ReactComponent as ICAborted } from '@IconsV2/ic-aborted.svg'
|
18 | 5 | import { ReactComponent as ICActivity } from '@IconsV2/ic-activity.svg'
|
@@ -198,6 +185,7 @@ import { ReactComponent as ICMonitoring } from '@IconsV2/ic-monitoring.svg'
|
198 | 185 | import { ReactComponent as ICMoreVertical } from '@IconsV2/ic-more-vertical.svg'
|
199 | 186 | import { ReactComponent as ICNamespace } from '@IconsV2/ic-namespace.svg'
|
200 | 187 | import { ReactComponent as ICNew } from '@IconsV2/ic-new.svg'
|
| 188 | +import { ReactComponent as ICNewChat } from '@IconsV2/ic-new-chat.svg' |
201 | 189 | import { ReactComponent as ICNodeScript } from '@IconsV2/ic-node-script.svg'
|
202 | 190 | import { ReactComponent as ICOidc } from '@IconsV2/ic-oidc.svg'
|
203 | 191 | import { ReactComponent as ICOpenBox } from '@IconsV2/ic-open-box.svg'
|
@@ -335,7 +323,6 @@ export const iconMap = {
|
335 | 323 | 'ic-clipboard': ICClipboard,
|
336 | 324 | 'ic-clock-counterclockwise': ICClockCounterclockwise,
|
337 | 325 | 'ic-clock': ICClock,
|
338 |
| - 'ic-close': ICClose, |
339 | 326 | 'ic-close-large': ICCloseLarge,
|
340 | 327 | 'ic-close-small': ICCloseSmall,
|
341 | 328 | 'ic-cloud-vms': ICCloudVms,
|
@@ -465,6 +452,7 @@ export const iconMap = {
|
465 | 452 | 'ic-monitoring': ICMonitoring,
|
466 | 453 | 'ic-more-vertical': ICMoreVertical,
|
467 | 454 | 'ic-namespace': ICNamespace,
|
| 455 | + 'ic-new-chat': ICNewChat, |
468 | 456 | 'ic-new': ICNew,
|
469 | 457 | 'ic-node-script': ICNodeScript,
|
470 | 458 | 'ic-oidc': ICOidc,
|
@@ -542,18 +530,6 @@ export const iconMap = {
|
542 | 530 | 'ic-webhook': ICWebhook,
|
543 | 531 | 'ic-wifi-slash': ICWifiSlash,
|
544 | 532 | 'ic-world-globe': ICWorldGlobe,
|
545 |
| - 'ic-bulb': ICRedBulb, |
546 |
| - 'ic-red-bulb': ICBulb, |
547 |
| - 'ic-failure-color': ICStatusFailed, |
548 |
| - 'ic-dot-circle': ICStatusPending, |
549 |
| - 'ic-circle-progress': ICStatusProgress, |
550 |
| - 'ic-piggybank': ICPiggybank, |
551 |
| - 'ic-priority-high-fill': ICPriorityHighFill, |
552 |
| - 'ic-priority-low-fill': ICPriorityLowFill, |
553 |
| - 'ic-priority-medium-fill': ICPriorityMediumFill, |
554 |
| - 'ic-priority-urgent-fill': ICPriorityUrgentFill, |
555 |
| - 'ic-spider': ICSpider, |
556 |
| - 'ic-vector': ICVector, |
557 | 533 | }
|
558 | 534 |
|
559 | 535 | export type IconName = keyof typeof iconMap
|
|
0 commit comments