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