@foodpilot/foods 0.3.100 → 0.3.101
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 +3 -0
- package/dist/main.js +3046 -3044
- package/dist/main.umd.cjs +5 -5
- package/package.json +1 -1
|
@@ -200,6 +200,9 @@ export declare const iconMapping: {
|
|
|
200
200
|
readonly check: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
201
201
|
title?: string;
|
|
202
202
|
}>;
|
|
203
|
+
readonly circleCheck: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
204
|
+
title?: string;
|
|
205
|
+
}>;
|
|
203
206
|
readonly clickIndicator: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
204
207
|
title?: string;
|
|
205
208
|
}>;
|