Skip to content

Commit 7efb428

Browse files
committed
feat: add icon for upgrade to ent
1 parent 4945840 commit 7efb428

File tree

5 files changed

+326
-3
lines changed

5 files changed

+326
-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.19.0-beta-5",
3+
"version": "1.19.1",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",
Lines changed: 320 additions & 0 deletions
Loading

src/Shared/Components/Icon/Icon.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ import { ReactComponent as ICTravclan } from '@IconsV2/ic-travclan.svg'
212212
import { ReactComponent as ICTwoCubes } from '@IconsV2/ic-two-cubes.svg'
213213
import { ReactComponent as ICUbuntu } from '@IconsV2/ic-ubuntu.svg'
214214
import { ReactComponent as ICUnknown } from '@IconsV2/ic-unknown.svg'
215+
import { ReactComponent as ICUpgradeEnterprise } from '@IconsV2/ic-upgrade-enterprise.svg'
215216
import { ReactComponent as ICUserCircle } from '@IconsV2/ic-user-circle.svg'
216217
import { ReactComponent as ICUserKey } from '@IconsV2/ic-user-key.svg'
217218
import { ReactComponent as ICUsers } from '@IconsV2/ic-users.svg'
@@ -438,6 +439,7 @@ export const iconMap = {
438439
'ic-two-cubes': ICTwoCubes,
439440
'ic-ubuntu': ICUbuntu,
440441
'ic-unknown': ICUnknown,
442+
'ic-upgrade-enterprise': ICUpgradeEnterprise,
441443
'ic-user-circle': ICUserCircle,
442444
'ic-user-key': ICUserKey,
443445
'ic-users': ICUsers,

src/Shared/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,6 +1184,7 @@ export type IconBaseSizeType =
11841184
| 42
11851185
| 44
11861186
| 48
1187+
| 64
11871188
| 72
11881189
| 80
11891190

0 commit comments

Comments
 (0)