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