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