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