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