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