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