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