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