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