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