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