Skip to content

Commit

Permalink
Merge pull request #1487 from hashicorp/hds-icon-export
Browse files Browse the repository at this point in the history
Updated export of icons from Figma
  • Loading branch information
didoo committed Jul 11, 2023
2 parents c8bf6af + 4960a4a commit 2e2f6a5
Show file tree
Hide file tree
Showing 31 changed files with 230 additions and 25 deletions.
5 changes: 5 additions & 0 deletions .changeset/late-suits-talk.md
@@ -0,0 +1,5 @@
---
"@hashicorp/flight-icons": minor
---

Added Venafi service icon
38 changes: 37 additions & 1 deletion packages/flight-icons/catalog.json
@@ -1,5 +1,5 @@
{
"lastRunTimeISO": "2023-06-16T23:42:57.742Z",
"lastRunTimeISO": "2023-07-10T23:48:59.674Z",
"lastRunFigma": {
"id": "TLnoT5AYQfy3tZ0H68BgOr",
"page": "Export",
Expand Down Expand Up @@ -1883,6 +1883,42 @@
"width": 16,
"height": 16
},
{
"id": "4160:80",
"fileName": "venafi-24",
"iconName": "venafi",
"description": "venafi, identity",
"size": "24",
"width": 24,
"height": 24
},
{
"id": "4160:82",
"fileName": "venafi-16",
"iconName": "venafi",
"description": "venafi, identity",
"size": "16",
"width": 16,
"height": 16
},
{
"id": "4160:87",
"fileName": "venafi-color-24",
"iconName": "venafi-color",
"description": "venafi, identity",
"size": "24",
"width": 24,
"height": 24
},
{
"id": "4160:89",
"fileName": "venafi-color-16",
"iconName": "venafi-color",
"description": "venafi, identity",
"size": "16",
"width": 16,
"height": 16
},
{
"id": "707:391",
"fileName": "vmware-24",
Expand Down
2 changes: 1 addition & 1 deletion packages/flight-icons/svg-original/star-16.svg
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/flight-icons/svg-original/star-24.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/flight-icons/svg-original/swap-horizontal-16.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions packages/flight-icons/svg-original/vault-16.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions packages/flight-icons/svg-original/vault-24.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packages/flight-icons/svg-original/venafi-16.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packages/flight-icons/svg-original/venafi-24.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packages/flight-icons/svg-original/venafi-color-16.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packages/flight-icons/svg-original/venafi-color-24.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions packages/flight-icons/svg-original/volume-2-16.svg
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/flight-icons/svg-original/zap-16.svg
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/flight-icons/svg-original/zap-24.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions packages/flight-icons/svg-react/index.ts
Expand Up @@ -206,6 +206,10 @@ export { IconVantage24 } from './vantage-24';
export { IconVantage16 } from './vantage-16';
export { IconVantageColor24 } from './vantage-color-24';
export { IconVantageColor16 } from './vantage-color-16';
export { IconVenafi24 } from './venafi-24';
export { IconVenafi16 } from './venafi-16';
export { IconVenafiColor24 } from './venafi-color-24';
export { IconVenafiColor16 } from './venafi-color-16';
export { IconVmware24 } from './vmware-24';
export { IconVmware16 } from './vmware-16';
export { IconVmwareColor24 } from './vmware-color-24';
Expand Down

2 comments on commit 2e2f6a5

@vercel
Copy link

@vercel vercel bot commented on 2e2f6a5 Jul 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hds-showcase – ./packages/components

hds-showcase.vercel.app
hds-showcase-git-main-hashicorp.vercel.app
hds-showcase-hashicorp.vercel.app
hds-components-hashicorp.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 2e2f6a5 Jul 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.