@goodhood-web/ui 2.1.0-development.2 → 2.1.0-development.4
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 +66 -66
- package/index.mjs +1545 -1543
- package/lib/Base/Icon/icons/32x32/index.d.ts +6 -0
- package/lib/Base/Icon/icons/index.d.ts +6 -0
- package/package.json +1 -1
|
@@ -269,6 +269,12 @@ declare const IconsMap: {
|
|
|
269
269
|
readonly qr_code: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
270
270
|
title?: string;
|
|
271
271
|
}>;
|
|
272
|
+
readonly quotation_left_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
273
|
+
title?: string;
|
|
274
|
+
}>;
|
|
275
|
+
readonly quotation_right_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
276
|
+
title?: string;
|
|
277
|
+
}>;
|
|
272
278
|
readonly search: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
273
279
|
title?: string;
|
|
274
280
|
}>;
|
|
@@ -442,6 +442,12 @@ declare const iconsMap: {
|
|
|
442
442
|
readonly qr_code: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
443
443
|
title?: string;
|
|
444
444
|
}>;
|
|
445
|
+
readonly quotation_left_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
446
|
+
title?: string;
|
|
447
|
+
}>;
|
|
448
|
+
readonly quotation_right_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
449
|
+
title?: string;
|
|
450
|
+
}>;
|
|
445
451
|
readonly search: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
446
452
|
title?: string;
|
|
447
453
|
}>;
|