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