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