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