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