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