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