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