import * as React from 'react'; export interface FoodScale32Props extends React.SVGProps { ariaLabel?: string } export default function FoodScale32({ ariaLabel, ...props }: FoodScale32Props) { return ( ); }