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