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