diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md
index a152e04f..427030f6 100644
--- a/COMPONENT_INDEX.md
+++ b/COMPONENT_INDEX.md
@@ -860,11 +860,12 @@ None.
### Slots
-| Slot name | Default | Props | Fallback |
-| :----------- | :------ | :---- | :-------------------------- |
-| -- | Yes | -- | -- |
-| labelText | No | -- | {labelText}
|
-| shortcutText | No | -- | {shortcutText}
|
+| Slot name | Default | Props | Fallback |
+| :----------- | :------ | :---- | :---------------------------------------------------- |
+| -- | Yes | -- | -- |
+| icon | No | -- | <svelte:component this="{icon}" />
|
+| labelText | No | -- | {labelText}
|
+| shortcutText | No | -- | {shortcutText}
|
### Events
@@ -1631,6 +1632,8 @@ None.
| Slot name | Default | Props | Fallback |
| :-------- | :------ | :---- | :---------------------------------------------------------- |
| -- | Yes | -- | -- |
+| closeIcon | No | -- | <svelte:component this="{closeIcon}" />
|
+| icon | No | -- | <svelte:component this="{icon}" />
|
| text | No | -- | {#if text}<span>{text}</span>{/if}
|
### Events
@@ -1653,7 +1656,9 @@ None.
### Slots
-None.
+| Slot name | Default | Props | Fallback |
+| :-------- | :------ | :---- | :---------------------------------------------------- |
+| icon | No | -- | <svelte:component this="{icon}" />
|
### Events
@@ -2035,9 +2040,10 @@ None.
### Slots
-| Slot name | Default | Props | Fallback |
-| :-------- | :------ | :---- | :------- |
-| -- | Yes | -- | -- |
+| Slot name | Default | Props | Fallback |
+| :-------- | :------ | :---- | :---------------------------------------------------- |
+| -- | Yes | -- | -- |
+| icon | No | -- | <svelte:component this="{icon}" />
|
### Events
@@ -3436,7 +3442,9 @@ None.
### Slots
-None.
+| Slot name | Default | Props | Fallback |
+| :-------- | :------ | :---- | :---------------------------------------------------- |
+| icon | No | -- | <svelte:component this="{icon}" />
|
### Events
@@ -3457,9 +3465,10 @@ None.
### Slots
-| Slot name | Default | Props | Fallback |
-| :-------- | :------ | :---- | :------- |
-| -- | Yes | -- | -- |
+| Slot name | Default | Props | Fallback |
+| :-------- | :------ | :---- | :---------------------------------------------------- |
+| -- | Yes | -- | -- |
+| icon | No | -- | <svelte:component this="{icon}" />
|
### Events
@@ -4068,9 +4077,10 @@ None.
### Slots
-| Slot name | Default | Props | Fallback |
-| :-------- | :------ | :----------------------------------------------------- | :------- |
-| -- | Yes | { props: { class: 'bx--tag\_\_label' } }
| -- |
+| Slot name | Default | Props | Fallback |
+| :-------- | :------ | :----------------------------------------------------- | :---------------------------------------------------- |
+| -- | Yes | { props: { class: 'bx--tag\_\_label' } }
| -- |
+| icon | No | -- | <svelte:component this="{icon}" />
|
### Events
diff --git a/docs/src/COMPONENT_API.json b/docs/src/COMPONENT_API.json
index 5505675e..eb5eda97 100644
--- a/docs/src/COMPONENT_API.json
+++ b/docs/src/COMPONENT_API.json
@@ -2075,6 +2075,12 @@
"moduleExports": [],
"slots": [
{ "name": "__default__", "default": true, "slot_props": "{}" },
+ {
+ "name": "icon",
+ "default": false,
+ "fallback": "