Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: new product icons #3655

Merged
merged 3 commits into from
Apr 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/tricky-eggs-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ultraviolet/icons": patch
---

New `ProductIcons` : "vpsServers", "vpsProServers", "vpsStartServers" and "environmentalFootprintCalculator"
8 changes: 8 additions & 0 deletions packages/icons/src/components/ProductIcon/Icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ import { ReactComponent as elasticMetalIridium } from './assets/elastic-metal-ir
import { ReactComponent as elasticMetalLithium } from './assets/elastic-metal-lithium.svg'
import { ReactComponent as elasticMetalTitanium } from './assets/elastic-metal-titanium.svg'
import { ReactComponent as elasticMetal } from './assets/elastic-metal.svg'
import { ReactComponent as environmentalFootprintCalculator } from './assets/environmental-footprint-calculator.svg'
import { ReactComponent as file } from './assets/file.svg'
import { ReactComponent as flexibleIp } from './assets/flexible-ip.svg'
import { ReactComponent as folder } from './assets/folder.svg'
Expand Down Expand Up @@ -132,6 +133,9 @@ import { ReactComponent as verifyCard } from './assets/verify-card.svg'
import { ReactComponent as video } from './assets/video.svg'
import { ReactComponent as volume } from './assets/volume.svg'
import { ReactComponent as vpc } from './assets/vpc.svg'
import { ReactComponent as vpsProServers } from './assets/vps-pro-servers.svg'
import { ReactComponent as vpsServers } from './assets/vps-servers.svg'
import { ReactComponent as vpsStartServers } from './assets/vps-start-servers.svg'
import { ReactComponent as webPlatform } from './assets/web-platform.svg'
import { ReactComponent as webhosting } from './assets/webhosting.svg'
import { ReactComponent as zone } from './assets/zone.svg'
Expand Down Expand Up @@ -274,4 +278,8 @@ export const PRODUCT_ICONS = {
inference,
managedSearchDataBase,
costManager,
vpsProServers,
vpsServers,
vpsStartServers,
environmentalFootprintCalculator,
} as const
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
lisalupi marked this conversation as resolved.
Show resolved Hide resolved
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading