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