diff --git a/docs/assets/images/components/tag.svg b/docs/assets/images/components/tag.svg new file mode 100644 index 0000000000..1ec7b9a0cb --- /dev/null +++ b/docs/assets/images/components/tag.svg @@ -0,0 +1 @@ + diff --git a/docs/structure.ts b/docs/structure.ts index 90840843eb..b9c91c7e15 100644 --- a/docs/structure.ts +++ b/docs/structure.ts @@ -507,7 +507,7 @@ export const structure = [ { type: 'tabs', name: 'Tag', - icon: '', + icon: 'tag.svg', source: ['NbTagListComponent', 'NbTagInputDirective', 'NbTagComponent'], }, {