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.
@@ -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';