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