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