@wavv/ui 1.9.17 → 1.9.18

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 Funnel: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Funnel;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const Notes: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Notes;
@@ -149,6 +149,7 @@ declare const icons: {
149
149
  filter: typeof Filter;
150
150
  flag: (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
151
151
  flask: typeof Flask;
152
+ funnel: (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
152
153
  group: typeof Group;
153
154
  hash: (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
154
155
  heart: typeof Heart;
@@ -175,6 +176,7 @@ declare const icons: {
175
176
  minimize: typeof Minimize;
176
177
  mobile: typeof Mobile;
177
178
  'not-allowed': typeof NotAllowed;
179
+ notes: (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
178
180
  open: typeof Open;
179
181
  pause: typeof Pause;
180
182
  'pause-outline': typeof PauseOutline;
package/build/index.d.ts CHANGED
@@ -986,6 +986,7 @@ declare const icons: {
986
986
  filter: typeof DonerMenu;
987
987
  flag: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
988
988
  flask: typeof Flask;
989
+ funnel: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
989
990
  group: typeof Group;
990
991
  hash: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
991
992
  heart: typeof Heart;
@@ -1012,6 +1013,7 @@ declare const icons: {
1012
1013
  minimize: typeof Minimize;
1013
1014
  mobile: typeof Mobile;
1014
1015
  'not-allowed': typeof NotAllowed;
1016
+ notes: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1015
1017
  open: typeof Open;
1016
1018
  pause: typeof PauseOutline$1;
1017
1019
  'pause-outline': typeof PauseOutline;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const Funnel: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Funnel;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const Notes: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Notes;
@@ -149,6 +149,7 @@ declare const icons: {
149
149
  filter: typeof Filter;
150
150
  flag: (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
151
151
  flask: typeof Flask;
152
+ funnel: (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
152
153
  group: typeof Group;
153
154
  hash: (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
154
155
  heart: typeof Heart;
@@ -175,6 +176,7 @@ declare const icons: {
175
176
  minimize: typeof Minimize;
176
177
  mobile: typeof Mobile;
177
178
  'not-allowed': typeof NotAllowed;
179
+ notes: (props: import("react").SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
178
180
  open: typeof Open;
179
181
  pause: typeof Pause;
180
182
  'pause-outline': typeof PauseOutline;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavv/ui",
3
- "version": "1.9.17",
3
+ "version": "1.9.18",
4
4
  "files": [
5
5
  "build/**/*"
6
6
  ],