@hashicorp/flight-icons 2.23.0 → 2.25.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 +40 -20
- package/catalog.json +199 -1
- package/package.json +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/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/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/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/transform-data-16.svg +1 -0
- package/svg/transform-data-24.svg +1 -0
- package/svg/vault-radar-16.svg +1 -0
- package/svg/vault-radar-24.svg +1 -0
- package/svg/vault-radar-color-16.svg +1 -0
- package/svg/vault-radar-color-24.svg +1 -0
- package/svg/vault-secrets-16.svg +1 -1
- package/svg/vault-secrets-24.svg +1 -1
- package/svg/vault-secrets-color-16.svg +1 -1
- package/svg/vault-secrets-color-24.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/index.ts +22 -0
- 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/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/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/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/transform-data-16.tsx +37 -0
- package/svg-react/transform-data-24.tsx +48 -0
- package/svg-react/vault-radar-16.tsx +37 -0
- package/svg-react/vault-radar-24.tsx +37 -0
- package/svg-react/vault-radar-color-16.tsx +35 -0
- package/svg-react/vault-radar-color-24.tsx +37 -0
- package/svg-react/vault-secrets-16.tsx +3 -3
- package/svg-react/vault-secrets-24.tsx +3 -3
- package/svg-react/vault-secrets-color-16.tsx +9 -10
- package/svg-react/vault-secrets-color-24.tsx +9 -10
- 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,5 +1,25 @@
|
|
|
1
1
|
# @hashicorp/flight-icons
|
|
2
2
|
|
|
3
|
+
## 2.25.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
`vault-radar` icons added. `vault-secrets` icons updated per Brand guidance.
|
|
8
|
+
|
|
9
|
+
<small class="doc-whats-new-changelog-metadata">[#1901](https://github.com/hashicorp/design-system/pull/1901)</small>
|
|
10
|
+
|
|
11
|
+
<div class="doc-whats-new-changelog-separator"></div>
|
|
12
|
+
|
|
13
|
+
## 2.24.0
|
|
14
|
+
|
|
15
|
+
### Minor Changes
|
|
16
|
+
|
|
17
|
+
`rabbitmq`, `openid`, `jwt`, `meetup`, and `transform-data` icons added.
|
|
18
|
+
|
|
19
|
+
<small class="doc-whats-new-changelog-metadata">[#1873](https://github.com/hashicorp/design-system/pull/1873)</small>
|
|
20
|
+
|
|
21
|
+
<div class="doc-whats-new-changelog-separator"></div>
|
|
22
|
+
|
|
3
23
|
## 2.23.0
|
|
4
24
|
|
|
5
25
|
### Minor Changes
|
|
@@ -7,9 +27,9 @@
|
|
|
7
27
|
`accessibility`, `channel`, `minus-circle-fill`, `plus-circle-fill` icons added.
|
|
8
28
|
Fixed the size and position of the `plus-circle` icon.
|
|
9
29
|
|
|
10
|
-
<small>[#1839](https://github.com/hashicorp/design-system/pull/1839)</small>
|
|
30
|
+
<small class="doc-whats-new-changelog-metadata">[#1839](https://github.com/hashicorp/design-system/pull/1839)</small>
|
|
11
31
|
|
|
12
|
-
|
|
32
|
+
<div class="doc-whats-new-changelog-separator"></div>
|
|
13
33
|
|
|
14
34
|
## 2.22.0
|
|
15
35
|
|
|
@@ -17,9 +37,9 @@ Fixed the size and position of the `plus-circle` icon.
|
|
|
17
37
|
|
|
18
38
|
Added `IconName` type to `iconNames` export
|
|
19
39
|
|
|
20
|
-
<small>[#1776](https://github.com/hashicorp/design-system/pull/1776) - Thanks [@dstaley](https://github.com/dstaley) for the contribution! 🙏</small>
|
|
40
|
+
<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>
|
|
21
41
|
|
|
22
|
-
|
|
42
|
+
<div class="doc-whats-new-changelog-separator"></div>
|
|
23
43
|
|
|
24
44
|
## 2.21.0
|
|
25
45
|
|
|
@@ -27,9 +47,9 @@ Added `IconName` type to `iconNames` export
|
|
|
27
47
|
|
|
28
48
|
Added static SVG sprite sheet file
|
|
29
49
|
|
|
30
|
-
<small>[#1763](https://github.com/hashicorp/design-system/pull/1763) - Thanks [@dstaley](https://github.com/dstaley) for the contribution! 🙏</small>
|
|
50
|
+
<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>
|
|
31
51
|
|
|
32
|
-
|
|
52
|
+
<div class="doc-whats-new-changelog-separator"></div>
|
|
33
53
|
|
|
34
54
|
## 2.20.0
|
|
35
55
|
|
|
@@ -48,7 +68,7 @@ Added new set of icons for Google services:
|
|
|
48
68
|
- `google-sheets`
|
|
49
69
|
- `google-drive`
|
|
50
70
|
|
|
51
|
-
<small>[#1657](https://github.com/hashicorp/design-system/pull/1657)</small>
|
|
71
|
+
<small class="doc-whats-new-changelog-metadata">[#1657](https://github.com/hashicorp/design-system/pull/1657)</small>
|
|
52
72
|
|
|
53
73
|
## 2.19.0
|
|
54
74
|
|
|
@@ -56,7 +76,7 @@ Added new set of icons for Google services:
|
|
|
56
76
|
|
|
57
77
|
Added `Vault Secrets` icon.
|
|
58
78
|
|
|
59
|
-
<small>[#1638](https://github.com/hashicorp/design-system/pull/1638)</small>
|
|
79
|
+
<small class="doc-whats-new-changelog-metadata">[#1638](https://github.com/hashicorp/design-system/pull/1638)</small>
|
|
60
80
|
|
|
61
81
|
## 2.18.0
|
|
62
82
|
|
|
@@ -64,13 +84,13 @@ Added `Vault Secrets` icon.
|
|
|
64
84
|
|
|
65
85
|
Added `Vercel` and `Jira` icons
|
|
66
86
|
|
|
67
|
-
<small>[#1585](https://github.com/hashicorp/design-system/pull/1585)</small>
|
|
87
|
+
<small class="doc-whats-new-changelog-metadata">[#1585](https://github.com/hashicorp/design-system/pull/1585)</small>
|
|
68
88
|
|
|
69
|
-
|
|
89
|
+
<div class="doc-whats-new-changelog-separator"></div>
|
|
70
90
|
|
|
71
91
|
Added `twitter-x` icon, and older `twitter` icon. Also the `aws-cdk` and `jfrog` icons.
|
|
72
92
|
|
|
73
|
-
<small>[#1610](https://github.com/hashicorp/design-system/pull/1610)</small>
|
|
93
|
+
<small class="doc-whats-new-changelog-metadata">[#1610](https://github.com/hashicorp/design-system/pull/1610)</small>
|
|
74
94
|
|
|
75
95
|
## 2.17.0
|
|
76
96
|
|
|
@@ -78,7 +98,7 @@ Added `twitter-x` icon, and older `twitter` icon. Also the `aws-cdk` and `jfrog`
|
|
|
78
98
|
|
|
79
99
|
Added new `clipboard-x` icon
|
|
80
100
|
|
|
81
|
-
<small>[#1532](https://github.com/hashicorp/design-system/pull/1532)</small>
|
|
101
|
+
<small class="doc-whats-new-changelog-metadata">[#1532](https://github.com/hashicorp/design-system/pull/1532)</small>
|
|
82
102
|
|
|
83
103
|
## 2.16.0
|
|
84
104
|
|
|
@@ -86,7 +106,7 @@ Added new `clipboard-x` icon
|
|
|
86
106
|
|
|
87
107
|
Added `elastic-observability` and `new-relic` icons
|
|
88
108
|
|
|
89
|
-
<small>[#1515](https://github.com/hashicorp/design-system/pull/1515)</small>
|
|
109
|
+
<small class="doc-whats-new-changelog-metadata">[#1515](https://github.com/hashicorp/design-system/pull/1515)</small>
|
|
90
110
|
|
|
91
111
|
## 2.15.0
|
|
92
112
|
|
|
@@ -94,7 +114,7 @@ Added `elastic-observability` and `new-relic` icons
|
|
|
94
114
|
|
|
95
115
|
Added Venafi service icon
|
|
96
116
|
|
|
97
|
-
<small>[#1487](https://github.com/hashicorp/design-system/pull/1487)</small>
|
|
117
|
+
<small class="doc-whats-new-changelog-metadata">[#1487](https://github.com/hashicorp/design-system/pull/1487)</small>
|
|
98
118
|
|
|
99
119
|
## 2.14.0
|
|
100
120
|
|
|
@@ -102,7 +122,7 @@ Added Venafi service icon
|
|
|
102
122
|
|
|
103
123
|
Added `robot` icon (for Service Principals)
|
|
104
124
|
|
|
105
|
-
<small>[#1428](https://github.com/hashicorp/design-system/pull/1428)</small>
|
|
125
|
+
<small class="doc-whats-new-changelog-metadata">[#1428](https://github.com/hashicorp/design-system/pull/1428)</small>
|
|
106
126
|
|
|
107
127
|
## 2.13.1
|
|
108
128
|
|
|
@@ -110,7 +130,7 @@ Added `robot` icon (for Service Principals)
|
|
|
110
130
|
|
|
111
131
|
Fix color for `connection-gateway` icon
|
|
112
132
|
|
|
113
|
-
<small>[#1420](https://github.com/hashicorp/design-system/pull/1420)</small>
|
|
133
|
+
<small class="doc-whats-new-changelog-metadata">[#1420](https://github.com/hashicorp/design-system/pull/1420)</small>
|
|
114
134
|
|
|
115
135
|
## 2.13.0
|
|
116
136
|
|
|
@@ -118,7 +138,7 @@ Fix color for `connection-gateway` icon
|
|
|
118
138
|
|
|
119
139
|
Added `ampersand` icon
|
|
120
140
|
|
|
121
|
-
<small>[#1412](https://github.com/hashicorp/design-system/pull/1412)</small>
|
|
141
|
+
<small class="doc-whats-new-changelog-metadata">[#1412](https://github.com/hashicorp/design-system/pull/1412)</small>
|
|
122
142
|
|
|
123
143
|
## 2.12.0
|
|
124
144
|
|
|
@@ -126,15 +146,15 @@ Added `ampersand` icon
|
|
|
126
146
|
|
|
127
147
|
Remove unnused icons as CSS props
|
|
128
148
|
|
|
129
|
-
<small>[#727](https://github.com/hashicorp/design-system/pull/727)</small>
|
|
149
|
+
<small class="doc-whats-new-changelog-metadata">[#727](https://github.com/hashicorp/design-system/pull/727)</small>
|
|
130
150
|
|
|
131
151
|
_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._
|
|
132
152
|
|
|
133
|
-
|
|
153
|
+
<div class="doc-whats-new-changelog-separator"></div>
|
|
134
154
|
|
|
135
155
|
Added `figma` and `loom` icons
|
|
136
156
|
|
|
137
|
-
<small>[#689](https://github.com/hashicorp/design-system/pull/689)</small>
|
|
157
|
+
<small class="doc-whats-new-changelog-metadata">[#689](https://github.com/hashicorp/design-system/pull/689)</small>
|
|
138
158
|
|
|
139
159
|
## 2.11.1
|
|
140
160
|
|
package/catalog.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"lastRunTimeISO": "
|
|
2
|
+
"lastRunTimeISO": "2024-01-23T00:20:00.308Z",
|
|
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",
|
|
@@ -2711,6 +2855,42 @@
|
|
|
2711
2855
|
"width": 16,
|
|
2712
2856
|
"height": 16
|
|
2713
2857
|
},
|
|
2858
|
+
{
|
|
2859
|
+
"id": "5178:102",
|
|
2860
|
+
"fileName": "vault-radar-24",
|
|
2861
|
+
"iconName": "vault-radar",
|
|
2862
|
+
"description": "vault, hcp vault, radar",
|
|
2863
|
+
"size": "24",
|
|
2864
|
+
"width": 24,
|
|
2865
|
+
"height": 24
|
|
2866
|
+
},
|
|
2867
|
+
{
|
|
2868
|
+
"id": "5178:105",
|
|
2869
|
+
"fileName": "vault-radar-16",
|
|
2870
|
+
"iconName": "vault-radar",
|
|
2871
|
+
"description": "vault, hcp vault, radar",
|
|
2872
|
+
"size": "16",
|
|
2873
|
+
"width": 16,
|
|
2874
|
+
"height": 16
|
|
2875
|
+
},
|
|
2876
|
+
{
|
|
2877
|
+
"id": "5178:111",
|
|
2878
|
+
"fileName": "vault-radar-color-24",
|
|
2879
|
+
"iconName": "vault-radar-color",
|
|
2880
|
+
"description": "vault, hcp vault, radar",
|
|
2881
|
+
"size": "24",
|
|
2882
|
+
"width": 24,
|
|
2883
|
+
"height": 24
|
|
2884
|
+
},
|
|
2885
|
+
{
|
|
2886
|
+
"id": "5178:114",
|
|
2887
|
+
"fileName": "vault-radar-color-16",
|
|
2888
|
+
"iconName": "vault-radar-color",
|
|
2889
|
+
"description": "vault, hcp vault, radar",
|
|
2890
|
+
"size": "16",
|
|
2891
|
+
"width": 16,
|
|
2892
|
+
"height": 16
|
|
2893
|
+
},
|
|
2714
2894
|
{
|
|
2715
2895
|
"id": "4615:67",
|
|
2716
2896
|
"fileName": "vault-secrets-24",
|
|
@@ -9461,6 +9641,24 @@
|
|
|
9461
9641
|
"width": 16,
|
|
9462
9642
|
"height": 16
|
|
9463
9643
|
},
|
|
9644
|
+
{
|
|
9645
|
+
"id": "5087:302",
|
|
9646
|
+
"fileName": "transform-data-24",
|
|
9647
|
+
"iconName": "transform-data",
|
|
9648
|
+
"description": "crypto, path, encrypt, transform",
|
|
9649
|
+
"size": "24",
|
|
9650
|
+
"width": 24,
|
|
9651
|
+
"height": 24
|
|
9652
|
+
},
|
|
9653
|
+
{
|
|
9654
|
+
"id": "5087:319",
|
|
9655
|
+
"fileName": "transform-data-16",
|
|
9656
|
+
"iconName": "transform-data",
|
|
9657
|
+
"description": "crypto, path, encrypt, transform",
|
|
9658
|
+
"size": "16",
|
|
9659
|
+
"width": 16,
|
|
9660
|
+
"height": 16
|
|
9661
|
+
},
|
|
9464
9662
|
{
|
|
9465
9663
|
"id": "350:4184",
|
|
9466
9664
|
"fileName": "trash-24",
|
package/package.json
CHANGED
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', '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', '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'];
|
|
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-radar', 'vault-radar-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];
|
package/svg/index.js
CHANGED
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
* SPDX-License-Identifier: MPL-2.0
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
export const iconNames = [ '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', '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', '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' ];
|
|
6
|
+
export const iconNames = [ '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-radar', 'vault-radar-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' ];
|
package/svg/jwt-16.svg
ADDED
|
@@ -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="M9.09.75v3.9L8 6.144 6.91 4.651v1.856l-1.758-.58-2.31-3.147 1.773-1.29L6.91 4.65V.75h2.18zM6.91 15.25v-3.9l-2.295 3.16-1.773-1.29 2.31-3.147 1.758-.58v1.857L8 9.856l1.09 1.494v3.9H6.91zM9.09 11.35l2.295 3.16 1.773-1.29-2.31-3.147 3.72 1.204.682-2.073L11.53 8l3.72-1.203-.683-2.074-3.72 1.203 2.311-3.146-1.773-1.29L9.09 4.65v1.856l1.758-.58-1.09 1.509L11.531 8l-1.773.566 1.09 1.507-1.758-.58v1.857z"/><path d="M5.152 5.926l-3.72-1.203L.75 6.797 4.47 8 .75 9.204l.683 2.073 3.72-1.204 1.089-1.508L4.469 8l1.773-.565-1.09-1.508z"/></g></svg>
|
package/svg/jwt-24.svg
ADDED
|
@@ -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 d="M13.54 1.75v5.514L12 9.377l-1.54-2.111v2.624l-2.486-.82L4.708 4.62l2.506-1.824 3.245 4.469V1.75h3.081zM10.46 22.25v-5.514l-3.246 4.468-2.506-1.824 3.266-4.448 2.486-.82v2.624L12 14.624l1.54 2.111v5.515h-3.08zM13.54 16.735l3.246 4.47 2.506-1.825-3.266-4.448 5.258 1.701.966-2.931L16.99 12l-2.506.8 1.541 2.132-2.485-.82v2.623z"/><path d="M7.974 9.069L2.715 7.367l-.965 2.931L7.009 12l2.506-.8L7.974 9.07zM16.991 12l5.259-1.702-.966-2.931-5.258 1.701 3.266-4.448-2.506-1.824-3.246 4.469v2.624l2.486-.82-1.54 2.131 2.505.8zM1.75 13.701L7.009 12l2.506.8-1.541 2.131-5.259 1.702-.965-2.931z"/></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"><g fill-rule="evenodd" clip-rule="evenodd"><path fill="#fff" d="M9.09 4.65V.75H6.91v3.9L8 6.144 9.09 4.65zM6.91 11.35v3.9h2.18v-3.9L8 9.856 6.91 11.35z"/><path fill="#00F2E6" d="M9.09 11.35l2.295 3.16 1.773-1.29-2.31-3.147-1.758-.58v1.857zM6.91 4.65L4.615 1.49 2.842 2.78l2.31 3.147 1.758.58V4.65z"/><path fill="#00B9F1" d="M5.152 5.927l-3.72-1.204L.75 6.796 4.47 8l1.772-.566-1.09-1.507zM9.758 8.566l1.09 1.507 3.72 1.204.682-2.073L11.53 8l-1.772.566z"/><path fill="#D63AFF" d="M11.53 8l3.72-1.204-.683-2.073-3.72 1.203-1.089 1.508L11.531 8zM4.47 8L.75 9.204l.683 2.073 3.72-1.204 1.089-1.508L4.469 8z"/><path fill="#FB015B" d="M5.152 10.073l-2.31 3.147 1.773 1.29 2.295-3.16V9.493l-1.758.58zM10.848 5.926l2.31-3.146-1.773-1.29L9.09 4.65v1.857l1.758-.58z"/></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-rule="evenodd" clip-rule="evenodd"><path fill="#fff" d="M13.54 7.264V1.75h-3.08v5.514L12 9.377l1.54-2.111zM10.46 16.735v5.515h3.08v-5.515L12 14.624l-1.54 2.111z"/><path fill="#00F2E6" d="M13.54 16.735l3.246 4.47 2.506-1.825-3.266-4.448-2.485-.82v2.623zM10.46 7.264L7.213 2.796 4.708 4.62l3.266 4.449 2.485.82V7.265z"/><path fill="#00B9F1" d="M7.974 9.069L2.715 7.367l-.965 2.932L7.009 12l2.506-.8L7.974 9.07zM14.485 12.8l1.541 2.131 5.259 1.702.965-2.931L16.991 12l-2.506.8z"/><path fill="#D63AFF" d="M16.991 12l5.259-1.701-.965-2.932-5.259 1.701-1.54 2.133L16.99 12zM7.009 12L1.75 13.701l.965 2.932 5.259-1.701 1.54-2.133L7.01 12z"/><path fill="#FB015B" d="M7.974 14.931L4.708 19.38l2.506 1.825 3.245-4.47v-2.623l-2.485.82zM16.026 9.068l3.266-4.448-2.506-1.824-3.246 4.469v2.624l2.486-.82z"/></g></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="#326DE6" d="M4.5 14.569c.214.278.539.431.874.431h5.251c.335 0 .66-.165.875-.434l3.258-4.178c.214-.278.288-.633.214-.978l-1.165-5.207a1.128 1.128 0 00-.606-.777l-4.714-2.31A1.062 1.062 0 008.002 1c-.168 0-.335.038-.485.115l-4.715 2.32a1.129 1.129 0 00-.605.777L1.032 9.42c-.084.345 0 .7.214.978L4.5 14.568z"/><path fill="#fff" fill-rule="evenodd" d="M12.741 9.128c.098.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="#326DE6" d="M4.5 14.569c.214.278.539.431.874.431h5.251c.335 0 .66-.165.875-.434l3.258-4.178c.214-.278.288-.633.214-.978l-1.165-5.207a1.128 1.128 0 00-.606-.777l-4.714-2.31A1.062 1.062 0 008.002 1c-.168 0-.335.038-.485.115l-4.715 2.32a1.129 1.129 0 00-.605.777L1.032 9.42c-.084.345 0 .7.214.978L4.5 14.568z"/><path fill="#fff" fill-rule="evenodd" d="M12.741 9.128c.098.003.196.01.293.024l.058.013.031.008a.308.308 0 01.26.372.306.306 0 01-.396.222h-.004l-.003-.001-.003-.001a1.58 1.58 0 00-.08-.017 2.55 2.55 0 01-.274-.106 2.868 2.868 0 00-.533-.156.243.243 0 00-.171.063 4.693 4.693 0 00-.131-.023 3.971 3.971 0 01-1.764 2.212c.015.042.032.083.051.123a.239.239 0 00-.023.18c.074.17.165.332.271.485.06.077.114.159.164.243l.028.057.012.025a.306.306 0 01-.381.44.306.306 0 01-.172-.18l-.01-.02-.028-.058a2.54 2.54 0 01-.089-.28 2.836 2.836 0 00-.21-.512.241.241 0 00-.156-.095l-.03-.053a7.8 7.8 0 00-.035-.064 3.97 3.97 0 01-2.823-.007l-.07.125a.25.25 0 00-.132.064 2.13 2.13 0 00-.237.548 2.512 2.512 0 01-.088.28 1.14 1.14 0 01-.025.05l-.013.027v.001a.306.306 0 01-.421.173.306.306 0 01-.132-.434l.014-.03.026-.052c.05-.085.104-.166.164-.244.108-.156.2-.322.277-.496a.302.302 0 00-.028-.173l.056-.133A3.972 3.972 0 014.22 9.532l-.134.023a.34.34 0 00-.176-.062 2.872 2.872 0 00-.533.156c-.09.04-.181.075-.274.105l-.05.012-.03.006H3.02l-.002.002h-.005a.308.308 0 01-.397-.349.306.306 0 01.261-.245l.005-.001h.002l.006-.002c.024-.006.054-.014.076-.018.097-.013.195-.021.293-.023.186-.012.37-.043.549-.09a.422.422 0 00.131-.132l.128-.038a3.938 3.938 0 01.625-2.752l-.098-.087a.338.338 0 00-.062-.176 2.854 2.854 0 00-.455-.319 2.558 2.558 0 01-.254-.148 1.123 1.123 0 01-.048-.038l-.015-.012-.004-.004a.323.323 0 01-.076-.45.295.295 0 01.244-.107.365.365 0 01.213.08l.022.017c.016.013.034.026.046.037.072.067.139.139.202.214.125.136.263.26.412.371.056.03.121.036.182.018l.11.078a3.938 3.938 0 012.552-1.224l.008-.129a.332.332 0 00.099-.157 2.844 2.844 0 00-.034-.554 2.56 2.56 0 01-.042-.29v-.082-.004A.306.306 0 018 2.82a.308.308 0 01.306.337v.087a2.529 2.529 0 01-.041.29 2.85 2.85 0 00-.035.553.242.242 0 00.1.153v.007l.007.13c.967.087 1.87.522 2.54 1.223l.116-.083a.34.34 0 00.186-.02c.149-.11.287-.235.412-.372.063-.075.13-.147.202-.214l.051-.04.017-.014a.307.307 0 11.381.477l-.024.02-.043.035a2.54 2.54 0 01-.254.147 2.87 2.87 0 00-.455.32.24.24 0 00-.058.172l-.05.044-.058.053c.542.806.77 1.783.637 2.745l.123.036c.031.056.077.101.133.133.179.047.363.077.548.09zM7.291 5.24c.107-.024.216-.042.326-.056l-.09 1.6-.008.004a.268.268 0 01-.293.256.27.27 0 01-.135-.05l-.002.001-1.316-.93c.419-.41.945-.696 1.518-.825zm1.618 1.75l1.308-.924a3.182 3.182 0 00-1.833-.882l.09 1.598h.002a.268.268 0 00.294.256.27.27 0 00.135-.05l.004.002zm2.248 1.656l-1.548-.444-.002-.007a.27.27 0 01-.185-.343.27.27 0 01.08-.12L9.5 7.73l1.195-1.066c.366.593.527 1.289.46 1.982zM9.096 9.5l.618 1.49a3.147 3.147 0 001.275-1.598l-1.593-.269-.002.004a.26.26 0 00-.166.022.27.27 0 00-.13.348l-.002.003zm-.385 1.905c-.573.13-1.17.1-1.727-.088l.777-1.4h.001a.27.27 0 01.475-.001h.006l.779 1.402a3.286 3.286 0 01-.311.087zm-2.418-.422l.611-1.474-.004-.006a.268.268 0 00-.297-.37L6.6 9.13l-1.579.267a3.16 3.16 0 001.272 1.586zm-.997-4.32l1.201 1.071-.001.007a.269.269 0 01-.106.462l-.001.005-1.54.443a3.134 3.134 0 01.447-1.988zm2.95 1.154h-.492l-.307.38.11.476.443.213.442-.212.11-.476-.306-.381z" clip-rule="evenodd"/></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.886 13.453a.64.64 0 01.455-.39.624.624 0 01.654.261.645.645 0 01-.27.952.626.626 0 01-.691-.128.642.642 0 01-.148-.695zM7.28 14.46a.386.386 0 01.684-.08.399.399 0 01-.166.588.387.387 0 01-.427-.08.396.396 0 01-.091-.428zm-4.267-1.872a.285.285 0 01.136-.483.278.278 0 01.29.117.286.286 0 01-.12.422.278.278 0 01-.306-.056zm-1.054-4.88a.617.617 0 01-.275.505.6.6 0 01-.89-.285.618.618 0 01.139-.665.602.602 0 011.026.445zm2.124-3.815a.463.463 0 01-.33.283.453.453 0 01-.474-.19.468.468 0 01.196-.69.454.454 0 01.5.093.466.466 0 01.108.504zm1.111-2.801a.326.326 0 01-.155.551.317.317 0 01-.332-.132.328.328 0 01.136-.483.317.317 0 01.351.064zm3.927.357a.613.613 0 01.052 1.069.594.594 0 01-.872-.315.614.614 0 01.161-.655.596.596 0 01.66-.099zm2.97 3.246c.185.416.264.872.23 1.326.26.076.492.222.675.422a1.506 1.506 0 01.312 1.514 1.5 1.5 0 01-.454.66 2.64 2.64 0 01.343 1.915 2.616 2.616 0 01-1.06 1.624 2.537 2.537 0 01-1.562.452 1.745 1.745 0 01-2.881.887.817.817 0 00-.05.042c-.02.019-.04.037-.062.054a2.333 2.333 0 01-3.33-.688 2.401 2.401 0 01-.361-1.212 2.174 2.174 0 01-1.49-.977 2.241 2.241 0 01.366-2.842 2.08 2.08 0 01.567-2.79c.264-.183.566-.298.883-.338a3.069 3.069 0 011.117-1.442 3.015 3.015 0 013.38-.05 2.663 2.663 0 012.549.389c.359.276.643.638.828 1.054zm1.706.72a.516.516 0 01-.367.315.504.504 0 01-.528-.212.52.52 0 01.218-.768.505.505 0 01.558.103.519.519 0 01.12.562zm.697 3.063a.385.385 0 01-.183.651.375.375 0 01-.392-.156.387.387 0 01.16-.57.375.375 0 01.415.075zm.672-1.804a.287.287 0 01-.138.484.28.28 0 01-.292-.116.288.288 0 01.12-.426.28.28 0 01.31.058zm-4.795 3.612c.27.038.537.075.58.35.113.732-1.29.46-1.61.301-.503-.25-.809-.819-.678-1.381.05-.218.322-.782.579-1.312.24-.497.465-.964.482-1.092.036-.27-.106-.292-.195-.297-.115-.006-.206.05-.317.222-.07.108-.639 1.248-1.02 2.013l-.338.677c-.18.342-.406.424-.632.412-.33-.017-.482-.197-.434-.52.013-.086.173-.485.348-.917.205-.51.43-1.067.45-1.209.024-.161-.008-.333-.166-.415-.159-.082-.346.044-.402.14-.036.061-.286.705-.552 1.39-.298.766-.616 1.584-.675 1.69-.191.353-.393.465-.696.48-.716.034-1.248-.563-1.013-1.294.019-.06.058-.193.112-.375.235-.8.747-2.537 1.032-3.05.235-.422.887-.743 1.34-.545.148.065.334.155.473.223.081.04.147.07.182.087.193.086.399-.109.51-.214l.041-.038.032-.028c.082-.074.164-.147.265-.19a.883.883 0 01.431-.05.54.54 0 01.272.115c.085.068.143.124.215.194l.047.046c.132.128.23.067.302.024l.019-.012.003-.002c.124-.073.224-.131.592-.125.384.007.824.145.915.806.05.356-.23.986-.518 1.64-.306.69-.624 1.409-.578 1.86.032.316.319.356.602.396z" 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.378 20.429a.962.962 0 011.414-.454.96.96 0 11-1.414.454zm-5.471 1.51a.592.592 0 111.101.436.592.592 0 01-1.101-.436zm-6.474-2.807a.427.427 0 11.592-.614.427.427 0 01-.592.614zm-1.6-7.32A.917.917 0 111 11.79a.917.917 0 011.835.023zM6.058 6.09a.696.696 0 11-1.295-.512.696.696 0 011.295.512zm1.686-4.202a.488.488 0 11-.678.701.488.488 0 01.678-.7zm5.958.536a.91.91 0 11-.779 1.645.91.91 0 01.779-1.645zm4.506 4.868c.28.624.4 1.308.348 1.99h.001a2.247 2.247 0 011.497 2.904 2.248 2.248 0 01-.688.988 3.923 3.923 0 01-1.09 5.31c-.723.501-1.553.708-2.369.678a2.669 2.669 0 01-1.067 1.551c-1.041.72-2.4.587-3.305-.22-.026.02-.05.041-.073.063a.969.969 0 01-.096.08 3.566 3.566 0 01-5.6-2.849 3.302 3.302 0 01-2.26-1.466 3.334 3.334 0 01.555-4.264 3.097 3.097 0 01.86-4.185c.4-.273.86-.446 1.34-.506a4.619 4.619 0 016.822-2.24 4.084 4.084 0 015.125 2.166zm2.588 1.08a.775.775 0 11-1.442-.57.775.775 0 011.442.57zm1.057 4.595a.576.576 0 11-.799.828.576.576 0 01.8-.828zm1.02-2.706a.429.429 0 11-.599.615.429.429 0 01.599-.615zm-7.275 5.418c.41.057.816.113.88.526.17 1.098-1.958.688-2.444.451-.762-.374-1.226-1.229-1.027-2.073.076-.326.489-1.171.878-1.967.364-.745.706-1.446.732-1.638.054-.404-.161-.438-.297-.445-.173-.01-.312.076-.48.333-.107.161-.97 1.872-1.548 3.02-.262.52-.466.925-.513 1.014-.273.514-.615.637-.959.619-.502-.027-.731-.295-.659-.78.02-.13.264-.728.528-1.375.313-.766.653-1.601.684-1.814.036-.242-.012-.5-.252-.623-.241-.123-.525.066-.61.209-.055.093-.434 1.059-.838 2.085-.452 1.15-.934 2.376-1.023 2.537-.29.529-.597.697-1.056.719-1.087.051-1.894-.844-1.538-1.94.03-.09.089-.29.17-.563.357-1.2 1.133-3.806 1.566-4.575.357-.634 1.346-1.115 2.033-.818.225.098.506.233.718.334.123.06.222.107.275.13.294.13.606-.162.775-.32l.062-.057.048-.042c.125-.11.25-.22.403-.286.172-.074.444-.104.654-.074.15.019.294.079.413.173.127.101.216.186.325.291l.071.069c.201.19.35.1.459.035l.028-.017.006-.003c.188-.11.34-.198.898-.187.582.01 1.25.217 1.388 1.208.075.535-.348 1.479-.787 2.46-.464 1.036-.946 2.114-.877 2.79.05.474.484.534.914.594z" clip-rule="evenodd"/></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="#ED1C40" fill-rule="evenodd" d="M10.886 13.453a.64.64 0 01.455-.39.624.624 0 01.654.261.645.645 0 01-.27.952.626.626 0 01-.691-.128.642.642 0 01-.148-.695zM7.28 14.46a.386.386 0 01.684-.08.399.399 0 01-.166.588.387.387 0 01-.427-.08.396.396 0 01-.091-.428zm-4.267-1.872a.285.285 0 01.136-.483.278.278 0 01.29.117.286.286 0 01-.12.422.278.278 0 01-.306-.056zm-1.054-4.88a.617.617 0 01-.275.505.6.6 0 01-.89-.285.618.618 0 01.139-.665.602.602 0 011.026.445zm2.124-3.815a.463.463 0 01-.33.283.453.453 0 01-.474-.19.468.468 0 01.196-.69.454.454 0 01.5.093.466.466 0 01.108.504zm1.111-2.801a.326.326 0 01-.155.551.317.317 0 01-.332-.132.328.328 0 01.136-.483.317.317 0 01.351.064zm3.927.357a.613.613 0 01.052 1.069.594.594 0 01-.872-.315.614.614 0 01.161-.655.596.596 0 01.66-.099zm2.97 3.246c.185.416.264.872.23 1.326.26.076.492.222.675.422a1.506 1.506 0 01.312 1.514 1.5 1.5 0 01-.454.66 2.64 2.64 0 01.343 1.915 2.616 2.616 0 01-1.06 1.624 2.537 2.537 0 01-1.562.452 1.745 1.745 0 01-2.881.887.817.817 0 00-.05.042c-.02.019-.04.037-.062.054a2.333 2.333 0 01-3.33-.688 2.401 2.401 0 01-.361-1.212 2.174 2.174 0 01-1.49-.977 2.241 2.241 0 01.366-2.842 2.08 2.08 0 01.567-2.79c.264-.183.566-.298.883-.338a3.069 3.069 0 011.117-1.442 3.015 3.015 0 013.38-.05 2.663 2.663 0 012.549.389c.359.276.643.638.828 1.054zm1.706.72a.516.516 0 01-.367.315.504.504 0 01-.528-.212.52.52 0 01.218-.768.505.505 0 01.558.103.519.519 0 01.12.562zm.697 3.063a.385.385 0 01-.183.651.375.375 0 01-.392-.156.387.387 0 01.16-.57.375.375 0 01.415.075zm.672-1.804a.287.287 0 01-.138.484.28.28 0 01-.292-.116.288.288 0 01.12-.426.28.28 0 01.31.058zm-4.795 3.612c.27.038.537.075.58.35.113.732-1.29.46-1.61.301-.503-.25-.809-.819-.678-1.381.05-.218.322-.782.579-1.312.24-.497.465-.964.482-1.092.036-.27-.106-.292-.195-.297-.115-.006-.206.05-.317.222-.07.108-.639 1.248-1.02 2.013l-.338.677c-.18.342-.406.424-.632.412-.33-.017-.482-.197-.434-.52.013-.086.173-.485.348-.917.205-.51.43-1.067.45-1.209.024-.161-.008-.333-.166-.415-.159-.082-.346.044-.402.14-.036.061-.286.705-.552 1.39-.298.766-.616 1.584-.675 1.69-.191.353-.393.465-.696.48-.716.034-1.248-.563-1.013-1.294.019-.06.058-.193.112-.375.235-.8.747-2.537 1.032-3.05.235-.422.887-.743 1.34-.545.148.065.334.155.473.223.081.04.147.07.182.087.193.086.399-.109.51-.214l.041-.038.032-.028c.082-.074.164-.147.265-.19a.883.883 0 01.431-.05.54.54 0 01.272.115c.085.068.143.124.215.194l.047.046c.132.128.23.067.302.024l.019-.012.003-.002c.124-.073.224-.131.592-.125.384.007.824.145.915.806.05.356-.23.986-.518 1.64-.306.69-.624 1.409-.578 1.86.032.316.319.356.602.396z" 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="#ED1C40" fill-rule="evenodd" d="M16.378 20.429a.962.962 0 011.414-.454.96.96 0 11-1.414.454zm-5.471 1.51a.592.592 0 111.101.436.592.592 0 01-1.101-.436zm-6.474-2.807a.427.427 0 11.592-.614.427.427 0 01-.592.614zm-1.6-7.32A.917.917 0 111 11.79a.917.917 0 011.835.023zM6.058 6.09a.696.696 0 11-1.295-.512.696.696 0 011.295.512zm1.686-4.202a.488.488 0 11-.678.701.488.488 0 01.678-.7zm5.958.536a.91.91 0 11-.779 1.645.91.91 0 01.779-1.645zm4.506 4.868c.28.624.4 1.308.348 1.99h.001a2.247 2.247 0 011.497 2.904 2.248 2.248 0 01-.688.988 3.923 3.923 0 01-1.09 5.31c-.723.501-1.553.708-2.369.678a2.669 2.669 0 01-1.067 1.551c-1.041.72-2.4.587-3.305-.22-.026.02-.05.041-.073.063a.969.969 0 01-.096.08 3.566 3.566 0 01-5.6-2.849 3.302 3.302 0 01-2.26-1.466 3.334 3.334 0 01.555-4.264 3.097 3.097 0 01.86-4.185c.4-.273.86-.446 1.34-.506a4.619 4.619 0 016.822-2.24 4.084 4.084 0 015.125 2.166zm2.588 1.08a.775.775 0 11-1.442-.57.775.775 0 011.442.57zm1.057 4.595a.576.576 0 11-.799.828.576.576 0 01.8-.828zm1.02-2.706a.429.429 0 11-.599.615.429.429 0 01.599-.615zm-7.275 5.418c.41.057.816.113.88.526.17 1.098-1.958.688-2.444.451-.762-.374-1.226-1.229-1.027-2.073.076-.326.489-1.171.878-1.967.364-.745.706-1.446.732-1.638.054-.404-.161-.438-.297-.445-.173-.01-.312.076-.48.333-.107.161-.97 1.872-1.548 3.02-.262.52-.466.925-.513 1.014-.273.514-.615.637-.959.619-.502-.027-.731-.295-.659-.78.02-.13.264-.728.528-1.375.313-.766.653-1.601.684-1.814.036-.242-.012-.5-.252-.623-.241-.123-.525.066-.61.209-.055.093-.434 1.059-.838 2.085-.452 1.15-.934 2.376-1.023 2.537-.29.529-.597.697-1.056.719-1.087.051-1.894-.844-1.538-1.94.03-.09.089-.29.17-.563.357-1.2 1.133-3.806 1.566-4.575.357-.634 1.346-1.115 2.033-.818.225.098.506.233.718.334.123.06.222.107.275.13.294.13.606-.162.775-.32l.062-.057.048-.042c.125-.11.25-.22.403-.286.172-.074.444-.104.654-.074.15.019.294.079.413.173.127.101.216.186.325.291l.071.069c.201.19.35.1.459.035l.028-.017.006-.003c.188-.11.34-.198.898-.187.582.01 1.25.217 1.388 1.208.075.535-.348 1.479-.787 2.46-.464 1.036-.946 2.114-.877 2.79.05.474.484.534.914.594z" clip-rule="evenodd"/></svg>
|
|
@@ -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="M7.438 3.71v10.014l1.797-.838V2.84l-1.797.87zM3.845 9.913c0-1.262 1.387-2.324 3.278-2.649v-1.13C4.23 6.48 2.048 8.04 2.048 9.913c0 1.94 2.343 3.544 5.39 3.811v-1.116c-2.05-.255-3.593-1.365-3.593-2.695zM9.55 6.134v1.13c.705.121 1.34.344 1.859.641l-.974.545 3.475.749-.248-2.552-.923.515c-.86-.516-1.96-.88-3.188-1.028z"/></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 d="M11.127 5.069v15.64l2.793-1.308V3.71l-2.793 1.358z"/><path d="M5.542 14.757c0-1.97 2.156-3.63 5.095-4.136V8.855c-4.495.54-7.887 2.977-7.887 5.902 0 3.03 3.641 5.535 8.377 5.952v-1.743c-3.186-.398-5.585-2.131-5.585-4.21zM14.41 8.855v1.766c1.095.188 2.08.536 2.887 1.001l-1.514.85 5.4 1.17-.385-3.985-1.433.804c-1.336-.805-3.046-1.376-4.955-1.606z"/></g></svg>
|