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