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