@sit-onyx/icons 1.5.0 → 1.6.0-dev-20260205082424
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/dremio.svg +1 -0
- package/dist/assets/pubsub-service.svg +1 -0
- package/dist/index.js +482 -480
- package/dist/metadata.json.d.ts +8 -0
- package/dist/utils.js +172 -170
- package/dist/virtual__vite-plugin-svg.d.ts +2 -0
- package/package.json +1 -1
|
@@ -212,6 +212,7 @@ export const iconDolphin: string;
|
|
|
212
212
|
export const iconDownload: string;
|
|
213
213
|
export const iconDraggableHorizontal: string;
|
|
214
214
|
export const iconDraggable: string;
|
|
215
|
+
export const iconDremio: string;
|
|
215
216
|
export const iconDriver: string;
|
|
216
217
|
export const iconDuplicate: string;
|
|
217
218
|
export const iconDynamite: string;
|
|
@@ -491,6 +492,7 @@ export const iconPrintX: string;
|
|
|
491
492
|
export const iconPrint: string;
|
|
492
493
|
export const iconProfileHook: string;
|
|
493
494
|
export const iconProfile: string;
|
|
495
|
+
export const iconPubsubService: string;
|
|
494
496
|
export const iconPuzzle1: string;
|
|
495
497
|
export const iconPuzzle2: string;
|
|
496
498
|
export const iconQrCode: string;
|