@goodhood-web/ui 2.1.0-development.25 → 2.1.0-development.27
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.
|
@@ -520,6 +520,12 @@ declare const iconsMap: {
|
|
|
520
520
|
readonly supporter_new: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
521
521
|
title?: string;
|
|
522
522
|
}>;
|
|
523
|
+
readonly supporter_new_colored: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
524
|
+
title?: string;
|
|
525
|
+
}>;
|
|
526
|
+
readonly supporter_white: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
527
|
+
title?: string;
|
|
528
|
+
}>;
|
|
523
529
|
readonly tennis_ball: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
524
530
|
title?: string;
|
|
525
531
|
}>;
|
|
@@ -296,6 +296,12 @@ declare const IconsMap: {
|
|
|
296
296
|
readonly supporter_new: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
297
297
|
title?: string;
|
|
298
298
|
}>;
|
|
299
|
+
readonly supporter_new_colored: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
300
|
+
title?: string;
|
|
301
|
+
}>;
|
|
302
|
+
readonly supporter_white: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
303
|
+
title?: string;
|
|
304
|
+
}>;
|
|
299
305
|
readonly tennis_ball: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
300
306
|
title?: string;
|
|
301
307
|
}>;
|
|
@@ -469,6 +469,12 @@ declare const iconsMap: {
|
|
|
469
469
|
readonly supporter_new: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
470
470
|
title?: string;
|
|
471
471
|
}>;
|
|
472
|
+
readonly supporter_new_colored: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
473
|
+
title?: string;
|
|
474
|
+
}>;
|
|
475
|
+
readonly supporter_white: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
476
|
+
title?: string;
|
|
477
|
+
}>;
|
|
472
478
|
readonly tennis_ball: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
473
479
|
title?: string;
|
|
474
480
|
}>;
|