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