@goodhood-web/ui 1.6.0-development.6 → 1.6.0-development.7
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/index.js +7 -7
- package/index.mjs +202 -201
- package/lib/Icon/icons/32x32/index.d.ts +3 -0
- package/lib/Icon/icons/index.d.ts +3 -0
- package/package.json +1 -1
|
@@ -171,6 +171,9 @@ declare const IconsMap: {
|
|
|
171
171
|
readonly more_dots_alt: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
172
172
|
title?: string | undefined;
|
|
173
173
|
}>;
|
|
174
|
+
readonly more_dots_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
175
|
+
title?: string | undefined;
|
|
176
|
+
}>;
|
|
174
177
|
readonly music: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
175
178
|
title?: string | undefined;
|
|
176
179
|
}>;
|
|
@@ -303,6 +303,9 @@ declare const iconsMap: {
|
|
|
303
303
|
readonly more_dots_alt: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
304
304
|
title?: string | undefined;
|
|
305
305
|
}>;
|
|
306
|
+
readonly more_dots_outline: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
307
|
+
title?: string | undefined;
|
|
308
|
+
}>;
|
|
306
309
|
readonly music: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
307
310
|
title?: string | undefined;
|
|
308
311
|
}>;
|