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