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