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