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