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