Skip to content

Commit 32a121f

Browse files
committed
feat: add icons for license dashboard login page
1 parent 988a90c commit 32a121f

File tree

7 files changed

+50
-3
lines changed

7 files changed

+50
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "1.20.1",
3+
"version": "1.20.1-beta-2",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Assets/IconV2/ic-freemium-devtron.svg

Lines changed: 11 additions & 0 deletions
Loading
Lines changed: 11 additions & 0 deletions
Loading

src/Assets/IconV2/ic-ratings.svg

Lines changed: 13 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading

src/Shared/Components/Icon/Icon.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,11 @@ import { ReactComponent as ICFlask } from '@IconsV2/ic-flask.svg'
9898
import { ReactComponent as ICFolder } from '@IconsV2/ic-folder.svg'
9999
import { ReactComponent as ICFolderColor } from '@IconsV2/ic-folder-color.svg'
100100
import { ReactComponent as ICFolderUser } from '@IconsV2/ic-folder-user.svg'
101+
import { ReactComponent as ICFreemiumDevtron } from '@IconsV2/ic-freemium-devtron.svg'
101102
import { ReactComponent as ICGavel } from '@IconsV2/ic-gavel.svg'
102103
import { ReactComponent as ICGear } from '@IconsV2/ic-gear.svg'
103104
import { ReactComponent as ICGift } from '@IconsV2/ic-gift.svg'
105+
import { ReactComponent as ICGiftFilled } from '@IconsV2/ic-gift-filled.svg'
104106
import { ReactComponent as ICGiftGradient } from '@IconsV2/ic-gift-gradient.svg'
105107
import { ReactComponent as ICGit } from '@IconsV2/ic-git.svg'
106108
import { ReactComponent as ICGitBranch } from '@IconsV2/ic-git-branch.svg'
@@ -177,6 +179,7 @@ import { ReactComponent as ICPencil } from '@IconsV2/ic-pencil.svg'
177179
import { ReactComponent as ICPlayOutline } from '@IconsV2/ic-play-outline.svg'
178180
import { ReactComponent as ICQuay } from '@IconsV2/ic-quay.svg'
179181
import { ReactComponent as ICQuote } from '@IconsV2/ic-quote.svg'
182+
import { ReactComponent as ICRatings } from '@IconsV2/ic-ratings.svg'
180183
import { ReactComponent as ICResizeHandle } from '@IconsV2/ic-resize-handle.svg'
181184
import { ReactComponent as ICRocketGear } from '@IconsV2/ic-rocket-gear.svg'
182185
import { ReactComponent as ICRocketLaunch } from '@IconsV2/ic-rocket-launch.svg'
@@ -205,6 +208,7 @@ import { ReactComponent as ICStrategyRecreateColor } from '@IconsV2/ic-strategy-
205208
import { ReactComponent as ICStrategyRolling } from '@IconsV2/ic-strategy-rolling.svg'
206209
import { ReactComponent as ICStrategyRollingColor } from '@IconsV2/ic-strategy-rolling-color.svg'
207210
import { ReactComponent as ICSuccess } from '@IconsV2/ic-success.svg'
211+
import { ReactComponent as ICSuccessBlue } from '@IconsV2/ic-success-blue.svg'
208212
import { ReactComponent as ICSun } from '@IconsV2/ic-sun.svg'
209213
import { ReactComponent as ICSuspended } from '@IconsV2/ic-suspended.svg'
210214
import { ReactComponent as ICTag } from '@IconsV2/ic-tag.svg'
@@ -337,8 +341,10 @@ export const iconMap = {
337341
'ic-folder-color': ICFolderColor,
338342
'ic-folder-user': ICFolderUser,
339343
'ic-folder': ICFolder,
344+
'ic-freemium-devtron': ICFreemiumDevtron,
340345
'ic-gavel': ICGavel,
341346
'ic-gear': ICGear,
347+
'ic-gift-filled': ICGiftFilled,
342348
'ic-gift-gradient': ICGiftGradient,
343349
'ic-gift': ICGift,
344350
'ic-git-branch': ICGitBranch,
@@ -416,6 +422,7 @@ export const iconMap = {
416422
'ic-play-outline': ICPlayOutline,
417423
'ic-quay': ICQuay,
418424
'ic-quote': ICQuote,
425+
'ic-ratings': ICRatings,
419426
'ic-resize-handle': ICResizeHandle,
420427
'ic-rocket-gear': ICRocketGear,
421428
'ic-rocket-launch': ICRocketLaunch,
@@ -443,6 +450,7 @@ export const iconMap = {
443450
'ic-strategy-recreate': ICStrategyRecreate,
444451
'ic-strategy-rolling-color': ICStrategyRollingColor,
445452
'ic-strategy-rolling': ICStrategyRolling,
453+
'ic-success-blue': ICSuccessBlue,
446454
'ic-success': ICSuccess,
447455
'ic-sun': ICSun,
448456
'ic-suspended': ICSuspended,

0 commit comments

Comments
 (0)