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