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