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