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