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