Skip to content

Commit

Permalink
feat: new illustrations and icons (#3813)
Browse files Browse the repository at this point in the history
  • Loading branch information
lisalupi committed May 23, 2024
1 parent 90dbb2b commit 2be2c09
Show file tree
Hide file tree
Showing 25 changed files with 331 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .changeset/funny-cheetahs-suffer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@ultraviolet/icons": patch
"@ultraviolet/illustrations": patch
---

- `<ProductIcon/>`: 2 new icons (`ipam` and `deleteMarker`)
- `<Illustration />`: 2 new types of illustrations (`kms` and `dediboxVPS`)
4 changes: 4 additions & 0 deletions packages/icons/src/components/ProductIcon/Icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import { ReactComponent as dediBackup } from './assets/dedibackup.svg'
import { ReactComponent as dedibox } from './assets/dedibox.svg'
import { ReactComponent as dedicatedControlPlane } from './assets/dedicated-control-plane.svg'
import { ReactComponent as dedicatedServer } from './assets/dedicated-server.svg'
import { ReactComponent as deleteMarker } from './assets/delete-marker.svg'
import { ReactComponent as devices } from './assets/devices.svg'
import { ReactComponent as directConnect } from './assets/direct-connect.svg'
import { ReactComponent as distributedDataLab } from './assets/distributed-data-lab.svg'
Expand Down Expand Up @@ -72,6 +73,7 @@ import { ReactComponent as instance } from './assets/instance.svg'
import { ReactComponent as iotEdge } from './assets/iot-edge.svg'
import { ReactComponent as iot } from './assets/iot.svg'
import { ReactComponent as ipFailover } from './assets/ip-failover.svg'
import { ReactComponent as ipam } from './assets/ipam.svg'
import { ReactComponent as ipfsNaming } from './assets/ipfs-naming.svg'
import { ReactComponent as ipfs } from './assets/ipfs.svg'
import { ReactComponent as jero } from './assets/jero.svg'
Expand Down Expand Up @@ -292,4 +294,6 @@ export const PRODUCT_ICONS = {
kms,
privateIp,
quantumApplication,
ipam,
deleteMarker,
} as const
22 changes: 22 additions & 0 deletions packages/icons/src/components/ProductIcon/assets/delete-marker.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/icons/src/components/ProductIcon/assets/iot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions packages/icons/src/components/ProductIcon/assets/ipam.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 2be2c09

Please sign in to comment.