Skip to content

Commit 1a65a84

Browse files
Add Tag icon (fa-tag) to icon table
Maps the "Tag" icon name to FontAwesome's solid faTag glyph so it can be used via the <Icon name="Tag" /> component. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 73d2f11 commit 1a65a84

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib/components/icon/iconTable.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,5 @@ export const iconTable = {
145145
History: 'fas faClockRotateLeft',
146146
Astronaut: 'fas faUserAstronaut',
147147
Microchip: 'fas faMicrochip',
148+
Tag: 'fas faTag',
148149
};

0 commit comments

Comments
 (0)