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