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