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