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