@indigoai/indigo-icons 0.2.7 → 0.2.9
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 +1 -0
- package/dist/outline/status-general.d.ts +3 -0
- package/dist/outline.cjs +1 -1
- package/dist/outline.cjs.map +1 -1
- package/dist/outline.js +3177 -3137
- package/dist/outline.js.map +1 -1
- package/dist/solid/bracket.d.ts +3 -0
- package/dist/solid/solid.d.ts +1 -0
- package/dist/solid.cjs +1 -1
- package/dist/solid.cjs.map +1 -1
- package/dist/solid.js +2369 -2359
- package/dist/solid.js.map +1 -1
- package/package.json +1 -1
|
@@ -1134,6 +1134,7 @@ export { default as StationeryEdu } from './stationery-edu';
|
|
|
1134
1134
|
export { default as StatusBacklog } from './status-backlog';
|
|
1135
1135
|
export { default as StatusTodo } from './status-todo';
|
|
1136
1136
|
export { default as StatusProgress } from './status-progress';
|
|
1137
|
+
export { default as StatusGeneral } from './status-general';
|
|
1137
1138
|
export { default as StatusReview } from './status-review';
|
|
1138
1139
|
export { default as StatusDone } from './status-done';
|
|
1139
1140
|
export { default as StethoscopeHealth } from './stethoscope-health';
|