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