@foodpilot/foods 0.5.28 → 0.5.30

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.
@@ -146,6 +146,9 @@ export declare const iconMapping: {
146
146
  readonly uploadFile: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
147
147
  title?: string;
148
148
  }>;
149
+ readonly askor: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
150
+ title?: string;
151
+ }>;
149
152
  readonly actionPlan: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
150
153
  title?: string;
151
154
  }>;