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