@wavv/ui 1.9.10 → 1.9.11

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,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const Flag: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Flag;
@@ -146,6 +146,7 @@ declare const icons: {
146
146
  'eye-on': typeof EyeOn;
147
147
  facebook: typeof Facebook;
148
148
  filter: typeof Filter;
149
+ flag: (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
149
150
  flask: typeof Flask;
150
151
  group: typeof Group;
151
152
  hash: (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;