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