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