Skip to content

Commit 0ab9850

Browse files
authored
Merge pull request #893 from devtron-labs/feat/license-login-icons
feat: add icons for license dashboard login page
2 parents 988a90c + c46416a commit 0ab9850

File tree

8 files changed

+29
-3
lines changed

8 files changed

+29
-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.2",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",
Lines changed: 1 addition & 0 deletions
Loading

src/Assets/IconV2/ic-ratings.svg

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

src/Shared/Components/Icon/Icon.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ import { ReactComponent as ICFolderUser } from '@IconsV2/ic-folder-user.svg'
101101
import { ReactComponent as ICGavel } from '@IconsV2/ic-gavel.svg'
102102
import { ReactComponent as ICGear } from '@IconsV2/ic-gear.svg'
103103
import { ReactComponent as ICGift } from '@IconsV2/ic-gift.svg'
104+
import { ReactComponent as ICGiftAnimated } from '@IconsV2/ic-gift-animated.svg'
104105
import { ReactComponent as ICGiftGradient } from '@IconsV2/ic-gift-gradient.svg'
105106
import { ReactComponent as ICGit } from '@IconsV2/ic-git.svg'
106107
import { ReactComponent as ICGitBranch } from '@IconsV2/ic-git-branch.svg'
@@ -177,6 +178,7 @@ import { ReactComponent as ICPencil } from '@IconsV2/ic-pencil.svg'
177178
import { ReactComponent as ICPlayOutline } from '@IconsV2/ic-play-outline.svg'
178179
import { ReactComponent as ICQuay } from '@IconsV2/ic-quay.svg'
179180
import { ReactComponent as ICQuote } from '@IconsV2/ic-quote.svg'
181+
import { ReactComponent as ICRatings } from '@IconsV2/ic-ratings.svg'
180182
import { ReactComponent as ICResizeHandle } from '@IconsV2/ic-resize-handle.svg'
181183
import { ReactComponent as ICRocketGear } from '@IconsV2/ic-rocket-gear.svg'
182184
import { ReactComponent as ICRocketLaunch } from '@IconsV2/ic-rocket-launch.svg'
@@ -205,6 +207,7 @@ import { ReactComponent as ICStrategyRecreateColor } from '@IconsV2/ic-strategy-
205207
import { ReactComponent as ICStrategyRolling } from '@IconsV2/ic-strategy-rolling.svg'
206208
import { ReactComponent as ICStrategyRollingColor } from '@IconsV2/ic-strategy-rolling-color.svg'
207209
import { ReactComponent as ICSuccess } from '@IconsV2/ic-success.svg'
210+
import { ReactComponent as ICSuccessBlue } from '@IconsV2/ic-success-blue.svg'
208211
import { ReactComponent as ICSun } from '@IconsV2/ic-sun.svg'
209212
import { ReactComponent as ICSuspended } from '@IconsV2/ic-suspended.svg'
210213
import { ReactComponent as ICTag } from '@IconsV2/ic-tag.svg'
@@ -339,6 +342,7 @@ export const iconMap = {
339342
'ic-folder': ICFolder,
340343
'ic-gavel': ICGavel,
341344
'ic-gear': ICGear,
345+
'ic-gift-animated': ICGiftAnimated,
342346
'ic-gift-gradient': ICGiftGradient,
343347
'ic-gift': ICGift,
344348
'ic-git-branch': ICGitBranch,
@@ -416,6 +420,7 @@ export const iconMap = {
416420
'ic-play-outline': ICPlayOutline,
417421
'ic-quay': ICQuay,
418422
'ic-quote': ICQuote,
423+
'ic-ratings': ICRatings,
419424
'ic-resize-handle': ICResizeHandle,
420425
'ic-rocket-gear': ICRocketGear,
421426
'ic-rocket-launch': ICRocketLaunch,
@@ -443,6 +448,7 @@ export const iconMap = {
443448
'ic-strategy-recreate': ICStrategyRecreate,
444449
'ic-strategy-rolling-color': ICStrategyRollingColor,
445450
'ic-strategy-rolling': ICStrategyRolling,
451+
'ic-success-blue': ICSuccessBlue,
446452
'ic-success': ICSuccess,
447453
'ic-sun': ICSun,
448454
'ic-suspended': ICSuspended,

src/Shared/Components/Illustration/Illustration.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// NOTE: This file is auto-generated. Do not edit directly. Run the script `npm run generate-illustration` to update.
22

33
import ImgCode from '@Illustrations/img-code.webp'
4+
import ImgDevtronFreemium from '@Illustrations/img-devtron-freemium.webp'
45
import ImgManOnRocket from '@Illustrations/img-man-on-rocket.webp'
56
import { ReactComponent as ImgMechanicalOperation } from '@Illustrations/img-mechanical-operation.svg'
67
import ImgNoResult from '@Illustrations/img-no-result.webp'
@@ -12,6 +13,7 @@ import { IllustrationBaseProps } from './types'
1213
export const illustrationMap = {
1314
'img-mechanical-operation': ImgMechanicalOperation,
1415
'img-code': ImgCode,
16+
'img-devtron-freemium': ImgDevtronFreemium,
1517
'img-man-on-rocket': ImgManOnRocket,
1618
'img-no-result': ImgNoResult,
1719
}

0 commit comments

Comments
 (0)