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