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