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