@goodhood-web/ui 2.1.0-development.2 → 2.1.0-development.3
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 +1639 -1637
- package/lib/Base/Icon/icons/24x24/index.d.ts +6 -0
- package/lib/Base/Icon/icons/index.d.ts +6 -0
- package/package.json +1 -1
|
@@ -122,6 +122,12 @@ declare const IconsMap: {
|
|
|
122
122
|
readonly privacy_lock_closed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
123
123
|
title?: string;
|
|
124
124
|
}>;
|
|
125
|
+
readonly quotation_left_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
126
|
+
title?: string;
|
|
127
|
+
}>;
|
|
128
|
+
readonly quotation_right_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
129
|
+
title?: string;
|
|
130
|
+
}>;
|
|
125
131
|
readonly react: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
126
132
|
title?: string;
|
|
127
133
|
}>;
|
|
@@ -146,6 +146,12 @@ declare const iconsMap: {
|
|
|
146
146
|
readonly privacy_lock_closed: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
147
147
|
title?: string;
|
|
148
148
|
}>;
|
|
149
|
+
readonly quotation_left_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
150
|
+
title?: string;
|
|
151
|
+
}>;
|
|
152
|
+
readonly quotation_right_filled: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
153
|
+
title?: string;
|
|
154
|
+
}>;
|
|
149
155
|
readonly react: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
150
156
|
title?: string;
|
|
151
157
|
}>;
|