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