@foodpilot/foods 2.2.8 → 2.2.9
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/dist/components/Icons/iconConfig.d.ts +9 -0
- package/dist/main.js +9759 -9753
- package/dist/main.umd.cjs +38 -38
- package/package.json +1 -1
|
@@ -152,6 +152,12 @@ export declare const iconMapping: {
|
|
|
152
152
|
readonly analyzeData: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
153
153
|
title?: string;
|
|
154
154
|
}>;
|
|
155
|
+
readonly dashboard2: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
156
|
+
title?: string;
|
|
157
|
+
}>;
|
|
158
|
+
readonly lock: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
159
|
+
title?: string;
|
|
160
|
+
}>;
|
|
155
161
|
readonly actionPlan: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
156
162
|
title?: string;
|
|
157
163
|
}>;
|
|
@@ -440,6 +446,9 @@ export declare const iconMapping: {
|
|
|
440
446
|
readonly waterfall: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
441
447
|
title?: string;
|
|
442
448
|
}>;
|
|
449
|
+
readonly formatNumberedList: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
450
|
+
title?: string;
|
|
451
|
+
}>;
|
|
443
452
|
};
|
|
444
453
|
export type WidthHeight = {
|
|
445
454
|
width: number;
|