@indigoai/indigo-icons 0.2.5 → 0.2.6
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 +4 -0
- package/dist/outline/status-done.d.ts +3 -0
- package/dist/outline/status-progress.d.ts +3 -0
- package/dist/outline/status-review.d.ts +3 -0
- package/dist/outline/status-todo.d.ts +3 -0
- package/dist/outline.cjs +1 -1
- package/dist/outline.cjs.map +1 -1
- package/dist/outline.js +3233 -3168
- package/dist/outline.js.map +1 -1
- package/package.json +1 -1
|
@@ -1130,6 +1130,10 @@ export { default as SquareRootEdu } from './square-root-edu';
|
|
|
1130
1130
|
export { default as StandbyMode1 } from './standby-mode-1';
|
|
1131
1131
|
export { default as Star } from './star';
|
|
1132
1132
|
export { default as StationeryEdu } from './stationery-edu';
|
|
1133
|
+
export { default as StatusTodo } from './status-todo';
|
|
1134
|
+
export { default as StatusProgress } from './status-progress';
|
|
1135
|
+
export { default as StatusReview } from './status-review';
|
|
1136
|
+
export { default as StatusDone } from './status-done';
|
|
1133
1137
|
export { default as StethoscopeHealth } from './stethoscope-health';
|
|
1134
1138
|
export { default as Sticker } from './sticker';
|
|
1135
1139
|
export { default as Stop00 } from './stop-00';
|