@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.
- package/build/cjs/index.js +1 -1
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/types/assets/icons/Flag.d.ts +3 -0
- package/build/cjs/types/components/Icon/icons.d.ts +1 -0
- package/build/esm/index.js +1 -1
- package/build/esm/index.js.map +1 -1
- package/build/esm/types/assets/icons/Flag.d.ts +3 -0
- package/build/esm/types/components/Icon/icons.d.ts +1 -0
- package/build/index.d.ts +1 -0
- package/build/types/assets/icons/Flag.d.ts +3 -0
- package/build/types/components/Icon/icons.d.ts +1 -0
- package/package.json +1 -1
|
@@ -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;
|