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