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