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