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