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