@indigoai/indigo-icons 0.2.4 → 0.2.5
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/outline/outline.d.ts +3 -0
- package/dist/outline/priority-high.d.ts +3 -0
- package/dist/outline/priority-low.d.ts +3 -0
- package/dist/outline/priority-medium.d.ts +3 -0
- package/dist/outline.cjs +1 -1
- package/dist/outline.cjs.map +1 -1
- package/dist/outline.js +3437 -3356
- package/dist/outline.js.map +1 -1
- package/package.json +1 -1
|
@@ -988,6 +988,9 @@ export { default as PressSmart } from './press-smart';
|
|
|
988
988
|
export { default as Previous0100 } from './previous-01-00';
|
|
989
989
|
export { default as Previous00 } from './previous-00';
|
|
990
990
|
export { default as PreviousArrow } from './previous-arrow';
|
|
991
|
+
export { default as PriorityHigh } from './priority-high';
|
|
992
|
+
export { default as PriorityMedium } from './priority-medium';
|
|
993
|
+
export { default as PriorityLow } from './priority-low';
|
|
991
994
|
export { default as Profit0112 } from './profit-01-12';
|
|
992
995
|
export { default as Profit0212 } from './profit-02-12';
|
|
993
996
|
export { default as Profit12 } from './profit-12';
|