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