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