@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;
package/build/index.d.ts CHANGED
@@ -980,6 +980,7 @@ declare const icons: {
980
980
  'eye-on': typeof EyeOn;
981
981
  facebook: typeof Facebook;
982
982
  filter: typeof DonerMenu;
983
+ flag: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
983
984
  flask: typeof Flask;
984
985
  group: typeof Group;
985
986
  hash: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavv/ui",
3
- "version": "1.9.10",
3
+ "version": "1.9.11",
4
4
  "files": [
5
5
  "build/**/*"
6
6
  ],