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