@hashicorp/flight-icons 2.22.0 → 2.24.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 +39 -18
- package/catalog.json +251 -17
- package/package.json +1 -1
- package/svg/accessibility-16.svg +1 -0
- package/svg/accessibility-24.svg +1 -0
- package/svg/alert-diamond-24.svg +1 -1
- package/svg/channel-16.svg +1 -0
- package/svg/channel-24.svg +1 -0
- package/svg/diamond-24.svg +1 -1
- package/svg/discussion-circle-16.svg +1 -1
- package/svg/discussion-circle-24.svg +1 -1
- package/svg/folder-star-16.svg +1 -1
- package/svg/index.d.ts +1 -1
- package/svg/index.js +1 -1
- package/svg/jwt-16.svg +1 -0
- package/svg/jwt-24.svg +1 -0
- package/svg/jwt-color-16.svg +1 -0
- package/svg/jwt-color-24.svg +1 -0
- package/svg/kubernetes-color-16.svg +1 -1
- package/svg/labyrinth-16.svg +1 -1
- package/svg/meetup-16.svg +1 -0
- package/svg/meetup-24.svg +1 -0
- package/svg/meetup-color-16.svg +1 -0
- package/svg/meetup-color-24.svg +1 -0
- package/svg/message-circle-fill-24.svg +1 -1
- package/svg/minus-circle-fill-16.svg +1 -0
- package/svg/minus-circle-fill-24.svg +1 -0
- package/svg/navigation-16.svg +1 -1
- package/svg/navigation-24.svg +1 -1
- package/svg/navigation-alt-16.svg +1 -1
- package/svg/openid-16.svg +1 -0
- package/svg/openid-24.svg +1 -0
- package/svg/openid-color-16.svg +1 -0
- package/svg/openid-color-24.svg +1 -0
- package/svg/phone-16.svg +1 -1
- package/svg/phone-24.svg +1 -1
- package/svg/phone-call-16.svg +1 -1
- package/svg/phone-call-24.svg +1 -1
- package/svg/plug-16.svg +1 -1
- package/svg/plug-24.svg +1 -1
- package/svg/plus-circle-16.svg +1 -1
- package/svg/plus-circle-24.svg +1 -1
- package/svg/plus-circle-fill-16.svg +1 -0
- package/svg/plus-circle-fill-24.svg +1 -0
- package/svg/rabbitmq-16.svg +1 -0
- package/svg/rabbitmq-24.svg +1 -0
- package/svg/rabbitmq-color-16.svg +1 -0
- package/svg/rabbitmq-color-24.svg +1 -0
- package/svg/redirect-16.svg +1 -1
- package/svg/redirect-24.svg +1 -1
- package/svg/star-24.svg +1 -1
- package/svg/star-off-16.svg +1 -1
- package/svg/transform-data-16.svg +1 -0
- package/svg/transform-data-24.svg +1 -0
- package/svg/volume-2-16.svg +1 -1
- package/svg/wand-16.svg +1 -1
- package/svg/wand-24.svg +1 -1
- package/svg/x-diamond-16.svg +1 -1
- package/svg/x-diamond-24.svg +1 -1
- package/svg-react/accessibility-16.tsx +38 -0
- package/svg-react/accessibility-24.tsx +42 -0
- package/svg-react/alert-diamond-24.tsx +1 -1
- package/svg-react/channel-16.tsx +35 -0
- package/svg-react/channel-24.tsx +35 -0
- package/svg-react/diamond-24.tsx +1 -1
- package/svg-react/discussion-circle-16.tsx +2 -2
- package/svg-react/discussion-circle-24.tsx +2 -2
- package/svg-react/folder-star-16.tsx +2 -2
- package/svg-react/index.ts +28 -2
- package/svg-react/jwt-16.tsx +33 -0
- package/svg-react/jwt-24.tsx +33 -0
- package/svg-react/jwt-color-16.tsx +51 -0
- package/svg-react/jwt-color-24.tsx +51 -0
- package/svg-react/kubernetes-color-16.tsx +1 -1
- package/svg-react/labyrinth-16.tsx +1 -1
- package/svg-react/meetup-16.tsx +35 -0
- package/svg-react/meetup-24.tsx +35 -0
- package/svg-react/meetup-color-16.tsx +35 -0
- package/svg-react/meetup-color-24.tsx +35 -0
- package/svg-react/message-circle-fill-24.tsx +2 -2
- package/svg-react/minus-circle-fill-16.tsx +35 -0
- package/svg-react/minus-circle-fill-24.tsx +35 -0
- package/svg-react/navigation-16.tsx +1 -1
- package/svg-react/navigation-24.tsx +1 -1
- package/svg-react/navigation-alt-16.tsx +1 -1
- package/svg-react/openid-16.tsx +32 -0
- package/svg-react/openid-24.tsx +33 -0
- package/svg-react/openid-color-16.tsx +43 -0
- package/svg-react/openid-color-24.tsx +43 -0
- package/svg-react/phone-16.tsx +1 -1
- package/svg-react/phone-24.tsx +1 -1
- package/svg-react/phone-call-16.tsx +3 -3
- package/svg-react/phone-call-24.tsx +2 -2
- package/svg-react/plug-16.tsx +1 -1
- package/svg-react/plug-24.tsx +1 -1
- package/svg-react/plus-circle-16.tsx +2 -2
- package/svg-react/plus-circle-24.tsx +2 -2
- package/svg-react/plus-circle-fill-16.tsx +35 -0
- package/svg-react/plus-circle-fill-24.tsx +35 -0
- package/svg-react/rabbitmq-16.tsx +33 -0
- package/svg-react/rabbitmq-24.tsx +33 -0
- package/svg-react/rabbitmq-color-16.tsx +33 -0
- package/svg-react/rabbitmq-color-24.tsx +33 -0
- package/svg-react/redirect-16.tsx +1 -1
- package/svg-react/redirect-24.tsx +1 -1
- package/svg-react/star-24.tsx +1 -1
- package/svg-react/star-off-16.tsx +1 -1
- package/svg-react/transform-data-16.tsx +37 -0
- package/svg-react/transform-data-24.tsx +48 -0
- package/svg-react/volume-2-16.tsx +2 -2
- package/svg-react/wand-16.tsx +2 -2
- package/svg-react/wand-24.tsx +1 -1
- package/svg-react/x-diamond-16.tsx +1 -1
- package/svg-react/x-diamond-24.tsx +1 -1
- package/svg-sprite/svg-sprite-module.js +1 -1
- package/svg-sprite/svg-sprite.svg +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,35 @@
|
|
|
1
1
|
# @hashicorp/flight-icons
|
|
2
2
|
|
|
3
|
+
## 2.24.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
`rabbitmq`, `openid`, `jwt`, `meetup`, and `transform-data` icons added.
|
|
8
|
+
|
|
9
|
+
<small class="doc-whats-new-changelog-metadata">[#1873](https://github.com/hashicorp/design-system/pull/1873)</small>
|
|
10
|
+
|
|
11
|
+
<div class="doc-whats-new-changelog-separator"></div>
|
|
12
|
+
|
|
13
|
+
## 2.23.0
|
|
14
|
+
|
|
15
|
+
### Minor Changes
|
|
16
|
+
|
|
17
|
+
`accessibility`, `channel`, `minus-circle-fill`, `plus-circle-fill` icons added.
|
|
18
|
+
Fixed the size and position of the `plus-circle` icon.
|
|
19
|
+
|
|
20
|
+
<small class="doc-whats-new-changelog-metadata">[#1839](https://github.com/hashicorp/design-system/pull/1839)</small>
|
|
21
|
+
|
|
22
|
+
<div class="doc-whats-new-changelog-separator"></div>
|
|
23
|
+
|
|
3
24
|
## 2.22.0
|
|
4
25
|
|
|
5
26
|
### Minor Changes
|
|
6
27
|
|
|
7
28
|
Added `IconName` type to `iconNames` export
|
|
8
29
|
|
|
9
|
-
<small>[#1776](https://github.com/hashicorp/design-system/pull/1776) - Thanks [@dstaley](https://github.com/dstaley) for the contribution! 🙏</small>
|
|
30
|
+
<small class="doc-whats-new-changelog-metadata">[#1776](https://github.com/hashicorp/design-system/pull/1776) - Thanks [@dstaley](https://github.com/dstaley) for the contribution! 🙏</small>
|
|
10
31
|
|
|
11
|
-
|
|
32
|
+
<div class="doc-whats-new-changelog-separator"></div>
|
|
12
33
|
|
|
13
34
|
## 2.21.0
|
|
14
35
|
|
|
@@ -16,9 +37,9 @@ Added `IconName` type to `iconNames` export
|
|
|
16
37
|
|
|
17
38
|
Added static SVG sprite sheet file
|
|
18
39
|
|
|
19
|
-
<small>[#1763](https://github.com/hashicorp/design-system/pull/1763) - Thanks [@dstaley](https://github.com/dstaley) for the contribution! 🙏</small>
|
|
40
|
+
<small class="doc-whats-new-changelog-metadata">[#1763](https://github.com/hashicorp/design-system/pull/1763) - Thanks [@dstaley](https://github.com/dstaley) for the contribution! 🙏</small>
|
|
20
41
|
|
|
21
|
-
|
|
42
|
+
<div class="doc-whats-new-changelog-separator"></div>
|
|
22
43
|
|
|
23
44
|
## 2.20.0
|
|
24
45
|
|
|
@@ -37,7 +58,7 @@ Added new set of icons for Google services:
|
|
|
37
58
|
- `google-sheets`
|
|
38
59
|
- `google-drive`
|
|
39
60
|
|
|
40
|
-
<small>[#1657](https://github.com/hashicorp/design-system/pull/1657)</small>
|
|
61
|
+
<small class="doc-whats-new-changelog-metadata">[#1657](https://github.com/hashicorp/design-system/pull/1657)</small>
|
|
41
62
|
|
|
42
63
|
## 2.19.0
|
|
43
64
|
|
|
@@ -45,7 +66,7 @@ Added new set of icons for Google services:
|
|
|
45
66
|
|
|
46
67
|
Added `Vault Secrets` icon.
|
|
47
68
|
|
|
48
|
-
<small>[#1638](https://github.com/hashicorp/design-system/pull/1638)</small>
|
|
69
|
+
<small class="doc-whats-new-changelog-metadata">[#1638](https://github.com/hashicorp/design-system/pull/1638)</small>
|
|
49
70
|
|
|
50
71
|
## 2.18.0
|
|
51
72
|
|
|
@@ -53,13 +74,13 @@ Added `Vault Secrets` icon.
|
|
|
53
74
|
|
|
54
75
|
Added `Vercel` and `Jira` icons
|
|
55
76
|
|
|
56
|
-
<small>[#1585](https://github.com/hashicorp/design-system/pull/1585)</small>
|
|
77
|
+
<small class="doc-whats-new-changelog-metadata">[#1585](https://github.com/hashicorp/design-system/pull/1585)</small>
|
|
57
78
|
|
|
58
|
-
|
|
79
|
+
<div class="doc-whats-new-changelog-separator"></div>
|
|
59
80
|
|
|
60
81
|
Added `twitter-x` icon, and older `twitter` icon. Also the `aws-cdk` and `jfrog` icons.
|
|
61
82
|
|
|
62
|
-
<small>[#1610](https://github.com/hashicorp/design-system/pull/1610)</small>
|
|
83
|
+
<small class="doc-whats-new-changelog-metadata">[#1610](https://github.com/hashicorp/design-system/pull/1610)</small>
|
|
63
84
|
|
|
64
85
|
## 2.17.0
|
|
65
86
|
|
|
@@ -67,7 +88,7 @@ Added `twitter-x` icon, and older `twitter` icon. Also the `aws-cdk` and `jfrog`
|
|
|
67
88
|
|
|
68
89
|
Added new `clipboard-x` icon
|
|
69
90
|
|
|
70
|
-
<small>[#1532](https://github.com/hashicorp/design-system/pull/1532)</small>
|
|
91
|
+
<small class="doc-whats-new-changelog-metadata">[#1532](https://github.com/hashicorp/design-system/pull/1532)</small>
|
|
71
92
|
|
|
72
93
|
## 2.16.0
|
|
73
94
|
|
|
@@ -75,7 +96,7 @@ Added new `clipboard-x` icon
|
|
|
75
96
|
|
|
76
97
|
Added `elastic-observability` and `new-relic` icons
|
|
77
98
|
|
|
78
|
-
<small>[#1515](https://github.com/hashicorp/design-system/pull/1515)</small>
|
|
99
|
+
<small class="doc-whats-new-changelog-metadata">[#1515](https://github.com/hashicorp/design-system/pull/1515)</small>
|
|
79
100
|
|
|
80
101
|
## 2.15.0
|
|
81
102
|
|
|
@@ -83,7 +104,7 @@ Added `elastic-observability` and `new-relic` icons
|
|
|
83
104
|
|
|
84
105
|
Added Venafi service icon
|
|
85
106
|
|
|
86
|
-
<small>[#1487](https://github.com/hashicorp/design-system/pull/1487)</small>
|
|
107
|
+
<small class="doc-whats-new-changelog-metadata">[#1487](https://github.com/hashicorp/design-system/pull/1487)</small>
|
|
87
108
|
|
|
88
109
|
## 2.14.0
|
|
89
110
|
|
|
@@ -91,7 +112,7 @@ Added Venafi service icon
|
|
|
91
112
|
|
|
92
113
|
Added `robot` icon (for Service Principals)
|
|
93
114
|
|
|
94
|
-
<small>[#1428](https://github.com/hashicorp/design-system/pull/1428)</small>
|
|
115
|
+
<small class="doc-whats-new-changelog-metadata">[#1428](https://github.com/hashicorp/design-system/pull/1428)</small>
|
|
95
116
|
|
|
96
117
|
## 2.13.1
|
|
97
118
|
|
|
@@ -99,7 +120,7 @@ Added `robot` icon (for Service Principals)
|
|
|
99
120
|
|
|
100
121
|
Fix color for `connection-gateway` icon
|
|
101
122
|
|
|
102
|
-
<small>[#1420](https://github.com/hashicorp/design-system/pull/1420)</small>
|
|
123
|
+
<small class="doc-whats-new-changelog-metadata">[#1420](https://github.com/hashicorp/design-system/pull/1420)</small>
|
|
103
124
|
|
|
104
125
|
## 2.13.0
|
|
105
126
|
|
|
@@ -107,7 +128,7 @@ Fix color for `connection-gateway` icon
|
|
|
107
128
|
|
|
108
129
|
Added `ampersand` icon
|
|
109
130
|
|
|
110
|
-
<small>[#1412](https://github.com/hashicorp/design-system/pull/1412)</small>
|
|
131
|
+
<small class="doc-whats-new-changelog-metadata">[#1412](https://github.com/hashicorp/design-system/pull/1412)</small>
|
|
111
132
|
|
|
112
133
|
## 2.12.0
|
|
113
134
|
|
|
@@ -115,15 +136,15 @@ Added `ampersand` icon
|
|
|
115
136
|
|
|
116
137
|
Remove unnused icons as CSS props
|
|
117
138
|
|
|
118
|
-
<small>[#727](https://github.com/hashicorp/design-system/pull/727)</small>
|
|
139
|
+
<small class="doc-whats-new-changelog-metadata">[#727](https://github.com/hashicorp/design-system/pull/727)</small>
|
|
119
140
|
|
|
120
141
|
_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
142
|
|
|
122
|
-
|
|
143
|
+
<div class="doc-whats-new-changelog-separator"></div>
|
|
123
144
|
|
|
124
145
|
Added `figma` and `loom` icons
|
|
125
146
|
|
|
126
|
-
<small>[#689](https://github.com/hashicorp/design-system/pull/689)</small>
|
|
147
|
+
<small class="doc-whats-new-changelog-metadata">[#689](https://github.com/hashicorp/design-system/pull/689)</small>
|
|
127
148
|
|
|
128
149
|
## 2.11.1
|
|
129
150
|
|
package/catalog.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"lastRunTimeISO": "2023-
|
|
2
|
+
"lastRunTimeISO": "2023-12-14T19:28:54.728Z",
|
|
3
3
|
"lastRunFigma": {
|
|
4
4
|
"id": "TLnoT5AYQfy3tZ0H68BgOr",
|
|
5
5
|
"page": "Export",
|
|
@@ -1559,6 +1559,42 @@
|
|
|
1559
1559
|
"width": 16,
|
|
1560
1560
|
"height": 16
|
|
1561
1561
|
},
|
|
1562
|
+
{
|
|
1563
|
+
"id": "5086:66",
|
|
1564
|
+
"fileName": "jwt-24",
|
|
1565
|
+
"iconName": "jwt",
|
|
1566
|
+
"description": "json web tokens, jwt",
|
|
1567
|
+
"size": "24",
|
|
1568
|
+
"width": 24,
|
|
1569
|
+
"height": 24
|
|
1570
|
+
},
|
|
1571
|
+
{
|
|
1572
|
+
"id": "5086:80",
|
|
1573
|
+
"fileName": "jwt-16",
|
|
1574
|
+
"iconName": "jwt",
|
|
1575
|
+
"description": "json web tokens, jwt",
|
|
1576
|
+
"size": "16",
|
|
1577
|
+
"width": 16,
|
|
1578
|
+
"height": 16
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
"id": "5086:97",
|
|
1582
|
+
"fileName": "jwt-color-24",
|
|
1583
|
+
"iconName": "jwt-color",
|
|
1584
|
+
"description": "json web tokens, jwt",
|
|
1585
|
+
"size": "24",
|
|
1586
|
+
"width": 24,
|
|
1587
|
+
"height": 24
|
|
1588
|
+
},
|
|
1589
|
+
{
|
|
1590
|
+
"id": "5086:111",
|
|
1591
|
+
"fileName": "jwt-color-16",
|
|
1592
|
+
"iconName": "jwt-color",
|
|
1593
|
+
"description": "json web tokens, jwt",
|
|
1594
|
+
"size": "16",
|
|
1595
|
+
"width": 16,
|
|
1596
|
+
"height": 16
|
|
1597
|
+
},
|
|
1562
1598
|
{
|
|
1563
1599
|
"id": "707:283",
|
|
1564
1600
|
"fileName": "kubernetes-24",
|
|
@@ -1775,6 +1811,42 @@
|
|
|
1775
1811
|
"width": 16,
|
|
1776
1812
|
"height": 16
|
|
1777
1813
|
},
|
|
1814
|
+
{
|
|
1815
|
+
"id": "5086:176",
|
|
1816
|
+
"fileName": "meetup-24",
|
|
1817
|
+
"iconName": "meetup",
|
|
1818
|
+
"description": "meetup",
|
|
1819
|
+
"size": "24",
|
|
1820
|
+
"width": 24,
|
|
1821
|
+
"height": 24
|
|
1822
|
+
},
|
|
1823
|
+
{
|
|
1824
|
+
"id": "5086:183",
|
|
1825
|
+
"fileName": "meetup-16",
|
|
1826
|
+
"iconName": "meetup",
|
|
1827
|
+
"description": "meetup",
|
|
1828
|
+
"size": "16",
|
|
1829
|
+
"width": 16,
|
|
1830
|
+
"height": 16
|
|
1831
|
+
},
|
|
1832
|
+
{
|
|
1833
|
+
"id": "5086:193",
|
|
1834
|
+
"fileName": "meetup-color-24",
|
|
1835
|
+
"iconName": "meetup-color",
|
|
1836
|
+
"description": "meetup",
|
|
1837
|
+
"size": "24",
|
|
1838
|
+
"width": 24,
|
|
1839
|
+
"height": 24
|
|
1840
|
+
},
|
|
1841
|
+
{
|
|
1842
|
+
"id": "5086:200",
|
|
1843
|
+
"fileName": "meetup-color-16",
|
|
1844
|
+
"iconName": "meetup-color",
|
|
1845
|
+
"description": "meetup",
|
|
1846
|
+
"size": "16",
|
|
1847
|
+
"width": 16,
|
|
1848
|
+
"height": 16
|
|
1849
|
+
},
|
|
1778
1850
|
{
|
|
1779
1851
|
"id": "707:304",
|
|
1780
1852
|
"fileName": "microsoft-24",
|
|
@@ -1991,6 +2063,42 @@
|
|
|
1991
2063
|
"width": 16,
|
|
1992
2064
|
"height": 16
|
|
1993
2065
|
},
|
|
2066
|
+
{
|
|
2067
|
+
"id": "5086:248",
|
|
2068
|
+
"fileName": "openid-24",
|
|
2069
|
+
"iconName": "openid",
|
|
2070
|
+
"description": "OpenID, OIDC",
|
|
2071
|
+
"size": "24",
|
|
2072
|
+
"width": 24,
|
|
2073
|
+
"height": 24
|
|
2074
|
+
},
|
|
2075
|
+
{
|
|
2076
|
+
"id": "5086:255",
|
|
2077
|
+
"fileName": "openid-16",
|
|
2078
|
+
"iconName": "openid",
|
|
2079
|
+
"description": "OpenID, OIDC",
|
|
2080
|
+
"size": "16",
|
|
2081
|
+
"width": 16,
|
|
2082
|
+
"height": 16
|
|
2083
|
+
},
|
|
2084
|
+
{
|
|
2085
|
+
"id": "5086:265",
|
|
2086
|
+
"fileName": "openid-color-24",
|
|
2087
|
+
"iconName": "openid-color",
|
|
2088
|
+
"description": "OpenID, OIDC",
|
|
2089
|
+
"size": "24",
|
|
2090
|
+
"width": 24,
|
|
2091
|
+
"height": 24
|
|
2092
|
+
},
|
|
2093
|
+
{
|
|
2094
|
+
"id": "5086:272",
|
|
2095
|
+
"fileName": "openid-color-16",
|
|
2096
|
+
"iconName": "openid-color",
|
|
2097
|
+
"description": "OpenID, OIDC",
|
|
2098
|
+
"size": "16",
|
|
2099
|
+
"width": 16,
|
|
2100
|
+
"height": 16
|
|
2101
|
+
},
|
|
1994
2102
|
{
|
|
1995
2103
|
"id": "1133:268",
|
|
1996
2104
|
"fileName": "pack-24",
|
|
@@ -2027,6 +2135,42 @@
|
|
|
2027
2135
|
"width": 16,
|
|
2028
2136
|
"height": 16
|
|
2029
2137
|
},
|
|
2138
|
+
{
|
|
2139
|
+
"id": "5086:218",
|
|
2140
|
+
"fileName": "rabbitmq-24",
|
|
2141
|
+
"iconName": "rabbitmq",
|
|
2142
|
+
"description": "RabbitMQ",
|
|
2143
|
+
"size": "24",
|
|
2144
|
+
"width": 24,
|
|
2145
|
+
"height": 24
|
|
2146
|
+
},
|
|
2147
|
+
{
|
|
2148
|
+
"id": "5086:222",
|
|
2149
|
+
"fileName": "rabbitmq-16",
|
|
2150
|
+
"iconName": "rabbitmq",
|
|
2151
|
+
"description": "RabbitMQ",
|
|
2152
|
+
"size": "16",
|
|
2153
|
+
"width": 16,
|
|
2154
|
+
"height": 16
|
|
2155
|
+
},
|
|
2156
|
+
{
|
|
2157
|
+
"id": "5086:229",
|
|
2158
|
+
"fileName": "rabbitmq-color-24",
|
|
2159
|
+
"iconName": "rabbitmq-color",
|
|
2160
|
+
"description": "RabbitMQ",
|
|
2161
|
+
"size": "24",
|
|
2162
|
+
"width": 24,
|
|
2163
|
+
"height": 24
|
|
2164
|
+
},
|
|
2165
|
+
{
|
|
2166
|
+
"id": "5086:233",
|
|
2167
|
+
"fileName": "rabbitmq-color-16",
|
|
2168
|
+
"iconName": "rabbitmq-color",
|
|
2169
|
+
"description": "RabbitMQ",
|
|
2170
|
+
"size": "16",
|
|
2171
|
+
"width": 16,
|
|
2172
|
+
"height": 16
|
|
2173
|
+
},
|
|
2030
2174
|
{
|
|
2031
2175
|
"id": "2372:513",
|
|
2032
2176
|
"fileName": "saml-24",
|
|
@@ -2873,6 +3017,24 @@
|
|
|
2873
3017
|
"width": 16,
|
|
2874
3018
|
"height": 16
|
|
2875
3019
|
},
|
|
3020
|
+
{
|
|
3021
|
+
"id": "5020:192",
|
|
3022
|
+
"fileName": "accessibility-24",
|
|
3023
|
+
"iconName": "accessibility",
|
|
3024
|
+
"description": "a11y, inclusive, universal access",
|
|
3025
|
+
"size": "24",
|
|
3026
|
+
"width": 24,
|
|
3027
|
+
"height": 24
|
|
3028
|
+
},
|
|
3029
|
+
{
|
|
3030
|
+
"id": "5020:199",
|
|
3031
|
+
"fileName": "accessibility-16",
|
|
3032
|
+
"iconName": "accessibility",
|
|
3033
|
+
"description": "a11y, inclusive, universal access",
|
|
3034
|
+
"size": "16",
|
|
3035
|
+
"width": 16,
|
|
3036
|
+
"height": 16
|
|
3037
|
+
},
|
|
2876
3038
|
{
|
|
2877
3039
|
"id": "350:31",
|
|
2878
3040
|
"fileName": "alert-circle-24",
|
|
@@ -3971,6 +4133,24 @@
|
|
|
3971
4133
|
"width": 16,
|
|
3972
4134
|
"height": 16
|
|
3973
4135
|
},
|
|
4136
|
+
{
|
|
4137
|
+
"id": "5020:123",
|
|
4138
|
+
"fileName": "channel-24",
|
|
4139
|
+
"iconName": "channel",
|
|
4140
|
+
"description": "channel, path",
|
|
4141
|
+
"size": "24",
|
|
4142
|
+
"width": 24,
|
|
4143
|
+
"height": 24
|
|
4144
|
+
},
|
|
4145
|
+
{
|
|
4146
|
+
"id": "5020:131",
|
|
4147
|
+
"fileName": "channel-16",
|
|
4148
|
+
"iconName": "channel",
|
|
4149
|
+
"description": "channel, path",
|
|
4150
|
+
"size": "16",
|
|
4151
|
+
"width": 16,
|
|
4152
|
+
"height": 16
|
|
4153
|
+
},
|
|
3974
4154
|
{
|
|
3975
4155
|
"id": "350:676",
|
|
3976
4156
|
"fileName": "check-24",
|
|
@@ -6528,37 +6708,37 @@
|
|
|
6528
6708
|
"height": 16
|
|
6529
6709
|
},
|
|
6530
6710
|
{
|
|
6531
|
-
"id": "
|
|
6532
|
-
"fileName": "
|
|
6533
|
-
"iconName": "
|
|
6534
|
-
"description": "
|
|
6711
|
+
"id": "350:2236",
|
|
6712
|
+
"fileName": "key-values-24",
|
|
6713
|
+
"iconName": "key-values",
|
|
6714
|
+
"description": "key, value, store, kv",
|
|
6535
6715
|
"size": "24",
|
|
6536
6716
|
"width": 24,
|
|
6537
6717
|
"height": 24
|
|
6538
6718
|
},
|
|
6539
6719
|
{
|
|
6540
|
-
"id": "
|
|
6541
|
-
"fileName": "
|
|
6542
|
-
"iconName": "
|
|
6543
|
-
"description": "
|
|
6720
|
+
"id": "350:2245",
|
|
6721
|
+
"fileName": "key-values-16",
|
|
6722
|
+
"iconName": "key-values",
|
|
6723
|
+
"description": "key, value, store, kv",
|
|
6544
6724
|
"size": "16",
|
|
6545
6725
|
"width": 16,
|
|
6546
6726
|
"height": 16
|
|
6547
6727
|
},
|
|
6548
6728
|
{
|
|
6549
|
-
"id": "
|
|
6550
|
-
"fileName": "
|
|
6551
|
-
"iconName": "
|
|
6552
|
-
"description": "
|
|
6729
|
+
"id": "855:117",
|
|
6730
|
+
"fileName": "keychain-24",
|
|
6731
|
+
"iconName": "keychain",
|
|
6732
|
+
"description": "keys, keychain",
|
|
6553
6733
|
"size": "24",
|
|
6554
6734
|
"width": 24,
|
|
6555
6735
|
"height": 24
|
|
6556
6736
|
},
|
|
6557
6737
|
{
|
|
6558
|
-
"id": "
|
|
6559
|
-
"fileName": "
|
|
6560
|
-
"iconName": "
|
|
6561
|
-
"description": "
|
|
6738
|
+
"id": "855:122",
|
|
6739
|
+
"fileName": "keychain-16",
|
|
6740
|
+
"iconName": "keychain",
|
|
6741
|
+
"description": "keys, keychain",
|
|
6562
6742
|
"size": "16",
|
|
6563
6743
|
"width": 16,
|
|
6564
6744
|
"height": 16
|
|
@@ -7193,6 +7373,24 @@
|
|
|
7193
7373
|
"width": 16,
|
|
7194
7374
|
"height": 16
|
|
7195
7375
|
},
|
|
7376
|
+
{
|
|
7377
|
+
"id": "5020:319",
|
|
7378
|
+
"fileName": "minus-circle-fill-24",
|
|
7379
|
+
"iconName": "minus-circle-fill",
|
|
7380
|
+
"description": "minus, remove, delete, circle",
|
|
7381
|
+
"size": "24",
|
|
7382
|
+
"width": 24,
|
|
7383
|
+
"height": 24
|
|
7384
|
+
},
|
|
7385
|
+
{
|
|
7386
|
+
"id": "5020:323",
|
|
7387
|
+
"fileName": "minus-circle-fill-16",
|
|
7388
|
+
"iconName": "minus-circle-fill",
|
|
7389
|
+
"description": "minus, remove, delete, circle",
|
|
7390
|
+
"size": "16",
|
|
7391
|
+
"width": 16,
|
|
7392
|
+
"height": 16
|
|
7393
|
+
},
|
|
7196
7394
|
{
|
|
7197
7395
|
"id": "350:2682",
|
|
7198
7396
|
"fileName": "minus-square-24",
|
|
@@ -7913,6 +8111,24 @@
|
|
|
7913
8111
|
"width": 16,
|
|
7914
8112
|
"height": 16
|
|
7915
8113
|
},
|
|
8114
|
+
{
|
|
8115
|
+
"id": "5020:267",
|
|
8116
|
+
"fileName": "plus-circle-fill-24",
|
|
8117
|
+
"iconName": "plus-circle-fill",
|
|
8118
|
+
"description": "plus, add, create, new, circle",
|
|
8119
|
+
"size": "24",
|
|
8120
|
+
"width": 24,
|
|
8121
|
+
"height": 24
|
|
8122
|
+
},
|
|
8123
|
+
{
|
|
8124
|
+
"id": "5020:272",
|
|
8125
|
+
"fileName": "plus-circle-fill-16",
|
|
8126
|
+
"iconName": "plus-circle-fill",
|
|
8127
|
+
"description": "plus, add, create, new, circle",
|
|
8128
|
+
"size": "16",
|
|
8129
|
+
"width": 16,
|
|
8130
|
+
"height": 16
|
|
8131
|
+
},
|
|
7916
8132
|
{
|
|
7917
8133
|
"id": "350:3155",
|
|
7918
8134
|
"fileName": "plus-square-24",
|
|
@@ -9389,6 +9605,24 @@
|
|
|
9389
9605
|
"width": 16,
|
|
9390
9606
|
"height": 16
|
|
9391
9607
|
},
|
|
9608
|
+
{
|
|
9609
|
+
"id": "5087:302",
|
|
9610
|
+
"fileName": "transform-data-24",
|
|
9611
|
+
"iconName": "transform-data",
|
|
9612
|
+
"description": "crypto, path, encrypt, transform",
|
|
9613
|
+
"size": "24",
|
|
9614
|
+
"width": 24,
|
|
9615
|
+
"height": 24
|
|
9616
|
+
},
|
|
9617
|
+
{
|
|
9618
|
+
"id": "5087:319",
|
|
9619
|
+
"fileName": "transform-data-16",
|
|
9620
|
+
"iconName": "transform-data",
|
|
9621
|
+
"description": "crypto, path, encrypt, transform",
|
|
9622
|
+
"size": "16",
|
|
9623
|
+
"width": 16,
|
|
9624
|
+
"height": 16
|
|
9625
|
+
},
|
|
9392
9626
|
{
|
|
9393
9627
|
"id": "350:4184",
|
|
9394
9628
|
"fileName": "trash-24",
|
package/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g fill="currentColor"><path d="M6.012 12.82a.75.75 0 001.057-.082L8 11.652l.93 1.086a.75.75 0 101.14-.976l-1.32-1.54V8.5c0-.04-.003-.08-.01-.12a4.98 4.98 0 00.246-.077c.312-.106.627-.245.902-.377a13.733 13.733 0 00.975-.52l.016-.009.005-.003h.001s.001-.001-.385-.644l.386.643a.75.75 0 00-.772-1.286l-.003.002-.011.007-.05.028a11.425 11.425 0 01-.811.43c-.246.118-.503.23-.74.31C8.25 6.97 8.084 7 8 7c-.083 0-.25-.03-.5-.116a7.039 7.039 0 01-.739-.31 12.259 12.259 0 01-.812-.43L5.9 6.116l-.011-.007-.003-.002a.75.75 0 00-.772 1.286L5.5 6.75l-.386.643.002.001.005.003.016.01a8.673 8.673 0 00.273.155c.177.099.425.231.702.364.275.132.59.27.902.377.078.027.16.054.245.078a.755.755 0 00-.009.119v1.723l-1.32 1.539a.75.75 0 00.082 1.057z"/><path d="M8 6.25a1.5 1.5 0 100-3 1.5 1.5 0 000 3z"/><path fill-rule="evenodd" d="M0 8a8 8 0 1116 0A8 8 0 010 8zm8-6.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13z" clip-rule="evenodd"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M9.708 11.454c.445.164 1.01.353 1.542.46v2.859l-1.874 2.811a.75.75 0 101.248.832L12 16.352l1.376 2.064a.75.75 0 101.248-.832l-1.874-2.811v-2.859a10.8 10.8 0 001.542-.46 19.84 19.84 0 001.244-.51l.02-.01.006-.002.003-.001a.75.75 0 10-.63-1.362l-.004.002-.016.007a9.466 9.466 0 01-.314.138c-.212.09-.505.21-.829.33-.688.255-1.381.454-1.772.454-.39 0-1.084-.2-1.772-.454a18.411 18.411 0 01-1.143-.468l-.016-.007-.004-.002a.75.75 0 10-.629 1.362l.002.001.006.003.02.009a10.97 10.97 0 00.347.152c.228.097.544.227.897.358zM8.75 10.25c-.315.68-.314.681-.314.681l.314-.681z" clip-rule="evenodd"/><path d="M12 9.5A1.75 1.75 0 1012 6a1.75 1.75 0 000 3.5z"/><path fill-rule="evenodd" d="M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12zm11-9.5a9.5 9.5 0 100 19 9.5 9.5 0 000-19z" clip-rule="evenodd"/></g></svg>
|
package/svg/alert-diamond-24.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 7a.75.75 0 01.75.75v4.5a.75.75 0 01-1.5 0v-4.5A.75.75 0 0112 7zM12 15a1 1 0 100 2h.01a1 1 0 100-2H12z"/><path fill-rule="evenodd" d="M1.884 10.056l8.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 7a.75.75 0 01.75.75v4.5a.75.75 0 01-1.5 0v-4.5A.75.75 0 0112 7zM12 15a1 1 0 100 2h.01a1 1 0 100-2H12z"/><path fill-rule="evenodd" d="M1.884 10.056l8.171-8.172a2.75 2.75 0 013.89 0l8.171 8.172a2.75 2.75 0 010 3.889l-8.171 8.171a2.75 2.75 0 01-3.89 0l-8.171-8.171a2.75 2.75 0 010-3.89zm9.232-7.111l-8.172 8.171a1.25 1.25 0 000 1.768l8.172 8.172a1.25 1.25 0 001.768 0l8.171-8.172a1.25 1.25 0 000-1.768l-8.171-8.171a1.25 1.25 0 00-1.768 0z" clip-rule="evenodd"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M10.556 3.75a2.25 2.25 0 10.178-1.5H9A2.75 2.75 0 006.25 5v2.25h-.878a2.25 2.25 0 100 1.5h.878V11A2.75 2.75 0 009 13.75h1.734a2.25 2.25 0 10-.178-1.5H9c-.69 0-1.25-.56-1.25-1.25V8.75h1.628a2.25 2.25 0 100-1.5H7.75V5c0-.69.56-1.25 1.25-1.25h1.556zM12 3.25a.75.75 0 111.5 0 .75.75 0 01-1.5 0zM2.5 8A.75.75 0 014 7.986v.028A.75.75 0 012.5 8zm9.5 4.75a.75.75 0 111.5 0 .75.75 0 01-1.5 0zm-.5-5.5a.75.75 0 100 1.5.75.75 0 000-1.5z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M16.604 5.5H13c-.69 0-1.25.56-1.25 1.25v4.5h3.604a2.751 2.751 0 110 1.5H11.75v4.5c0 .69.56 1.25 1.25 1.25h3.604a2.751 2.751 0 110 1.5H13a2.75 2.75 0 01-2.75-2.75v-4.5H7.396a2.751 2.751 0 110-1.5h2.854v-4.5A2.75 2.75 0 0113 4h3.604a2.751 2.751 0 110 1.5zM18 4.75a1.25 1.25 0 112.5 0 1.25 1.25 0 01-2.5 0zm-13.25 6a1.25 1.25 0 100 2.5 1.25 1.25 0 000-2.5zm13.25 0a1.25 1.25 0 100 2.5 1.25 1.25 0 000-2.5zm0 8.5a1.25 1.25 0 112.5 0 1.25 1.25 0 01-2.5 0z" clip-rule="evenodd"/></svg>
|
package/svg/diamond-24.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.116 2.985l-8.131 8.132a1.25 1.25 0 000 1.767l8.131 8.132a1.25 1.25 0 001.768 0l8.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.116 2.985l-8.131 8.132a1.25 1.25 0 000 1.767l8.131 8.132a1.25 1.25 0 001.768 0l8.132-8.132a1.25 1.25 0 000-1.768l-8.132-8.131a1.25 1.25 0 00-1.768 0zm-9.192 7.07l8.132-8.13a2.75 2.75 0 013.889 0l8.131 8.13a2.75 2.75 0 010 3.89l-8.131 8.131a2.75 2.75 0 01-3.89 0l-8.131-8.131a2.75 2.75 0 010-3.89z" clip-rule="evenodd"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M8.302 3.288A3.633 3.633 0 002.756 7.76c.124.237.112.49.102.61a2.984 2.984 0 01-.084.468 7.853 7.853 0 01-.2.655c.26-.09.52-.17.75-.223a.7.7 0 11.312 1.365c-.34.078-.837.258-1.278.434a23.211 23.211 0 00-.701.295l-.042.018-.01.005-.003.001a.7.7 0 01-.925-.927v-.001l.002-.004.008-.018.03-.07a21.252 21.252 0 00.43-1.047c.113-.3.211-.592.27-.822.021-.09.034-.157.041-.205a5.033 5.033 0 017.74-6.082.7.7 0
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M8.302 3.288A3.633 3.633 0 002.756 7.76c.124.237.112.49.102.61a2.984 2.984 0 01-.084.468 7.853 7.853 0 01-.2.655c.26-.09.52-.17.75-.223a.7.7 0 11.312 1.365c-.34.078-.837.258-1.278.434a23.211 23.211 0 00-.701.295l-.042.018-.01.005-.003.001a.7.7 0 01-.925-.927v-.001l.002-.004.008-.018.03-.07a21.252 21.252 0 00.43-1.047c.113-.3.211-.592.27-.822.021-.09.034-.157.041-.205a5.033 5.033 0 017.74-6.082.7.7 0 11-.896 1.076zM1.463 8.226v0z"/><path d="M4.75 9.333a5.083 5.083 0 119.657 2.221c.006.033.015.077.03.133.05.197.139.453.247.734.087.223.178.443.262.646l.06.146c.049.118.095.23.131.326.03.082.074.2.097.306a.75.75 0 01-.734.905c-.169 0-.332-.04-.447-.072a4.853 4.853 0 01-.394-.134 21.027 21.027 0 01-.606-.248l-.216-.09a7.645 7.645 0 00-.705-.265 1.763 1.763 0 00-.095-.026A5.083 5.083 0 014.75 9.333zm1.5 0a3.583 3.583 0 116.764 1.654c-.125.239-.12.485-.11.614.01.155.042.313.078.456.055.214.133.448.217.676a7.367 7.367 0 00-.643-.231 2.455 2.455 0 00-.443-.093 1.113 1.113 0 00-.626.104 3.583 3.583 0 01-5.237-3.18zm8.15 2.16v-.012l-.001.004v.009z"/></g></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M13.02 4.827a5.75 5.75 0 00-8.777 7.077c.144.275.134.58.12.751a4.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M13.02 4.827a5.75 5.75 0 00-8.777 7.077c.144.275.134.58.12.751a4.182 4.182 0 01-.118.655 13.903 13.903 0 01-.512 1.557c.563-.214 1.188-.429 1.694-.545a.75.75 0 11.335 1.463c-.535.122-1.3.401-1.961.666a34.515 34.515 0 00-1.061.445l-.065.029-.016.007-.004.002h-.001a.75.75 0 01-.99-.994v-.002l.003-.006.012-.027a20.233 20.233 0 00.214-.49c.137-.322.316-.755.484-1.204.17-.453.323-.903.413-1.265.046-.183.07-.32.078-.413l.001-.022a7.25 7.25 0 0111.11-8.837.75.75 0 01-.958 1.153z"/><path d="M21.781 20.78a.75.75 0 00.152-.84l-.004-.008-.012-.027a20.257 20.257 0 01-.214-.49 30.272 30.272 0 01-.484-1.204c-.17-.453-.322-.903-.413-1.265a2.76 2.76 0 01-.077-.414l-.002-.021a7.25 7.25 0 10-3.22 3.219h.018c.092.009.23.033.413.08.363.09.814.243 1.268.413a31.27 31.27 0 011.595.649l.106.046.027.012.008.004a.75.75 0 00.84-.155zm-13.28-7.53a5.75 5.75 0 1110.852 2.653c-.144.276-.134.58-.12.752.018.208.063.434.118.655a13.896 13.896 0 00.512 1.557 14.298 14.298 0 00-1.56-.512c-.218-.056-.443-.101-.649-.119-.167-.014-.474-.028-.75.117A5.75 5.75 0 018.5 13.25z"/></g></svg>
|
package/svg/folder-star-16.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g fill="currentColor"><path d="M1.5 3.25a.75.75 0 01.75-.75h4.379a.75.75 0 01.53.22L8.28 3.84a2.25 2.25 0 001.591.659h3.879a.75.75 0 01.75.75V6.5a.75.75 0 001.5 0V5.25A2.25 2.25 0 0013.75 3H9.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g fill="currentColor"><path d="M1.5 3.25a.75.75 0 01.75-.75h4.379a.75.75 0 01.53.22L8.28 3.84a2.25 2.25 0 001.591.659h3.879a.75.75 0 01.75.75V6.5a.75.75 0 001.5 0V5.25A2.25 2.25 0 0013.75 3H9.87a.75.75 0 01-.53-.22L8.22 1.66A2.25 2.25 0 006.629 1H2.25A2.25 2.25 0 000 3.25v9.5A2.25 2.25 0 002.25 15h2.5a.75.75 0 100-1.5h-2.5a.75.75 0 01-.75-.75v-9.5z"/><path fill-rule="evenodd" d="M11.179 5.431a.75.75 0 00-1.358 0L8.523 8.196l-2.887.444a.75.75 0 00-.409 1.279l2.201 2.142-.66 3.029a.75.75 0 001.089.82l2.643-1.43 2.643 1.43a.75.75 0 001.09-.82l-.662-3.03 2.202-2.141a.75.75 0 00-.41-1.28l-2.886-.443-1.298-2.765zM9.71 9.195l.789-1.68.789 1.68a.75.75 0 00.565.423l1.794.276-1.421 1.382a.75.75 0 00-.21.697l.402 1.839-1.562-.845a.75.75 0 00-.714 0l-1.562.845.402-1.838a.75.75 0 00-.21-.698l-1.42-1.382 1.793-.276a.75.75 0 00.565-.423z" clip-rule="evenodd"/></g></svg>
|
package/svg/index.d.ts
CHANGED
|
@@ -3,5 +3,5 @@
|
|
|
3
3
|
* SPDX-License-Identifier: MPL-2.0
|
|
4
4
|
*/
|
|
5
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', '
|
|
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', 'jwt', 'jwt-color', 'kubernetes', 'kubernetes-color', 'lightlytics', 'lightlytics-color', 'linkedin', 'linkedin-color', 'linode', 'linode-color', 'linux', 'linux-color', 'loom', 'loom-color', 'meetup', 'meetup-color', 'microsoft', 'microsoft-color', 'microsoft-teams', 'microsoft-teams-color', 'new-relic', 'new-relic-color', 'okta', 'okta-color', 'oracle', 'oracle-color', 'opa', 'opa-color', 'openid', 'openid-color', 'pack', 'pack-color', 'rabbitmq', 'rabbitmq-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', 'accessibility', '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', 'channel', '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', 'key-values', 'keychain', '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-circle-fill', '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-circle-fill', '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', 'transform-data', '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
7
|
export type IconName = typeof iconNames[number];
|