@indigoai/indigo-icons 0.2.6 → 0.2.8
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/no-priority.d.ts +3 -0
- package/dist/outline/outline.d.ts +2 -0
- package/dist/outline/status-backlog.d.ts +3 -0
- package/dist/outline.cjs +1 -1
- package/dist/outline.cjs.map +1 -1
- package/dist/outline.js +4118 -4072
- package/dist/outline.js.map +1 -1
- package/dist/solid/bracket.d.ts +3 -0
- package/dist/solid/priority-urgent.d.ts +3 -0
- package/dist/solid/solid.d.ts +3 -0
- package/dist/solid/status-canceled.d.ts +3 -0
- package/dist/solid.cjs +1 -1
- package/dist/solid.cjs.map +1 -1
- package/dist/solid.js +3434 -3381
- package/dist/solid.js.map +1 -1
- package/package.json +1 -1
package/dist/solid/solid.d.ts
CHANGED
|
@@ -161,6 +161,7 @@ export { default as BoxLove } from './box-love';
|
|
|
161
161
|
export { default as BoxMinus } from './box-minus';
|
|
162
162
|
export { default as BoxSearch } from './box-search';
|
|
163
163
|
export { default as BoxTime } from './box-time';
|
|
164
|
+
export { default as Bracket } from './bracket';
|
|
164
165
|
export { default as Briefcase0100 } from './briefcase-01-00';
|
|
165
166
|
export { default as Briefcase0106 } from './briefcase-01-06';
|
|
166
167
|
export { default as Briefcase0206 } from './briefcase-02-06';
|
|
@@ -988,6 +989,7 @@ export { default as PressSmart } from './press-smart';
|
|
|
988
989
|
export { default as Previous011 } from './previous-01-1';
|
|
989
990
|
export { default as Previous1 } from './previous-1';
|
|
990
991
|
export { default as PreviousArrow } from './previous-arrow';
|
|
992
|
+
export { default as PriorityUrgent } from './priority-urgent';
|
|
991
993
|
export { default as Profit0100 } from './profit-01-00';
|
|
992
994
|
export { default as Profit0200 } from './profit-02-00';
|
|
993
995
|
export { default as Profit00 } from './profit-00';
|
|
@@ -1131,6 +1133,7 @@ export { default as SquareRootEdu } from './square-root-edu';
|
|
|
1131
1133
|
export { default as StandbyModeSolid } from './standby-mode-solid';
|
|
1132
1134
|
export { default as Star } from './star';
|
|
1133
1135
|
export { default as StationeryEdu } from './stationery-edu';
|
|
1136
|
+
export { default as StatusCanceled } from './status-canceled';
|
|
1134
1137
|
export { default as StethoscopeHealth } from './stethoscope-health';
|
|
1135
1138
|
export { default as Sticker } from './sticker';
|
|
1136
1139
|
export { default as StickyNote } from './sticky-note';
|