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