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