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