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