@hashicorp/flight-icons 2.22.0 → 2.23.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 +11 -0
- package/catalog.json +89 -17
- package/package.json +1 -1
- package/svg/accessibility-16.svg +1 -0
- package/svg/accessibility-24.svg +1 -0
- package/svg/alert-diamond-24.svg +1 -1
- package/svg/channel-16.svg +1 -0
- package/svg/channel-24.svg +1 -0
- package/svg/diamond-24.svg +1 -1
- package/svg/discussion-circle-16.svg +1 -1
- package/svg/discussion-circle-24.svg +1 -1
- package/svg/folder-star-16.svg +1 -1
- package/svg/index.d.ts +1 -1
- package/svg/index.js +1 -1
- package/svg/labyrinth-16.svg +1 -1
- package/svg/message-circle-fill-24.svg +1 -1
- package/svg/minus-circle-fill-16.svg +1 -0
- package/svg/minus-circle-fill-24.svg +1 -0
- package/svg/navigation-16.svg +1 -1
- package/svg/navigation-24.svg +1 -1
- package/svg/navigation-alt-16.svg +1 -1
- package/svg/phone-16.svg +1 -1
- package/svg/phone-24.svg +1 -1
- package/svg/phone-call-16.svg +1 -1
- package/svg/phone-call-24.svg +1 -1
- package/svg/plug-16.svg +1 -1
- package/svg/plug-24.svg +1 -1
- package/svg/plus-circle-16.svg +1 -1
- package/svg/plus-circle-24.svg +1 -1
- package/svg/plus-circle-fill-16.svg +1 -0
- package/svg/plus-circle-fill-24.svg +1 -0
- package/svg/redirect-16.svg +1 -1
- package/svg/redirect-24.svg +1 -1
- package/svg/star-24.svg +1 -1
- package/svg/star-off-16.svg +1 -1
- package/svg/volume-2-16.svg +1 -1
- package/svg/x-diamond-16.svg +1 -1
- package/svg-react/accessibility-16.tsx +38 -0
- package/svg-react/accessibility-24.tsx +42 -0
- package/svg-react/alert-diamond-24.tsx +1 -1
- package/svg-react/channel-16.tsx +35 -0
- package/svg-react/channel-24.tsx +35 -0
- package/svg-react/diamond-24.tsx +1 -1
- package/svg-react/discussion-circle-16.tsx +2 -2
- package/svg-react/discussion-circle-24.tsx +2 -2
- package/svg-react/folder-star-16.tsx +2 -2
- package/svg-react/index.ts +10 -2
- package/svg-react/labyrinth-16.tsx +1 -1
- package/svg-react/message-circle-fill-24.tsx +2 -2
- package/svg-react/minus-circle-fill-16.tsx +35 -0
- package/svg-react/minus-circle-fill-24.tsx +35 -0
- package/svg-react/navigation-16.tsx +1 -1
- package/svg-react/navigation-24.tsx +1 -1
- package/svg-react/navigation-alt-16.tsx +1 -1
- package/svg-react/phone-16.tsx +1 -1
- package/svg-react/phone-24.tsx +1 -1
- package/svg-react/phone-call-16.tsx +3 -3
- package/svg-react/phone-call-24.tsx +2 -2
- package/svg-react/plug-16.tsx +1 -1
- package/svg-react/plug-24.tsx +1 -1
- package/svg-react/plus-circle-16.tsx +2 -2
- package/svg-react/plus-circle-24.tsx +2 -2
- package/svg-react/plus-circle-fill-16.tsx +35 -0
- package/svg-react/plus-circle-fill-24.tsx +35 -0
- package/svg-react/redirect-16.tsx +1 -1
- package/svg-react/redirect-24.tsx +1 -1
- package/svg-react/star-24.tsx +1 -1
- package/svg-react/star-off-16.tsx +1 -1
- package/svg-react/volume-2-16.tsx +2 -2
- package/svg-react/x-diamond-16.tsx +2 -2
- package/svg-sprite/svg-sprite-module.js +1 -1
- package/svg-sprite/svg-sprite.svg +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @hashicorp/flight-icons
|
|
2
2
|
|
|
3
|
+
## 2.23.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
`accessibility`, `channel`, `minus-circle-fill`, `plus-circle-fill` icons added.
|
|
8
|
+
Fixed the size and position of the `plus-circle` icon.
|
|
9
|
+
|
|
10
|
+
<small>[#1839](https://github.com/hashicorp/design-system/pull/1839)</small>
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
3
14
|
## 2.22.0
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|
package/catalog.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"lastRunTimeISO": "2023-
|
|
2
|
+
"lastRunTimeISO": "2023-11-28T20:05:01.429Z",
|
|
3
3
|
"lastRunFigma": {
|
|
4
4
|
"id": "TLnoT5AYQfy3tZ0H68BgOr",
|
|
5
5
|
"page": "Export",
|
|
@@ -2873,6 +2873,24 @@
|
|
|
2873
2873
|
"width": 16,
|
|
2874
2874
|
"height": 16
|
|
2875
2875
|
},
|
|
2876
|
+
{
|
|
2877
|
+
"id": "5020:192",
|
|
2878
|
+
"fileName": "accessibility-24",
|
|
2879
|
+
"iconName": "accessibility",
|
|
2880
|
+
"description": "a11y, inclusive, universal access",
|
|
2881
|
+
"size": "24",
|
|
2882
|
+
"width": 24,
|
|
2883
|
+
"height": 24
|
|
2884
|
+
},
|
|
2885
|
+
{
|
|
2886
|
+
"id": "5020:199",
|
|
2887
|
+
"fileName": "accessibility-16",
|
|
2888
|
+
"iconName": "accessibility",
|
|
2889
|
+
"description": "a11y, inclusive, universal access",
|
|
2890
|
+
"size": "16",
|
|
2891
|
+
"width": 16,
|
|
2892
|
+
"height": 16
|
|
2893
|
+
},
|
|
2876
2894
|
{
|
|
2877
2895
|
"id": "350:31",
|
|
2878
2896
|
"fileName": "alert-circle-24",
|
|
@@ -3971,6 +3989,24 @@
|
|
|
3971
3989
|
"width": 16,
|
|
3972
3990
|
"height": 16
|
|
3973
3991
|
},
|
|
3992
|
+
{
|
|
3993
|
+
"id": "5020:123",
|
|
3994
|
+
"fileName": "channel-24",
|
|
3995
|
+
"iconName": "channel",
|
|
3996
|
+
"description": "channel, path",
|
|
3997
|
+
"size": "24",
|
|
3998
|
+
"width": 24,
|
|
3999
|
+
"height": 24
|
|
4000
|
+
},
|
|
4001
|
+
{
|
|
4002
|
+
"id": "5020:131",
|
|
4003
|
+
"fileName": "channel-16",
|
|
4004
|
+
"iconName": "channel",
|
|
4005
|
+
"description": "channel, path",
|
|
4006
|
+
"size": "16",
|
|
4007
|
+
"width": 16,
|
|
4008
|
+
"height": 16
|
|
4009
|
+
},
|
|
3974
4010
|
{
|
|
3975
4011
|
"id": "350:676",
|
|
3976
4012
|
"fileName": "check-24",
|
|
@@ -6528,37 +6564,37 @@
|
|
|
6528
6564
|
"height": 16
|
|
6529
6565
|
},
|
|
6530
6566
|
{
|
|
6531
|
-
"id": "
|
|
6532
|
-
"fileName": "
|
|
6533
|
-
"iconName": "
|
|
6534
|
-
"description": "
|
|
6567
|
+
"id": "350:2236",
|
|
6568
|
+
"fileName": "key-values-24",
|
|
6569
|
+
"iconName": "key-values",
|
|
6570
|
+
"description": "key, value, store, kv",
|
|
6535
6571
|
"size": "24",
|
|
6536
6572
|
"width": 24,
|
|
6537
6573
|
"height": 24
|
|
6538
6574
|
},
|
|
6539
6575
|
{
|
|
6540
|
-
"id": "
|
|
6541
|
-
"fileName": "
|
|
6542
|
-
"iconName": "
|
|
6543
|
-
"description": "
|
|
6576
|
+
"id": "350:2245",
|
|
6577
|
+
"fileName": "key-values-16",
|
|
6578
|
+
"iconName": "key-values",
|
|
6579
|
+
"description": "key, value, store, kv",
|
|
6544
6580
|
"size": "16",
|
|
6545
6581
|
"width": 16,
|
|
6546
6582
|
"height": 16
|
|
6547
6583
|
},
|
|
6548
6584
|
{
|
|
6549
|
-
"id": "
|
|
6550
|
-
"fileName": "
|
|
6551
|
-
"iconName": "
|
|
6552
|
-
"description": "
|
|
6585
|
+
"id": "855:117",
|
|
6586
|
+
"fileName": "keychain-24",
|
|
6587
|
+
"iconName": "keychain",
|
|
6588
|
+
"description": "keys, keychain",
|
|
6553
6589
|
"size": "24",
|
|
6554
6590
|
"width": 24,
|
|
6555
6591
|
"height": 24
|
|
6556
6592
|
},
|
|
6557
6593
|
{
|
|
6558
|
-
"id": "
|
|
6559
|
-
"fileName": "
|
|
6560
|
-
"iconName": "
|
|
6561
|
-
"description": "
|
|
6594
|
+
"id": "855:122",
|
|
6595
|
+
"fileName": "keychain-16",
|
|
6596
|
+
"iconName": "keychain",
|
|
6597
|
+
"description": "keys, keychain",
|
|
6562
6598
|
"size": "16",
|
|
6563
6599
|
"width": 16,
|
|
6564
6600
|
"height": 16
|
|
@@ -7193,6 +7229,24 @@
|
|
|
7193
7229
|
"width": 16,
|
|
7194
7230
|
"height": 16
|
|
7195
7231
|
},
|
|
7232
|
+
{
|
|
7233
|
+
"id": "5020:319",
|
|
7234
|
+
"fileName": "minus-circle-fill-24",
|
|
7235
|
+
"iconName": "minus-circle-fill",
|
|
7236
|
+
"description": "minus, remove, delete, circle",
|
|
7237
|
+
"size": "24",
|
|
7238
|
+
"width": 24,
|
|
7239
|
+
"height": 24
|
|
7240
|
+
},
|
|
7241
|
+
{
|
|
7242
|
+
"id": "5020:323",
|
|
7243
|
+
"fileName": "minus-circle-fill-16",
|
|
7244
|
+
"iconName": "minus-circle-fill",
|
|
7245
|
+
"description": "minus, remove, delete, circle",
|
|
7246
|
+
"size": "16",
|
|
7247
|
+
"width": 16,
|
|
7248
|
+
"height": 16
|
|
7249
|
+
},
|
|
7196
7250
|
{
|
|
7197
7251
|
"id": "350:2682",
|
|
7198
7252
|
"fileName": "minus-square-24",
|
|
@@ -7913,6 +7967,24 @@
|
|
|
7913
7967
|
"width": 16,
|
|
7914
7968
|
"height": 16
|
|
7915
7969
|
},
|
|
7970
|
+
{
|
|
7971
|
+
"id": "5020:267",
|
|
7972
|
+
"fileName": "plus-circle-fill-24",
|
|
7973
|
+
"iconName": "plus-circle-fill",
|
|
7974
|
+
"description": "plus, add, create, new, circle",
|
|
7975
|
+
"size": "24",
|
|
7976
|
+
"width": 24,
|
|
7977
|
+
"height": 24
|
|
7978
|
+
},
|
|
7979
|
+
{
|
|
7980
|
+
"id": "5020:272",
|
|
7981
|
+
"fileName": "plus-circle-fill-16",
|
|
7982
|
+
"iconName": "plus-circle-fill",
|
|
7983
|
+
"description": "plus, add, create, new, circle",
|
|
7984
|
+
"size": "16",
|
|
7985
|
+
"width": 16,
|
|
7986
|
+
"height": 16
|
|
7987
|
+
},
|
|
7916
7988
|
{
|
|
7917
7989
|
"id": "350:3155",
|
|
7918
7990
|
"fileName": "plus-square-24",
|
package/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g fill="currentColor"><path d="M6.012 12.82a.75.75 0 001.057-.082L8 11.652l.93 1.086a.75.75 0 101.14-.976l-1.32-1.54V8.5c0-.04-.003-.08-.01-.12a4.98 4.98 0 00.246-.077c.312-.106.627-.245.902-.377a13.733 13.733 0 00.975-.52l.016-.009.005-.003h.001s.001-.001-.385-.644l.386.643a.75.75 0 00-.772-1.286l-.003.002-.011.007-.05.028a11.425 11.425 0 01-.811.43c-.246.118-.503.23-.74.31C8.25 6.97 8.084 7 8 7c-.083 0-.25-.03-.5-.116a7.039 7.039 0 01-.739-.31 12.259 12.259 0 01-.812-.43L5.9 6.116l-.011-.007-.003-.002a.75.75 0 00-.772 1.286L5.5 6.75l-.386.643.002.001.005.003.016.01a8.673 8.673 0 00.273.155c.177.099.425.231.702.364.275.132.59.27.902.377.078.027.16.054.245.078a.755.755 0 00-.009.119v1.723l-1.32 1.539a.75.75 0 00.082 1.057z"/><path d="M8 6.25a1.5 1.5 0 100-3 1.5 1.5 0 000 3z"/><path fill-rule="evenodd" d="M0 8a8 8 0 1116 0A8 8 0 010 8zm8-6.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13z" clip-rule="evenodd"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M9.708 11.454c.445.164 1.01.353 1.542.46v2.859l-1.874 2.811a.75.75 0 101.248.832L12 16.352l1.376 2.064a.75.75 0 101.248-.832l-1.874-2.811v-2.859a10.8 10.8 0 001.542-.46 19.84 19.84 0 001.244-.51l.02-.01.006-.002.003-.001a.75.75 0 10-.63-1.362l-.004.002-.016.007a9.466 9.466 0 01-.314.138c-.212.09-.505.21-.829.33-.688.255-1.381.454-1.772.454-.39 0-1.084-.2-1.772-.454a18.411 18.411 0 01-1.143-.468l-.016-.007-.004-.002a.75.75 0 10-.629 1.362l.002.001.006.003.02.009a10.97 10.97 0 00.347.152c.228.097.544.227.897.358zM8.75 10.25c-.315.68-.314.681-.314.681l.314-.681z" clip-rule="evenodd"/><path d="M12 9.5A1.75 1.75 0 1012 6a1.75 1.75 0 000 3.5z"/><path fill-rule="evenodd" d="M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12zm11-9.5a9.5 9.5 0 100 19 9.5 9.5 0 000-19z" clip-rule="evenodd"/></g></svg>
|
package/svg/alert-diamond-24.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 7a.75.75 0 01.75.75v4.5a.75.75 0 01-1.5 0v-4.5A.75.75 0 0112 7zM12 15a1 1 0 100 2h.01a1 1 0 100-2H12z"/><path fill-rule="evenodd" d="M1.884 10.056l8.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 7a.75.75 0 01.75.75v4.5a.75.75 0 01-1.5 0v-4.5A.75.75 0 0112 7zM12 15a1 1 0 100 2h.01a1 1 0 100-2H12z"/><path fill-rule="evenodd" d="M1.884 10.056l8.171-8.172a2.75 2.75 0 013.89 0l8.171 8.172a2.75 2.75 0 010 3.889l-8.171 8.171a2.75 2.75 0 01-3.89 0l-8.171-8.171a2.75 2.75 0 010-3.89zm9.232-7.111l-8.172 8.171a1.25 1.25 0 000 1.768l8.172 8.172a1.25 1.25 0 001.768 0l8.171-8.172a1.25 1.25 0 000-1.768l-8.171-8.171a1.25 1.25 0 00-1.768 0z" clip-rule="evenodd"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M10.556 3.75a2.25 2.25 0 10.178-1.5H9A2.75 2.75 0 006.25 5v2.25h-.878a2.25 2.25 0 100 1.5h.878V11A2.75 2.75 0 009 13.75h1.734a2.25 2.25 0 10-.178-1.5H9c-.69 0-1.25-.56-1.25-1.25V8.75h1.628a2.25 2.25 0 100-1.5H7.75V5c0-.69.56-1.25 1.25-1.25h1.556zM12 3.25a.75.75 0 111.5 0 .75.75 0 01-1.5 0zM2.5 8A.75.75 0 014 7.986v.028A.75.75 0 012.5 8zm9.5 4.75a.75.75 0 111.5 0 .75.75 0 01-1.5 0zm-.5-5.5a.75.75 0 100 1.5.75.75 0 000-1.5z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M16.604 5.5H13c-.69 0-1.25.56-1.25 1.25v4.5h3.604a2.751 2.751 0 110 1.5H11.75v4.5c0 .69.56 1.25 1.25 1.25h3.604a2.751 2.751 0 110 1.5H13a2.75 2.75 0 01-2.75-2.75v-4.5H7.396a2.751 2.751 0 110-1.5h2.854v-4.5A2.75 2.75 0 0113 4h3.604a2.751 2.751 0 110 1.5zM18 4.75a1.25 1.25 0 112.5 0 1.25 1.25 0 01-2.5 0zm-13.25 6a1.25 1.25 0 100 2.5 1.25 1.25 0 000-2.5zm13.25 0a1.25 1.25 0 100 2.5 1.25 1.25 0 000-2.5zm0 8.5a1.25 1.25 0 112.5 0 1.25 1.25 0 01-2.5 0z" clip-rule="evenodd"/></svg>
|
package/svg/diamond-24.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.116 2.985l-8.131 8.132a1.25 1.25 0 000 1.767l8.131 8.132a1.25 1.25 0 001.768 0l8.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.116 2.985l-8.131 8.132a1.25 1.25 0 000 1.767l8.131 8.132a1.25 1.25 0 001.768 0l8.132-8.132a1.25 1.25 0 000-1.768l-8.132-8.131a1.25 1.25 0 00-1.768 0zm-9.192 7.07l8.132-8.13a2.75 2.75 0 013.889 0l8.131 8.13a2.75 2.75 0 010 3.89l-8.131 8.131a2.75 2.75 0 01-3.89 0l-8.131-8.131a2.75 2.75 0 010-3.89z" clip-rule="evenodd"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M8.302 3.288A3.633 3.633 0 002.756 7.76c.124.237.112.49.102.61a2.984 2.984 0 01-.084.468 7.853 7.853 0 01-.2.655c.26-.09.52-.17.75-.223a.7.7 0 11.312 1.365c-.34.078-.837.258-1.278.434a23.211 23.211 0 00-.701.295l-.042.018-.01.005-.003.001a.7.7 0 01-.925-.927v-.001l.002-.004.008-.018.03-.07a21.252 21.252 0 00.43-1.047c.113-.3.211-.592.27-.822.021-.09.034-.157.041-.205a5.033 5.033 0 017.74-6.082.7.7 0
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M8.302 3.288A3.633 3.633 0 002.756 7.76c.124.237.112.49.102.61a2.984 2.984 0 01-.084.468 7.853 7.853 0 01-.2.655c.26-.09.52-.17.75-.223a.7.7 0 11.312 1.365c-.34.078-.837.258-1.278.434a23.211 23.211 0 00-.701.295l-.042.018-.01.005-.003.001a.7.7 0 01-.925-.927v-.001l.002-.004.008-.018.03-.07a21.252 21.252 0 00.43-1.047c.113-.3.211-.592.27-.822.021-.09.034-.157.041-.205a5.033 5.033 0 017.74-6.082.7.7 0 11-.896 1.076zM1.463 8.226v0z"/><path d="M4.75 9.333a5.083 5.083 0 119.657 2.221c.006.033.015.077.03.133.05.197.139.453.247.734.087.223.178.443.262.646l.06.146c.049.118.095.23.131.326.03.082.074.2.097.306a.75.75 0 01-.734.905c-.169 0-.332-.04-.447-.072a4.853 4.853 0 01-.394-.134 21.027 21.027 0 01-.606-.248l-.216-.09a7.645 7.645 0 00-.705-.265 1.763 1.763 0 00-.095-.026A5.083 5.083 0 014.75 9.333zm1.5 0a3.583 3.583 0 116.764 1.654c-.125.239-.12.485-.11.614.01.155.042.313.078.456.055.214.133.448.217.676a7.367 7.367 0 00-.643-.231 2.455 2.455 0 00-.443-.093 1.113 1.113 0 00-.626.104 3.583 3.583 0 01-5.237-3.18zm8.15 2.16v-.012l-.001.004v.009z"/></g></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M13.02 4.827a5.75 5.75 0 00-8.777 7.077c.144.275.134.58.12.751a4.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M13.02 4.827a5.75 5.75 0 00-8.777 7.077c.144.275.134.58.12.751a4.182 4.182 0 01-.118.655 13.903 13.903 0 01-.512 1.557c.563-.214 1.188-.429 1.694-.545a.75.75 0 11.335 1.463c-.535.122-1.3.401-1.961.666a34.515 34.515 0 00-1.061.445l-.065.029-.016.007-.004.002h-.001a.75.75 0 01-.99-.994v-.002l.003-.006.012-.027a20.233 20.233 0 00.214-.49c.137-.322.316-.755.484-1.204.17-.453.323-.903.413-1.265.046-.183.07-.32.078-.413l.001-.022a7.25 7.25 0 0111.11-8.837.75.75 0 01-.958 1.153z"/><path d="M21.781 20.78a.75.75 0 00.152-.84l-.004-.008-.012-.027a20.257 20.257 0 01-.214-.49 30.272 30.272 0 01-.484-1.204c-.17-.453-.322-.903-.413-1.265a2.76 2.76 0 01-.077-.414l-.002-.021a7.25 7.25 0 10-3.22 3.219h.018c.092.009.23.033.413.08.363.09.814.243 1.268.413a31.27 31.27 0 011.595.649l.106.046.027.012.008.004a.75.75 0 00.84-.155zm-13.28-7.53a5.75 5.75 0 1110.852 2.653c-.144.276-.134.58-.12.752.018.208.063.434.118.655a13.896 13.896 0 00.512 1.557 14.298 14.298 0 00-1.56-.512c-.218-.056-.443-.101-.649-.119-.167-.014-.474-.028-.75.117A5.75 5.75 0 018.5 13.25z"/></g></svg>
|
package/svg/folder-star-16.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g fill="currentColor"><path d="M1.5 3.25a.75.75 0 01.75-.75h4.379a.75.75 0 01.53.22L8.28 3.84a2.25 2.25 0 001.591.659h3.879a.75.75 0 01.75.75V6.5a.75.75 0 001.5 0V5.25A2.25 2.25 0 0013.75 3H9.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g fill="currentColor"><path d="M1.5 3.25a.75.75 0 01.75-.75h4.379a.75.75 0 01.53.22L8.28 3.84a2.25 2.25 0 001.591.659h3.879a.75.75 0 01.75.75V6.5a.75.75 0 001.5 0V5.25A2.25 2.25 0 0013.75 3H9.87a.75.75 0 01-.53-.22L8.22 1.66A2.25 2.25 0 006.629 1H2.25A2.25 2.25 0 000 3.25v9.5A2.25 2.25 0 002.25 15h2.5a.75.75 0 100-1.5h-2.5a.75.75 0 01-.75-.75v-9.5z"/><path fill-rule="evenodd" d="M11.179 5.431a.75.75 0 00-1.358 0L8.523 8.196l-2.887.444a.75.75 0 00-.409 1.279l2.201 2.142-.66 3.029a.75.75 0 001.089.82l2.643-1.43 2.643 1.43a.75.75 0 001.09-.82l-.662-3.03 2.202-2.141a.75.75 0 00-.41-1.28l-2.886-.443-1.298-2.765zM9.71 9.195l.789-1.68.789 1.68a.75.75 0 00.565.423l1.794.276-1.421 1.382a.75.75 0 00-.21.697l.402 1.839-1.562-.845a.75.75 0 00-.714 0l-1.562.845.402-1.838a.75.75 0 00-.21-.698l-1.42-1.382 1.793-.276a.75.75 0 00.565-.423z" clip-rule="evenodd"/></g></svg>
|
package/svg/index.d.ts
CHANGED
|
@@ -3,5 +3,5 @@
|
|
|
3
3
|
* SPDX-License-Identifier: MPL-2.0
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
export declare const iconNames: readonly ['loading', 'loading-static', 'running', 'running-static', 'apple', 'apple-color', 'alibaba', 'alibaba-color', 'amazon-ecs', 'amazon-ecs-color', 'amazon-eks', 'amazon-eks-color', 'auth0', 'auth0-color', 'aws', 'aws-color', 'aws-cdk', 'aws-cdk-color', 'aws-cloudwatch', 'aws-cloudwatch-color', 'aws-ec2', 'aws-ec2-color', 'aws-lambda', 'aws-lambda-color', 'aws-s3', 'aws-s3-color', 'azure', 'azure-color', 'azure-aks', 'azure-aks-color', 'azure-blob-storage', 'azure-blob-storage-color', 'azure-devops', 'azure-devops-color', 'azure-vms', 'azure-vms-color', 'bitbucket', 'bitbucket-color', 'bridgecrew', 'bridgecrew-color', 'cisco', 'cisco-color', 'codepen', 'codepen-color', 'datadog', 'datadog-color', 'digital-ocean', 'digital-ocean-color', 'docker', 'docker-color', 'elastic-observability', 'elastic-observability-color', 'f5', 'f5-color', 'facebook', 'facebook-color', 'figma', 'figma-color', 'gcp', 'gcp-color', 'gitlab', 'gitlab-color', 'github', 'github-color', 'google', 'google-color', 'google-docs', 'google-docs-color', 'google-drive', 'google-drive-color', 'google-forms', 'google-forms-color', 'google-sheets', 'google-sheets-color', 'google-slides', 'google-slides-color', 'grafana', 'grafana-color', 'helm', 'helm-color', 'infracost', 'infracost-color', 'jfrog', 'jfrog-color', 'jira', 'jira-color', 'kubernetes', 'kubernetes-color', 'lightlytics', 'lightlytics-color', 'linkedin', 'linkedin-color', 'linode', 'linode-color', 'linux', 'linux-color', 'loom', 'loom-color', 'microsoft', 'microsoft-color', 'microsoft-teams', 'microsoft-teams-color', 'new-relic', 'new-relic-color', 'okta', 'okta-color', 'oracle', 'oracle-color', 'opa', 'opa-color', 'pack', 'pack-color', 'saml', 'saml-color', 'slack', 'slack-color', 'snyk', 'snyk-color', 'splunk', 'splunk-color', 'twitch', 'twitch-color', 'twitter', 'twitter-color', 'twitter-x', 'twitter-x-color', 'vantage', 'vantage-color', 'venafi', 'venafi-color', 'vercel', 'vercel-color', 'vmware', 'vmware-color', 'youtube', 'youtube-color', 'boundary', 'boundary-color', 'consul', 'consul-color', 'nomad', 'nomad-color', 'packer', 'packer-color', 'terraform', 'terraform-color', 'vagrant', 'vagrant-color', 'vault', 'vault-color', 'vault-secrets', 'vault-secrets-color', 'waypoint', 'waypoint-color', 'hashicorp', 'hashicorp-color', 'hcp', 'hcp-color', 'activity', 'alert-circle', 'alert-circle-fill', 'alert-diamond', 'alert-diamond-fill', 'alert-triangle', 'alert-triangle-fill', 'alert-octagon', 'alert-octagon-fill', 'align-center', 'align-justify', 'align-left', 'align-right', 'ampersand', 'api', 'archive', 'arrow-down', 'arrow-down-circle', 'arrow-down-left', 'arrow-down-right', 'arrow-left', 'arrow-left-circle', 'arrow-right', 'arrow-right-circle', 'arrow-up', 'arrow-up-circle', 'arrow-up-left', 'arrow-up-right', 'at-sign', 'award', 'auto-apply', 'bank-vault', 'bar-chart', 'bar-chart-alt', 'battery', 'battery-charging', 'beaker', 'bell', 'bell-active-fill', 'bell-active', 'bell-off', 'bookmark', 'bookmark-fill', 'bookmark-add', 'bookmark-add-fill', 'bookmark-remove', 'bookmark-remove-fill', 'bottom', 'box', 'briefcase', 'bug', 'build', 'bulb', 'calendar', 'camera', 'camera-off', 'caret', 'cast', 'certificate', 'change', 'change-circle', 'change-square', 'check', 'check-circle', 'check-circle-fill', 'check-diamond', 'check-diamond-fill', 'check-hexagon', 'check-hexagon-fill', 'check-square', 'check-square-fill', 'chevron-down', 'chevron-left', 'chevron-right', 'chevron-up', 'chevrons-down', 'chevrons-left', 'chevrons-right', 'chevrons-up', 'circle', 'circle-dot', 'circle-fill', 'circle-half', 'clipboard', 'clipboard-checked', 'clipboard-copy', 'clipboard-x', 'clock', 'clock-filled', 'cloud', 'closed-caption', 'cloud-check', 'cloud-download', 'cloud-lightning', 'cloud-lock', 'cloud-off', 'cloud-upload', 'cloud-x', 'code', 'collections', 'command', 'compass', 'connection', 'connection-gateway', 'corner-down-left', 'corner-down-right', 'corner-left-down', 'corner-left-up', 'corner-right-down', 'corner-right-up', 'corner-up-left', 'corner-up-right', 'cpu', 'credit-card', 'crop', 'crosshair', 'dashboard', 'database', 'delay', 'delete', 'diamond', 'diamond-fill', 'disc', 'discussion-circle', 'discussion-square', 'docs', 'docs-download', 'docs-link', 'dollar-sign', 'dot', 'dot-half', 'download', 'droplet', 'duplicate', 'edit', 'enterprise', 'entry-point', 'exit-point', 'external-link', 'event', 'eye', 'eye-off', 'fast-forward', 'file', 'file-check', 'file-change', 'file-diff', 'file-minus', 'file-plus', 'file-source', 'file-text', 'file-x', 'files', 'film', 'filter', 'filter-circle', 'filter-fill', 'fingerprint', 'flag', 'folder', 'folder-fill', 'folder-minus', 'folder-minus-fill', 'folder-plus', 'folder-plus-fill', 'folder-star', 'folder-users', 'frown', 'gateway', 'gift', 'git-branch', 'git-commit', 'git-merge', 'git-pull-request', 'git-repo', 'globe', 'globe-private', 'government', 'grid', 'grid-alt', 'guide', 'guide-link', 'hammer', 'handshake', 'hard-drive', 'hash', 'headphones', 'heart', 'heart-fill', 'heart-off', 'help', 'hexagon', 'hexagon-fill', 'history', 'home', 'hourglass', 'identity-user', 'identity-service', 'image', 'inbox', 'info', 'info-fill', 'jump-link', 'key', '
|
|
6
|
+
export declare const iconNames: readonly ['loading', 'loading-static', 'running', 'running-static', 'apple', 'apple-color', 'alibaba', 'alibaba-color', 'amazon-ecs', 'amazon-ecs-color', 'amazon-eks', 'amazon-eks-color', 'auth0', 'auth0-color', 'aws', 'aws-color', 'aws-cdk', 'aws-cdk-color', 'aws-cloudwatch', 'aws-cloudwatch-color', 'aws-ec2', 'aws-ec2-color', 'aws-lambda', 'aws-lambda-color', 'aws-s3', 'aws-s3-color', 'azure', 'azure-color', 'azure-aks', 'azure-aks-color', 'azure-blob-storage', 'azure-blob-storage-color', 'azure-devops', 'azure-devops-color', 'azure-vms', 'azure-vms-color', 'bitbucket', 'bitbucket-color', 'bridgecrew', 'bridgecrew-color', 'cisco', 'cisco-color', 'codepen', 'codepen-color', 'datadog', 'datadog-color', 'digital-ocean', 'digital-ocean-color', 'docker', 'docker-color', 'elastic-observability', 'elastic-observability-color', 'f5', 'f5-color', 'facebook', 'facebook-color', 'figma', 'figma-color', 'gcp', 'gcp-color', 'gitlab', 'gitlab-color', 'github', 'github-color', 'google', 'google-color', 'google-docs', 'google-docs-color', 'google-drive', 'google-drive-color', 'google-forms', 'google-forms-color', 'google-sheets', 'google-sheets-color', 'google-slides', 'google-slides-color', 'grafana', 'grafana-color', 'helm', 'helm-color', 'infracost', 'infracost-color', 'jfrog', 'jfrog-color', 'jira', 'jira-color', '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'];
|
|
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', 'alert-circle', 'alert-circle-fill', 'alert-diamond', 'alert-diamond-fill', 'alert-triangle', 'alert-triangle-fill', 'alert-octagon', 'alert-octagon-fill', 'align-center', 'align-justify', 'align-left', 'align-right', 'ampersand', 'api', 'archive', 'arrow-down', 'arrow-down-circle', 'arrow-down-left', 'arrow-down-right', 'arrow-left', 'arrow-left-circle', 'arrow-right', 'arrow-right-circle', 'arrow-up', 'arrow-up-circle', 'arrow-up-left', 'arrow-up-right', 'at-sign', 'award', 'auto-apply', 'bank-vault', 'bar-chart', 'bar-chart-alt', 'battery', 'battery-charging', 'beaker', 'bell', 'bell-active-fill', 'bell-active', 'bell-off', 'bookmark', 'bookmark-fill', 'bookmark-add', 'bookmark-add-fill', 'bookmark-remove', 'bookmark-remove-fill', 'bottom', 'box', 'briefcase', 'bug', 'build', 'bulb', 'calendar', 'camera', 'camera-off', 'caret', 'cast', 'certificate', 'change', 'change-circle', 'change-square', 'check', 'check-circle', 'check-circle-fill', 'check-diamond', 'check-diamond-fill', 'check-hexagon', 'check-hexagon-fill', 'check-square', 'check-square-fill', 'chevron-down', 'chevron-left', 'chevron-right', 'chevron-up', 'chevrons-down', 'chevrons-left', 'chevrons-right', 'chevrons-up', 'circle', 'circle-dot', 'circle-fill', 'circle-half', 'clipboard', 'clipboard-checked', 'clipboard-copy', 'clipboard-x', 'clock', 'clock-filled', 'cloud', 'closed-caption', 'cloud-check', 'cloud-download', 'cloud-lightning', 'cloud-lock', 'cloud-off', 'cloud-upload', 'cloud-x', 'code', 'collections', 'command', 'compass', 'connection', 'connection-gateway', 'corner-down-left', 'corner-down-right', 'corner-left-down', 'corner-left-up', 'corner-right-down', 'corner-right-up', 'corner-up-left', 'corner-up-right', 'cpu', 'credit-card', 'crop', 'crosshair', 'dashboard', 'database', 'delay', 'delete', 'diamond', 'diamond-fill', 'disc', 'discussion-circle', 'discussion-square', 'docs', 'docs-download', 'docs-link', 'dollar-sign', 'dot', 'dot-half', 'download', 'droplet', 'duplicate', 'edit', 'enterprise', 'entry-point', 'exit-point', 'external-link', 'event', 'eye', 'eye-off', 'fast-forward', 'file', 'file-check', 'file-change', 'file-diff', 'file-minus', 'file-plus', 'file-source', 'file-text', 'file-x', 'files', 'film', 'filter', 'filter-circle', 'filter-fill', 'fingerprint', 'flag', 'folder', 'folder-fill', 'folder-minus', 'folder-minus-fill', 'folder-plus', 'folder-plus-fill', 'folder-star', 'folder-users', 'frown', 'gateway', 'gift', 'git-branch', 'git-commit', 'git-merge', 'git-pull-request', 'git-repo', 'globe', 'globe-private', 'government', 'grid', 'grid-alt', 'guide', 'guide-link', 'hammer', 'handshake', 'hard-drive', 'hash', 'headphones', 'heart', 'heart-fill', 'heart-off', 'help', 'hexagon', 'hexagon-fill', 'history', 'home', 'hourglass', 'identity-user', 'identity-service', 'image', 'inbox', 'info', 'info-fill', 'jump-link', 'key', '
|
|
6
|
+
export 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' ];
|
package/svg/labyrinth-16.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentColor" d="M8 1.5a6.502 6.502 0 00-6.392 5.317.75.75 0 11-1.476-.27 8 8 0 110 2.907.75.75 0
|
|
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 1.5a6.502 6.502 0 00-6.392 5.317.75.75 0 11-1.476-.27 8 8 0 110 2.907.75.75 0 111.476-.272A6.502 6.502 0 0014.48 8.5h-1.555a4.95 4.95 0 11-6.34-5.231.7.7 0 11.4 1.342A3.558 3.558 0 004.595 7h1.167a2.45 2.45 0 113.87 2.826.7.7 0 11-.933-1.043 1.05 1.05 0 10-1.4 0 .7.7 0 11-.934 1.043A2.45 2.45 0 015.601 8.5H4.483a3.55 3.55 0 104.531-3.89.7.7 0 01.4-1.341 4.958 4.958 0 013.432 3.73h1.578A6.501 6.501 0 008 1.5z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8 8.75A.75.75 0 018.75 8h7a.75.75 0
|
|
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="M8 8.75A.75.75 0 018.75 8h7a.75.75 0 110 1.5h-7A.75.75 0 018 8.75zM8 11.75a.75.75 0 01.75-.75h3a.75.75 0 110 1.5h-3a.75.75 0 01-.75-.75zM8 14.75a.75.75 0 01.75-.75h5a.75.75 0 110 1.5h-5a.75.75 0 01-.75-.75z"/><path fill-rule="evenodd" d="M7.545 20.304c-.331.064-.756.185-1.227.342-1.113.37-2.194.825-3.27 1.292a.75.75 0 01-.98-.998c.086-.192.17-.384.253-.577.273-.635.704-1.675 1.024-2.628.16-.48.286-.915.352-1.255a2.32 2.32 0 00.048-.42 9.657 9.657 0 114.199 4.197 2.159 2.159 0 00-.399.047zM20.5 11.657a8.157 8.157 0 10-15.396 3.765c.128.246.144.513.141.7a3.764 3.764 0 01-.075.643c-.085.436-.234.943-.403 1.447-.185.55-.402 1.12-.606 1.631a32 32 0 011.684-.62c.495-.165.991-.31 1.417-.392.211-.041.427-.07.627-.074.18-.003.445.012.689.14A8.157 8.157 0 0020.5 11.657z" clip-rule="evenodd"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M8 0a8 8 0 100 16A8 8 0 008 0zM4 7.75A.75.75 0 014.75 7h6.5a.75.75 0 010 1.5h-6.5A.75.75 0 014 7.75z" 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="M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1zM7.5 11.75a.75.75 0 01.75-.75h7.5a.75.75 0 010 1.5h-7.5a.75.75 0 01-.75-.75z" clip-rule="evenodd"/></svg>
|
package/svg/navigation-16.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M14.78 1.22a.75.75 0 01.148.851l-5.921 12.5a.75.75 0 01-1.406-.14L6.395 9.606 1.568 8.4a.75.75 0 01-.14-1.406l12.
|
|
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.78 1.22a.75.75 0 01.148.851l-5.921 12.5a.75.75 0 01-1.406-.14L6.395 9.606 1.568 8.4a.75.75 0 01-.14-1.406l12.501-5.92a.75.75 0 01.851.147zM3.965 7.452l3.23.807a.75.75 0 01.546.546l.807 3.23 4.125-8.708-8.708 4.125z" clip-rule="evenodd"/></svg>
|
package/svg/navigation-24.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M21.78 2.22a.75.75 0 01.148.851l-8.763 18.5a.75.75 0 01-1.406-.14L9.921 14.08l-7.353-1.838a.75.75 0 01-.14-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="M21.78 2.22a.75.75 0 01.148.851l-8.763 18.5a.75.75 0 01-1.406-.14L9.921 14.08l-7.353-1.838a.75.75 0 01-.14-1.406L20.93 2.072a.75.75 0 01.851.148zM4.965 11.294l5.756 1.439a.75.75 0 01.546.546l1.44 5.756 6.966-14.708-14.708 6.967z" clip-rule="evenodd"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M8 1a.75.75 0 01.
|
|
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="M8 1a.75.75 0 01.692.46l5.25 12.5a.75.75 0 01-1.028.96L8 12.457 3.086 14.92a.75.75 0 01-1.027-.96l5.25-12.5A.75.75 0 018 1zM4.227 12.67l3.437-1.722a.75.75 0 01.672 0l3.437 1.723L8 3.687 4.227 12.67z" clip-rule="evenodd"/></svg>
|
package/svg/phone-16.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M4.87 1.671a.71.71 0 00-.469-.171H2.208a.712.712 0 00-.671.48.702.702 0 00-.034.284c.227 2.129.954 4.175 2.12 5.972 1.175 1.81 2.348 2.976 4.153 4.145a13.697 13.697 0 005.957 2.117.711.711 0 00.707-.421c.04-.09.06-.187.06-.285v-.071c-.002-.371-.009-1.792 0-2.134a.703.703 0 00-.606-.715c-.755-.1-1.496-.284-2.209-.55h-.002a.
|
|
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="M4.87 1.671a.71.71 0 00-.469-.171H2.208a.712.712 0 00-.671.48.702.702 0 00-.034.284c.227 2.129.954 4.175 2.12 5.972 1.175 1.81 2.348 2.976 4.153 4.145a13.697 13.697 0 005.957 2.117.711.711 0 00.707-.421c.04-.09.06-.187.06-.285v-.071c-.002-.371-.009-1.792 0-2.134a.703.703 0 00-.606-.715c-.755-.1-1.496-.284-2.209-.55h-.002a.711.711 0 00-.746.158h-.002l-.923.922a.75.75 0 01-.9.121 12.403 12.403 0 01-4.655-4.646.75.75 0 01.122-.902l.924-.923a.704.704 0 00.158-.742L5.66 4.31a10.078 10.078 0 01-.55-2.205.704.704 0 00-.24-.433zM4.39.001a2.21 2.21 0 012.205 1.895v.007c.086.643.243 1.273.47 1.88l-.703.263.702-.264a2.203 2.203 0 01-.497 2.327l-.003.003-.51.509a10.904 10.904 0 003.313 3.306l.515-.514a2.209 2.209 0 012.327-.496c.609.226 1.24.384 1.884.468l.007.001a2.209 2.209 0 011.9 2.239 152.636 152.636 0 000 2.16 2.204 2.204 0 01-2.407 2.206l-.014-.001a15.196 15.196 0 01-6.618-2.35c-1.981-1.282-3.306-2.6-4.596-4.587A15.131 15.131 0 01.01 2.416L.01 2.404A2.202 2.202 0 011.317.188 2.21 2.21 0 012.207 0H4.39z" clip-rule="evenodd"/></svg>
|
package/svg/phone-24.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7.778 2.817a1.314 1.314 0 00-.869-.317H3.81a1.316 1.316 0 00-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="M7.778 2.817a1.314 1.314 0 00-.869-.317H3.81a1.316 1.316 0 00-1.242.89c-.057.17-.079.351-.063.53.326 3.06 1.37 6 3.047 8.583 1.684 2.595 3.374 4.276 5.963 5.951a19.676 19.676 0 008.56 3.041 1.316 1.316 0 001.315-.78c.073-.166.11-.346.11-.528l-.001-.1c-.002-.528-.011-2.53 0-3.008a1.305 1.305 0 00-1.124-1.326 14.005 14.005 0 01-3.057-.76h-.001a1.315 1.315 0 00-1.383.292l-.002.002-1.306 1.303a.75.75 0 01-.9.122 17.225 17.225 0 01-6.466-6.454.75.75 0 01.122-.902l1.307-1.305a1.306 1.306 0 00.294-1.377v-.001a13.937 13.937 0 01-.763-3.051 1.306 1.306 0 00-.442-.805zM6.898 1a2.814 2.814 0 012.808 2.414v.007c.124.932.352 1.846.681 2.726l-.702.263.701-.264a2.804 2.804 0 01-.632 2.962l-.003.003-.896.895a15.726 15.726 0 005.123 5.112l.9-.899a2.813 2.813 0 012.965-.632c.882.329 1.798.557 2.731.68h.007a2.812 2.812 0 012.418 2.85c-.011.451-.002 2.42 0 2.96v.104a2.805 2.805 0 01-1.91 2.671c-.371.125-.764.172-1.154.137l-.013-.002a21.173 21.173 0 01-9.222-3.274c-2.765-1.79-4.607-3.62-6.406-6.393a21.081 21.081 0 01-3.281-9.248L1.01 4.06a2.803 2.803 0 011.665-2.82A2.815 2.815 0 013.809 1h3.09z" clip-rule="evenodd"/></svg>
|
package/svg/phone-call-16.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g fill="currentColor"><path fill-rule="evenodd" d="M5.847.533A2.21 2.21 0 004.391 0H2.206a2.21 2.21 0 00-2.09 1.501c-.098.29-.135.598-.107.903l.001.012a15.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g fill="currentColor"><path fill-rule="evenodd" d="M5.847.533A2.21 2.21 0 004.391 0H2.206a2.21 2.21 0 00-2.09 1.501c-.098.29-.135.598-.107.903l.001.012a15.131 15.131 0 002.355 6.637c1.29 1.987 2.615 3.304 4.596 4.587a15.196 15.196 0 006.618 2.35h.014a2.212 2.212 0 002.221-1.311c.124-.282.187-.586.185-.893v-.075a152.65 152.65 0 010-2.087A2.203 2.203 0 0014.1 9.386h-.007a8.627 8.627 0 01-1.884-.47 2.21 2.21 0 00-2.327.497l-.515.513a10.903 10.903 0 01-3.313-3.305l.51-.509.003-.003a2.204 2.204 0 00.498-2.326 8.577 8.577 0 01-.47-1.88v-.007A2.204 2.204 0 005.847.533zM4.401 1.5a.71.71 0 01.708.604c.1.753.285 1.493.55 2.205l.001.001a.702.702 0 01-.157.742l-.924.923a.75.75 0 00-.122.902 12.403 12.403 0 004.656 4.646.75.75 0 00.9-.121l.922-.921.002-.001a.709.709 0 01.746-.158h.002c.713.266 1.454.45 2.209.55a.71.71 0 01.606.715c-.009.342-.002 1.762 0 2.134v.07a.704.704 0 01-.767.707 13.696 13.696 0 01-5.957-2.117c-1.805-1.169-2.978-2.336-4.153-4.145a13.63 13.63 0 01-2.12-5.972.702.702 0 01.419-.704c.09-.04.187-.06.286-.06H4.4zm2.664 2.283v-.001l-.703.264.703-.263z" clip-rule="evenodd"/><path d="M10.333.005a.75.75 0 00-.166 1.49 4.91 4.91 0 014.338 4.332.75.75 0 101.49-.167A6.41 6.41 0 0010.333.005z"/><path d="M10.394 2.53a.75.75 0 00-.288 1.472 2.395 2.395 0 011.892 1.892.75.75 0 101.472-.288 3.895 3.895 0 00-3.076-3.076z"/></g></svg>
|
package/svg/phone-call-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="M14.833.005a.75.75 0 10-.166 1.49 8.873 8.873 0 017.838 7.828.75.75 0
|
|
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="M14.833.005a.75.75 0 10-.166 1.49 8.873 8.873 0 017.838 7.828.75.75 0 101.49-.167A10.373 10.373 0 0014.833.005zM14.894 4.29a.75.75 0 10-.288 1.473 4.596 4.596 0 013.631 3.63.75.75 0 001.472-.287 6.097 6.097 0 00-4.815-4.815z"/><path fill-rule="evenodd" d="M8.755 1.678A2.814 2.814 0 006.898 1h-3.09a2.815 2.815 0 00-2.66 1.911c-.125.37-.172.76-.137 1.15l.002.011a21.082 21.082 0 003.28 9.248c1.8 2.773 3.642 4.604 6.407 6.393a21.175 21.175 0 009.221 3.274l.014.002a2.815 2.815 0 002.829-1.671c.157-.359.237-.746.235-1.137v-.105c-.002-.539-.011-2.508 0-2.96a2.804 2.804 0 00-2.418-2.849h-.007c-.933-.123-1.85-.351-2.731-.68a2.815 2.815 0 00-2.965.632l-.9.899a15.726 15.726 0 01-5.124-5.112l.897-.895.003-.003a2.806 2.806 0 00.633-2.961 12.436 12.436 0 01-.68-2.726l-.001-.007a2.806 2.806 0 00-.951-1.736zM6.909 2.5A1.314 1.314 0 018.22 3.622c.138 1.042.394 2.066.762 3.05v.002a1.304 1.304 0 01-.293 1.377L7.382 9.356a.75.75 0 00-.122.902 17.226 17.226 0 006.466 6.454.75.75 0 00.9-.122l1.306-1.303.001-.002a1.313 1.313 0 011.384-.293h.001c.987.368 2.012.623 3.057.761a1.313 1.313 0 011.125 1.326c-.012.479-.003 2.48-.001 3.007v.101a1.305 1.305 0 01-.89 1.244c-.172.058-.353.08-.533.064a19.673 19.673 0 01-8.561-3.041c-2.59-1.676-4.28-3.357-5.963-5.951A19.582 19.582 0 012.505 3.92a1.303 1.303 0 01.776-1.308c.167-.074.347-.112.53-.112h3.098zm3.478 3.647v-.001l-.702.264.702-.263z" clip-rule="evenodd"/></g></svg>
|
package/svg/plug-16.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M6.88 1.82a1.598 1.598 0 00-2.26 0 6.403 6.403 0 00-.269 8.768l-2.106 2.106a.75.75 0 001.06 1.061l2.108-2.107a6.
|
|
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="M6.88 1.82a1.598 1.598 0 00-2.26 0 6.403 6.403 0 00-.269 8.768l-2.106 2.106a.75.75 0 001.06 1.061l2.108-2.107a6.403 6.403 0 008.753-.283 1.598 1.598 0 000-2.26L12.561 7.5l1.72-1.72a.75.75 0 00-1.061-1.06L11.5 6.44 9.56 4.5l1.72-1.72a.75.75 0 00-1.06-1.06L8.5 3.44 6.88 1.82zm-1.2 1.06a.098.098 0 01.14 0l7.285 7.286c.039.038.039.1 0 .138a4.902 4.902 0 01-6.932 0l-.492-.492a4.902 4.902 0 010-6.932z" clip-rule="evenodd"/></svg>
|
package/svg/plug-24.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M16.28 3.94a.75.75 0
|
|
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.28 3.94a.75.75 0 00-1.06-1.061L12.418 5.68 10.4 3.663a2.333 2.333 0 00-3.3 0 8.667 8.667 0 00-.04 12.216l-3.73 3.73a.75.75 0 001.061 1.06l3.733-3.732a8.667 8.667 0 0012.057-.193 2.333 2.333 0 000-3.3l-1.736-1.737 2.926-2.926a.75.75 0 10-1.06-1.061l-2.927 2.927-3.905-3.906L16.28 3.94zm-8.12.783a.833.833 0 011.18 0l9.78 9.782a.833.833 0 010 1.178 7.167 7.167 0 01-10.134 0l-.825-.825a7.167 7.167 0 010-10.135z" clip-rule="evenodd"/></svg>
|
package/svg/plus-circle-16.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g fill="currentColor"><path d="
|
|
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="M8 4.25a.75.75 0 01.75.75v2.25H11a.75.75 0 010 1.5H8.75V11a.75.75 0 01-1.5 0V8.75H5a.75.75 0 010-1.5h2.25V5A.75.75 0 018 4.25z"/><path fill-rule="evenodd" d="M0 8a8 8 0 1116 0A8 8 0 010 8zm8-6.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13z" clip-rule="evenodd"/></g></svg>
|
package/svg/plus-circle-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="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 7a.75.75 0 01.75.75v3.5h3.5a.75.75 0 010 1.5h-3.5v3.5a.75.75 0 01-1.5 0v-3.5h-3.5a.75.75 0 010-1.5h3.5v-3.5A.75.75 0 0112 7z"/><path fill-rule="evenodd" d="M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12zm11-9.5a9.5 9.5 0 100 19 9.5 9.5 0 000-19z" clip-rule="evenodd"/></g></svg>
|
|
@@ -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="M8 0a8 8 0 100 16A8 8 0 008 0zm-.75 5a.75.75 0 011.5 0v2.25H11a.75.75 0 010 1.5H8.75V11a.75.75 0 01-1.5 0V8.75H5a.75.75 0 010-1.5h2.25V5z" 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="M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1zm-.75 6.75a.75.75 0 011.5 0v3.5h3.5a.75.75 0 010 1.5h-3.5v3.5a.75.75 0 01-1.5 0v-3.5h-3.5a.75.75 0 010-1.5h3.5v-3.5z" clip-rule="evenodd"/></svg>
|
package/svg/redirect-16.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M8 3.517a1 1 0 011.62-.784l5.348 4.233a1 1 0 010 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="M8 3.517a1 1 0 011.62-.784l5.348 4.233a1 1 0 010 1.568l-5.347 4.233A1 1 0 018 11.983v-1.545c-.76-.043-1.484.003-2.254.218-.994.279-2.118.857-3.506 1.99a.993.993 0 01-1.129.096.962.962 0 01-.445-1.099c.415-1.5 1.425-3.141 2.808-4.412C4.69 6.114 6.244 5.241 8 5.042V3.517zm1.5 1.034v1.2a.75.75 0 01-.75.75c-1.586 0-3.066.738-4.261 1.835a8.996 8.996 0 00-1.635 2.014c.878-.552 1.695-.916 2.488-1.138 1.247-.35 2.377-.33 3.49-.207a.75.75 0 01.668.745v1.2l4.042-3.2L9.5 4.55z" clip-rule="evenodd"/></svg>
|
package/svg/redirect-24.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 5.786c0-1.046 1.209-1.63 2.028-.978l7.45 5.922c.627.498.63 1.45.005 1.952l-7.45 5.997c-.817.659-2.033.076-2.033-.974v-2.753a7.316 7.316 0 00-2.824.427c-1.306.456-2.918 1.342-5.295 2.98-.436.301-.973.288-1.37.03a1.168 1.168 0 01-.479-1.327c.
|
|
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="M12 5.786c0-1.046 1.209-1.63 2.028-.978l7.45 5.922c.627.498.63 1.45.005 1.952l-7.45 5.997c-.817.659-2.033.076-2.033-.974v-2.753a7.316 7.316 0 00-2.824.427c-1.306.456-2.918 1.342-5.295 2.98-.436.301-.973.288-1.37.03a1.168 1.168 0 01-.479-1.327c.59-1.999 1.91-4.124 3.743-5.754C7.444 9.823 9.571 8.72 12 8.529V5.786zm1.5.518V9.25a.75.75 0 01-.75.75c-2.296 0-4.35.98-5.978 2.428-1.36 1.21-2.393 2.723-2.994 4.188 2.03-1.356 3.565-2.186 4.903-2.653 1.53-.535 2.769-.584 4.137-.46a.75.75 0 01.682.747v2.933l6.8-5.474-6.8-5.405z" clip-rule="evenodd"/></svg>
|
package/svg/star-24.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 1a.75.75 0 01.673.418l2.992 6.065 6.694.978a.75.75 0 01.414 1.28l-4.842 4.717 1.143 6.665a.75.75 0 01-1.089.79L12 18.766l-5.985 3.149a.75.75 0 01-1.089-.79l1.143-6.666-4.842-4.717a.75.75 0 01.
|
|
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="M12 1a.75.75 0 01.673.418l2.992 6.065 6.694.978a.75.75 0 01.414 1.28l-4.842 4.717 1.143 6.665a.75.75 0 01-1.089.79L12 18.766l-5.985 3.149a.75.75 0 01-1.089-.79l1.143-6.666-4.842-4.717a.75.75 0 01.415-1.28l6.693-.978 2.992-6.065A.75.75 0 0112 1zm0 2.445L9.505 8.5a.75.75 0 01-.564.41l-5.58.816 4.037 3.933a.75.75 0 01.216.664l-.952 5.556 4.989-2.625a.75.75 0 01.698 0l4.99 2.625-.953-5.556a.75.75 0 01.216-.664l4.037-3.933-5.58-.816a.75.75 0 01-.564-.41L12 3.445z" clip-rule="evenodd"/></svg>
|
package/svg/star-off-16.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8.67.912a.75.75 0 00-1.34 0l-.882 1.75a.75.75 0 001.34.676L8 2.916 9.57 6.03c.11.219.321.37.564.405l3.48.498-1.299 1.238a.75.75 0
|
|
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="M8.67.912a.75.75 0 00-1.34 0l-.882 1.75a.75.75 0 001.34.676L8 2.916 9.57 6.03c.11.219.321.37.564.405l3.48.498-1.299 1.238a.75.75 0 101.035 1.086l2.418-2.305a.75.75 0 00-.412-1.285l-4.622-.662L8.67.912z"/><path fill-rule="evenodd" d="M13.147 14.207l.072.413a.75.75 0 01-1.082.797L8 13.287l-4.137 2.13a.75.75 0 01-1.082-.796l.786-4.489-3.335-3.18a.75.75 0 01.412-1.284l3.467-.496L1.22 2.28a.75.75 0 111.06-1.06l12.5 12.5a.75.75 0 01-1.06 1.06l-.573-.572zm-7.71-7.71l-3.051.437 2.507 2.39a.75.75 0 01.22.672l-.594 3.396 3.138-1.616a.75.75 0 01.686 0l3.138 1.616-.18-1.03-5.865-5.865z" clip-rule="evenodd"/></g></svg>
|
package/svg/volume-2-16.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g fill="currentColor"><path d="M13.242 2.184a.75.75 0 10-.984 1.132C13.709 4.578 14.5 6.266 14.5 8s-.79 3.422-2.242 4.684a.75.75 0
|
|
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="M13.242 2.184a.75.75 0 10-.984 1.132C13.709 4.578 14.5 6.266 14.5 8s-.79 3.422-2.242 4.684a.75.75 0 10.984 1.132C14.992 12.293 16 10.204 16 8c0-2.204-1.008-4.293-2.758-5.816z"/><path fill-rule="evenodd" d="M7.033 2.686A1.25 1.25 0 019 3.71v8.58a1.25 1.25 0 01-1.967 1.024L3.728 11H1.25C.56 11 0 10.44 0 9.75v-3.5C0 5.56.56 5 1.25 5h2.478l3.305-2.314zM7.5 4.19L4.524 6.274a1.25 1.25 0 01-.717.226H1.5v3h2.307c.256 0 .506.079.717.226L7.5 11.809V4.19z" clip-rule="evenodd"/><path d="M10.701 5.239a.75.75 0 011.06-.038A3.826 3.826 0 0113 8c0 1.06-.453 2.066-1.239 2.799A.75.75 0 1110.74 9.7c.494-.46.761-1.074.761-1.701s-.267-1.24-.761-1.701a.75.75 0 01-.038-1.06z"/></g></svg>
|
package/svg/x-diamond-16.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g fill="currentColor"><path d="M10.78 5.22a.75.75 0 010 1.06L9.06 8l1.72 1.72a.75.75 0
|
|
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="M10.78 5.22a.75.75 0 010 1.06L9.06 8l1.72 1.72a.75.75 0 11-1.06 1.06L8 9.06l-1.72 1.72a.75.75 0 11-1.06-1.06L6.94 8 5.22 6.28a.75.75 0 011.06-1.06L8 6.94l1.72-1.72a.75.75 0 011.06 0z"/><path fill-rule="evenodd" d="M.75 6.41L6.407.753a2.25 2.25 0 013.182 0l5.657 5.657a2.25 2.25 0 010 3.182l-5.657 5.656a2.25 2.25 0 01-3.182 0L.75 9.592a2.25 2.25 0 010-3.182zm6.718-4.597L1.81 7.47a.75.75 0 000 1.06l5.657 5.658a.75.75 0 001.06 0l5.657-5.657a.75.75 0 000-1.06L8.528 1.812a.75.75 0 00-1.06 0z" clip-rule="evenodd"/></g></svg>
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { forwardRef, useMemo } from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
|
|
4
|
+
export const IconAccessibility16 = 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
|
+
<g fill={color}>
|
|
27
|
+
<path d="M6.012 12.82a.75.75 0 001.057-.082L8 11.652l.93 1.086a.75.75 0 101.14-.976l-1.32-1.54V8.5c0-.04-.003-.08-.01-.12a4.98 4.98 0 00.246-.077c.312-.106.627-.245.902-.377a13.733 13.733 0 00.975-.52l.016-.009.005-.003h.001s.001-.001-.385-.644l.386.643a.75.75 0 00-.772-1.286l-.003.002-.011.007-.05.028a11.425 11.425 0 01-.811.43c-.246.118-.503.23-.74.31C8.25 6.97 8.084 7 8 7c-.083 0-.25-.03-.5-.116a7.039 7.039 0 01-.739-.31 12.259 12.259 0 01-.812-.43L5.9 6.116l-.011-.007-.003-.002a.75.75 0 00-.772 1.286L5.5 6.75l-.386.643.002.001.005.003.016.01a8.673 8.673 0 00.273.155c.177.099.425.231.702.364.275.132.59.27.902.377.078.027.16.054.245.078a.755.755 0 00-.009.119v1.723l-1.32 1.539a.75.75 0 00.082 1.057z" />
|
|
28
|
+
<path d="M8 6.25a1.5 1.5 0 100-3 1.5 1.5 0 000 3z" />
|
|
29
|
+
<path
|
|
30
|
+
fillRule="evenodd"
|
|
31
|
+
d="M0 8a8 8 0 1116 0A8 8 0 010 8zm8-6.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13z"
|
|
32
|
+
clipRule="evenodd"
|
|
33
|
+
/>
|
|
34
|
+
</g>
|
|
35
|
+
</svg>
|
|
36
|
+
);
|
|
37
|
+
}
|
|
38
|
+
);
|