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