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