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