@hashicorp/flight-icons 2.7.0 → 2.8.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 +45 -0
- package/catalog.json +701 -17
- package/package.json +1 -1
- package/svg/aws-cloudwatch-16.svg +1 -0
- package/svg/aws-cloudwatch-24.svg +1 -0
- package/svg/aws-cloudwatch-color-16.svg +1 -0
- package/svg/aws-cloudwatch-color-24.svg +1 -0
- package/svg/aws-s3-16.svg +1 -0
- package/svg/aws-s3-24.svg +1 -0
- package/svg/aws-s3-color-16.svg +1 -0
- package/svg/aws-s3-color-24.svg +1 -0
- package/svg/azure-blob-storage-16.svg +1 -0
- package/svg/azure-blob-storage-24.svg +1 -0
- package/svg/azure-blob-storage-color-16.svg +1 -0
- package/svg/azure-blob-storage-color-24.svg +1 -0
- package/svg/azure-vms-16.svg +1 -0
- package/svg/azure-vms-24.svg +1 -0
- package/svg/azure-vms-color-16.svg +1 -0
- package/svg/azure-vms-color-24.svg +1 -0
- package/svg/bridgecrew-16.svg +1 -0
- package/svg/bridgecrew-24.svg +1 -0
- package/svg/bridgecrew-color-16.svg +1 -0
- package/svg/bridgecrew-color-24.svg +1 -0
- package/svg/cisco-16.svg +1 -0
- package/svg/cisco-24.svg +1 -0
- package/svg/cisco-color-16.svg +1 -0
- package/svg/cisco-color-24.svg +1 -0
- package/svg/datadog-16.svg +1 -0
- package/svg/datadog-24.svg +1 -0
- package/svg/datadog-color-16.svg +1 -0
- package/svg/datadog-color-24.svg +1 -0
- package/svg/digital-ocean-16.svg +1 -0
- package/svg/digital-ocean-24.svg +1 -0
- package/svg/digital-ocean-color-16.svg +1 -0
- package/svg/digital-ocean-color-24.svg +1 -0
- package/svg/f5-color-16.svg +1 -1
- package/svg/f5-color-24.svg +1 -1
- package/svg/gcp-color-16.svg +1 -1
- package/svg/gcp-color-24.svg +1 -1
- package/svg/google-color-16.svg +1 -1
- package/svg/google-color-24.svg +1 -1
- package/svg/grafana-16.svg +1 -0
- package/svg/grafana-24.svg +1 -0
- package/svg/grafana-color-16.svg +1 -0
- package/svg/grafana-color-24.svg +1 -0
- package/svg/helm-16.svg +1 -0
- package/svg/helm-24.svg +1 -0
- package/svg/helm-color-16.svg +1 -0
- package/svg/helm-color-24.svg +1 -0
- package/svg/infracost-16.svg +1 -0
- package/svg/infracost-24.svg +1 -0
- package/svg/infracost-color-16.svg +1 -0
- package/svg/infracost-color-24.svg +1 -0
- package/svg/lightlytics-16.svg +1 -0
- package/svg/lightlytics-24.svg +1 -0
- package/svg/lightlytics-color-16.svg +1 -0
- package/svg/lightlytics-color-24.svg +1 -0
- package/svg/linode-16.svg +1 -0
- package/svg/linode-24.svg +1 -0
- package/svg/linode-color-16.svg +1 -0
- package/svg/linode-color-24.svg +1 -0
- package/svg/microsoft-teams-16.svg +1 -0
- package/svg/microsoft-teams-24.svg +1 -0
- package/svg/microsoft-teams-color-16.svg +1 -0
- package/svg/microsoft-teams-color-24.svg +1 -0
- package/svg/saml-16.svg +1 -0
- package/svg/saml-24.svg +1 -0
- package/svg/saml-color-16.svg +1 -0
- package/svg/saml-color-24.svg +1 -0
- package/svg/snyk-16.svg +1 -0
- package/svg/snyk-24.svg +1 -0
- package/svg/snyk-color-16.svg +1 -0
- package/svg/snyk-color-24.svg +1 -0
- package/svg/splunk-16.svg +1 -0
- package/svg/splunk-24.svg +1 -0
- package/svg/splunk-color-16.svg +1 -0
- package/svg/splunk-color-24.svg +1 -0
- package/svg/vantage-16.svg +1 -0
- package/svg/vantage-24.svg +1 -0
- package/svg/vantage-color-16.svg +1 -0
- package/svg/vantage-color-24.svg +1 -0
- package/svg/vmware-16.svg +1 -1
- package/svg/vmware-color-16.svg +1 -1
- package/svg/vmware-color-24.svg +1 -1
- package/svg/youtube-24.svg +1 -1
- package/svg/youtube-color-24.svg +1 -1
- package/svg-react/aws-cloudwatch-16.tsx +33 -0
- package/svg-react/aws-cloudwatch-24.tsx +33 -0
- package/svg-react/aws-cloudwatch-color-16.tsx +81 -0
- package/svg-react/aws-cloudwatch-color-24.tsx +81 -0
- package/svg-react/aws-s3-16.tsx +34 -0
- package/svg-react/aws-s3-24.tsx +34 -0
- package/svg-react/aws-s3-color-16.tsx +63 -0
- package/svg-react/aws-s3-color-24.tsx +63 -0
- package/svg-react/azure-blob-storage-16.tsx +42 -0
- package/svg-react/azure-blob-storage-24.tsx +42 -0
- package/svg-react/azure-blob-storage-color-16.tsx +53 -0
- package/svg-react/azure-blob-storage-color-24.tsx +53 -0
- package/svg-react/azure-vms-16.tsx +37 -0
- package/svg-react/azure-vms-24.tsx +37 -0
- package/svg-react/azure-vms-color-16.tsx +81 -0
- package/svg-react/azure-vms-color-24.tsx +81 -0
- package/svg-react/bridgecrew-16.tsx +35 -0
- package/svg-react/bridgecrew-24.tsx +37 -0
- package/svg-react/bridgecrew-color-16.tsx +45 -0
- package/svg-react/bridgecrew-color-24.tsx +45 -0
- package/svg-react/cisco-16.tsx +38 -0
- package/svg-react/cisco-24.tsx +38 -0
- package/svg-react/cisco-color-16.tsx +38 -0
- package/svg-react/cisco-color-24.tsx +38 -0
- package/svg-react/datadog-16.tsx +35 -0
- package/svg-react/datadog-24.tsx +35 -0
- package/svg-react/datadog-color-16.tsx +35 -0
- package/svg-react/datadog-color-24.tsx +35 -0
- package/svg-react/digital-ocean-16.tsx +33 -0
- package/svg-react/digital-ocean-24.tsx +33 -0
- package/svg-react/digital-ocean-color-16.tsx +33 -0
- package/svg-react/digital-ocean-color-24.tsx +33 -0
- package/svg-react/f5-color-16.tsx +1 -1
- package/svg-react/f5-color-24.tsx +1 -1
- package/svg-react/gcp-color-16.tsx +2 -2
- package/svg-react/gcp-color-24.tsx +2 -2
- package/svg-react/google-color-16.tsx +1 -1
- package/svg-react/google-color-24.tsx +1 -1
- package/svg-react/grafana-16.tsx +33 -0
- package/svg-react/grafana-24.tsx +33 -0
- package/svg-react/grafana-color-16.tsx +46 -0
- package/svg-react/grafana-color-24.tsx +46 -0
- package/svg-react/helm-16.tsx +32 -0
- package/svg-react/helm-24.tsx +32 -0
- package/svg-react/helm-color-16.tsx +32 -0
- package/svg-react/helm-color-24.tsx +32 -0
- package/svg-react/index.ts +80 -4
- package/svg-react/infracost-16.tsx +35 -0
- package/svg-react/infracost-24.tsx +35 -0
- package/svg-react/infracost-color-16.tsx +57 -0
- package/svg-react/infracost-color-24.tsx +57 -0
- package/svg-react/lightlytics-16.tsx +33 -0
- package/svg-react/lightlytics-24.tsx +33 -0
- package/svg-react/lightlytics-color-16.tsx +41 -0
- package/svg-react/lightlytics-color-24.tsx +42 -0
- package/svg-react/linode-16.tsx +33 -0
- package/svg-react/linode-24.tsx +33 -0
- package/svg-react/linode-color-16.tsx +73 -0
- package/svg-react/linode-color-24.tsx +73 -0
- package/svg-react/microsoft-teams-16.tsx +37 -0
- package/svg-react/microsoft-teams-24.tsx +37 -0
- package/svg-react/microsoft-teams-color-16.tsx +99 -0
- package/svg-react/microsoft-teams-color-24.tsx +99 -0
- package/svg-react/saml-16.tsx +34 -0
- package/svg-react/saml-24.tsx +34 -0
- package/svg-react/saml-color-16.tsx +34 -0
- package/svg-react/saml-color-24.tsx +34 -0
- package/svg-react/snyk-16.tsx +37 -0
- package/svg-react/snyk-24.tsx +37 -0
- package/svg-react/snyk-color-16.tsx +121 -0
- package/svg-react/snyk-color-24.tsx +121 -0
- package/svg-react/splunk-16.tsx +42 -0
- package/svg-react/splunk-24.tsx +42 -0
- package/svg-react/splunk-color-16.tsx +42 -0
- package/svg-react/splunk-color-24.tsx +42 -0
- package/svg-react/vantage-16.tsx +35 -0
- package/svg-react/vantage-24.tsx +35 -0
- package/svg-react/vantage-color-16.tsx +35 -0
- package/svg-react/vantage-color-24.tsx +35 -0
- package/svg-react/vmware-16.tsx +1 -1
- package/svg-react/vmware-color-16.tsx +1 -1
- package/svg-react/vmware-color-24.tsx +1 -1
- package/svg-react/youtube-24.tsx +1 -1
- package/svg-react/youtube-color-24.tsx +1 -1
- package/svg-sprite/svg-sprite-module.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,50 @@
|
|
|
1
1
|
# @hashicorp/flight-icons
|
|
2
2
|
|
|
3
|
+
## 2.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#481](https://github.com/hashicorp/design-system/pull/481) [`c8221e26`](https://github.com/hashicorp/design-system/commit/c8221e26e85142024483be2ea85f6191f3ceb652) Thanks [@hashibot-hds](https://github.com/hashibot-hds)! - Add new Service icons to Flight
|
|
8
|
+
|
|
9
|
+
- aws-cloudwatch
|
|
10
|
+
- aws-cloudwatch-color
|
|
11
|
+
- aws-s3
|
|
12
|
+
- aws-s3-color
|
|
13
|
+
- azure-aks
|
|
14
|
+
- azure-aks-color
|
|
15
|
+
- azure-blob-storage
|
|
16
|
+
- azure-blob-storage-color
|
|
17
|
+
- azure-vms
|
|
18
|
+
- azure-vms-color
|
|
19
|
+
- bridgecrew
|
|
20
|
+
- bridgecrew-color
|
|
21
|
+
- cisco
|
|
22
|
+
- cisco-color
|
|
23
|
+
- datadog
|
|
24
|
+
- datadog-color
|
|
25
|
+
- digital-ocean
|
|
26
|
+
- digital-ocean-color
|
|
27
|
+
- grafana
|
|
28
|
+
- grafana-color
|
|
29
|
+
- helm
|
|
30
|
+
- helm-color
|
|
31
|
+
- infracost
|
|
32
|
+
- infracost-color
|
|
33
|
+
- lightlytics
|
|
34
|
+
- lightlytics-color
|
|
35
|
+
- linode
|
|
36
|
+
- linode-color
|
|
37
|
+
- microsoft-teams
|
|
38
|
+
- microsoft-teams-color
|
|
39
|
+
- saml
|
|
40
|
+
- saml-color
|
|
41
|
+
- snyk
|
|
42
|
+
- snyk-color
|
|
43
|
+
- splunk
|
|
44
|
+
- splunk-color
|
|
45
|
+
- vantage
|
|
46
|
+
- vantage-color
|
|
47
|
+
|
|
3
48
|
## 2.7.0
|
|
4
49
|
|
|
5
50
|
### Minor Changes
|