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