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