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