@foodpilot/foods 0.3.8 → 0.3.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 +6 -0
- package/dist/main.js +5364 -5344
- package/dist/main.umd.cjs +68 -68
- package/package.json +1 -1
|
@@ -312,6 +312,9 @@ export declare const iconMapping: {
|
|
|
312
312
|
readonly reset: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
313
313
|
title?: string | undefined;
|
|
314
314
|
}>;
|
|
315
|
+
readonly rules: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
316
|
+
title?: string | undefined;
|
|
317
|
+
}>;
|
|
315
318
|
readonly save: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
316
319
|
title?: string | undefined;
|
|
317
320
|
}>;
|
|
@@ -342,6 +345,9 @@ export declare const iconMapping: {
|
|
|
342
345
|
readonly suggestions: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
343
346
|
title?: string | undefined;
|
|
344
347
|
}>;
|
|
348
|
+
readonly support: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
349
|
+
title?: string | undefined;
|
|
350
|
+
}>;
|
|
345
351
|
readonly sync: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
346
352
|
title?: string | undefined;
|
|
347
353
|
}>;
|