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