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