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