@hashicorp/flight-icons 2.19.0 → 2.21.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.
Files changed (67) hide show
  1. package/CHANGELOG.md +67 -12
  2. package/catalog.json +217 -1
  3. package/package.json +16 -16
  4. package/svg/google-docs-16.svg +1 -0
  5. package/svg/google-docs-24.svg +1 -0
  6. package/svg/google-docs-color-16.svg +1 -0
  7. package/svg/google-docs-color-24.svg +1 -0
  8. package/svg/google-drive-16.svg +1 -0
  9. package/svg/google-drive-24.svg +1 -0
  10. package/svg/google-drive-color-16.svg +1 -0
  11. package/svg/google-drive-color-24.svg +1 -0
  12. package/svg/google-forms-16.svg +1 -0
  13. package/svg/google-forms-24.svg +1 -0
  14. package/svg/google-forms-color-16.svg +1 -0
  15. package/svg/google-forms-color-24.svg +1 -0
  16. package/svg/google-sheets-16.svg +1 -0
  17. package/svg/google-sheets-24.svg +1 -0
  18. package/svg/google-sheets-color-16.svg +1 -0
  19. package/svg/google-sheets-color-24.svg +1 -0
  20. package/svg/google-slides-16.svg +1 -0
  21. package/svg/google-slides-24.svg +1 -0
  22. package/svg/google-slides-color-16.svg +1 -0
  23. package/svg/google-slides-color-24.svg +1 -0
  24. package/svg/index.js +1 -1
  25. package/svg/linkedin-16.svg +1 -1
  26. package/svg/linkedin-color-16.svg +1 -1
  27. package/svg/linode-color-16.svg +1 -1
  28. package/svg/linode-color-24.svg +1 -1
  29. package/svg/linux-color-16.svg +1 -1
  30. package/svg/linux-color-24.svg +1 -1
  31. package/svg/loading-static-16.svg +1 -0
  32. package/svg/loading-static-24.svg +1 -0
  33. package/svg/running-static-16.svg +1 -0
  34. package/svg/running-static-24.svg +1 -0
  35. package/svg-react/google-docs-16.tsx +36 -0
  36. package/svg-react/google-docs-24.tsx +36 -0
  37. package/svg-react/google-docs-color-16.tsx +38 -0
  38. package/svg-react/google-docs-color-24.tsx +38 -0
  39. package/svg-react/google-drive-16.tsx +34 -0
  40. package/svg-react/google-drive-24.tsx +34 -0
  41. package/svg-react/google-drive-color-16.tsx +53 -0
  42. package/svg-react/google-drive-color-24.tsx +53 -0
  43. package/svg-react/google-forms-16.tsx +35 -0
  44. package/svg-react/google-forms-24.tsx +35 -0
  45. package/svg-react/google-forms-color-16.tsx +37 -0
  46. package/svg-react/google-forms-color-24.tsx +37 -0
  47. package/svg-react/google-sheets-16.tsx +37 -0
  48. package/svg-react/google-sheets-24.tsx +37 -0
  49. package/svg-react/google-sheets-color-16.tsx +38 -0
  50. package/svg-react/google-sheets-color-24.tsx +38 -0
  51. package/svg-react/google-slides-16.tsx +37 -0
  52. package/svg-react/google-slides-24.tsx +37 -0
  53. package/svg-react/google-slides-color-16.tsx +40 -0
  54. package/svg-react/google-slides-color-24.tsx +40 -0
  55. package/svg-react/index.ts +24 -0
  56. package/svg-react/linkedin-16.tsx +1 -1
  57. package/svg-react/linkedin-color-16.tsx +1 -1
  58. package/svg-react/linode-color-16.tsx +2 -2
  59. package/svg-react/linode-color-24.tsx +4 -4
  60. package/svg-react/linux-color-16.tsx +5 -5
  61. package/svg-react/linux-color-24.tsx +1 -1
  62. package/svg-react/loading-static-16.tsx +36 -0
  63. package/svg-react/loading-static-24.tsx +36 -0
  64. package/svg-react/running-static-16.tsx +36 -0
  65. package/svg-react/running-static-24.tsx +36 -0
  66. package/svg-sprite/svg-sprite-module.js +1 -1
  67. package/svg-sprite/svg-sprite.svg +7 -0
package/CHANGELOG.md CHANGED
@@ -1,64 +1,119 @@
1
1
  # @hashicorp/flight-icons
2
2
 
3
+ ## 2.21.0
4
+
5
+ ### Minor Changes
6
+
7
+ Added static SVG sprite sheet file
8
+
9
+ <small>[#1763](https://github.com/hashicorp/design-system/pull/1763) - Thanks [@dstaley](https://github.com/dstaley) for the contribution! 🙏</small>
10
+
11
+ ---
12
+
13
+ ## 2.20.0
14
+
15
+ ### Minor Changes
16
+
17
+ Added "static" version of the animated icons:
18
+
19
+ - `loading-static`
20
+ - `running-static`
21
+
22
+ Added new set of icons for Google services:
23
+
24
+ - `google-docs`
25
+ - `google-forms`
26
+ - `google-slides`
27
+ - `google-sheets`
28
+ - `google-drive`
29
+
30
+ <small>[#1657](https://github.com/hashicorp/design-system/pull/1657)</small>
31
+
3
32
  ## 2.19.0
4
33
 
5
34
  ### Minor Changes
6
35
 
7
- - [#1638](https://github.com/hashicorp/design-system/pull/1638) [`64d1a98d3`](https://github.com/hashicorp/design-system/commit/64d1a98d36fc9c79e941929fec4b9ee6ee89ffdb) Thanks [@hashibot-hds](https://github.com/hashibot-hds)! - This PR will include the `Vault Secrets` icon.
36
+ Added `Vault Secrets` icon.
37
+
38
+ <small>[#1638](https://github.com/hashicorp/design-system/pull/1638)</small>
8
39
 
9
40
  ## 2.18.0
10
41
 
11
42
  ### Minor Changes
12
43
 
13
- - [#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
44
+ Added `Vercel` and `Jira` icons
45
+
46
+ <small>[#1585](https://github.com/hashicorp/design-system/pull/1585)</small>
47
+
48
+ ---
49
+
50
+ Added `twitter-x` icon, and older `twitter` icon. Also the `aws-cdk` and `jfrog` icons.
14
51
 
15
- - [#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.
52
+ <small>[#1610](https://github.com/hashicorp/design-system/pull/1610)</small>
16
53
 
17
54
  ## 2.17.0
18
55
 
19
56
  ### Minor Changes
20
57
 
21
- - [#1532](https://github.com/hashicorp/design-system/pull/1532) [`ccfb5795a`](https://github.com/hashicorp/design-system/commit/ccfb5795af4ee2e55939de1be3037003e85cc77e) Thanks [@hashibot-hds](https://github.com/hashibot-hds)! - Added new `clipboard-x` icon
58
+ Added new `clipboard-x` icon
59
+
60
+ <small>[#1532](https://github.com/hashicorp/design-system/pull/1532)</small>
22
61
 
23
62
  ## 2.16.0
24
63
 
25
64
  ### Minor Changes
26
65
 
27
- - [#1515](https://github.com/hashicorp/design-system/pull/1515) [`09734a0d2`](https://github.com/hashicorp/design-system/commit/09734a0d2a45be0b25b8e841649d87ad9c600053) Thanks [@hashibot-hds](https://github.com/hashibot-hds)! - Added Elastic observability and New relic
66
+ Added `elastic-observability` and `new-relic` icons
67
+
68
+ <small>[#1515](https://github.com/hashicorp/design-system/pull/1515)</small>
28
69
 
29
70
  ## 2.15.0
30
71
 
31
72
  ### Minor Changes
32
73
 
33
- - [#1487](https://github.com/hashicorp/design-system/pull/1487) [`4960a4a2c`](https://github.com/hashicorp/design-system/commit/4960a4a2cf368b47c22ac12186f9f2b48d406519) Thanks [@hashibot-hds](https://github.com/hashibot-hds)! - Added Venafi service icon
74
+ Added Venafi service icon
75
+
76
+ <small>[#1487](https://github.com/hashicorp/design-system/pull/1487)</small>
34
77
 
35
78
  ## 2.14.0
36
79
 
37
80
  ### Minor Changes
38
81
 
39
- - [#1428](https://github.com/hashicorp/design-system/pull/1428) [`24bb5ff62`](https://github.com/hashicorp/design-system/commit/24bb5ff628c2166314854c1295d9998bbd5e2aba) Thanks [@jorytindall](https://github.com/jorytindall)! - Added robot icon for Service Principals
82
+ Added `robot` icon (for Service Principals)
83
+
84
+ <small>[#1428](https://github.com/hashicorp/design-system/pull/1428)</small>
40
85
 
41
86
  ## 2.13.1
42
87
 
43
88
  ### Patch Changes
44
89
 
45
- - [#1420](https://github.com/hashicorp/design-system/pull/1420) [`8233493c0`](https://github.com/hashicorp/design-system/commit/8233493c05c422f06f1e61bb17e9c5c2e5385090) Thanks [@hashibot-hds](https://github.com/hashibot-hds)! - Fix color for `connection-gateway` icon
90
+ Fix color for `connection-gateway` icon
91
+
92
+ <small>[#1420](https://github.com/hashicorp/design-system/pull/1420)</small>
46
93
 
47
94
  ## 2.13.0
48
95
 
49
96
  ### Minor Changes
50
97
 
51
- - [#1412](https://github.com/hashicorp/design-system/pull/1412) [`37d06ef1a`](https://github.com/hashicorp/design-system/commit/37d06ef1ae9f1f5c4a30796e3c42e62ccbe860c9) Thanks [@hashibot-hds](https://github.com/hashibot-hds)! - Added Ampersand icon
98
+ Added `ampersand` icon
99
+
100
+ <small>[#1412](https://github.com/hashicorp/design-system/pull/1412)</small>
52
101
 
53
102
  ## 2.12.0
54
103
 
55
104
  ### Minor Changes
56
105
 
57
- - [#727](https://github.com/hashicorp/design-system/pull/727) [`f9c22874`](https://github.com/hashicorp/design-system/commit/f9c22874ab24db25ee347c95e5c26dc0055a642e) Thanks [@Dhaulagiri](https://github.com/Dhaulagiri)! - Remove unnused css icons
106
+ Remove unnused icons as CSS props
107
+
108
+ <small>[#727](https://github.com/hashicorp/design-system/pull/727)</small>
109
+
110
+ _Notice: as an exception, we are releasing this change as minor instead of major for the reason that no one is actually using these files._
111
+
112
+ ---
58
113
 
59
- _Notice: as an exception, we are releasing this change as minor instead of major for the reason that no one is actually using these files._
114
+ Added `figma` and `loom` icons
60
115
 
61
- * [#689](https://github.com/hashicorp/design-system/pull/689) [`b95f448a`](https://github.com/hashicorp/design-system/commit/b95f448a31cc138436caf0aae332139c5129d9dc) Thanks [@hashibot-hds](https://github.com/hashibot-hds)! - Added Figma and Loom icons
116
+ <small>[#689](https://github.com/hashicorp/design-system/pull/689)</small>
62
117
 
63
118
  ## 2.11.1
64
119
 
package/catalog.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "lastRunTimeISO": "2023-09-14T21:10:56.706Z",
2
+ "lastRunTimeISO": "2023-09-20T17:17:37.551Z",
3
3
  "lastRunFigma": {
4
4
  "id": "TLnoT5AYQfy3tZ0H68BgOr",
5
5
  "page": "Export",
@@ -29,6 +29,24 @@
29
29
  "width": 16,
30
30
  "height": 16
31
31
  },
32
+ {
33
+ "id": "4663:479",
34
+ "fileName": "loading-static-24",
35
+ "iconName": "loading-static",
36
+ "description": "loading, loader, spinner, static",
37
+ "size": "24",
38
+ "width": 24,
39
+ "height": 24
40
+ },
41
+ {
42
+ "id": "4663:482",
43
+ "fileName": "loading-static-16",
44
+ "iconName": "loading-static",
45
+ "description": "loading, loader, spinner, static",
46
+ "size": "16",
47
+ "width": 16,
48
+ "height": 16
49
+ },
32
50
  {
33
51
  "id": "1368:177",
34
52
  "fileName": "running-24",
@@ -47,6 +65,24 @@
47
65
  "width": 16,
48
66
  "height": 16
49
67
  },
68
+ {
69
+ "id": "4663:488",
70
+ "fileName": "running-static-24",
71
+ "iconName": "running-static",
72
+ "description": "running, run, syncing, sync, static",
73
+ "size": "24",
74
+ "width": 24,
75
+ "height": 24
76
+ },
77
+ {
78
+ "id": "4663:491",
79
+ "fileName": "running-static-16",
80
+ "iconName": "running-static",
81
+ "description": "running, run, syncing, sync, static",
82
+ "size": "16",
83
+ "width": 16,
84
+ "height": 16
85
+ },
50
86
  {
51
87
  "id": "707:38",
52
88
  "fileName": "apple-24",
@@ -1163,6 +1199,186 @@
1163
1199
  "width": 16,
1164
1200
  "height": 16
1165
1201
  },
1202
+ {
1203
+ "id": "4663:410",
1204
+ "fileName": "google-docs-24",
1205
+ "iconName": "google-docs",
1206
+ "description": "google, docs",
1207
+ "size": "24",
1208
+ "width": 24,
1209
+ "height": 24
1210
+ },
1211
+ {
1212
+ "id": "4663:417",
1213
+ "fileName": "google-docs-16",
1214
+ "iconName": "google-docs",
1215
+ "description": "google, docs",
1216
+ "size": "16",
1217
+ "width": 16,
1218
+ "height": 16
1219
+ },
1220
+ {
1221
+ "id": "4663:427",
1222
+ "fileName": "google-docs-color-24",
1223
+ "iconName": "google-docs-color",
1224
+ "description": "google, docs",
1225
+ "size": "24",
1226
+ "width": 24,
1227
+ "height": 24
1228
+ },
1229
+ {
1230
+ "id": "4663:433",
1231
+ "fileName": "google-docs-color-16",
1232
+ "iconName": "google-docs-color",
1233
+ "description": "google, docs",
1234
+ "size": "16",
1235
+ "width": 16,
1236
+ "height": 16
1237
+ },
1238
+ {
1239
+ "id": "4663:231",
1240
+ "fileName": "google-drive-24",
1241
+ "iconName": "google-drive",
1242
+ "description": "google, drive",
1243
+ "size": "24",
1244
+ "width": 24,
1245
+ "height": 24
1246
+ },
1247
+ {
1248
+ "id": "4663:240",
1249
+ "fileName": "google-drive-16",
1250
+ "iconName": "google-drive",
1251
+ "description": "google, drive",
1252
+ "size": "16",
1253
+ "width": 16,
1254
+ "height": 16
1255
+ },
1256
+ {
1257
+ "id": "4663:250",
1258
+ "fileName": "google-drive-color-24",
1259
+ "iconName": "google-drive-color",
1260
+ "description": "google, drive",
1261
+ "size": "24",
1262
+ "width": 24,
1263
+ "height": 24
1264
+ },
1265
+ {
1266
+ "id": "4663:259",
1267
+ "fileName": "google-drive-color-16",
1268
+ "iconName": "google-drive-color",
1269
+ "description": "google, drive",
1270
+ "size": "16",
1271
+ "width": 16,
1272
+ "height": 16
1273
+ },
1274
+ {
1275
+ "id": "4663:448",
1276
+ "fileName": "google-forms-24",
1277
+ "iconName": "google-forms",
1278
+ "description": "google, forms",
1279
+ "size": "24",
1280
+ "width": 24,
1281
+ "height": 24
1282
+ },
1283
+ {
1284
+ "id": "4663:457",
1285
+ "fileName": "google-forms-16",
1286
+ "iconName": "google-forms",
1287
+ "description": "google, forms",
1288
+ "size": "16",
1289
+ "width": 16,
1290
+ "height": 16
1291
+ },
1292
+ {
1293
+ "id": "4663:325",
1294
+ "fileName": "google-forms-color-24",
1295
+ "iconName": "google-forms-color",
1296
+ "description": "google, forms",
1297
+ "size": "24",
1298
+ "width": 24,
1299
+ "height": 24
1300
+ },
1301
+ {
1302
+ "id": "4663:331",
1303
+ "fileName": "google-forms-color-16",
1304
+ "iconName": "google-forms-color",
1305
+ "description": "google, forms",
1306
+ "size": "16",
1307
+ "width": 16,
1308
+ "height": 16
1309
+ },
1310
+ {
1311
+ "id": "4663:338",
1312
+ "fileName": "google-sheets-24",
1313
+ "iconName": "google-sheets",
1314
+ "description": "google, sheets",
1315
+ "size": "24",
1316
+ "width": 24,
1317
+ "height": 24
1318
+ },
1319
+ {
1320
+ "id": "4663:346",
1321
+ "fileName": "google-sheets-16",
1322
+ "iconName": "google-sheets",
1323
+ "description": "google, sheets",
1324
+ "size": "16",
1325
+ "width": 16,
1326
+ "height": 16
1327
+ },
1328
+ {
1329
+ "id": "4663:355",
1330
+ "fileName": "google-sheets-color-24",
1331
+ "iconName": "google-sheets-color",
1332
+ "description": "google, sheets",
1333
+ "size": "24",
1334
+ "width": 24,
1335
+ "height": 24
1336
+ },
1337
+ {
1338
+ "id": "4663:361",
1339
+ "fileName": "google-sheets-color-16",
1340
+ "iconName": "google-sheets-color",
1341
+ "description": "google, sheets",
1342
+ "size": "16",
1343
+ "width": 16,
1344
+ "height": 16
1345
+ },
1346
+ {
1347
+ "id": "4663:269",
1348
+ "fileName": "google-slides-24",
1349
+ "iconName": "google-slides",
1350
+ "description": "google, slides",
1351
+ "size": "24",
1352
+ "width": 24,
1353
+ "height": 24
1354
+ },
1355
+ {
1356
+ "id": "4663:278",
1357
+ "fileName": "google-slides-16",
1358
+ "iconName": "google-slides",
1359
+ "description": "google, slides",
1360
+ "size": "16",
1361
+ "width": 16,
1362
+ "height": 16
1363
+ },
1364
+ {
1365
+ "id": "4663:288",
1366
+ "fileName": "google-slides-color-24",
1367
+ "iconName": "google-slides-color",
1368
+ "description": "google, slides",
1369
+ "size": "24",
1370
+ "width": 24,
1371
+ "height": 24
1372
+ },
1373
+ {
1374
+ "id": "4663:294",
1375
+ "fileName": "google-slides-color-16",
1376
+ "iconName": "google-slides-color",
1377
+ "description": "google, slides",
1378
+ "size": "16",
1379
+ "width": 16,
1380
+ "height": 16
1381
+ },
1166
1382
  {
1167
1383
  "id": "2372:355",
1168
1384
  "fileName": "grafana-24",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hashicorp/flight-icons",
3
- "version": "2.19.0",
3
+ "version": "2.21.0",
4
4
  "description": "Flight: HashiCorp SVG icon set",
5
5
  "keywords": [
6
6
  "hashicorp",
@@ -22,36 +22,36 @@
22
22
  "build": "ts-node --transpile-only ./scripts/build"
23
23
  },
24
24
  "devDependencies": {
25
- "@figma-export/cli": "^3.5.0",
26
- "@figma-export/core": "^3.5.0",
27
- "@figma-export/output-components-as-svg": "^3.5.0",
28
- "@figma-export/transform-svg-with-svgo": "^3.5.0",
29
- "@figma-export/types": "^3.5.0",
25
+ "@figma-export/cli": "^4.7.0",
26
+ "@figma-export/core": "^4.7.0",
27
+ "@figma-export/output-components-as-svg": "^4.7.0",
28
+ "@figma-export/transform-svg-with-svgo": "^4.7.0",
29
+ "@figma-export/types": "^4.7.0",
30
30
  "@svgr/core": "^5.5.0",
31
31
  "@svgr/plugin-jsx": "^5.5.0",
32
- "@types/archiver": "^5.3.2",
33
- "@types/fs-extra": "^9.0.13",
34
- "@types/lodash": "^4.14.195",
35
- "@types/node": "^16.18.33",
36
- "@types/prettier": "^2.7.2",
37
- "@types/react": "^17.0.60",
38
- "@types/react-dom": "^17.0.20",
32
+ "@types/archiver": "^5.3.4",
33
+ "@types/fs-extra": "^11.0.3",
34
+ "@types/lodash": "^4.14.200",
35
+ "@types/node": "^20.8.9",
36
+ "@types/prettier": "^2.7.3",
37
+ "@types/react": "^18.2.33",
38
+ "@types/react-dom": "^18.2.14",
39
39
  "@types/svgo": "~1.3.6",
40
40
  "@typescript-eslint/eslint-plugin": "^4.33.0",
41
41
  "@typescript-eslint/parser": "^4.33.0",
42
- "archiver": "^5.3.1",
42
+ "archiver": "^6.0.1",
43
43
  "chalk": "^4.1.2",
44
44
  "del": "^6.1.1",
45
45
  "dotenv": "^10.0.0",
46
46
  "eslint": "^7.32.0",
47
47
  "figma-api": "^1.11.0",
48
- "fs-extra": "^10.1.0",
48
+ "fs-extra": "^11.1.1",
49
49
  "lodash": "^4.17.21",
50
50
  "mini-svg-data-uri": "^1.4.4",
51
51
  "prettier": "^2.8.8",
52
52
  "svgo": "~1.3.2",
53
53
  "svgstore": "^3.0.1",
54
54
  "ts-node": "^10.9.1",
55
- "typescript": "^4.9.5"
55
+ "typescript": "^5.2.2"
56
56
  }
57
57
  }
@@ -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="#0C67D6" d="M9.563 1L13 4.5H9.562V1z"/><path fill="currentColor" fill-rule="evenodd" d="M3.938 15h8.124c.516 0 .938-.43.938-.954V4.5L9.562 1H3.939A.949.949 0 003 1.955v12.09c0 .525.422.955.938.955zm1.25-7.795h5.625v-.796H5.186v.796zm0 1.113h5.625v.796H5.186v-.796zm0 1.91H9.25v.795H5.187v-.796z" 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="#0C67D6" d="M14.266 2l4.984 5h-4.984V2z"/><path fill="currentColor" fill-rule="evenodd" d="M6.11 22h11.78c.748 0 1.36-.614 1.36-1.364V7l-4.984-5H6.109c-.747 0-1.359.614-1.359 1.364v17.272c0 .75.612 1.364 1.36 1.364zm1.812-11.136h8.156V9.727H7.922v1.137zm0 1.59h8.156v1.137H7.922v-1.136zm0 2.728h5.89v1.136h-5.89v-1.136z" 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="#3086F6" d="M12.063 15H3.937A.949.949 0 013 14.046V1.955C3 1.43 3.422 1 3.938 1h5.624L13 4.5v9.546a.949.949 0 01-.938.954z"/><path fill="#0C67D6" d="M9.563 1L13 4.5H9.562V1z"/><path fill="#FDFFFF" d="M10.813 7.205H5.186v-.796h5.625v.796zm0 1.113H5.186v.796h5.625v-.796zm-1.563 1.91H5.187v.795H9.25v-.796z"/></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="#3086F6" d="M17.89 22H6.11c-.748 0-1.36-.614-1.36-1.364V3.364C4.75 2.614 5.362 2 6.11 2h8.156l4.984 5v13.636c0 .75-.612 1.364-1.36 1.364z"/><path fill="#0C67D6" d="M14.25 2l5 5h-5V2z"/><path fill="#FDFFFF" d="M15.688 10.864H7.811V9.727h7.875v1.137zm0 1.59H7.811v1.137h7.875v-1.136zM13.5 15.183H7.812v1.136H13.5v-1.136z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g fill="currentColor"><path d="M2.058 12.285l.618 1.023c.128.215.313.384.529.507l2.205-3.661H1c0 .238.064.477.192.692l.866 1.439zM8 5.846L5.795 2.185c-.217.123-.401.292-.53.507l-4.073 6.77a1.35 1.35 0 00-.192.692h4.41L8 5.846zM12.795 13.815c.216-.123.4-.292.53-.507l.256-.423 1.227-2.039a1.35 1.35 0 00.192-.692h-4.41l.938 1.77 1.267 1.891z"/><path d="M8 5.846l2.205-3.661A1.456 1.456 0 009.483 2H6.517c-.257 0-.506.07-.722.185L8 5.846zM10.59 10.154H5.41l-2.205 3.661c.217.123.465.185.722.185h8.146c.257 0 .505-.07.722-.185l-2.205-3.661z"/><path d="M12.77 6.077l-2.036-3.385a1.428 1.428 0 00-.529-.507L8 5.846l2.59 4.308h4.402a1.35 1.35 0 00-.193-.692l-2.028-3.385z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.512 18.427l.882 1.535c.183.323.447.576.756.761l3.15-5.492H2c0 .357.092.715.275 1.038l1.237 2.158zM12 8.77L8.85 3.276c-.31.185-.573.438-.756.761l-5.82 10.154c-.179.316-.274.674-.274 1.039h6.3L12 8.769zM18.85 20.723c.31-.184.573-.438.756-.761l.366-.635 1.753-3.058c.183-.323.275-.68.275-1.038h-6.3l1.34 2.654 1.81 2.838z"/><path d="M12 8.77l3.15-5.493A2.003 2.003 0 0014.12 3H9.88c-.366 0-.72.104-1.03.277L12 8.769zM15.7 15.23H8.3l-3.15 5.493c.31.185.664.277 1.031.277h11.638a2.12 2.12 0 001.03-.277l-3.15-5.492z"/><path d="M18.816 9.115l-2.91-5.077a2.089 2.089 0 00-.756-.761L12 8.769l3.7 6.462h6.288c0-.358-.091-.716-.274-1.039l-2.898-5.077z"/></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="#0066DA" d="M2.058 12.285l.618 1.023c.128.215.313.384.529.507l2.205-3.661H1c0 .238.064.477.192.692l.866 1.439z"/><path fill="#00AC47" d="M8 5.846L5.795 2.185c-.217.123-.401.292-.53.507l-4.073 6.77a1.35 1.35 0 00-.192.692h4.41L8 5.846z"/><path fill="#EA4335" d="M12.795 13.815c.216-.123.4-.292.53-.507l.256-.423 1.227-2.039a1.35 1.35 0 00.192-.692h-4.41l.938 1.769 1.267 1.892z"/><path fill="#00832D" d="M8 5.846l2.205-3.661A1.456 1.456 0 009.483 2H6.517c-.257 0-.506.07-.722.185L8 5.846z"/><path fill="#2684FC" d="M10.59 10.154H5.41l-2.205 3.661c.217.123.465.185.722.185h8.146c.257 0 .505-.07.722-.185l-2.205-3.661z"/><path fill="#FFBA00" d="M12.77 6.077l-2.036-3.385a1.427 1.427 0 00-.529-.507L8 5.846l2.59 4.308h4.402a1.35 1.35 0 00-.193-.693l-2.028-3.384z"/></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="#0066DA" d="M3.512 18.427l.882 1.535c.183.323.447.576.756.761l3.15-5.492H2c0 .357.092.715.275 1.038l1.237 2.158z"/><path fill="#00AC47" d="M12 8.77L8.85 3.276c-.31.184-.573.438-.756.761l-5.82 10.154c-.179.316-.274.674-.274 1.039h6.3L12 8.769z"/><path fill="#EA4335" d="M18.85 20.723c.31-.185.573-.438.756-.761l.366-.635 1.753-3.058c.183-.323.275-.68.275-1.038h-6.3l1.34 2.654 1.81 2.838z"/><path fill="#00832D" d="M12 8.77l3.15-5.493A2.003 2.003 0 0014.119 3H9.881c-.367 0-.722.104-1.031.277L12 8.769z"/><path fill="#2684FC" d="M15.7 15.23H8.3l-3.15 5.493c.31.185.665.277 1.031.277H17.82a2.12 2.12 0 001.031-.277l-3.15-5.492z"/><path fill="#FFBA00" d="M18.816 9.115l-2.91-5.077a2.089 2.089 0 00-.756-.761L12 8.769l3.7 6.462h6.288c0-.358-.091-.716-.274-1.039l-2.898-5.077z"/></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="M12.063 15H3.937A.949.949 0 013 14.046V1.955C3 1.43 3.422 1 3.938 1h5.624L13 4.5v9.546a.949.949 0 01-.938.954zM6.75 7.205h4.063v-.796H6.75v.796zm0 1.113h4.063v.796H6.75v-.796zm0 1.91h4.063v.795H6.75v-.796zm-.781-3.421a.434.434 0 01-.43.437.434.434 0 01-.43-.437c0-.242.193-.438.43-.438s.43.196.43.438zm-.43 2.346c.237 0 .43-.195.43-.437a.434.434 0 00-.43-.438.434.434 0 00-.43.438c0 .242.193.437.43.437zm.43 1.472a.434.434 0 01-.43.438.434.434 0 01-.43-.438c0-.242.193-.438.43-.438s.43.196.43.438z" 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="M6.11 22h11.78c.748 0 1.36-.614 1.36-1.364V7l-4.984-5H6.109c-.747 0-1.359.614-1.359 1.364v17.272c0 .75.612 1.364 1.36 1.364zm2.945-11.704a.624.624 0 11-1.248.001.624.624 0 011.248-.002zm7.023.568h-5.89V9.727h5.89v1.137zm0 1.59h-5.89v1.137h5.89v-1.136zm0 2.728h-5.89v1.136h5.89v-1.136zm-7.646-1.534A.624.624 0 108.43 12.4a.624.624 0 00.002 1.248zm.623 2.102a.624.624 0 11-1.248.002.624.624 0 011.248-.002z" 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="#7248B9" d="M12.063 15H3.937A.949.949 0 013 14.046V1.955C3 1.43 3.422 1 3.938 1h5.624L13 4.5v9.546a.949.949 0 01-.938.954z"/><path fill="#56368A" d="M9.563 1L13 4.5H9.562V1z"/><g fill="#FDFFFF"><path d="M10.813 7.204H6.75V6.41h4.063v.795zm0 1.114H6.75v.796h4.063v-.796zm0 1.91H6.75v.795h4.063v-.796zM5.969 6.807a.434.434 0 01-.43.437.434.434 0 01-.43-.437c0-.242.193-.438.43-.438s.43.196.43.438zM5.969 8.716a.434.434 0 01-.43.437.434.434 0 01-.43-.437c0-.242.193-.438.43-.438s.43.196.43.438zM5.969 10.625a.434.434 0 01-.43.437.434.434 0 01-.43-.437c0-.242.193-.438.43-.438s.43.196.43.438z"/></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"><path fill="#7248B9" d="M17.89 22H6.11c-.748 0-1.36-.614-1.36-1.364V3.364C4.75 2.614 5.362 2 6.11 2h8.156l4.984 5v13.636c0 .75-.612 1.364-1.36 1.364z"/><path fill="#56368A" d="M14.266 2l4.984 5h-4.984V2z"/><g fill="#FDFFFF"><path d="M16.078 10.864h-5.89V9.727h5.89v1.137zm0 1.59h-5.89v1.137h5.89v-1.136zm0 2.728h-5.89v1.136h5.89v-1.136zM9.055 10.295a.624.624 0 11-1.248.002.624.624 0 011.248-.002zM9.055 13.023a.624.624 0 11-1.248.002.624.624 0 011.248-.002zM9.055 15.75a.624.624 0 11-1.248.002.624.624 0 011.248-.002z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g fill="currentColor"><path d="M7.61 10.227H5.655V9.114H7.61v1.113zM7.61 8.318H5.655V7.205H7.61v1.113zM10.344 10.227H8.39V9.114h1.953v1.113zM10.344 8.318H8.39V7.205h1.953v1.113z"/><path fill-rule="evenodd" d="M13 14.046V4.5L9.562 1H3.939A.946.946 0 003 1.955v12.09c0 .528.42.955.938.955h8.124a.946.946 0 00.938-.954zM4.875 6.409v4.614h6.25V6.409h-6.25z" 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 d="M11.434 15.182H8.602V13.59h2.832v1.59zM11.434 12.455H8.602v-1.591h2.832v1.59zM15.398 15.182h-2.832V13.59h2.832v1.59zM15.398 12.455h-2.832v-1.591h2.832v1.59z"/><path fill-rule="evenodd" d="M19.25 20.636V7l-4.984-5H6.109c-.75 0-1.359.61-1.359 1.364v17.272c0 .754.608 1.364 1.36 1.364h11.78c.752 0 1.36-.61 1.36-1.364zM7.469 9.727v6.591h9.062v-6.59H7.47z" 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="#188038" d="M9.5 1L13 4.5H9.5V1z"/><path fill="#34A853" d="M9.5 4.5V1H3.937A.946.946 0 003 1.955v12.09c0 .528.42.955.938.955h8.124a.946.946 0 00.938-.954V4.5H9.5z"/><path fill="#FDFFFF" d="M5 6v5h6V6H5zm2.625 4.138H5.75V8.93h1.875v1.207zm0-2.069H5.75V6.862h1.875V8.07zm2.625 2.069H8.375V8.93h1.875v1.207zm0-2.069H8.375V6.862h1.875V8.07z"/></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="#188038" d="M14.266 2l4.984 5h-4.984V2z"/><path fill="#34A853" d="M14.266 7V2H6.109c-.75 0-1.359.61-1.359 1.364v17.272c0 .754.608 1.364 1.36 1.364h11.78c.752 0 1.36-.61 1.36-1.364V7h-4.984z"/><path fill="#FDFFFF" d="M7.469 9.727v6.591h9.062v-6.59H7.47zm3.965 5.455H8.602V13.59h2.832v1.59zm0-2.727H8.602v-1.591h2.832v1.59zm3.964 2.727h-2.832V13.59h2.832v1.59zm0-2.727h-2.832v-1.591h2.832v1.59z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g fill="currentColor"><path d="M10.344 7.315H5.656v2.753h4.688V7.315z"/><path fill-rule="evenodd" d="M3.938 15.25h8.124c.516 0 .938-.437.938-.972V4.562L9.563 1H3.937C3.422 1 3 1.437 3 1.972v12.306c0 .535.422.972.938.972zm7.187-8.744h-6.25v4.372h6.25V6.506z" 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 d="M15.398 10.864H8.602v3.863h6.796v-3.863z"/><path fill-rule="evenodd" d="M6.11 22h11.78c.748 0 1.36-.614 1.36-1.364V7l-4.984-5H6.109c-.747 0-1.359.614-1.359 1.364v17.272c0 .75.612 1.364 1.36 1.364zM16.53 9.727H7.47v6.137h9.062V9.727z" 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="#FBBC04" d="M12.063 15H3.937A.949.949 0 013 14.046V1.955C3 1.43 3.422 1 3.938 1h5.624L13 4.5v9.546a.949.949 0 01-.938.954z"/><path fill="#F29900" d="M9.563 1L13 4.5H9.562V1z"/><path fill="#fff" fill-rule="evenodd" d="M11.125 6.41h-6.25v4.295h6.25V6.409zm-.781.795H5.656v2.704h4.688V7.205z" 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="#FBBC04" d="M17.89 22H6.11c-.748 0-1.36-.614-1.36-1.364V3.364C4.75 2.614 5.362 2 6.11 2h8.156l4.984 5v13.636c0 .75-.612 1.364-1.36 1.364z"/><path fill="#F29900" d="M14.266 2l4.984 5h-4.984V2z"/><path fill="#FDFFFF" fill-rule="evenodd" d="M16.531 9.727H7.47v6.137h9.062V9.727zm-1.133 1.137H8.602v3.863h6.796v-3.863z" 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-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', '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', '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', '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', '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' ];
@@ -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="M12.225 12.225h-1.778V9.44c0-.664-.012-1.519-.925-1.519-.926 0-1.068.724-1.068 1.47v2.834H6.676V6.498h1.707v.783h.024c.348-.594.996-.95 1.684-.925 1.802 0 2.135 1.185 2.135 2.728l-.001 3.14zM4.67 5.715a1.037 1.037 0 01-1.032-1.031c0-.566.466-1.032 1.032-1.032.566 0 1.031.466 1.032 1.032 0 .566-.466 1.032-1.032 1.032zm.889 6.51h-1.78V6.498h1.78v5.727zM13.11 2H2.885A.88.88 0 002 2.866v10.268a.88.88 0 00.885.866h10.226a.882.882 0 00.889-.866V2.865a.88.88 0 00-.889-.864z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentColor" d="M12.225 12.225h-1.778V9.44c0-.664-.012-1.518-.925-1.518-.926 0-1.068.723-1.068 1.47v2.833H6.676V6.499h1.707v.782h.024c.348-.594.996-.95 1.684-.925 1.802 0 2.135 1.186 2.135 2.728l-.001 3.14zM4.67 5.715a1.037 1.037 0 01-1.032-1.03c0-.567.466-1.033 1.032-1.033.566 0 1.031.466 1.032 1.032 0 .566-.466 1.032-1.032 1.032zm.889 6.51h-1.78V6.499h1.78v5.726zM13.11 2H2.885A.88.88 0 002 2.866v10.268a.88.88 0 00.885.866h10.226a.882.882 0 00.889-.866V2.865a.88.88 0 00-.889-.864z"/></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="#0A66C2" d="M12.225 12.225h-1.778V9.44c0-.664-.012-1.519-.925-1.519-.926 0-1.068.724-1.068 1.47v2.834H6.676V6.498h1.707v.783h.024c.348-.594.996-.95 1.684-.925 1.802 0 2.135 1.185 2.135 2.728l-.001 3.14zM4.67 5.715a1.037 1.037 0 01-1.032-1.031c0-.566.466-1.032 1.032-1.032.566 0 1.031.466 1.032 1.032 0 .566-.466 1.032-1.032 1.032zm.889 6.51h-1.78V6.498h1.78v5.727zM13.11 2H2.885A.88.88 0 002 2.866v10.268a.88.88 0 00.885.866h10.226a.882.882 0 00.889-.866V2.865a.88.88 0 00-.889-.864z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="#0A66C2" d="M12.225 12.225h-1.778V9.44c0-.664-.012-1.518-.925-1.518-.926 0-1.068.723-1.068 1.47v2.833H6.676V6.499h1.707v.782h.024c.348-.594.996-.95 1.684-.925 1.802 0 2.135 1.186 2.135 2.728l-.001 3.14zM4.67 5.715a1.037 1.037 0 01-1.032-1.03c0-.567.466-1.033 1.032-1.033.566 0 1.031.466 1.032 1.032 0 .566-.466 1.032-1.032 1.032zm.889 6.51h-1.78V6.499h1.78v5.726zM13.11 2H2.885A.88.88 0 002 2.866v10.268a.88.88 0 00.885.866h10.226a.882.882 0 00.889-.866V2.865a.88.88 0 00-.889-.864z"/></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="#231F20" d="M14 7.197l-1.993-1.072-1.682.998-.02 1.022-.819-.524-1.112.66-.049-1.117-1.145-.745 1.094-.55c-.008 0 0 .106-.162-3.656L5.524 1 2 2.066l.787 3.686 1.183.894-.9.412.588 2.778.826.755-.59.35.458 2.148L6.206 15c.009-.01.195-.15 2.381-1.845l-.064-1.459.94.776c.013-.014.2-.149 1.921-1.48l.067-1.079.709.479c.012-.013.173-.133 1.562-1.206L14 7.197z"/><path fill="#000" d="M12.347 8.346L14 7.197l-1.993-1.072-1.682.998 2.022 1.223z"/><path fill="#004B16" d="M12.163 10.39l.183-2.044-2.02-1.223-.042 1.997 1.88 1.27zM9.466 12.47v-2.118L7.424 8.845l.16 2.08 1.882 1.544z"/><path fill="#000" d="M9.466 10.352l2.05-1.43-2.03-1.301-2.062 1.224 2.042 1.507z"/><path fill="#004B16" d="M6.206 14.998l-.326-2.164-1.987-1.894.46 2.148 1.853 1.91z"/><path fill="#000" d="M5.88 12.834l2.616-1.816L6.47 9.412 3.893 10.94l1.987 1.894z"/><path fill="#004B16" d="M5.71 11.71L5.28 8.848 3.066 7.06l.592 2.775L5.71 11.71z"/><path fill="#000" d="M5.279 8.848l3.048-1.684L6.05 5.68 3.066 7.059l2.213 1.79z"/><path fill="#004B16" d="M5.072 7.482l-.591-3.92L2 2.067l.787 3.686 2.285 1.73z"/><path fill="#000" d="M4.481 3.563L8.108 2.21 5.524 1 2 2.066l2.481 1.497z"/><path fill="#1CB35C" d="M13.725 9.184c-1.535 1.185-1.57 1.206-1.563 1.206.19-2.14.174-2.044.183-2.044 1.75-1.219 1.641-1.149 1.653-1.149l-.273 1.987zM11.388 10.99c-1.9 1.47-1.93 1.479-1.922 1.479-.019-2.217-.008-2.118 0-2.118 2.188-1.52 2.043-1.43 2.05-1.43l-.128 2.069zM8.59 13.153c-2.37 1.834-2.392 1.845-2.38 1.845-.337-2.23-.329-2.164-.329-2.164 2.788-1.933 2.612-1.816 2.619-1.816l.09 2.135zM8.108 2.21c.166 3.765.153 3.657.162 3.657-3.137 1.584-3.206 1.615-3.2 1.615-.604-4.007-.595-3.92-.59-3.92L8.107 2.21zM8.325 7.164c.126 2.854.11 2.755.122 2.755-2.714 1.775-2.745 1.794-2.734 1.794-.439-2.94-.439-2.865-.432-2.865l3.044-1.684z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="#231F20" d="M14 7.197l-1.993-1.072-1.682.998-.02 1.022-.819-.524-1.112.66-.049-1.117-1.145-.745 1.094-.55c-.008 0 0 .106-.162-3.656L5.524 1 2 2.066l.787 3.686 1.183.894-.9.412.588 2.778.826.755-.59.35.458 2.148L6.206 15c.009-.01.195-.15 2.381-1.845l-.064-1.459.94.776c.013-.014.2-.149 1.921-1.48l.067-1.079.709.479c.012-.013.173-.133 1.562-1.206L14 7.197z"/><path fill="#000" d="M12.347 8.346L14 7.197l-1.993-1.072-1.682.998 2.022 1.223z"/><path fill="#004B16" d="M12.163 10.39l.183-2.044-2.02-1.223-.042 1.997 1.88 1.27zM9.466 12.47v-2.118L7.424 8.845l.16 2.08 1.882 1.544z"/><path fill="#000" d="M9.466 10.352l2.05-1.43-2.03-1.301-2.062 1.224 2.042 1.507z"/><path fill="#004B16" d="M6.206 14.998l-.326-2.164-1.987-1.894.46 2.148 1.853 1.91z"/><path fill="#000" d="M5.88 12.834l2.616-1.816L6.47 9.412 3.893 10.94l1.987 1.894z"/><path fill="#004B16" d="M5.71 11.71L5.28 8.85l-2.213-1.79.592 2.775L5.71 11.71z"/><path fill="#000" d="M5.279 8.848l3.048-1.684L6.05 5.68 3.066 7.059l2.213 1.79z"/><path fill="#004B16" d="M5.072 7.482l-.591-3.92L2 2.065l.787 3.686 2.285 1.73z"/><path fill="#000" d="M4.481 3.563L8.108 2.21 5.524 1 2 2.066l2.481 1.497z"/><path fill="#1CB35C" d="M13.725 9.184c-1.535 1.185-1.57 1.206-1.563 1.206.19-2.14.174-2.044.183-2.044 1.75-1.219 1.641-1.149 1.653-1.149l-.273 1.987zM11.388 10.99c-1.9 1.47-1.93 1.479-1.922 1.479-.019-2.217-.008-2.118 0-2.118 2.188-1.52 2.043-1.43 2.05-1.43l-.128 2.069zM8.59 13.153c-2.37 1.834-2.392 1.845-2.38 1.845-.337-2.23-.329-2.164-.329-2.164 2.788-1.933 2.612-1.816 2.619-1.816l.09 2.135zM8.108 2.21c.166 3.765.153 3.657.162 3.657-3.137 1.584-3.206 1.615-3.2 1.615-.604-4.007-.595-3.92-.59-3.92L8.107 2.21zM8.325 7.164c.126 2.854.11 2.755.122 2.755-2.714 1.775-2.745 1.794-2.734 1.794-.439-2.94-.439-2.865-.432-2.865l3.044-1.684z"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="#231F20" d="M20 10.853l-2.657-1.531-2.242 1.426-.028 1.459-1.092-.749-1.482.942-.065-1.594-1.527-1.065 1.458-.787c-.01 0 0 .154-.215-5.222L8.699 2 4 3.522l1.049 5.266 1.577 1.278-1.2.588.785 3.97 1.1 1.077-.787.5.612 3.069L9.608 22c.012-.015.26-.215 3.175-2.635l-.085-2.085 1.252 1.108c.018-.019.269-.212 2.563-2.113l.088-1.542.945.684c.017-.018.232-.19 2.084-1.723l.37-2.84z"/><path fill="#000" d="M17.795 12.494L20 10.854l-2.657-1.532-2.242 1.426 2.694 1.746z"/><path fill="#004B16" d="M17.551 15.415l.244-2.92-2.695-1.747-.055 2.852 2.506 1.815zM13.954 18.385V15.36l-2.722-2.152.214 2.97 2.508 2.207z"/><path fill="#000" d="M13.954 15.36l2.735-2.043-2.707-1.859-2.75 1.75 2.723 2.152z"/><path fill="#004B16" d="M9.608 21.997l-.435-3.091L6.524 16.2l.612 3.068 2.472 2.729z"/><path fill="#000" d="M9.173 18.906l3.489-2.595-2.704-2.294L6.524 16.2l2.65 2.706z"/><path fill="#004B16" d="M8.947 17.3l-.575-4.088-2.951-2.556.79 3.964 2.736 2.68z"/><path fill="#000" d="M8.372 13.212l4.064-2.406L9.4 8.686l-3.98 1.97 2.95 2.556z"/><path fill="#004B16" d="M8.096 11.26l-.788-5.6L4 3.523l1.049 5.266 3.047 2.471z"/><path fill="#000" d="M7.308 5.66l4.836-1.93L8.699 2 4 3.522l3.308 2.139z"/><path fill="#1CB35C" d="M19.633 13.69c-2.046 1.694-2.091 1.725-2.084 1.725.254-3.058.233-2.92.245-2.92 2.334-1.742 2.188-1.642 2.204-1.642l-.365 2.838zM16.518 16.27c-2.533 2.1-2.573 2.114-2.563 2.114-.025-3.167-.01-3.025 0-3.025 2.918-2.172 2.724-2.044 2.734-2.044l-.171 2.956zM12.788 19.362c-3.161 2.62-3.19 2.635-3.175 2.635-.449-3.185-.438-3.091-.438-3.091 3.717-2.762 3.482-2.595 3.492-2.595l.12 3.051zM12.144 3.729c.222 5.377.204 5.223.216 5.223-4.182 2.264-4.274 2.307-4.266 2.307-.806-5.723-.794-5.598-.788-5.598l4.838-1.932zM12.434 10.806c.167 4.077.146 3.936.161 3.936-3.617 2.535-3.659 2.563-3.645 2.563-.584-4.2-.584-4.093-.575-4.093l4.059-2.406z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="#231F20" d="M20 10.853l-2.657-1.531-2.242 1.426-.028 1.459-1.092-.749-1.482.942-.065-1.594-1.527-1.065 1.458-.787c-.01 0 0 .154-.215-5.222L8.699 2 4 3.522l1.049 5.266 1.577 1.278-1.2.588.785 3.97 1.1 1.077-.787.5.612 3.069L9.608 22c.012-.015.26-.215 3.175-2.635l-.085-2.085 1.252 1.108c.018-.019.269-.212 2.563-2.113l.088-1.542.945.684c.017-.018.232-.19 2.084-1.723l.37-2.84z"/><path fill="#000" d="M17.795 12.495L20 10.853l-2.657-1.531-2.242 1.426 2.694 1.747z"/><path fill="#004B16" d="M17.551 15.415l.244-2.92-2.695-1.747-.055 2.852 2.506 1.815zM13.954 18.385V15.36l-2.722-2.152.214 2.971 2.508 2.206z"/><path fill="#000" d="M13.954 15.36l2.735-2.044-2.707-1.858-2.75 1.75 2.723 2.152z"/><path fill="#004B16" d="M9.608 21.997l-.435-3.091L6.524 16.2l.612 3.068 2.472 2.729z"/><path fill="#000" d="M9.173 18.906l3.489-2.595-2.704-2.294L6.524 16.2l2.65 2.706z"/><path fill="#004B16" d="M8.947 17.3l-.575-4.088-2.951-2.556.79 3.965L8.947 17.3z"/><path fill="#000" d="M8.372 13.212l4.064-2.406L9.4 8.686l-3.98 1.97 2.95 2.556z"/><path fill="#004B16" d="M8.096 11.26l-.788-5.6L4 3.523l1.049 5.266 3.047 2.471z"/><path fill="#000" d="M7.308 5.66l4.836-1.93L8.699 2 4 3.522l3.308 2.139z"/><path fill="#1CB35C" d="M19.633 13.69c-2.046 1.694-2.091 1.725-2.084 1.725.254-3.058.233-2.92.245-2.92 2.334-1.742 2.188-1.642 2.204-1.642l-.365 2.838zM16.518 16.27c-2.533 2.1-2.573 2.114-2.563 2.114-.025-3.167-.01-3.025 0-3.025 2.918-2.172 2.724-2.044 2.734-2.044l-.171 2.956zM12.788 19.362c-3.161 2.62-3.19 2.635-3.175 2.635-.449-3.185-.438-3.091-.438-3.091 3.717-2.762 3.482-2.595 3.492-2.595l.12 3.051zM12.144 3.729c.222 5.377.204 5.223.216 5.223-4.182 2.264-4.274 2.307-4.266 2.307-.806-5.723-.794-5.598-.788-5.598l4.838-1.932zM12.434 10.806c.167 4.077.146 3.936.161 3.936-3.617 2.535-3.659 2.563-3.645 2.563-.584-4.2-.584-4.093-.575-4.093l4.059-2.406z"/></svg>