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