diff --git a/components/lib/tag/Tag.d.ts b/components/lib/tag/Tag.d.ts index 735a8f537..d661842ce 100644 --- a/components/lib/tag/Tag.d.ts +++ b/components/lib/tag/Tag.d.ts @@ -82,7 +82,6 @@ export interface TagProps { rounded?: boolean | undefined; /** * Icon of the tag to display next to the value. - * @deprecated since v3.27.0. Use 'icon' slot. */ icon?: string | undefined; /**