@goodhood-web/ui 1.5.0-development.6 → 1.5.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 +333 -332
- package/lib/Icon/icons/32x32/index.d.ts +3 -0
- package/lib/Icon/icons/index.d.ts +3 -0
- package/package.json +1 -1
|
@@ -99,6 +99,9 @@ declare const IconsMap: {
|
|
|
99
99
|
readonly event_calendar_date: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
100
100
|
title?: string | undefined;
|
|
101
101
|
}>;
|
|
102
|
+
readonly event_calendar_grid: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
103
|
+
title?: string | undefined;
|
|
104
|
+
}>;
|
|
102
105
|
readonly event_calendar_plus: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
103
106
|
title?: string | undefined;
|
|
104
107
|
}>;
|
|
@@ -231,6 +231,9 @@ declare const iconsMap: {
|
|
|
231
231
|
readonly event_calendar_date: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
232
232
|
title?: string | undefined;
|
|
233
233
|
}>;
|
|
234
|
+
readonly event_calendar_grid: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
235
|
+
title?: string | undefined;
|
|
236
|
+
}>;
|
|
234
237
|
readonly event_calendar_plus: import('react').FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
235
238
|
title?: string | undefined;
|
|
236
239
|
}>;
|