@hashicorp/flight-icons 2.20.0 → 2.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +69 -21
- package/package.json +16 -16
- package/svg/index.d.ts +7 -0
- package/svg-sprite/svg-sprite-module.js +1 -1
- package/svg-sprite/svg-sprite.svg +7 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,81 +1,129 @@
|
|
|
1
1
|
# @hashicorp/flight-icons
|
|
2
2
|
|
|
3
|
+
## 2.22.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
Added `IconName` type to `iconNames` export
|
|
8
|
+
|
|
9
|
+
<small>[#1776](https://github.com/hashicorp/design-system/pull/1776) - Thanks [@dstaley](https://github.com/dstaley) for the contribution! 🙏</small>
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
## 2.21.0
|
|
14
|
+
|
|
15
|
+
### Minor Changes
|
|
16
|
+
|
|
17
|
+
Added static SVG sprite sheet file
|
|
18
|
+
|
|
19
|
+
<small>[#1763](https://github.com/hashicorp/design-system/pull/1763) - Thanks [@dstaley](https://github.com/dstaley) for the contribution! 🙏</small>
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
3
23
|
## 2.20.0
|
|
4
24
|
|
|
5
25
|
### Minor Changes
|
|
6
26
|
|
|
7
|
-
|
|
27
|
+
Added "static" version of the animated icons:
|
|
28
|
+
|
|
29
|
+
- `loading-static`
|
|
30
|
+
- `running-static`
|
|
8
31
|
|
|
9
|
-
|
|
10
|
-
- `running-static`
|
|
32
|
+
Added new set of icons for Google services:
|
|
11
33
|
|
|
12
|
-
|
|
34
|
+
- `google-docs`
|
|
35
|
+
- `google-forms`
|
|
36
|
+
- `google-slides`
|
|
37
|
+
- `google-sheets`
|
|
38
|
+
- `google-drive`
|
|
13
39
|
|
|
14
|
-
|
|
15
|
-
- `google-forms`
|
|
16
|
-
- `google-slides`
|
|
17
|
-
- `google-sheets`
|
|
18
|
-
- `google-drive`
|
|
40
|
+
<small>[#1657](https://github.com/hashicorp/design-system/pull/1657)</small>
|
|
19
41
|
|
|
20
42
|
## 2.19.0
|
|
21
43
|
|
|
22
44
|
### Minor Changes
|
|
23
45
|
|
|
24
|
-
|
|
46
|
+
Added `Vault Secrets` icon.
|
|
47
|
+
|
|
48
|
+
<small>[#1638](https://github.com/hashicorp/design-system/pull/1638)</small>
|
|
25
49
|
|
|
26
50
|
## 2.18.0
|
|
27
51
|
|
|
28
52
|
### Minor Changes
|
|
29
53
|
|
|
30
|
-
|
|
54
|
+
Added `Vercel` and `Jira` icons
|
|
55
|
+
|
|
56
|
+
<small>[#1585](https://github.com/hashicorp/design-system/pull/1585)</small>
|
|
57
|
+
|
|
58
|
+
---
|
|
59
|
+
|
|
60
|
+
Added `twitter-x` icon, and older `twitter` icon. Also the `aws-cdk` and `jfrog` icons.
|
|
31
61
|
|
|
32
|
-
|
|
62
|
+
<small>[#1610](https://github.com/hashicorp/design-system/pull/1610)</small>
|
|
33
63
|
|
|
34
64
|
## 2.17.0
|
|
35
65
|
|
|
36
66
|
### Minor Changes
|
|
37
67
|
|
|
38
|
-
|
|
68
|
+
Added new `clipboard-x` icon
|
|
69
|
+
|
|
70
|
+
<small>[#1532](https://github.com/hashicorp/design-system/pull/1532)</small>
|
|
39
71
|
|
|
40
72
|
## 2.16.0
|
|
41
73
|
|
|
42
74
|
### Minor Changes
|
|
43
75
|
|
|
44
|
-
|
|
76
|
+
Added `elastic-observability` and `new-relic` icons
|
|
77
|
+
|
|
78
|
+
<small>[#1515](https://github.com/hashicorp/design-system/pull/1515)</small>
|
|
45
79
|
|
|
46
80
|
## 2.15.0
|
|
47
81
|
|
|
48
82
|
### Minor Changes
|
|
49
83
|
|
|
50
|
-
|
|
84
|
+
Added Venafi service icon
|
|
85
|
+
|
|
86
|
+
<small>[#1487](https://github.com/hashicorp/design-system/pull/1487)</small>
|
|
51
87
|
|
|
52
88
|
## 2.14.0
|
|
53
89
|
|
|
54
90
|
### Minor Changes
|
|
55
91
|
|
|
56
|
-
|
|
92
|
+
Added `robot` icon (for Service Principals)
|
|
93
|
+
|
|
94
|
+
<small>[#1428](https://github.com/hashicorp/design-system/pull/1428)</small>
|
|
57
95
|
|
|
58
96
|
## 2.13.1
|
|
59
97
|
|
|
60
98
|
### Patch Changes
|
|
61
99
|
|
|
62
|
-
|
|
100
|
+
Fix color for `connection-gateway` icon
|
|
101
|
+
|
|
102
|
+
<small>[#1420](https://github.com/hashicorp/design-system/pull/1420)</small>
|
|
63
103
|
|
|
64
104
|
## 2.13.0
|
|
65
105
|
|
|
66
106
|
### Minor Changes
|
|
67
107
|
|
|
68
|
-
|
|
108
|
+
Added `ampersand` icon
|
|
109
|
+
|
|
110
|
+
<small>[#1412](https://github.com/hashicorp/design-system/pull/1412)</small>
|
|
69
111
|
|
|
70
112
|
## 2.12.0
|
|
71
113
|
|
|
72
114
|
### Minor Changes
|
|
73
115
|
|
|
74
|
-
|
|
116
|
+
Remove unnused icons as CSS props
|
|
117
|
+
|
|
118
|
+
<small>[#727](https://github.com/hashicorp/design-system/pull/727)</small>
|
|
119
|
+
|
|
120
|
+
_Notice: as an exception, we are releasing this change as minor instead of major for the reason that no one is actually using these files._
|
|
121
|
+
|
|
122
|
+
---
|
|
75
123
|
|
|
76
|
-
|
|
124
|
+
Added `figma` and `loom` icons
|
|
77
125
|
|
|
78
|
-
|
|
126
|
+
<small>[#689](https://github.com/hashicorp/design-system/pull/689)</small>
|
|
79
127
|
|
|
80
128
|
## 2.11.1
|
|
81
129
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hashicorp/flight-icons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.22.0",
|
|
4
4
|
"description": "Flight: HashiCorp SVG icon set",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"hashicorp",
|
|
@@ -22,36 +22,36 @@
|
|
|
22
22
|
"build": "ts-node --transpile-only ./scripts/build"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@figma-export/cli": "^
|
|
26
|
-
"@figma-export/core": "^
|
|
27
|
-
"@figma-export/output-components-as-svg": "^
|
|
28
|
-
"@figma-export/transform-svg-with-svgo": "^
|
|
29
|
-
"@figma-export/types": "^
|
|
25
|
+
"@figma-export/cli": "^4.7.0",
|
|
26
|
+
"@figma-export/core": "^4.7.0",
|
|
27
|
+
"@figma-export/output-components-as-svg": "^4.7.0",
|
|
28
|
+
"@figma-export/transform-svg-with-svgo": "^4.7.0",
|
|
29
|
+
"@figma-export/types": "^4.7.0",
|
|
30
30
|
"@svgr/core": "^5.5.0",
|
|
31
31
|
"@svgr/plugin-jsx": "^5.5.0",
|
|
32
|
-
"@types/archiver": "^5.3.
|
|
33
|
-
"@types/fs-extra": "^
|
|
34
|
-
"@types/lodash": "^4.14.
|
|
35
|
-
"@types/node": "^
|
|
36
|
-
"@types/prettier": "^2.7.
|
|
37
|
-
"@types/react": "^
|
|
38
|
-
"@types/react-dom": "^
|
|
32
|
+
"@types/archiver": "^5.3.4",
|
|
33
|
+
"@types/fs-extra": "^11.0.3",
|
|
34
|
+
"@types/lodash": "^4.14.200",
|
|
35
|
+
"@types/node": "^20.8.9",
|
|
36
|
+
"@types/prettier": "^2.7.3",
|
|
37
|
+
"@types/react": "^18.2.33",
|
|
38
|
+
"@types/react-dom": "^18.2.14",
|
|
39
39
|
"@types/svgo": "~1.3.6",
|
|
40
40
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
|
41
41
|
"@typescript-eslint/parser": "^4.33.0",
|
|
42
|
-
"archiver": "^
|
|
42
|
+
"archiver": "^6.0.1",
|
|
43
43
|
"chalk": "^4.1.2",
|
|
44
44
|
"del": "^6.1.1",
|
|
45
45
|
"dotenv": "^10.0.0",
|
|
46
46
|
"eslint": "^7.32.0",
|
|
47
47
|
"figma-api": "^1.11.0",
|
|
48
|
-
"fs-extra": "^
|
|
48
|
+
"fs-extra": "^11.1.1",
|
|
49
49
|
"lodash": "^4.17.21",
|
|
50
50
|
"mini-svg-data-uri": "^1.4.4",
|
|
51
51
|
"prettier": "^2.8.8",
|
|
52
52
|
"svgo": "~1.3.2",
|
|
53
53
|
"svgstore": "^3.0.1",
|
|
54
54
|
"ts-node": "^10.9.1",
|
|
55
|
-
"typescript": "^
|
|
55
|
+
"typescript": "^5.2.2"
|
|
56
56
|
}
|
|
57
57
|
}
|
package/svg/index.d.ts
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) HashiCorp, Inc.
|
|
3
|
+
* SPDX-License-Identifier: MPL-2.0
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
export declare const iconNames: readonly ['loading', 'loading-static', 'running', 'running-static', 'apple', 'apple-color', 'alibaba', 'alibaba-color', 'amazon-ecs', 'amazon-ecs-color', 'amazon-eks', 'amazon-eks-color', 'auth0', 'auth0-color', 'aws', 'aws-color', 'aws-cdk', 'aws-cdk-color', 'aws-cloudwatch', 'aws-cloudwatch-color', 'aws-ec2', 'aws-ec2-color', 'aws-lambda', 'aws-lambda-color', 'aws-s3', 'aws-s3-color', 'azure', 'azure-color', 'azure-aks', 'azure-aks-color', 'azure-blob-storage', 'azure-blob-storage-color', 'azure-devops', 'azure-devops-color', 'azure-vms', 'azure-vms-color', 'bitbucket', 'bitbucket-color', 'bridgecrew', 'bridgecrew-color', 'cisco', 'cisco-color', 'codepen', 'codepen-color', 'datadog', 'datadog-color', 'digital-ocean', 'digital-ocean-color', 'docker', 'docker-color', 'elastic-observability', 'elastic-observability-color', 'f5', 'f5-color', 'facebook', 'facebook-color', 'figma', 'figma-color', 'gcp', 'gcp-color', 'gitlab', 'gitlab-color', 'github', 'github-color', 'google', 'google-color', 'google-docs', 'google-docs-color', 'google-drive', 'google-drive-color', 'google-forms', 'google-forms-color', 'google-sheets', 'google-sheets-color', 'google-slides', 'google-slides-color', 'grafana', 'grafana-color', 'helm', 'helm-color', 'infracost', 'infracost-color', 'jfrog', 'jfrog-color', 'jira', 'jira-color', 'kubernetes', 'kubernetes-color', 'lightlytics', 'lightlytics-color', 'linkedin', 'linkedin-color', 'linode', 'linode-color', 'linux', 'linux-color', 'loom', 'loom-color', 'microsoft', 'microsoft-color', 'microsoft-teams', 'microsoft-teams-color', 'new-relic', 'new-relic-color', 'okta', 'okta-color', 'oracle', 'oracle-color', 'opa', 'opa-color', 'pack', 'pack-color', 'saml', 'saml-color', 'slack', 'slack-color', 'snyk', 'snyk-color', 'splunk', 'splunk-color', 'twitch', 'twitch-color', 'twitter', 'twitter-color', 'twitter-x', 'twitter-x-color', 'vantage', 'vantage-color', 'venafi', 'venafi-color', 'vercel', 'vercel-color', 'vmware', 'vmware-color', 'youtube', 'youtube-color', 'boundary', 'boundary-color', 'consul', 'consul-color', 'nomad', 'nomad-color', 'packer', 'packer-color', 'terraform', 'terraform-color', 'vagrant', 'vagrant-color', 'vault', 'vault-color', 'vault-secrets', 'vault-secrets-color', 'waypoint', 'waypoint-color', 'hashicorp', 'hashicorp-color', 'hcp', 'hcp-color', 'activity', 'alert-circle', 'alert-circle-fill', 'alert-diamond', 'alert-diamond-fill', 'alert-triangle', 'alert-triangle-fill', 'alert-octagon', 'alert-octagon-fill', 'align-center', 'align-justify', 'align-left', 'align-right', 'ampersand', 'api', 'archive', 'arrow-down', 'arrow-down-circle', 'arrow-down-left', 'arrow-down-right', 'arrow-left', 'arrow-left-circle', 'arrow-right', 'arrow-right-circle', 'arrow-up', 'arrow-up-circle', 'arrow-up-left', 'arrow-up-right', 'at-sign', 'award', 'auto-apply', 'bank-vault', 'bar-chart', 'bar-chart-alt', 'battery', 'battery-charging', 'beaker', 'bell', 'bell-active-fill', 'bell-active', 'bell-off', 'bookmark', 'bookmark-fill', 'bookmark-add', 'bookmark-add-fill', 'bookmark-remove', 'bookmark-remove-fill', 'bottom', 'box', 'briefcase', 'bug', 'build', 'bulb', 'calendar', 'camera', 'camera-off', 'caret', 'cast', 'certificate', 'change', 'change-circle', 'change-square', 'check', 'check-circle', 'check-circle-fill', 'check-diamond', 'check-diamond-fill', 'check-hexagon', 'check-hexagon-fill', 'check-square', 'check-square-fill', 'chevron-down', 'chevron-left', 'chevron-right', 'chevron-up', 'chevrons-down', 'chevrons-left', 'chevrons-right', 'chevrons-up', 'circle', 'circle-dot', 'circle-fill', 'circle-half', 'clipboard', 'clipboard-checked', 'clipboard-copy', 'clipboard-x', 'clock', 'clock-filled', 'cloud', 'closed-caption', 'cloud-check', 'cloud-download', 'cloud-lightning', 'cloud-lock', 'cloud-off', 'cloud-upload', 'cloud-x', 'code', 'collections', 'command', 'compass', 'connection', 'connection-gateway', 'corner-down-left', 'corner-down-right', 'corner-left-down', 'corner-left-up', 'corner-right-down', 'corner-right-up', 'corner-up-left', 'corner-up-right', 'cpu', 'credit-card', 'crop', 'crosshair', 'dashboard', 'database', 'delay', 'delete', 'diamond', 'diamond-fill', 'disc', 'discussion-circle', 'discussion-square', 'docs', 'docs-download', 'docs-link', 'dollar-sign', 'dot', 'dot-half', 'download', 'droplet', 'duplicate', 'edit', 'enterprise', 'entry-point', 'exit-point', 'external-link', 'event', 'eye', 'eye-off', 'fast-forward', 'file', 'file-check', 'file-change', 'file-diff', 'file-minus', 'file-plus', 'file-source', 'file-text', 'file-x', 'files', 'film', 'filter', 'filter-circle', 'filter-fill', 'fingerprint', 'flag', 'folder', 'folder-fill', 'folder-minus', 'folder-minus-fill', 'folder-plus', 'folder-plus-fill', 'folder-star', 'folder-users', 'frown', 'gateway', 'gift', 'git-branch', 'git-commit', 'git-merge', 'git-pull-request', 'git-repo', 'globe', 'globe-private', 'government', 'grid', 'grid-alt', 'guide', 'guide-link', 'hammer', 'handshake', 'hard-drive', 'hash', 'headphones', 'heart', 'heart-fill', 'heart-off', 'help', 'hexagon', 'hexagon-fill', 'history', 'home', 'hourglass', 'identity-user', 'identity-service', 'image', 'inbox', 'info', 'info-fill', 'jump-link', 'key', 'keychain', 'key-values', 'labyrinth', 'layers', 'layout', 'learn', 'learn-link', 'line-chart', 'line-chart-up', 'link', 'list', 'load-balancer', 'lock', 'lock-fill', 'lock-off', 'logs', 'mail', 'mail-open', 'mainframe', 'map', 'map-pin', 'maximize', 'maximize-alt', 'meh', 'menu', 'mesh', 'message-circle', 'message-circle-fill', 'message-square', 'message-square-fill', 'mic', 'mic-off', 'migrate', 'minimize', 'minimize-alt', 'minus', 'minus-circle', 'minus-square', 'minus-square-fill', 'minus-plus', 'minus-plus-circle', 'minus-plus-square', 'module', 'monitor', 'moon', 'more-horizontal', 'more-vertical', 'mouse-pointer', 'move', 'music', 'navigation', 'navigation-alt', 'network', 'network-alt', 'newspaper', 'node', 'octagon', 'org', 'outline', 'package', 'paperclip', 'path', 'pause', 'pause-circle', 'pen-tool', 'pencil-tool', 'phone', 'phone-call', 'phone-off', 'pie-chart', 'pin', 'pipeline', 'play', 'play-circle', 'plug', 'plus', 'plus-circle', 'plus-square', 'power', 'printer', 'provider', 'queue', 'radio', 'random', 'redirect', 'reload', 'repeat', 'replication-direct', 'replication-perf', 'rewind', 'robot', 'rocket', 'rotate-cw', 'rotate-ccw', 'rss', 'save', 'scissors', 'search', 'send', 'server', 'serverless', 'server-cluster', 'settings', 'service', 'share', 'shield', 'shield-alert', 'shield-check', 'shield-off', 'shield-x', 'shopping-bag', 'shopping-cart', 'shuffle', 'sidebar', 'sidebar-hide', 'sidebar-show', 'sign-in', 'sign-out', 'skip', 'skip-forward', 'skip-back', 'slash', 'slash-square', 'sliders', 'smartphone', 'smile', 'socket', 'sort-asc', 'sort-desc', 'speaker', 'square', 'square-fill', 'star', 'star-circle', 'star-fill', 'star-off', 'step', 'stop-circle', 'sun', 'support', 'swap-horizontal', 'swap-vertical', 'switcher', 'sync', 'sync-alert', 'sync-reverse', 'tablet', 'tag', 'target', 'terminal', 'terminal-screen', 'test', 'thumbs-up', 'thumbs-down', 'toggle-left', 'toggle-right', 'token', 'tools', 'top', 'trash', 'trend-down', 'trend-up', 'triangle', 'triangle-fill', 'truck', 'tv', 'type', 'unfold-open', 'unfold-close', 'unlock', 'upload', 'user', 'user-check', 'user-circle', 'user-circle-fill', 'user-minus', 'user-plus', 'user-x', 'users', 'verified', 'video', 'video-off', 'volume', 'volume-down', 'volume-2', 'volume-x', 'wall', 'wand', 'watch', 'webhook', 'wifi', 'wifi-off', 'wrench', 'x', 'x-circle', 'x-circle-fill', 'x-diamond', 'x-diamond-fill', 'x-hexagon', 'x-hexagon-fill', 'x-square', 'x-square-fill', 'zap', 'zap-off', 'zoom-in', 'zoom-out'];
|
|
7
|
+
export type IconName = typeof iconNames[number];
|