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