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