@stash-ui/duotone-icons 1.0.42 → 1.0.44
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/ApiIcon.d.ts +2 -0
- package/dist/AtomIcon.d.ts +2 -0
- package/dist/BoltIcon.d.ts +2 -0
- package/dist/BooksIcon.d.ts +2 -0
- package/dist/CameraIcon.d.ts +2 -0
- package/dist/CenterAlignmentIcon.d.ts +2 -0
- package/dist/ColumnsIcon.d.ts +2 -0
- package/dist/CouponIcon.d.ts +2 -0
- package/dist/FileCertificateIcon.d.ts +2 -0
- package/dist/FormIcon.d.ts +2 -0
- package/dist/HandShakeIcon.d.ts +2 -0
- package/dist/KanbanAddIcon.d.ts +2 -0
- package/dist/KanbanUpdateIcon.d.ts +2 -0
- package/dist/KeyIcon.d.ts +2 -0
- package/dist/LeftAlignmentIcon.d.ts +2 -0
- package/dist/LightHouseIcon.d.ts +2 -0
- package/dist/PuzzleIcon.d.ts +2 -0
- package/dist/RightAlignmentIcon.d.ts +2 -0
- package/dist/RulesIcon.d.ts +2 -0
- package/dist/StarAiIcon.d.ts +2 -0
- package/dist/StepIcon.d.ts +2 -0
- package/dist/TableIcon.d.ts +2 -0
- package/dist/TagIcon.d.ts +2 -0
- package/dist/VariableIcon.d.ts +2 -0
- package/dist/duotone-icons.cjs.development.js +708 -8
- package/dist/duotone-icons.cjs.development.js.map +1 -1
- package/dist/duotone-icons.cjs.production.min.js +1 -1
- package/dist/duotone-icons.cjs.production.min.js.map +1 -1
- package/dist/duotone-icons.esm.js +685 -9
- package/dist/duotone-icons.esm.js.map +1 -1
- package/dist/index.d.ts +24 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -294,3 +294,27 @@ export { default as ListRemovedIcon } from './ListRemovedIcon';
|
|
294
294
|
export { default as KanbanIcon } from './KanbanIcon';
|
295
295
|
export { default as UserUpdateIcon } from './UserUpdateIcon';
|
296
296
|
export { default as OrderByIcon } from './OrderByIcon';
|
297
|
+
export { default as KanbanUpdateIcon } from './KanbanUpdateIcon';
|
298
|
+
export { default as KanbanAddIcon } from './KanbanAddIcon';
|
299
|
+
export { default as VariableIcon } from './VariableIcon';
|
300
|
+
export { default as LeftAlignmentIcon } from './LeftAlignmentIcon';
|
301
|
+
export { default as RightAlignmentIcon } from './RightAlignmentIcon';
|
302
|
+
export { default as CenterAlignmentIcon } from './CenterAlignmentIcon';
|
303
|
+
export { default as CameraIcon } from './CameraIcon';
|
304
|
+
export { default as TableIcon } from './TableIcon';
|
305
|
+
export { default as ColumnsIcon } from './ColumnsIcon';
|
306
|
+
export { default as LightHouseIcon } from './LightHouseIcon';
|
307
|
+
export { default as BooksIcon } from './BooksIcon';
|
308
|
+
export { default as TagIcon } from './TagIcon';
|
309
|
+
export { default as FormIcon } from './FormIcon';
|
310
|
+
export { default as BoltIcon } from './BoltIcon';
|
311
|
+
export { default as HandShakeIcon } from './HandShakeIcon';
|
312
|
+
export { default as PuzzleIcon } from './PuzzleIcon';
|
313
|
+
export { default as KeyIcon } from './KeyIcon';
|
314
|
+
export { default as ApiIcon } from './ApiIcon';
|
315
|
+
export { default as RulesIcon } from './RulesIcon';
|
316
|
+
export { default as StarAiIcon } from './StarAiIcon';
|
317
|
+
export { default as AtomIcon } from './AtomIcon';
|
318
|
+
export { default as StepIcon } from './StepIcon';
|
319
|
+
export { default as CouponIcon } from './CouponIcon';
|
320
|
+
export { default as FileCertificateIcon } from './FileCertificateIcon';
|