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