@hashicorp/flight-icons 2.17.0 → 2.18.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 +8 -0
- package/catalog.json +185 -5
- package/package.json +1 -1
- package/svg/aws-cdk-16.svg +1 -0
- package/svg/aws-cdk-24.svg +1 -0
- package/svg/aws-cdk-color-16.svg +1 -0
- package/svg/aws-cdk-color-24.svg +1 -0
- package/svg/index.js +1 -1
- package/svg/jfrog-16.svg +1 -0
- package/svg/jfrog-24.svg +1 -0
- package/svg/jfrog-color-16.svg +1 -0
- package/svg/jfrog-color-24.svg +1 -0
- package/svg/jira-16.svg +1 -0
- package/svg/jira-24.svg +1 -0
- package/svg/jira-color-16.svg +1 -0
- package/svg/jira-color-24.svg +1 -0
- package/svg/opa-24.svg +1 -1
- package/svg/opa-color-24.svg +1 -1
- package/svg/twitter-x-16.svg +1 -0
- package/svg/twitter-x-24.svg +1 -0
- package/svg/twitter-x-color-16.svg +1 -0
- package/svg/twitter-x-color-24.svg +1 -0
- package/svg/vercel-16.svg +1 -0
- package/svg/vercel-24.svg +1 -0
- package/svg/vercel-color-16.svg +1 -0
- package/svg/vercel-color-24.svg +1 -0
- package/svg-react/aws-cdk-16.tsx +35 -0
- package/svg-react/aws-cdk-24.tsx +35 -0
- package/svg-react/aws-cdk-color-16.tsx +35 -0
- package/svg-react/aws-cdk-color-24.tsx +35 -0
- package/svg-react/index.ts +20 -0
- package/svg-react/jfrog-16.tsx +33 -0
- package/svg-react/jfrog-24.tsx +33 -0
- package/svg-react/jfrog-color-16.tsx +33 -0
- package/svg-react/jfrog-color-24.tsx +33 -0
- package/svg-react/jira-16.tsx +33 -0
- package/svg-react/jira-24.tsx +33 -0
- package/svg-react/jira-color-16.tsx +65 -0
- package/svg-react/jira-color-24.tsx +65 -0
- package/svg-react/opa-24.tsx +1 -1
- package/svg-react/opa-color-24.tsx +1 -1
- package/svg-react/twitter-x-16.tsx +33 -0
- package/svg-react/twitter-x-24.tsx +33 -0
- package/svg-react/twitter-x-color-16.tsx +33 -0
- package/svg-react/twitter-x-color-24.tsx +33 -0
- package/svg-react/vercel-16.tsx +30 -0
- package/svg-react/vercel-24.tsx +30 -0
- package/svg-react/vercel-color-16.tsx +30 -0
- package/svg-react/vercel-color-24.tsx +30 -0
- package/svg-sprite/svg-sprite-module.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @hashicorp/flight-icons
|
|
2
2
|
|
|
3
|
+
## 2.18.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1585](https://github.com/hashicorp/design-system/pull/1585) [`232510a52`](https://github.com/hashicorp/design-system/commit/232510a529621114dd605b741f0fe5f571b2cb56) Thanks [@hashibot-hds](https://github.com/hashibot-hds)! - Add `Vercel` and `Jira` icons
|
|
8
|
+
|
|
9
|
+
- [#1610](https://github.com/hashicorp/design-system/pull/1610) [`edf8a20df`](https://github.com/hashicorp/design-system/commit/edf8a20dff1cc59c2cb8c0f211f91aa81a0b37f0) Thanks [@hashibot-hds](https://github.com/hashibot-hds)! - This PR will include the `twitter-x` icon, and older `twitter` icon. Also the `aws-cdk` and `jfrog` icons.
|
|
10
|
+
|
|
3
11
|
## 2.17.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
package/catalog.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"lastRunTimeISO": "2023-
|
|
2
|
+
"lastRunTimeISO": "2023-08-30T18:49:39.787Z",
|
|
3
3
|
"lastRunFigma": {
|
|
4
4
|
"id": "TLnoT5AYQfy3tZ0H68BgOr",
|
|
5
5
|
"page": "Export",
|
|
@@ -263,6 +263,42 @@
|
|
|
263
263
|
"width": 16,
|
|
264
264
|
"height": 16
|
|
265
265
|
},
|
|
266
|
+
{
|
|
267
|
+
"id": "4461:95",
|
|
268
|
+
"fileName": "aws-cdk-24",
|
|
269
|
+
"iconName": "aws-cdk",
|
|
270
|
+
"description": "amazon, aws, amazon web services,cdk",
|
|
271
|
+
"size": "24",
|
|
272
|
+
"width": 24,
|
|
273
|
+
"height": 24
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"id": "4461:97",
|
|
277
|
+
"fileName": "aws-cdk-16",
|
|
278
|
+
"iconName": "aws-cdk",
|
|
279
|
+
"description": "amazon, aws, amazon web services,cdk",
|
|
280
|
+
"size": "16",
|
|
281
|
+
"width": 16,
|
|
282
|
+
"height": 16
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"id": "4461:102",
|
|
286
|
+
"fileName": "aws-cdk-color-24",
|
|
287
|
+
"iconName": "aws-cdk-color",
|
|
288
|
+
"description": "amazon, aws, amazon web services,cdk",
|
|
289
|
+
"size": "24",
|
|
290
|
+
"width": 24,
|
|
291
|
+
"height": 24
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"id": "4461:104",
|
|
295
|
+
"fileName": "aws-cdk-color-16",
|
|
296
|
+
"iconName": "aws-cdk-color",
|
|
297
|
+
"description": "amazon, aws, amazon web services,cdk",
|
|
298
|
+
"size": "16",
|
|
299
|
+
"width": 16,
|
|
300
|
+
"height": 16
|
|
301
|
+
},
|
|
266
302
|
{
|
|
267
303
|
"id": "2372:74",
|
|
268
304
|
"fileName": "aws-cloudwatch-24",
|
|
@@ -1235,6 +1271,78 @@
|
|
|
1235
1271
|
"width": 16,
|
|
1236
1272
|
"height": 16
|
|
1237
1273
|
},
|
|
1274
|
+
{
|
|
1275
|
+
"id": "4461:140",
|
|
1276
|
+
"fileName": "jfrog-24",
|
|
1277
|
+
"iconName": "jfrog",
|
|
1278
|
+
"description": "jfrog",
|
|
1279
|
+
"size": "24",
|
|
1280
|
+
"width": 24,
|
|
1281
|
+
"height": 24
|
|
1282
|
+
},
|
|
1283
|
+
{
|
|
1284
|
+
"id": "4461:142",
|
|
1285
|
+
"fileName": "jfrog-16",
|
|
1286
|
+
"iconName": "jfrog",
|
|
1287
|
+
"description": "jfrog",
|
|
1288
|
+
"size": "16",
|
|
1289
|
+
"width": 16,
|
|
1290
|
+
"height": 16
|
|
1291
|
+
},
|
|
1292
|
+
{
|
|
1293
|
+
"id": "4461:147",
|
|
1294
|
+
"fileName": "jfrog-color-24",
|
|
1295
|
+
"iconName": "jfrog-color",
|
|
1296
|
+
"description": "jfrog",
|
|
1297
|
+
"size": "24",
|
|
1298
|
+
"width": 24,
|
|
1299
|
+
"height": 24
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
"id": "4461:149",
|
|
1303
|
+
"fileName": "jfrog-color-16",
|
|
1304
|
+
"iconName": "jfrog-color",
|
|
1305
|
+
"description": "jfrog",
|
|
1306
|
+
"size": "16",
|
|
1307
|
+
"width": 16,
|
|
1308
|
+
"height": 16
|
|
1309
|
+
},
|
|
1310
|
+
{
|
|
1311
|
+
"id": "4403:80",
|
|
1312
|
+
"fileName": "jira-24",
|
|
1313
|
+
"iconName": "jira",
|
|
1314
|
+
"description": "jira, atlassian, tasks, tickets",
|
|
1315
|
+
"size": "24",
|
|
1316
|
+
"width": 24,
|
|
1317
|
+
"height": 24
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
"id": "4403:83",
|
|
1321
|
+
"fileName": "jira-16",
|
|
1322
|
+
"iconName": "jira",
|
|
1323
|
+
"description": "jira, atlassian, tasks, tickets",
|
|
1324
|
+
"size": "16",
|
|
1325
|
+
"width": 16,
|
|
1326
|
+
"height": 16
|
|
1327
|
+
},
|
|
1328
|
+
{
|
|
1329
|
+
"id": "4403:89",
|
|
1330
|
+
"fileName": "jira-color-24",
|
|
1331
|
+
"iconName": "jira-color",
|
|
1332
|
+
"description": "jira, atlassian, tasks, tickets",
|
|
1333
|
+
"size": "24",
|
|
1334
|
+
"width": 24,
|
|
1335
|
+
"height": 24
|
|
1336
|
+
},
|
|
1337
|
+
{
|
|
1338
|
+
"id": "4403:94",
|
|
1339
|
+
"fileName": "jira-color-16",
|
|
1340
|
+
"iconName": "jira-color",
|
|
1341
|
+
"description": "jira, atlassian, tasks, tickets",
|
|
1342
|
+
"size": "16",
|
|
1343
|
+
"width": 16,
|
|
1344
|
+
"height": 16
|
|
1345
|
+
},
|
|
1238
1346
|
{
|
|
1239
1347
|
"id": "707:283",
|
|
1240
1348
|
"fileName": "kubernetes-24",
|
|
@@ -1884,7 +1992,7 @@
|
|
|
1884
1992
|
"height": 16
|
|
1885
1993
|
},
|
|
1886
1994
|
{
|
|
1887
|
-
"id": "
|
|
1995
|
+
"id": "4458:66",
|
|
1888
1996
|
"fileName": "twitter-24",
|
|
1889
1997
|
"iconName": "twitter",
|
|
1890
1998
|
"description": "twitter",
|
|
@@ -1893,7 +2001,7 @@
|
|
|
1893
2001
|
"height": 24
|
|
1894
2002
|
},
|
|
1895
2003
|
{
|
|
1896
|
-
"id": "
|
|
2004
|
+
"id": "4458:68",
|
|
1897
2005
|
"fileName": "twitter-16",
|
|
1898
2006
|
"iconName": "twitter",
|
|
1899
2007
|
"description": "twitter",
|
|
@@ -1902,7 +2010,7 @@
|
|
|
1902
2010
|
"height": 16
|
|
1903
2011
|
},
|
|
1904
2012
|
{
|
|
1905
|
-
"id": "
|
|
2013
|
+
"id": "4458:73",
|
|
1906
2014
|
"fileName": "twitter-color-24",
|
|
1907
2015
|
"iconName": "twitter-color",
|
|
1908
2016
|
"description": "twitter",
|
|
@@ -1911,7 +2019,7 @@
|
|
|
1911
2019
|
"height": 24
|
|
1912
2020
|
},
|
|
1913
2021
|
{
|
|
1914
|
-
"id": "
|
|
2022
|
+
"id": "4458:75",
|
|
1915
2023
|
"fileName": "twitter-color-16",
|
|
1916
2024
|
"iconName": "twitter-color",
|
|
1917
2025
|
"description": "twitter",
|
|
@@ -1919,6 +2027,42 @@
|
|
|
1919
2027
|
"width": 16,
|
|
1920
2028
|
"height": 16
|
|
1921
2029
|
},
|
|
2030
|
+
{
|
|
2031
|
+
"id": "4425:94",
|
|
2032
|
+
"fileName": "twitter-x-24",
|
|
2033
|
+
"iconName": "twitter-x",
|
|
2034
|
+
"description": "twitter, x",
|
|
2035
|
+
"size": "24",
|
|
2036
|
+
"width": 24,
|
|
2037
|
+
"height": 24
|
|
2038
|
+
},
|
|
2039
|
+
{
|
|
2040
|
+
"id": "4425:96",
|
|
2041
|
+
"fileName": "twitter-x-16",
|
|
2042
|
+
"iconName": "twitter-x",
|
|
2043
|
+
"description": "twitter, x",
|
|
2044
|
+
"size": "16",
|
|
2045
|
+
"width": 16,
|
|
2046
|
+
"height": 16
|
|
2047
|
+
},
|
|
2048
|
+
{
|
|
2049
|
+
"id": "4425:101",
|
|
2050
|
+
"fileName": "twitter-x-color-24",
|
|
2051
|
+
"iconName": "twitter-x-color",
|
|
2052
|
+
"description": "twitter, x",
|
|
2053
|
+
"size": "24",
|
|
2054
|
+
"width": 24,
|
|
2055
|
+
"height": 24
|
|
2056
|
+
},
|
|
2057
|
+
{
|
|
2058
|
+
"id": "4425:103",
|
|
2059
|
+
"fileName": "twitter-x-color-16",
|
|
2060
|
+
"iconName": "twitter-x-color",
|
|
2061
|
+
"description": "twitter, x",
|
|
2062
|
+
"size": "16",
|
|
2063
|
+
"width": 16,
|
|
2064
|
+
"height": 16
|
|
2065
|
+
},
|
|
1922
2066
|
{
|
|
1923
2067
|
"id": "2373:608",
|
|
1924
2068
|
"fileName": "vantage-24",
|
|
@@ -1991,6 +2135,42 @@
|
|
|
1991
2135
|
"width": 16,
|
|
1992
2136
|
"height": 16
|
|
1993
2137
|
},
|
|
2138
|
+
{
|
|
2139
|
+
"id": "4403:66",
|
|
2140
|
+
"fileName": "vercel-24",
|
|
2141
|
+
"iconName": "vercel",
|
|
2142
|
+
"description": "vercel",
|
|
2143
|
+
"size": "24",
|
|
2144
|
+
"width": 24,
|
|
2145
|
+
"height": 24
|
|
2146
|
+
},
|
|
2147
|
+
{
|
|
2148
|
+
"id": "4403:68",
|
|
2149
|
+
"fileName": "vercel-16",
|
|
2150
|
+
"iconName": "vercel",
|
|
2151
|
+
"description": "vercel",
|
|
2152
|
+
"size": "16",
|
|
2153
|
+
"width": 16,
|
|
2154
|
+
"height": 16
|
|
2155
|
+
},
|
|
2156
|
+
{
|
|
2157
|
+
"id": "4403:73",
|
|
2158
|
+
"fileName": "vercel-color-24",
|
|
2159
|
+
"iconName": "vercel-color",
|
|
2160
|
+
"description": "vercel",
|
|
2161
|
+
"size": "24",
|
|
2162
|
+
"width": 24,
|
|
2163
|
+
"height": 24
|
|
2164
|
+
},
|
|
2165
|
+
{
|
|
2166
|
+
"id": "4403:75",
|
|
2167
|
+
"fileName": "vercel-color-16",
|
|
2168
|
+
"iconName": "vercel-color",
|
|
2169
|
+
"description": "vercel",
|
|
2170
|
+
"size": "16",
|
|
2171
|
+
"width": 16,
|
|
2172
|
+
"height": 16
|
|
2173
|
+
},
|
|
1994
2174
|
{
|
|
1995
2175
|
"id": "707:391",
|
|
1996
2176
|
"fileName": "vmware-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"><path fill="currentColor" fill-rule="evenodd" d="M14.91 12.673l-2.655 1.423V10.76l2.655-1.422v3.335zm-3.19-2.778l-2.659-1.42 2.661-1.477 2.66 1.471-2.662 1.426zm-4.254 2.788L4.81 14.105V10.76l2.657-1.428v3.35zm-6.4-3.342l2.677 1.421v3.28l-2.676-1.634V9.34zM7.99 1.077l2.615 1.402L8 3.734 5.392 2.49 7.99 1.077zm3.198 5.054L8.533 7.606V4.601l2.655-1.279v2.81zM7.466 7.595L4.81 6.13V3.334l2.657 1.268v2.993zm-3.192 2.3L1.6 8.475l2.676-1.478 2.66 1.467-2.662 1.431zm6.914 4.203l-2.655-1.416V9.343l2.655 1.418v3.337zm4.527-6.052l-.004-.002-3.456-1.913V2.504A.495.495 0 0012 2.077c-.014-.008-.03-.006-.044-.012l.006-.01L8.252.065a.564.564 0 00-.532.001l-3.712 2.02.001.002c-.003.002-.008.001-.011.003a.496.496 0 00-.255.427v3.612L.267 8.051l-.002.001-.002.001A.497.497 0 000 8.484v4.195c0 .169.09.327.242.419l3.743 2.287.004-.005c.009.005.01.014.02.019a.57.57 0 00.532.002L8 13.548l3.453 1.84v.002l.005.002v-.001a.566.566 0 00.528 0l3.722-1.994a.495.495 0 00.27-.434V8.476c0-.177-.101-.34-.263-.43z" 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="M24 11.41c0 3.006-2.03 4.11-3.24 4.5l-.259-.835c1.204-.389 2.64-1.34 2.64-3.665 0-2.94-2.38-3.675-3.403-3.855a.437.437 0 01-.351-.5c-.087-1.313-.705-2.296-1.652-2.577-.78-.232-1.61.075-2.122.782a.43.43 0 01-.41.173.435.435 0 01-.341-.287c-.353-1.02-.864-1.875-1.52-2.546-.806-.823-3.018-2.59-6.132-1.247-1.802.778-3.214 3.019-3.214 5.102 0 .235.014.467.04.694a.437.437 0 01-.32.476C2.649 7.902.86 8.758.86 11.373c0 .086.002.17.006.253.08 1.681 1.297 3.128 2.957 3.516l-.192.854C1.596 15.52.106 13.74.008 11.668A5.507 5.507 0 010 11.373c0-2.994 1.985-4.1 3.15-4.491a6.398 6.398 0 01-.013-.427c0-2.448 1.606-4.989 3.737-5.909C9.371-.53 12.018.004 13.951 1.982c.6.613 1.091 1.358 1.467 2.218.715-.61 1.66-.83 2.559-.563 1.234.368 2.06 1.526 2.244 3.125C21.431 7.051 24 8.061 24 11.41zM19.283 21.5l-3.007 1.383.01-4.294 2.997-1.354V21.5zm-7.713-.04l-2.996 1.416v-4.272l2.996-1.373v4.229zm-3.428-3.618l-2.83-1.279 2.831-1.318 2.814 1.306-2.815 1.29zm-3.447-.6l3.019 1.364v4.277L4.695 21.49v-4.249zm7.292-8.982l2.808 1.275L12 10.822 9.186 9.534l2.801-1.274zm1.058 8.3l2.8-1.316 2.82 1.311-2.809 1.27-2.81-1.265zm-.615.681l2.995 1.348-.008 4.286-2.987-1.415V17.24zm2.985-2.76l-2.985 1.403v-4.299l2.985-1.374v4.27zm-6.843.001l-.008-4.272 3.006 1.376v4.287l-2.998-1.39zm11.316 1.691l.004-.01-3.617-1.684V9.532a.44.44 0 00-.197-.368c-.019-.012-.043-.012-.063-.02l.004-.011-3.857-1.753a.422.422 0 00-.35 0L7.957 9.133l.005.01c-.021.01-.044.009-.063.022a.44.44 0 00-.196.368l.01 4.95-3.626 1.688.004.01c-.02.009-.042.009-.06.021a.44.44 0 00-.195.367v5.205c0 .172.098.328.252.399l3.879 1.788.005-.012c.056.025.112.051.172.051a.411.411 0 00.18-.041L12 22.222l3.665 1.737.006-.012a.42.42 0 00.175.053c.06 0 .12-.013.177-.04l3.868-1.778a.438.438 0 00.253-.399v-5.222a.44.44 0 00-.196-.367c-.018-.012-.04-.012-.06-.02z" 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="#000" fill-rule="evenodd" d="M14.91 12.673l-2.655 1.423V10.76l2.655-1.422v3.335zm-3.19-2.778l-2.659-1.42 2.661-1.477 2.66 1.471-2.662 1.426zm-4.254 2.788L4.81 14.105V10.76l2.657-1.428v3.35zm-6.4-3.342l2.677 1.421v3.28l-2.676-1.634V9.34zM7.99 1.077l2.615 1.402L8 3.734 5.392 2.49 7.99 1.077zm3.198 5.054L8.533 7.606V4.601l2.655-1.279v2.81zM7.466 7.595L4.81 6.13V3.334l2.657 1.268v2.993zm-3.192 2.3L1.6 8.475l2.676-1.478 2.66 1.467-2.662 1.431zm6.914 4.203l-2.655-1.416V9.343l2.655 1.418v3.337zm4.527-6.052l-.004-.002-3.456-1.913V2.504A.495.495 0 0012 2.077c-.014-.008-.03-.006-.044-.012l.006-.01L8.252.065a.564.564 0 00-.532.001l-3.712 2.02.001.002c-.003.002-.008.001-.011.003a.496.496 0 00-.255.427v3.612L.267 8.051l-.002.001-.002.001A.497.497 0 000 8.484v4.195c0 .169.09.327.242.419l3.743 2.287.004-.005c.009.005.01.014.02.019a.57.57 0 00.532.002L8 13.548l3.453 1.84v.002l.005.002v-.001a.566.566 0 00.528 0l3.722-1.994a.495.495 0 00.27-.434V8.476c0-.177-.101-.34-.263-.43z" 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="#000" fill-rule="evenodd" d="M24 11.41c0 3.006-2.03 4.11-3.24 4.5l-.259-.835c1.204-.389 2.64-1.34 2.64-3.665 0-2.94-2.38-3.675-3.403-3.855a.437.437 0 01-.351-.5c-.087-1.313-.705-2.296-1.652-2.577-.78-.232-1.61.075-2.122.782a.43.43 0 01-.41.173.435.435 0 01-.341-.287c-.353-1.02-.864-1.875-1.52-2.546-.806-.823-3.018-2.59-6.132-1.247-1.802.778-3.214 3.019-3.214 5.102 0 .235.014.467.04.694a.437.437 0 01-.32.476C2.649 7.902.86 8.758.86 11.373c0 .086.002.17.006.253.08 1.681 1.297 3.128 2.957 3.516l-.192.854C1.596 15.52.106 13.74.008 11.668A5.507 5.507 0 010 11.373c0-2.994 1.985-4.1 3.15-4.491a6.398 6.398 0 01-.013-.427c0-2.448 1.606-4.989 3.737-5.909C9.371-.53 12.018.004 13.951 1.982c.6.613 1.091 1.358 1.467 2.218.715-.61 1.66-.83 2.559-.563 1.234.368 2.06 1.526 2.244 3.125C21.431 7.051 24 8.061 24 11.41zM19.283 21.5l-3.007 1.383.01-4.294 2.997-1.354V21.5zm-7.713-.04l-2.996 1.416v-4.272l2.996-1.373v4.229zm-3.428-3.618l-2.83-1.279 2.831-1.318 2.814 1.306-2.815 1.29zm-3.447-.6l3.019 1.364v4.277L4.695 21.49v-4.249zm7.292-8.982l2.808 1.275L12 10.822 9.186 9.534l2.801-1.274zm1.058 8.3l2.8-1.316 2.82 1.311-2.809 1.27-2.81-1.265zm-.615.681l2.995 1.348-.008 4.286-2.987-1.415V17.24zm2.985-2.76l-2.985 1.403v-4.299l2.985-1.374v4.27zm-6.843.001l-.008-4.272 3.006 1.376v4.287l-2.998-1.39zm11.316 1.691l.004-.01-3.617-1.684V9.532a.44.44 0 00-.197-.368c-.019-.012-.043-.012-.063-.02l.004-.011-3.857-1.753a.422.422 0 00-.35 0L7.957 9.133l.005.01c-.021.01-.044.009-.063.022a.44.44 0 00-.196.368l.01 4.95-3.626 1.688.004.01c-.02.009-.042.009-.06.021a.44.44 0 00-.195.367v5.205c0 .172.098.328.252.399l3.879 1.788.005-.012c.056.025.112.051.172.051a.411.411 0 00.18-.041L12 22.222l3.665 1.737.006-.012a.42.42 0 00.175.053c.06 0 .12-.013.177-.04l3.868-1.778a.438.438 0 00.253-.399v-5.222a.44.44 0 00-.196-.367c-.018-.012-.04-.012-.06-.02z" clip-rule="evenodd"/></svg>
|
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', 'running', 'apple', 'apple-color', 'alibaba', 'alibaba-color', 'amazon-ecs', 'amazon-ecs-color', 'amazon-eks', 'amazon-eks-color', 'auth0', 'auth0-color', 'aws', 'aws-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', 'grafana', 'grafana-color', 'helm', 'helm-color', 'infracost', 'infracost-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', 'vantage', 'vantage-color', 'venafi', 'venafi-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', 'waypoint', 'waypoint-color', 'hashicorp', 'hashicorp-color', 'hcp', 'hcp-color', 'activity', 'alert-circle', 'alert-circle-fill', 'alert-diamond', 'alert-diamond-fill', 'alert-triangle', 'alert-triangle-fill', 'alert-octagon', 'alert-octagon-fill', 'align-center', 'align-justify', 'align-left', 'align-right', 'ampersand', 'api', 'archive', 'arrow-down', 'arrow-down-circle', 'arrow-down-left', 'arrow-down-right', 'arrow-left', 'arrow-left-circle', 'arrow-right', 'arrow-right-circle', 'arrow-up', 'arrow-up-circle', 'arrow-up-left', 'arrow-up-right', 'at-sign', 'award', 'auto-apply', 'bank-vault', 'bar-chart', 'bar-chart-alt', 'battery', 'battery-charging', 'beaker', 'bell', 'bell-active-fill', 'bell-active', 'bell-off', 'bookmark', 'bookmark-fill', 'bookmark-add', 'bookmark-add-fill', 'bookmark-remove', 'bookmark-remove-fill', 'bottom', 'box', 'briefcase', 'bug', 'build', 'bulb', 'calendar', 'camera', 'camera-off', 'caret', 'cast', 'certificate', 'change', 'change-circle', 'change-square', 'check', 'check-circle', 'check-circle-fill', 'check-diamond', 'check-diamond-fill', 'check-hexagon', 'check-hexagon-fill', 'check-square', 'check-square-fill', 'chevron-down', 'chevron-left', 'chevron-right', 'chevron-up', 'chevrons-down', 'chevrons-left', 'chevrons-right', 'chevrons-up', 'circle', 'circle-dot', 'circle-fill', 'circle-half', 'clipboard', 'clipboard-checked', 'clipboard-copy', 'clipboard-x', 'clock', 'clock-filled', 'cloud', 'closed-caption', 'cloud-check', 'cloud-download', 'cloud-lightning', 'cloud-lock', 'cloud-off', 'cloud-upload', 'cloud-x', 'code', 'collections', 'command', 'compass', 'connection', 'connection-gateway', 'corner-down-left', 'corner-down-right', 'corner-left-down', 'corner-left-up', 'corner-right-down', 'corner-right-up', 'corner-up-left', 'corner-up-right', 'cpu', 'credit-card', 'crop', 'crosshair', 'dashboard', 'database', 'delay', 'delete', 'diamond', 'diamond-fill', 'disc', 'discussion-circle', 'discussion-square', 'docs', 'docs-download', 'docs-link', 'dollar-sign', 'dot', 'dot-half', 'download', 'droplet', 'duplicate', 'edit', 'enterprise', 'entry-point', 'exit-point', 'external-link', 'event', 'eye', 'eye-off', 'fast-forward', 'file', 'file-check', 'file-change', 'file-diff', 'file-minus', 'file-plus', 'file-source', 'file-text', 'file-x', 'files', 'film', 'filter', 'filter-circle', 'filter-fill', 'fingerprint', 'flag', 'folder', 'folder-fill', 'folder-minus', 'folder-minus-fill', 'folder-plus', 'folder-plus-fill', 'folder-star', 'folder-users', 'frown', 'gateway', 'gift', 'git-branch', 'git-commit', 'git-merge', 'git-pull-request', 'git-repo', 'globe', 'globe-private', 'government', 'grid', 'grid-alt', 'guide', 'guide-link', 'hammer', 'handshake', 'hard-drive', 'hash', 'headphones', 'heart', 'heart-fill', 'heart-off', 'help', 'hexagon', 'hexagon-fill', 'history', 'home', 'hourglass', 'identity-user', 'identity-service', 'image', 'inbox', 'info', 'info-fill', 'jump-link', 'key', 'keychain', 'key-values', 'labyrinth', 'layers', 'layout', 'learn', 'learn-link', 'line-chart', 'line-chart-up', 'link', 'list', 'load-balancer', 'lock', 'lock-fill', 'lock-off', 'logs', 'mail', 'mail-open', 'mainframe', 'map', 'map-pin', 'maximize', 'maximize-alt', 'meh', 'menu', 'mesh', 'message-circle', 'message-circle-fill', 'message-square', 'message-square-fill', 'mic', 'mic-off', 'migrate', 'minimize', 'minimize-alt', 'minus', 'minus-circle', 'minus-square', 'minus-square-fill', 'minus-plus', 'minus-plus-circle', 'minus-plus-square', 'module', 'monitor', 'moon', 'more-horizontal', 'more-vertical', 'mouse-pointer', 'move', 'music', 'navigation', 'navigation-alt', 'network', 'network-alt', 'newspaper', 'node', 'octagon', 'org', 'outline', 'package', 'paperclip', 'path', 'pause', 'pause-circle', 'pen-tool', 'pencil-tool', 'phone', 'phone-call', 'phone-off', 'pie-chart', 'pin', 'pipeline', 'play', 'play-circle', 'plug', 'plus', 'plus-circle', 'plus-square', 'power', 'printer', 'provider', 'queue', 'radio', 'random', 'redirect', 'reload', 'repeat', 'replication-direct', 'replication-perf', 'rewind', 'robot', 'rocket', 'rotate-cw', 'rotate-ccw', 'rss', 'save', 'scissors', 'search', 'send', 'server', 'serverless', 'server-cluster', 'settings', 'service', 'share', 'shield', 'shield-alert', 'shield-check', 'shield-off', 'shield-x', 'shopping-bag', 'shopping-cart', 'shuffle', 'sidebar', 'sidebar-hide', 'sidebar-show', 'sign-in', 'sign-out', 'skip', 'skip-forward', 'skip-back', 'slash', 'slash-square', 'sliders', 'smartphone', 'smile', 'socket', 'sort-asc', 'sort-desc', 'speaker', 'square', 'square-fill', 'star', 'star-circle', 'star-fill', 'star-off', 'step', 'stop-circle', 'sun', 'support', 'swap-horizontal', 'swap-vertical', 'switcher', 'sync', 'sync-alert', 'sync-reverse', 'tablet', 'tag', 'target', 'terminal', 'terminal-screen', 'test', 'thumbs-up', 'thumbs-down', 'toggle-left', 'toggle-right', 'token', 'tools', 'top', 'trash', 'trend-down', 'trend-up', 'triangle', 'triangle-fill', 'truck', 'tv', 'type', 'unfold-open', 'unfold-close', 'unlock', 'upload', 'user', 'user-check', 'user-circle', 'user-circle-fill', 'user-minus', 'user-plus', 'user-x', 'users', 'verified', 'video', 'video-off', 'volume', 'volume-down', 'volume-2', 'volume-x', 'wall', 'wand', 'watch', 'webhook', 'wifi', 'wifi-off', 'wrench', 'x', 'x-circle', 'x-circle-fill', 'x-diamond', 'x-diamond-fill', 'x-hexagon', 'x-hexagon-fill', 'x-square', 'x-square-fill', 'zap', 'zap-off', 'zoom-in', 'zoom-out' ];
|
|
6
|
+
export const iconNames = [ 'loading', 'running', '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', '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', 'waypoint', 'waypoint-color', 'hashicorp', 'hashicorp-color', 'hcp', 'hcp-color', 'activity', 'alert-circle', 'alert-circle-fill', 'alert-diamond', 'alert-diamond-fill', 'alert-triangle', 'alert-triangle-fill', 'alert-octagon', 'alert-octagon-fill', 'align-center', 'align-justify', 'align-left', 'align-right', 'ampersand', 'api', 'archive', 'arrow-down', 'arrow-down-circle', 'arrow-down-left', 'arrow-down-right', 'arrow-left', 'arrow-left-circle', 'arrow-right', 'arrow-right-circle', 'arrow-up', 'arrow-up-circle', 'arrow-up-left', 'arrow-up-right', 'at-sign', 'award', 'auto-apply', 'bank-vault', 'bar-chart', 'bar-chart-alt', 'battery', 'battery-charging', 'beaker', 'bell', 'bell-active-fill', 'bell-active', 'bell-off', 'bookmark', 'bookmark-fill', 'bookmark-add', 'bookmark-add-fill', 'bookmark-remove', 'bookmark-remove-fill', 'bottom', 'box', 'briefcase', 'bug', 'build', 'bulb', 'calendar', 'camera', 'camera-off', 'caret', 'cast', 'certificate', 'change', 'change-circle', 'change-square', 'check', 'check-circle', 'check-circle-fill', 'check-diamond', 'check-diamond-fill', 'check-hexagon', 'check-hexagon-fill', 'check-square', 'check-square-fill', 'chevron-down', 'chevron-left', 'chevron-right', 'chevron-up', 'chevrons-down', 'chevrons-left', 'chevrons-right', 'chevrons-up', 'circle', 'circle-dot', 'circle-fill', 'circle-half', 'clipboard', 'clipboard-checked', 'clipboard-copy', 'clipboard-x', 'clock', 'clock-filled', 'cloud', 'closed-caption', 'cloud-check', 'cloud-download', 'cloud-lightning', 'cloud-lock', 'cloud-off', 'cloud-upload', 'cloud-x', 'code', 'collections', 'command', 'compass', 'connection', 'connection-gateway', 'corner-down-left', 'corner-down-right', 'corner-left-down', 'corner-left-up', 'corner-right-down', 'corner-right-up', 'corner-up-left', 'corner-up-right', 'cpu', 'credit-card', 'crop', 'crosshair', 'dashboard', 'database', 'delay', 'delete', 'diamond', 'diamond-fill', 'disc', 'discussion-circle', 'discussion-square', 'docs', 'docs-download', 'docs-link', 'dollar-sign', 'dot', 'dot-half', 'download', 'droplet', 'duplicate', 'edit', 'enterprise', 'entry-point', 'exit-point', 'external-link', 'event', 'eye', 'eye-off', 'fast-forward', 'file', 'file-check', 'file-change', 'file-diff', 'file-minus', 'file-plus', 'file-source', 'file-text', 'file-x', 'files', 'film', 'filter', 'filter-circle', 'filter-fill', 'fingerprint', 'flag', 'folder', 'folder-fill', 'folder-minus', 'folder-minus-fill', 'folder-plus', 'folder-plus-fill', 'folder-star', 'folder-users', 'frown', 'gateway', 'gift', 'git-branch', 'git-commit', 'git-merge', 'git-pull-request', 'git-repo', 'globe', 'globe-private', 'government', 'grid', 'grid-alt', 'guide', 'guide-link', 'hammer', 'handshake', 'hard-drive', 'hash', 'headphones', 'heart', 'heart-fill', 'heart-off', 'help', 'hexagon', 'hexagon-fill', 'history', 'home', 'hourglass', 'identity-user', 'identity-service', 'image', 'inbox', 'info', 'info-fill', 'jump-link', 'key', 'keychain', 'key-values', 'labyrinth', 'layers', 'layout', 'learn', 'learn-link', 'line-chart', 'line-chart-up', 'link', 'list', 'load-balancer', 'lock', 'lock-fill', 'lock-off', 'logs', 'mail', 'mail-open', 'mainframe', 'map', 'map-pin', 'maximize', 'maximize-alt', 'meh', 'menu', 'mesh', 'message-circle', 'message-circle-fill', 'message-square', 'message-square-fill', 'mic', 'mic-off', 'migrate', 'minimize', 'minimize-alt', 'minus', 'minus-circle', 'minus-square', 'minus-square-fill', 'minus-plus', 'minus-plus-circle', 'minus-plus-square', 'module', 'monitor', 'moon', 'more-horizontal', 'more-vertical', 'mouse-pointer', 'move', 'music', 'navigation', 'navigation-alt', 'network', 'network-alt', 'newspaper', 'node', 'octagon', 'org', 'outline', 'package', 'paperclip', 'path', 'pause', 'pause-circle', 'pen-tool', 'pencil-tool', 'phone', 'phone-call', 'phone-off', 'pie-chart', 'pin', 'pipeline', 'play', 'play-circle', 'plug', 'plus', 'plus-circle', 'plus-square', 'power', 'printer', 'provider', 'queue', 'radio', 'random', 'redirect', 'reload', 'repeat', 'replication-direct', 'replication-perf', 'rewind', 'robot', 'rocket', 'rotate-cw', 'rotate-ccw', 'rss', 'save', 'scissors', 'search', 'send', 'server', 'serverless', 'server-cluster', 'settings', 'service', 'share', 'shield', 'shield-alert', 'shield-check', 'shield-off', 'shield-x', 'shopping-bag', 'shopping-cart', 'shuffle', 'sidebar', 'sidebar-hide', 'sidebar-show', 'sign-in', 'sign-out', 'skip', 'skip-forward', 'skip-back', 'slash', 'slash-square', 'sliders', 'smartphone', 'smile', 'socket', 'sort-asc', 'sort-desc', 'speaker', 'square', 'square-fill', 'star', 'star-circle', 'star-fill', 'star-off', 'step', 'stop-circle', 'sun', 'support', 'swap-horizontal', 'swap-vertical', 'switcher', 'sync', 'sync-alert', 'sync-reverse', 'tablet', 'tag', 'target', 'terminal', 'terminal-screen', 'test', 'thumbs-up', 'thumbs-down', 'toggle-left', 'toggle-right', 'token', 'tools', 'top', 'trash', 'trend-down', 'trend-up', 'triangle', 'triangle-fill', 'truck', 'tv', 'type', 'unfold-open', 'unfold-close', 'unlock', 'upload', 'user', 'user-check', 'user-circle', 'user-circle-fill', 'user-minus', 'user-plus', 'user-x', 'users', 'verified', 'video', 'video-off', 'volume', 'volume-down', 'volume-2', 'volume-x', 'wall', 'wand', 'watch', 'webhook', 'wifi', 'wifi-off', 'wrench', 'x', 'x-circle', 'x-circle-fill', 'x-diamond', 'x-diamond-fill', 'x-hexagon', 'x-hexagon-fill', 'x-square', 'x-square-fill', 'zap', 'zap-off', 'zoom-in', 'zoom-out' ];
|
package/svg/jfrog-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"><path fill="currentColor" d="M7.271 10.036l-.686.197c.06.18.108.501.108.934v2.128h.77v-2.251c.143-.18.299-.266.465-.266a.4.4 0 01.222.061l.21-.735a.554.554 0 00-.288-.068.643.643 0 00-.25.05 1.403 1.403 0 00-.437.4.895.895 0 00-.114-.45zM4.62 8.985h-.083v4.303h.8v-1.905h1.01v-.71h-1.01v-.99h1.26l.048-.377a12.405 12.405 0 01-2.025-.321zm-1.87 4.878l.37.446c.36-.149.808-.482.927-1.015.042-.173.054-.284.054-.847V8.992h-.81v3.549c0 .464-.016.637-.076.798a1.37 1.37 0 01-.466.526l.001-.002zm7.27-2.182c0 .754-.143 1.076-.471 1.076a.413.413 0 01-.232-.07.435.435 0 01-.157-.19c-.06-.16-.095-.434-.095-.804 0-.316.03-.538.077-.711.06-.198.21-.322.395-.322.137 0 .256.062.328.167.108.149.155.426.155.854zm.472 1.236c.251-.309.365-.687.365-1.23 0-.514-.101-.866-.334-1.163a1.182 1.182 0 00-.992-.476c-.789 0-1.314.661-1.314 1.663s.52 1.645 1.314 1.645c.448.006.74-.166.96-.439zm2.187-1.78c0 .29-.168.45-.466.45-.27 0-.448-.128-.448-.45 0-.298.167-.47.454-.47.287 0 .46.173.46.47zm1.356-.681l-.317-.525c-.179.174-.394.272-.603.272-.096 0-.15-.013-.359-.068a1.728 1.728 0 00-.525-.081c-.748 0-1.23.42-1.23 1.076 0 .47.202.767.627.884-.174.043-.359.136-.443.241a.454.454 0 00-.09.292c0 .098.024.185.06.26.04.067.098.121.168.153.137.056.358.093.699.1.179 0 .286.005.322.005.21.013.317.05.4.093.078.05.138.161.138.285a.396.396 0 01-.185.321c-.102.074-.27.106-.484.106-.352 0-.55-.136-.55-.39 0-.112.012-.136.036-.204h-.705a.668.668 0 00-.066.321c0 .217.078.402.24.563.262.266.693.34 1.105.34.454 0 .896-.111 1.152-.408a.934.934 0 00.233-.656c0-.284-.077-.5-.25-.68-.204-.203-.437-.278-.884-.284l-.413-.005c-.077 0-.125-.032-.125-.075 0-.086.107-.162.304-.26a.95.95 0 00.114.005c.621 0 1.075-.395 1.075-.945 0-.21-.06-.371-.173-.52.096.013.125.019.197.019.203 0 .364-.067.532-.235zM4.416 5.244c-.955.241-1.606.717-1.606 1.262 0 .34.25.648.663.89a1.238 1.238 0 01-.191-.65c.005-.562.43-1.087 1.134-1.502zM14.5 7.377c0-.359-.215-.686-.574-.958.03.112.054.222.054.334 0 1.02-1.38 1.898-3.339 2.263.221.024.448.037.687.037 1.75-.006 3.172-.754 3.172-1.676zm-1.129-.556c0-.378-.31-.723-.842-1.008a.786.786 0 01.191.495c0 .908-1.863 1.644-4.17 1.644-2.3 0-4.17-.735-4.17-1.644 0-.118.03-.229.09-.334-.37.253-.58.543-.58.853 0 .983 2.122 1.78 4.738 1.78 2.617 0 4.743-.81 4.743-1.786zm-2.067-.049c-.967.643-3.943.89-5.221.062-1.004-.65-.657-1.682-3.53-3.945-.376-.297.072-.612.352-.408.28.204.024.254.592.84 1.146 1.188 1.134.118 1.314.527.382.846 1.218 1.7 1.218 1.7.843.569 1.512.692 2.754-.18.789-.55.466.878 2.396-.154.704-.377.675-.123 1.392-1.157.297-.426.866.328.22.433-.256.044-.693.334-.877.792-.27.686-.156 1.193-.61 1.49zM5.94 5.028c-.239-.111-.49-.532-.585-.698.268-.273.16-.723.005-.971-.149-.247-.334-.18-.53-.408-.205-.23.076-.822.333-.365.962 1.713 1.595 1.002 2.378.897.753-.1 1.422.327 1.625-.878.035-.198.22-.241.239.08.017.328.137 1.119.55 1.218.411.105.746-.1.842-.21.095-.112.149-.1.19.185.043.279.15.668.73.235 1.188-.878.848-1.218 1.313-1.446.263-.13.681.29.079.605-.86.452-.95 1.008-1.494 1.36-.914.594-.634.025-2.103-.191-.567-.08-.747.569-1.189.383-1.01-.433-1.721-.346-2.383.204zm3.184-3.171c.036.26.077.253.167.272.09.024.203-.124.203-.26.006-.142-.06-.229-.19-.222-.138.005-.186.074-.18.21zm4.42.463c.108.105.394.037.46-.043.174-.198.18-.315.09-.452-.09-.13-.275-.11-.46.032-.185.142-.15.407-.09.463zm-.078 1.311c-.089.124-.095.217-.03.284.072.075.216.136.318.057.1-.087.1-.211.018-.316-.09-.112-.21-.112-.306-.025zM4.4 2.085c.137.043.203.18.316.025.06-.075.065-.18-.012-.292-.048-.067-.275-.118-.37-.018-.096.1-.005.26.065.285H4.4zm-2.803-.087c.251.161.412.402.604.185.065-.073.143-.203.005-.463-.1-.192-.428-.266-.542-.192-.12.068-.263.347-.065.47h-.002zm2.313 1.23c.077.087.215.08.298.032.078-.05.066-.18-.012-.29-.047-.07-.19-.106-.287 0-.095.104-.052.196 0 .259z"/></svg>
|
package/svg/jfrog-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"><path fill="currentColor" d="M10.991 14.818l-.95.274c.082.249.15.694.15 1.293v2.946h1.065v-3.117c.199-.248.414-.368.645-.368.117 0 .208.026.307.086l.29-1.019a.766.766 0 00-.398-.095.89.89 0 00-.348.07c-.198.102-.447.334-.603.555a1.24 1.24 0 00-.158-.625zM7.32 13.364h-.115v5.958h1.107v-2.637H9.71V15.7H8.312v-1.37h1.745l.066-.521a17.172 17.172 0 01-2.803-.445zm-2.589 6.753l.513.618c.497-.205 1.118-.667 1.283-1.405.057-.239.075-.393.075-1.172v-4.786H5.48v4.914c0 .643-.024.882-.106 1.105-.108.248-.365.54-.645.728l.001-.002zm10.066-3.02c0 1.044-.197 1.49-.653 1.49a.572.572 0 01-.32-.098.601.601 0 01-.217-.263c-.083-.222-.132-.6-.132-1.113 0-.437.04-.745.107-.984.082-.274.29-.446.546-.446.19 0 .355.086.454.232.15.205.215.59.215 1.181zm.653 1.711c.349-.427.506-.95.506-1.703 0-.712-.14-1.199-.463-1.61-.348-.445-.795-.66-1.373-.66-1.092 0-1.82.916-1.82 2.304 0 1.387.72 2.277 1.82 2.277.62.008 1.024-.23 1.33-.608zm3.029-2.466c0 .404-.233.625-.645.625-.373 0-.622-.178-.622-.625 0-.41.233-.65.629-.65.397 0 .637.24.637.65zm1.877-.941l-.439-.728c-.248.24-.545.377-.835.377-.133 0-.207-.017-.496-.093a2.386 2.386 0 00-.728-.113c-1.035 0-1.704.582-1.704 1.49 0 .65.282 1.062.869 1.224-.24.06-.497.189-.612.334a.627.627 0 00-.125.403c0 .137.033.257.083.36.054.094.135.169.232.213.19.078.495.13.968.138.247 0 .396.008.446.008.29.017.438.07.554.128.108.07.19.223.19.395 0 .17-.099.341-.256.445-.14.102-.372.146-.67.146-.488 0-.76-.19-.76-.54 0-.155.016-.189.049-.283h-.976a.925.925 0 00-.091.445c0 .3.108.557.331.78.364.367.96.47 1.53.47.628 0 1.24-.154 1.596-.564.223-.257.322-.54.322-.909 0-.393-.107-.693-.347-.94-.281-.283-.603-.386-1.224-.395l-.57-.008c-.108 0-.175-.043-.175-.103 0-.12.15-.223.423-.36.082.008.107.008.157.008.86 0 1.488-.547 1.488-1.31a1.12 1.12 0 00-.24-.719c.133.017.174.026.273.026.282 0 .505-.093.737-.325zM7.038 8.184c-1.323.334-2.224.993-2.224 1.747 0 .47.347.898.918 1.232a1.715 1.715 0 01-.265-.898c.007-.78.595-1.507 1.571-2.08zM21 11.137c0-.497-.298-.95-.794-1.326.041.155.075.308.075.462 0 1.413-1.911 2.628-4.624 3.133.306.034.62.052.951.052C19.03 13.45 21 12.414 21 11.138zm-1.563-.77c0-.522-.43-1.001-1.166-1.396.172.215.264.446.264.686 0 1.258-2.58 2.277-5.773 2.277-3.184 0-5.773-1.019-5.773-2.277 0-.163.04-.317.123-.463-.512.351-.802.753-.802 1.182 0 1.36 2.937 2.465 6.56 2.465 3.623 0 6.567-1.121 6.567-2.474zm-2.862-.067c-1.34.89-5.46 1.232-7.23.085-1.389-.899-.909-2.329-4.888-5.462-.52-.411.1-.848.489-.565.388.283.033.352.819 1.164 1.587 1.645 1.57.163 1.819.729.53 1.172 1.688 2.353 1.688 2.353 1.166.788 2.092.959 3.813-.248 1.091-.762.644 1.216 3.317-.214.975-.522.934-.17 1.926-1.601.413-.59 1.2.454.306.6-.355.06-.96.462-1.215 1.095-.372.95-.216 1.652-.844 2.064zM9.147 7.885c-.33-.154-.678-.737-.81-.967.372-.377.223-1.001.008-1.344-.207-.342-.463-.249-.735-.565-.282-.318.106-1.138.462-.505 1.332 2.372 2.208 1.386 3.293 1.241 1.042-.137 1.968.454 2.25-1.215.049-.274.305-.334.33.11.024.455.19 1.55.761 1.687.57.146 1.034-.137 1.166-.29.132-.156.206-.138.265.256.058.385.206.925 1.009.326 1.646-1.216 1.174-1.687 1.82-2.003.363-.18.942.402.107.838-1.19.625-1.315 1.395-2.067 1.883-1.267.822-.878.035-2.912-.265-.786-.111-1.035.788-1.646.53-1.398-.598-2.384-.479-3.301.283zm4.41-4.391c.049.36.107.35.231.377.124.034.281-.171.281-.36.008-.197-.082-.317-.264-.308-.191.008-.257.102-.249.291zm6.12.642c.15.145.545.051.637-.06.24-.274.247-.437.123-.625-.123-.18-.38-.154-.637.043-.256.196-.207.564-.124.642zm-.108 1.815c-.124.17-.132.3-.041.394.099.102.298.187.439.077.14-.12.14-.292.024-.437-.124-.155-.29-.155-.422-.034zM7.014 3.81c.19.06.28.248.438.034.083-.103.09-.248-.017-.404-.066-.093-.38-.163-.512-.024-.133.137-.008.36.09.394h.001zm-3.88-.12c.347.222.57.556.835.256.09-.102.198-.282.008-.641-.14-.266-.594-.368-.751-.266-.165.093-.364.48-.091.65h-.001zm3.201 1.704c.108.12.298.11.414.042.108-.068.09-.248-.017-.402-.066-.095-.265-.146-.397 0-.132.145-.073.273 0 .36z"/></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="#40BE46" d="M7.274 10.032l-.684.198c.063.18.108.503.108.931v2.123h.765v-2.247c.142-.18.296-.267.467-.267.085 0 .148.019.223.062l.21-.732a.55.55 0 00-.285-.068.632.632 0 00-.251.05 1.36 1.36 0 00-.433.403 1.088 1.088 0 00-.12-.453zM4.621 8.983h-.084v4.3h.799v-1.905h1.009v-.707h-1.01v-.987h1.26l.05-.376a13.032 13.032 0 01-2.024-.325zM2.75 13.854l.37.448c.36-.15.81-.485.924-1.012.04-.174.057-.286.057-.844V8.993h-.81v3.546c0 .465-.016.64-.08.794a1.333 1.333 0 01-.461.521zm7.272-2.178c0 .751-.143 1.074-.473 1.074a.42.42 0 01-.388-.26c-.063-.162-.097-.435-.097-.801 0-.317.028-.54.08-.708.062-.198.21-.322.393-.322.137 0 .256.061.33.167.103.143.155.422.155.85zm.467 1.235c.251-.31.365-.683.365-1.229 0-.515-.103-.862-.336-1.16a1.183 1.183 0 00-.993-.478c-.786 0-1.31.664-1.31 1.663 0 1 .518 1.645 1.31 1.645.451 0 .742-.168.964-.44zm2.19-1.781c0 .292-.166.453-.468.453-.268 0-.45-.13-.45-.453 0-.298.165-.472.456-.472.29 0 .462.174.462.472zm1.35-.677l-.318-.527a.881.881 0 01-.604.273c-.098 0-.149-.012-.36-.068a1.727 1.727 0 00-.524-.08c-.748 0-1.232.421-1.232 1.073 0 .472.205.763.627.881-.17.044-.36.137-.444.242a.441.441 0 00-.092.292c0 .1.023.186.057.26.04.07.097.125.166.155.136.057.36.094.7.1.178 0 .286.006.326.006.211.012.32.05.399.094.08.049.137.16.137.285a.408.408 0 01-.183.323c-.102.074-.268.105-.484.105-.354 0-.547-.137-.547-.391 0-.112.011-.137.033-.205h-.706c-.029.062-.069.15-.069.323 0 .217.08.403.24.565.262.266.69.341 1.106.341.456 0 .895-.112 1.152-.41a.948.948 0 00.233-.657c0-.286-.08-.503-.25-.677-.206-.205-.44-.28-.884-.285l-.411-.007c-.08 0-.125-.03-.125-.074 0-.087.108-.161.302-.26.057.006.08.006.114.006.622 0 1.078-.397 1.078-.944a.81.81 0 00-.172-.521c.097.012.126.019.2.019.21 0 .37-.069.536-.236zM4.42 5.248c-.956.241-1.605.714-1.605 1.258 0 .337.25.646.665.89a1.246 1.246 0 01-.193-.648c0-.566.424-1.087 1.133-1.5zM14.5 7.373c0-.356-.213-.687-.574-.958.032.108.05.22.05.333 0 1.021-1.38 1.896-3.336 2.258.221.026.451.04.687.04 1.752 0 3.173-.749 3.173-1.672zm-1.127-.555c0-.375-.311-.722-.84-1.009.124.155.191.32.191.492 0 .906-1.866 1.64-4.168 1.64-2.301 0-4.168-.734-4.168-1.64 0-.115.03-.227.088-.335-.37.253-.58.543-.58.852 0 .98 2.12 1.775 4.738 1.775 2.617 0 4.739-.795 4.739-1.775zm-2.07-.044c-.966.645-3.94.889-5.222.061-1.004-.649-.66-1.677-3.531-3.944-.376-.296.07-.61.35-.409.282.201.024.255.592.842 1.145 1.186 1.134.12 1.315.523.38.848 1.22 1.701 1.22 1.701.841.566 1.512.69 2.752-.178.787-.55.465.875 2.394-.152.704-.375.675-.126 1.39-1.157.296-.428.864.329.22.434-.257.042-.691.333-.878.793-.263.68-.15 1.183-.602 1.486zM5.942 5.03c-.239-.109-.488-.529-.586-.697.267-.27.159-.722.008-.97-.15-.249-.333-.178-.533-.406-.2-.228.075-.822.332-.365.962 1.71 1.593.999 2.38.897.753-.098 1.42.327 1.624-.876.034-.197.219-.244.237.081.02.325.138 1.118.552 1.22.415.102.744-.1.841-.213.097-.112.148-.096.19.183.043.28.148.665.73.235 1.19-.878.85-1.218 1.313-1.444.263-.128.678.29.078.604-.859.449-.95 1.006-1.492 1.36-.912.596-.633.024-2.1-.192-.565-.083-.747.568-1.188.38-1.018-.434-1.727-.351-2.386.203zm3.18-3.172c.033.257.075.25.164.275.089.023.201-.121.205-.261.004-.14-.058-.23-.192-.224-.134.005-.182.075-.177.21zm4.421.468c.107.108.392.035.459-.042.17-.198.176-.317.088-.45-.088-.132-.274-.108-.458.03s-.15.4-.089.462zm-.08 1.306c-.092.126-.094.216-.03.285.07.074.215.139.318.053.104-.085.104-.209.016-.318-.089-.109-.209-.109-.304-.02zM4.4 2.09c.14.044.2.179.319.025.058-.076.064-.176-.013-.29-.05-.07-.276-.118-.373-.018-.096.101-.008.259.067.283zm-2.804-.087c.25.159.415.4.603.185.064-.072.143-.207.006-.466-.1-.19-.429-.267-.545-.194-.116.072-.258.352-.064.475zm2.315 1.229c.08.085.215.078.296.032.08-.047.064-.176-.013-.29-.049-.07-.193-.103-.29-.002-.096.1-.049.2.007.26z"/></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="#40BE46" d="M10.995 14.813l-.947.275c.086.25.15.696.15 1.29v2.938h1.058v-3.11c.197-.25.41-.37.647-.37.118 0 .205.026.308.086l.292-1.014a.761.761 0 00-.395-.095.876.876 0 00-.348.07c-.197.102-.45.334-.6.558a1.507 1.507 0 00-.165-.628zm-3.674-1.452h-.116v5.955h1.106v-2.638h1.397v-.98H8.311v-1.366h1.745l.067-.52a18.045 18.045 0 01-2.802-.451zm-2.59 6.745l.513.62c.497-.207 1.12-.671 1.28-1.402.054-.24.078-.395.078-1.168v-4.781H5.48v4.91c0 .644-.024.885-.11 1.1-.103.24-.356.532-.64.721zm10.068-3.016c0 1.04-.197 1.486-.655 1.486a.58.58 0 01-.537-.36c-.086-.224-.134-.602-.134-1.108 0-.439.04-.748.11-.98.087-.275.293-.447.545-.447a.55.55 0 01.458.232c.142.198.213.585.213 1.177zm.648 1.71c.347-.43.505-.945.505-1.701 0-.714-.143-1.195-.466-1.607-.347-.447-.797-.662-1.374-.662-1.09 0-1.816.92-1.816 2.303 0 1.384.719 2.277 1.816 2.277.624 0 1.027-.232 1.335-.61zm3.031-2.466c0 .404-.229.627-.647.627-.371 0-.624-.18-.624-.627 0-.412.229-.653.632-.653.402 0 .64.24.64.653zm1.871-.937l-.442-.73c-.244.24-.545.378-.837.378-.134 0-.205-.018-.497-.094a2.39 2.39 0 00-.727-.112c-1.034 0-1.704.584-1.704 1.487 0 .653.284 1.057.868 1.22-.237.06-.498.189-.616.335a.61.61 0 00-.127.404c0 .137.032.258.08.36a.515.515 0 00.229.215c.19.078.497.13.97.138.245 0 .396.008.45.008.293.017.443.069.553.13.11.068.19.223.19.395a.564.564 0 01-.253.447c-.142.102-.371.145-.67.145-.49 0-.759-.188-.759-.54 0-.156.016-.19.047-.285h-.978c-.04.086-.095.207-.095.448 0 .3.11.558.332.781.363.37.955.473 1.531.473.632 0 1.24-.155 1.595-.567.22-.258.323-.541.323-.91 0-.396-.11-.697-.347-.937-.284-.284-.607-.387-1.224-.396l-.568-.008c-.11 0-.174-.043-.174-.104 0-.12.15-.223.419-.36a1.2 1.2 0 00.158.009c.86 0 1.492-.55 1.492-1.307a1.12 1.12 0 00-.237-.722c.134.018.174.026.276.026.292 0 .513-.095.742-.327zM7.042 8.19c-1.324.335-2.223.99-2.223 1.743 0 .466.345.894.92 1.232a1.725 1.725 0 01-.266-.898c0-.784.586-1.504 1.569-2.077zM21 11.133c0-.494-.294-.952-.795-1.328.045.15.07.304.07.461 0 1.415-1.91 2.625-4.62 3.127.306.036.625.055.952.055 2.426 0 4.393-1.036 4.393-2.315zm-1.561-.77c0-.519-.43-1-1.163-1.396.172.214.265.443.265.681 0 1.254-2.584 2.271-5.77 2.271-3.188 0-5.772-1.017-5.772-2.27a.99.99 0 01.122-.466c-.512.35-.804.753-.804 1.18 0 1.358 2.937 2.459 6.56 2.459 3.625 0 6.562-1.101 6.562-2.46v.001zm-2.866-.06c-1.337.893-5.456 1.23-7.23.084-1.39-.898-.913-2.323-4.89-5.46-.52-.41.097-.846.486-.567.39.279.033.353.819 1.166 1.586 1.641 1.57.166 1.821.724.527 1.173 1.69 2.355 1.69 2.355 1.164.784 2.093.955 3.81-.246 1.09-.763.644 1.211 3.315-.211.974-.519.933-.175 1.923-1.602.411-.592 1.197.455.306.601-.356.058-.958.461-1.216 1.098-.365.941-.207 1.638-.834 2.057zM9.15 7.888c-.33-.15-.676-.732-.81-.965.369-.374.22-1 .01-1.344-.208-.343-.46-.246-.738-.561-.277-.316.104-1.139.46-.506 1.332 2.369 2.206 1.383 3.294 1.242 1.044-.136 1.967.453 2.25-1.213.046-.272.302-.338.329.113.026.45.19 1.547.763 1.689.575.141 1.03-.14 1.165-.295.134-.155.204-.133.264.253.058.387.204.92 1.01.326 1.648-1.216 1.176-1.687 1.817-2 .365-.177.94.402.109.837-1.19.621-1.315 1.393-2.066 1.883-1.263.825-.877.033-2.909-.266-.782-.115-1.034.787-1.644.526-1.409-.601-2.392-.486-3.304.28zm4.403-4.391c.046.355.104.346.227.38.123.032.28-.168.285-.362.005-.195-.08-.317-.266-.31-.185.007-.252.104-.246.292zm6.122.647c.148.15.543.048.635-.058.237-.274.245-.44.123-.623s-.38-.15-.636.042c-.254.19-.206.554-.122.64v-.001zm-.11 1.809c-.128.174-.131.298-.041.394.096.103.296.192.44.073.142-.117.142-.288.02-.44-.122-.15-.288-.15-.42-.027zM7.014 3.815c.194.062.279.248.442.035.08-.105.088-.243-.018-.4-.068-.098-.382-.165-.516-.026-.133.14-.012.358.092.391zm-3.882-.12c.347.22.574.553.836.256.087-.099.197-.286.008-.645-.139-.262-.595-.37-.756-.269-.16.1-.357.488-.088.659zm3.205 1.701c.11.119.298.11.41.045.112-.065.089-.244-.018-.4-.068-.098-.268-.144-.401-.004-.134.139-.068.276.01.36z"/></svg>
|
package/svg/jira-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"><path fill="currentColor" d="M15.323 7.558L7.99 0 .677 7.536c-.236.243-.236.64 0 .906l4.589 4.73L7.989 16l7.334-7.558a.64.64 0 000-.884zM7.99 10.365L5.695 8l2.294-2.365L10.284 8l-2.295 2.365z"/></svg>
|
package/svg/jira-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"><path fill="currentColor" d="M22.252 11.392L11.985 1 1.748 11.362c-.33.334-.33.881 0 1.246l6.424 6.502L11.985 23l10.267-10.392a.87.87 0 000-1.216zm-10.267 3.86L8.773 12l3.212-3.251L15.197 12l-3.212 3.251z"/></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="#2684FF" d="M15.323 7.558L8.633.663 7.989 0 2.971 5.171.677 7.536c-.236.243-.236.64 0 .906l4.589 4.73L7.989 16l5.018-5.171.086-.089 2.23-2.298a.64.64 0 000-.884zM7.99 10.365L5.695 8l2.294-2.365L10.284 8l-2.295 2.365z"/><path fill="url(#jira-color-16__paint0_linear_4403_94)" d="M7.99 5.635C6.487 4.088 6.487 1.57 7.967.022L2.95 5.193 5.673 8 7.99 5.635z"/><path fill="url(#jira-color-16__paint1_linear_4403_94)" d="M10.284 8l-2.295 2.365C9.49 11.912 9.49 14.43 7.99 16l5.04-5.193L10.284 8z"/><defs><linearGradient id="jira-color-16__paint0_linear_4403_94" x1="7.58" x2="4.279" y1="3.24" y2="6.443" gradientUnits="userSpaceOnUse"><stop offset=".176" stop-color="#0052CC"/><stop offset="1" stop-color="#2684FF"/></linearGradient><linearGradient id="jira-color-16__paint1_linear_4403_94" x1="8.428" x2="11.722" y1="12.726" y2="9.53" gradientUnits="userSpaceOnUse"><stop offset=".176" stop-color="#0052CC"/><stop offset="1" stop-color="#2684FF"/></linearGradient></defs></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="#2684FF" d="M22.252 11.392l-9.366-9.48L11.985 1 4.96 8.11l-3.212 3.252c-.33.334-.33.881 0 1.246l6.424 6.502L11.985 23l7.025-7.11.12-.122 3.122-3.16a.87.87 0 000-1.216zm-10.267 3.86L8.773 12l3.212-3.251L15.197 12l-3.212 3.251z"/><path fill="url(#jira-color-24__paint0_linear_4403_89)" d="M11.985 8.749c-2.101-2.127-2.101-5.592-.03-7.719L4.93 8.14 8.743 12l3.242-3.251z"/><path fill="url(#jira-color-24__paint1_linear_4403_89)" d="M15.197 12l-3.212 3.251c2.102 2.127 2.102 5.592 0 7.749l7.055-7.14L15.197 12z"/><defs><linearGradient id="jira-color-24__paint0_linear_4403_89" x1="11.412" x2="6.872" y1="5.455" y2="9.94" gradientUnits="userSpaceOnUse"><stop offset=".176" stop-color="#0052CC"/><stop offset="1" stop-color="#2684FF"/></linearGradient><linearGradient id="jira-color-24__paint1_linear_4403_89" x1="12.6" x2="17.131" y1="18.498" y2="14.022" gradientUnits="userSpaceOnUse"><stop offset=".176" stop-color="#0052CC"/><stop offset="1" stop-color="#2684FF"/></linearGradient></defs></svg>
|
package/svg/opa-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="M5.57 11.916a8.076 8.076 0 011.724-3.283c-.265-.21-1.315-1.078-1.364-1.76C5.854 5.755 6.904 2 6.904 2S3.73 6.109 3.51 7.77c-.175 1.302 1.83 3.889 2.042 4.151v-.005h.018zm12.913-.066v.01c0 .004.005.009.005.014.35-.45 2.167-2.859 2.001-4.105C20.27 6.11 17.096 2 17.096 2s1.05 3.756.974 4.872c-.045.654-1 1.47-1.32 1.728a7.979 7.979 0 011.733 3.25z"/><path d="M18.483 11.854v-.01a8.041 8.041 0 00-1.732-3.249c-1.234-1.384-2.913-2.214-4.722-2.214v4.438h.005c.444.005.803.391.803.864 0 .057-.004.11-.013.162-.072.396-.395.
|
|
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="M5.57 11.916a8.076 8.076 0 011.724-3.283c-.265-.21-1.315-1.078-1.364-1.76C5.854 5.755 6.904 2 6.904 2S3.73 6.109 3.51 7.77c-.175 1.302 1.83 3.889 2.042 4.151v-.005h.018zm12.913-.066v.01c0 .004.005.009.005.014.35-.45 2.167-2.859 2.001-4.105C20.27 6.11 17.096 2 17.096 2s1.05 3.756.974 4.872c-.045.654-1 1.47-1.32 1.728a7.979 7.979 0 011.733 3.25z"/><path d="M18.483 11.854v-.01a8.041 8.041 0 00-1.732-3.249c-1.234-1.384-2.913-2.214-4.722-2.214v4.438h.005c.444.005.803.391.803.864 0 .057-.004.11-.013.162-.072.396-.395.697-.79.701h-.014v1.647l-.008 7.798h.157s1.705-2.625 2.625-3.374c1.077-.879 3.69-1.966 3.69-1.966v-4.744l.013-.005c-.005-.01-.005-.024-.01-.033 0-.005 0-.01-.004-.014z"/><path d="M12.02 14.197v-1.646a.825.825 0 01-.776-.635.935.935 0 01-.032-.229c0-.477.364-.863.813-.863h.004V6.4c-1.818 0-3.5.835-4.735 2.233-.785.888-1.387 2.01-1.723 3.284h-.014v4.805s2.612 1.088 3.69 1.966c.893.73 2.616 3.312 2.616 3.312h.162v-.005h-.01l.005-7.798z"/></g></svg>
|
package/svg/opa-color-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="#BFBFBF" d="M5.57 11.916a8.076 8.076 0 011.724-3.283c-.265-.21-1.315-1.078-1.364-1.76C5.854 5.755 6.904 2 6.904 2S3.73 6.109 3.51 7.77c-.175 1.302 1.83 3.889 2.042 4.151v-.005h.018zm12.913-.066v.01c0 .004.005.009.005.014.35-.45 2.167-2.859 2.001-4.105C20.27 6.11 17.096 2 17.096 2s1.05 3.756.974 4.872c-.045.654-1 1.47-1.32 1.728a7.979 7.979 0 011.733 3.25z"/><path fill="#566366" d="M18.483 11.854v-.01a8.041 8.041 0 00-1.732-3.249c-1.234-1.384-2.913-2.214-4.722-2.214v4.438h.005c.444.005.803.391.803.864 0 .057-.004.11-.013.162-.072.396-.395.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="#BFBFBF" d="M5.57 11.916a8.076 8.076 0 011.724-3.283c-.265-.21-1.315-1.078-1.364-1.76C5.854 5.755 6.904 2 6.904 2S3.73 6.109 3.51 7.77c-.175 1.302 1.83 3.889 2.042 4.151v-.005h.018zm12.913-.066v.01c0 .004.005.009.005.014.35-.45 2.167-2.859 2.001-4.105C20.27 6.11 17.096 2 17.096 2s1.05 3.756.974 4.872c-.045.654-1 1.47-1.32 1.728a7.979 7.979 0 011.733 3.25z"/><path fill="#566366" d="M18.483 11.854v-.01a8.041 8.041 0 00-1.732-3.249c-1.234-1.384-2.913-2.214-4.722-2.214v4.438h.005c.444.005.803.391.803.864 0 .057-.004.11-.013.162-.072.396-.395.697-.79.701h-.014v1.647l-.008 7.798h.157s1.705-2.625 2.625-3.374c1.077-.879 3.69-1.966 3.69-1.966v-4.744l.013-.005c-.005-.01-.005-.024-.01-.033 0-.005 0-.01-.004-.014z"/><path fill="#7D9199" d="M12.02 14.197v-1.646a.825.825 0 01-.776-.635.935.935 0 01-.032-.229c0-.477.364-.863.813-.863h.004V6.4c-1.818 0-3.5.835-4.735 2.233-.785.888-1.387 2.01-1.723 3.284h-.014v4.805s2.612 1.088 3.69 1.966c.893.73 2.616 3.312 2.616 3.312h.162v-.005h-.01l.005-7.798z"/></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" d="M9.142 7.081L13.609 2H12.55L8.671 6.412 5.573 2H2l4.685 6.672L2 14h1.059l4.096-4.66L10.427 14H14L9.142 7.081zM3.44 2.78h1.626l7.485 10.476h-1.626L3.44 2.78z"/></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" d="M13.712 10.622L20.413 3h-1.587l-5.819 6.618L8.36 3H3l7.027 10.007L3 21h1.588l6.144-6.989L15.64 21H21l-7.288-10.378zM5.16 4.17H7.6l11.226 15.713h-2.439L5.16 4.17z"/></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="#000" d="M9.142 7.081L13.609 2H12.55L8.671 6.412 5.573 2H2l4.685 6.672L2 14h1.059l4.096-4.66L10.427 14H14L9.142 7.081zM3.44 2.78h1.626l7.485 10.476h-1.626L3.44 2.78z"/></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="#000" d="M13.712 10.622L20.413 3h-1.587l-5.819 6.618L8.36 3H3l7.027 10.007L3 21h1.588l6.144-6.989L15.64 21H21l-7.288-10.378zM5.16 4.17H7.6l11.226 15.713h-2.439L5.16 4.17z"/></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" d="M8 2l6.5 10.833h-13L8 2z"/></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" d="M12 3.75l9.25 15.417H2.75L12 3.75z"/></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="#000" d="M8 2l6.5 10.833h-13L8 2z"/></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="#000" d="M12 3.75l9.25 15.417H2.75L12 3.75z"/></svg>
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { forwardRef, useMemo } from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
|
|
4
|
+
export const IconAwsCdk16 = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = 'currentColor', title, ...props }, svgRef) => {
|
|
6
|
+
const titleId = useMemo(
|
|
7
|
+
() =>
|
|
8
|
+
title
|
|
9
|
+
? 'title-' + Math.random().toString(36).substr(2, 9)
|
|
10
|
+
: undefined,
|
|
11
|
+
[title]
|
|
12
|
+
);
|
|
13
|
+
return (
|
|
14
|
+
<svg
|
|
15
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
16
|
+
width={16}
|
|
17
|
+
height={16}
|
|
18
|
+
fill="none"
|
|
19
|
+
viewBox="0 0 16 16"
|
|
20
|
+
aria-hidden={!title}
|
|
21
|
+
ref={svgRef}
|
|
22
|
+
aria-labelledby={titleId}
|
|
23
|
+
{...props}
|
|
24
|
+
>
|
|
25
|
+
{title ? <title id={titleId}>{title}</title> : null}
|
|
26
|
+
<path
|
|
27
|
+
fill={color}
|
|
28
|
+
fillRule="evenodd"
|
|
29
|
+
d="M14.91 12.673l-2.655 1.423V10.76l2.655-1.422v3.335zm-3.19-2.778l-2.659-1.42 2.661-1.477 2.66 1.471-2.662 1.426zm-4.254 2.788L4.81 14.105V10.76l2.657-1.428v3.35zm-6.4-3.342l2.677 1.421v3.28l-2.676-1.634V9.34zM7.99 1.077l2.615 1.402L8 3.734 5.392 2.49 7.99 1.077zm3.198 5.054L8.533 7.606V4.601l2.655-1.279v2.81zM7.466 7.595L4.81 6.13V3.334l2.657 1.268v2.993zm-3.192 2.3L1.6 8.475l2.676-1.478 2.66 1.467-2.662 1.431zm6.914 4.203l-2.655-1.416V9.343l2.655 1.418v3.337zm4.527-6.052l-.004-.002-3.456-1.913V2.504A.495.495 0 0012 2.077c-.014-.008-.03-.006-.044-.012l.006-.01L8.252.065a.564.564 0 00-.532.001l-3.712 2.02.001.002c-.003.002-.008.001-.011.003a.496.496 0 00-.255.427v3.612L.267 8.051l-.002.001-.002.001A.497.497 0 000 8.484v4.195c0 .169.09.327.242.419l3.743 2.287.004-.005c.009.005.01.014.02.019a.57.57 0 00.532.002L8 13.548l3.453 1.84v.002l.005.002v-.001a.566.566 0 00.528 0l3.722-1.994a.495.495 0 00.27-.434V8.476c0-.177-.101-.34-.263-.43z"
|
|
30
|
+
clipRule="evenodd"
|
|
31
|
+
/>
|
|
32
|
+
</svg>
|
|
33
|
+
);
|
|
34
|
+
}
|
|
35
|
+
);
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { forwardRef, useMemo } from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
|
|
4
|
+
export const IconAwsCdk24 = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = 'currentColor', title, ...props }, svgRef) => {
|
|
6
|
+
const titleId = useMemo(
|
|
7
|
+
() =>
|
|
8
|
+
title
|
|
9
|
+
? 'title-' + Math.random().toString(36).substr(2, 9)
|
|
10
|
+
: undefined,
|
|
11
|
+
[title]
|
|
12
|
+
);
|
|
13
|
+
return (
|
|
14
|
+
<svg
|
|
15
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
16
|
+
width={24}
|
|
17
|
+
height={24}
|
|
18
|
+
fill="none"
|
|
19
|
+
viewBox="0 0 24 24"
|
|
20
|
+
aria-hidden={!title}
|
|
21
|
+
ref={svgRef}
|
|
22
|
+
aria-labelledby={titleId}
|
|
23
|
+
{...props}
|
|
24
|
+
>
|
|
25
|
+
{title ? <title id={titleId}>{title}</title> : null}
|
|
26
|
+
<path
|
|
27
|
+
fill={color}
|
|
28
|
+
fillRule="evenodd"
|
|
29
|
+
d="M24 11.41c0 3.006-2.03 4.11-3.24 4.5l-.259-.835c1.204-.389 2.64-1.34 2.64-3.665 0-2.94-2.38-3.675-3.403-3.855a.437.437 0 01-.351-.5c-.087-1.313-.705-2.296-1.652-2.577-.78-.232-1.61.075-2.122.782a.43.43 0 01-.41.173.435.435 0 01-.341-.287c-.353-1.02-.864-1.875-1.52-2.546-.806-.823-3.018-2.59-6.132-1.247-1.802.778-3.214 3.019-3.214 5.102 0 .235.014.467.04.694a.437.437 0 01-.32.476C2.649 7.902.86 8.758.86 11.373c0 .086.002.17.006.253.08 1.681 1.297 3.128 2.957 3.516l-.192.854C1.596 15.52.106 13.74.008 11.668A5.507 5.507 0 010 11.373c0-2.994 1.985-4.1 3.15-4.491a6.398 6.398 0 01-.013-.427c0-2.448 1.606-4.989 3.737-5.909C9.371-.53 12.018.004 13.951 1.982c.6.613 1.091 1.358 1.467 2.218.715-.61 1.66-.83 2.559-.563 1.234.368 2.06 1.526 2.244 3.125C21.431 7.051 24 8.061 24 11.41zM19.283 21.5l-3.007 1.383.01-4.294 2.997-1.354V21.5zm-7.713-.04l-2.996 1.416v-4.272l2.996-1.373v4.229zm-3.428-3.618l-2.83-1.279 2.831-1.318 2.814 1.306-2.815 1.29zm-3.447-.6l3.019 1.364v4.277L4.695 21.49v-4.249zm7.292-8.982l2.808 1.275L12 10.822 9.186 9.534l2.801-1.274zm1.058 8.3l2.8-1.316 2.82 1.311-2.809 1.27-2.81-1.265zm-.615.681l2.995 1.348-.008 4.286-2.987-1.415V17.24zm2.985-2.76l-2.985 1.403v-4.299l2.985-1.374v4.27zm-6.843.001l-.008-4.272 3.006 1.376v4.287l-2.998-1.39zm11.316 1.691l.004-.01-3.617-1.684V9.532a.44.44 0 00-.197-.368c-.019-.012-.043-.012-.063-.02l.004-.011-3.857-1.753a.422.422 0 00-.35 0L7.957 9.133l.005.01c-.021.01-.044.009-.063.022a.44.44 0 00-.196.368l.01 4.95-3.626 1.688.004.01c-.02.009-.042.009-.06.021a.44.44 0 00-.195.367v5.205c0 .172.098.328.252.399l3.879 1.788.005-.012c.056.025.112.051.172.051a.411.411 0 00.18-.041L12 22.222l3.665 1.737.006-.012a.42.42 0 00.175.053c.06 0 .12-.013.177-.04l3.868-1.778a.438.438 0 00.253-.399v-5.222a.44.44 0 00-.196-.367c-.018-.012-.04-.012-.06-.02z"
|
|
30
|
+
clipRule="evenodd"
|
|
31
|
+
/>
|
|
32
|
+
</svg>
|
|
33
|
+
);
|
|
34
|
+
}
|
|
35
|
+
);
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { forwardRef, useMemo } from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
|
|
4
|
+
export const IconAwsCdkColor16 = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = 'currentColor', title, ...props }, svgRef) => {
|
|
6
|
+
const titleId = useMemo(
|
|
7
|
+
() =>
|
|
8
|
+
title
|
|
9
|
+
? 'title-' + Math.random().toString(36).substr(2, 9)
|
|
10
|
+
: undefined,
|
|
11
|
+
[title]
|
|
12
|
+
);
|
|
13
|
+
return (
|
|
14
|
+
<svg
|
|
15
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
16
|
+
width={16}
|
|
17
|
+
height={16}
|
|
18
|
+
fill="none"
|
|
19
|
+
viewBox="0 0 16 16"
|
|
20
|
+
aria-hidden={!title}
|
|
21
|
+
ref={svgRef}
|
|
22
|
+
aria-labelledby={titleId}
|
|
23
|
+
{...props}
|
|
24
|
+
>
|
|
25
|
+
{title ? <title id={titleId}>{title}</title> : null}
|
|
26
|
+
<path
|
|
27
|
+
fill="#000"
|
|
28
|
+
fillRule="evenodd"
|
|
29
|
+
d="M14.91 12.673l-2.655 1.423V10.76l2.655-1.422v3.335zm-3.19-2.778l-2.659-1.42 2.661-1.477 2.66 1.471-2.662 1.426zm-4.254 2.788L4.81 14.105V10.76l2.657-1.428v3.35zm-6.4-3.342l2.677 1.421v3.28l-2.676-1.634V9.34zM7.99 1.077l2.615 1.402L8 3.734 5.392 2.49 7.99 1.077zm3.198 5.054L8.533 7.606V4.601l2.655-1.279v2.81zM7.466 7.595L4.81 6.13V3.334l2.657 1.268v2.993zm-3.192 2.3L1.6 8.475l2.676-1.478 2.66 1.467-2.662 1.431zm6.914 4.203l-2.655-1.416V9.343l2.655 1.418v3.337zm4.527-6.052l-.004-.002-3.456-1.913V2.504A.495.495 0 0012 2.077c-.014-.008-.03-.006-.044-.012l.006-.01L8.252.065a.564.564 0 00-.532.001l-3.712 2.02.001.002c-.003.002-.008.001-.011.003a.496.496 0 00-.255.427v3.612L.267 8.051l-.002.001-.002.001A.497.497 0 000 8.484v4.195c0 .169.09.327.242.419l3.743 2.287.004-.005c.009.005.01.014.02.019a.57.57 0 00.532.002L8 13.548l3.453 1.84v.002l.005.002v-.001a.566.566 0 00.528 0l3.722-1.994a.495.495 0 00.27-.434V8.476c0-.177-.101-.34-.263-.43z"
|
|
30
|
+
clipRule="evenodd"
|
|
31
|
+
/>
|
|
32
|
+
</svg>
|
|
33
|
+
);
|
|
34
|
+
}
|
|
35
|
+
);
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { forwardRef, useMemo } from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
|
|
4
|
+
export const IconAwsCdkColor24 = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = 'currentColor', title, ...props }, svgRef) => {
|
|
6
|
+
const titleId = useMemo(
|
|
7
|
+
() =>
|
|
8
|
+
title
|
|
9
|
+
? 'title-' + Math.random().toString(36).substr(2, 9)
|
|
10
|
+
: undefined,
|
|
11
|
+
[title]
|
|
12
|
+
);
|
|
13
|
+
return (
|
|
14
|
+
<svg
|
|
15
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
16
|
+
width={24}
|
|
17
|
+
height={24}
|
|
18
|
+
fill="none"
|
|
19
|
+
viewBox="0 0 24 24"
|
|
20
|
+
aria-hidden={!title}
|
|
21
|
+
ref={svgRef}
|
|
22
|
+
aria-labelledby={titleId}
|
|
23
|
+
{...props}
|
|
24
|
+
>
|
|
25
|
+
{title ? <title id={titleId}>{title}</title> : null}
|
|
26
|
+
<path
|
|
27
|
+
fill="#000"
|
|
28
|
+
fillRule="evenodd"
|
|
29
|
+
d="M24 11.41c0 3.006-2.03 4.11-3.24 4.5l-.259-.835c1.204-.389 2.64-1.34 2.64-3.665 0-2.94-2.38-3.675-3.403-3.855a.437.437 0 01-.351-.5c-.087-1.313-.705-2.296-1.652-2.577-.78-.232-1.61.075-2.122.782a.43.43 0 01-.41.173.435.435 0 01-.341-.287c-.353-1.02-.864-1.875-1.52-2.546-.806-.823-3.018-2.59-6.132-1.247-1.802.778-3.214 3.019-3.214 5.102 0 .235.014.467.04.694a.437.437 0 01-.32.476C2.649 7.902.86 8.758.86 11.373c0 .086.002.17.006.253.08 1.681 1.297 3.128 2.957 3.516l-.192.854C1.596 15.52.106 13.74.008 11.668A5.507 5.507 0 010 11.373c0-2.994 1.985-4.1 3.15-4.491a6.398 6.398 0 01-.013-.427c0-2.448 1.606-4.989 3.737-5.909C9.371-.53 12.018.004 13.951 1.982c.6.613 1.091 1.358 1.467 2.218.715-.61 1.66-.83 2.559-.563 1.234.368 2.06 1.526 2.244 3.125C21.431 7.051 24 8.061 24 11.41zM19.283 21.5l-3.007 1.383.01-4.294 2.997-1.354V21.5zm-7.713-.04l-2.996 1.416v-4.272l2.996-1.373v4.229zm-3.428-3.618l-2.83-1.279 2.831-1.318 2.814 1.306-2.815 1.29zm-3.447-.6l3.019 1.364v4.277L4.695 21.49v-4.249zm7.292-8.982l2.808 1.275L12 10.822 9.186 9.534l2.801-1.274zm1.058 8.3l2.8-1.316 2.82 1.311-2.809 1.27-2.81-1.265zm-.615.681l2.995 1.348-.008 4.286-2.987-1.415V17.24zm2.985-2.76l-2.985 1.403v-4.299l2.985-1.374v4.27zm-6.843.001l-.008-4.272 3.006 1.376v4.287l-2.998-1.39zm11.316 1.691l.004-.01-3.617-1.684V9.532a.44.44 0 00-.197-.368c-.019-.012-.043-.012-.063-.02l.004-.011-3.857-1.753a.422.422 0 00-.35 0L7.957 9.133l.005.01c-.021.01-.044.009-.063.022a.44.44 0 00-.196.368l.01 4.95-3.626 1.688.004.01c-.02.009-.042.009-.06.021a.44.44 0 00-.195.367v5.205c0 .172.098.328.252.399l3.879 1.788.005-.012c.056.025.112.051.172.051a.411.411 0 00.18-.041L12 22.222l3.665 1.737.006-.012a.42.42 0 00.175.053c.06 0 .12-.013.177-.04l3.868-1.778a.438.438 0 00.253-.399v-5.222a.44.44 0 00-.196-.367c-.018-.012-.04-.012-.06-.02z"
|
|
30
|
+
clipRule="evenodd"
|
|
31
|
+
/>
|
|
32
|
+
</svg>
|
|
33
|
+
);
|
|
34
|
+
}
|
|
35
|
+
);
|