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