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