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