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