flowbite-qwik-icons 0.1.8 → 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 +2274 -2161
- package/lib/flowbite-icons.qwik.mjs +2272 -2163
- package/lib-types/components/Icon/icons/IconOpenDoorOutline.d.ts +1 -0
- package/lib-types/components/Icon/icons/IconOpenDoorSolid.d.ts +1 -0
- 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 +4 -0
- package/lib-types/tsconfig.tsbuildinfo +1 -1
- package/package.json +20 -20
@@ -0,0 +1 @@
|
|
1
|
+
export declare const IconOpenDoorOutline: import("@builder.io/qwik").Component<import("@builder.io/qwik").SVGProps<SVGSVGElement>>;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const IconOpenDoorSolid: import("@builder.io/qwik").Component<import("@builder.io/qwik").SVGProps<SVGSVGElement>>;
|
@@ -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>>;
|
@@ -389,6 +389,8 @@ export { IconMountainSunSolid } from './icons/IconMountainSunSolid';
|
|
389
389
|
export { IconNewspaperSolid } from './icons/IconNewspaperSolid';
|
390
390
|
export { IconNewspapperOutline } from './icons/IconNewspapperOutline';
|
391
391
|
export { IconNpmSolid } from './icons/IconNpmSolid';
|
392
|
+
export { IconOpenDoorSolid } from './icons/IconOpenDoorSolid';
|
393
|
+
export { IconOpenDoorOutline } from './icons/IconOpenDoorOutline';
|
392
394
|
export { IconOpenBookSolid } from './icons/IconOpenBookSolid';
|
393
395
|
export { IconOrdoredListOutline } from './icons/IconOrdoredListOutline';
|
394
396
|
export { IconOutdentOutline } from './icons/IconOutdentOutline';
|
@@ -463,6 +465,8 @@ export { IconStarHalfStrokeOutline } from './icons/IconStarHalfStrokeOutline';
|
|
463
465
|
export { IconStarHalfStrokeSolid } from './icons/IconStarHalfStrokeSolid';
|
464
466
|
export { IconStarOutline } from './icons/IconStarOutline';
|
465
467
|
export { IconStarSolid } from './icons/IconStarSolid';
|
468
|
+
export { IconStopOutline } from './icons/IconStopOutline';
|
469
|
+
export { IconStopSolid } from './icons/IconStopSolid';
|
466
470
|
export { IconStoreOutline } from './icons/IconStoreOutline';
|
467
471
|
export { IconStoreSolid } from './icons/IconStoreSolid';
|
468
472
|
export { IconSunOutline } from './icons/IconSunOutline';
|