flowbite-qwik-icons 0.1.9 → 0.1.10
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/lib/flowbite-icons.qwik.cjs +2227 -2169
- package/lib/flowbite-icons.qwik.mjs +2227 -2171
- package/lib-types/components/Icon/icons/IconStopOutline.d.ts +1 -0
- package/lib-types/components/Icon/icons/IconStopSolid.d.ts +1 -0
- package/lib-types/components/Icon/index.d.ts +2 -0
- package/lib-types/tsconfig.tsbuildinfo +1 -1
- package/package.json +20 -20
@@ -0,0 +1 @@
|
|
1
|
+
export declare const IconStopOutline: import("@builder.io/qwik").Component<import("@builder.io/qwik").SVGProps<SVGSVGElement>>;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const IconStopSolid: import("@builder.io/qwik").Component<import("@builder.io/qwik").SVGProps<SVGSVGElement>>;
|
@@ -465,6 +465,8 @@ export { IconStarHalfStrokeOutline } from './icons/IconStarHalfStrokeOutline';
|
|
465
465
|
export { IconStarHalfStrokeSolid } from './icons/IconStarHalfStrokeSolid';
|
466
466
|
export { IconStarOutline } from './icons/IconStarOutline';
|
467
467
|
export { IconStarSolid } from './icons/IconStarSolid';
|
468
|
+
export { IconStopOutline } from './icons/IconStopOutline';
|
469
|
+
export { IconStopSolid } from './icons/IconStopSolid';
|
468
470
|
export { IconStoreOutline } from './icons/IconStoreOutline';
|
469
471
|
export { IconStoreSolid } from './icons/IconStoreSolid';
|
470
472
|
export { IconSunOutline } from './icons/IconSunOutline';
|