Skip to content

Commit

Permalink
feat: Add Ring icon to iconTable
Browse files Browse the repository at this point in the history
  • Loading branch information
hervedombya committed Aug 7, 2024
1 parent 706cd31 commit 6d6b0f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/icon/Icon.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export const iconTable = {
LightMode: 'fas faSun',
DarkMode: 'fas faMoon',
News: 'fas faBullhorn',
Ring: 'fas faRing',
};

const getColor = (color: string | undefined): string => {
Expand Down
1 change: 1 addition & 0 deletions stories/icons.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,6 @@ When next to a text, the icon and the text should have the same size.
| <i className="fas fa-download fa-3x" /> | Download | Action icon | FA | download | `<i className="fas fa-download" />` | solid Style (fas) | yes | Download |
| <i className="fas fa-id-card fa-3x" /> | ID-card | Entities | FA | id-card | `<i className="fas fa-id-card"/>` | solid Style (fas) | yes | Identity |
| <i className="fas fa-cog fa-3x" /> | Setting | Action | FA | cog | `<i className="fas fa-cog"/>` | solid Style (fas) | yes | Global Settings |
| <i className="fas fa-ring fa-3x" /> | Ring | Entities | FA | ring | `<i className="fas fa-ring"/>` | solid Style (fas) | yes | Ring |
| <QueryClientProvider client={new QueryClient()}><Icon name="Remote-user" size="3x" /></QueryClientProvider> | Remote-user | Entities | Custom | - | - | custom icon | - | Remote user in Identity UI |
| <QueryClientProvider client={new QueryClient()}><Icon name="Remote-group" size="3x" /></QueryClientProvider> | Remote-group | Entities | Custom | - | - | custom icon | - | Remote group in Identity UI |

0 comments on commit 6d6b0f6

Please sign in to comment.