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