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