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