platformicons 5.6.7 → 5.7.1

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 (59) hide show
  1. package/README.md +3 -3
  2. package/build/index.esm.js +1 -1
  3. package/build/index.esm.js.map +1 -1
  4. package/build/index.js +1 -1
  5. package/build/index.js.map +1 -1
  6. package/build/index.modern.js +1 -1
  7. package/build/index.modern.js.map +1 -1
  8. package/build/index.umd.js +1 -1
  9. package/build/index.umd.js.map +1 -1
  10. package/build/platformIcon.d.ts +14 -8
  11. package/package.json +1 -1
  12. package/svg/apache-airflow.svg +11 -83
  13. package/svg/apache-beam.svg +16 -156
  14. package/svg/apache-spark.svg +3 -35
  15. package/svg/ariadne.svg +4 -0
  16. package/svg/astro.svg +14 -0
  17. package/svg/aws.svg +6 -1
  18. package/svg/awslambda.svg +4 -1
  19. package/svg/azure-functions.svg +7 -0
  20. package/svg/azure.svg +22 -1
  21. package/svg/connect.svg +4 -1
  22. package/svg/express.svg +4 -1
  23. package/svg/falcon.svg +6 -49
  24. package/svg/flask.svg +3 -38
  25. package/svg/gcp-functions.svg +10 -0
  26. package/svg/gcp.svg +7 -1
  27. package/svg/graphene.svg +11 -0
  28. package/svg/graphql.svg +4 -0
  29. package/svg/huey.svg +4 -0
  30. package/svg/koa.svg +4 -1
  31. package/svg/nodejs.svg +25 -1
  32. package/svg/quart.svg +23 -173
  33. package/svg/serverless.svg +4 -1
  34. package/svg/strawberry.svg +16 -0
  35. package/svg_80x80/apache-airflow.svg +11 -83
  36. package/svg_80x80/apache-beam.svg +16 -156
  37. package/svg_80x80/apache-spark.svg +5 -35
  38. package/svg_80x80/ariadne.svg +4 -0
  39. package/svg_80x80/astro.svg +14 -0
  40. package/svg_80x80/aws.svg +6 -1
  41. package/svg_80x80/awslambda.svg +4 -1
  42. package/svg_80x80/azure-functions.svg +7 -0
  43. package/svg_80x80/azure.svg +22 -1
  44. package/svg_80x80/connect.svg +4 -1
  45. package/svg_80x80/express.svg +4 -1
  46. package/svg_80x80/falcon.svg +6 -49
  47. package/svg_80x80/flask.svg +3 -36
  48. package/svg_80x80/gcp-functions.svg +10 -0
  49. package/svg_80x80/gcp.svg +7 -1
  50. package/svg_80x80/graphene.svg +11 -0
  51. package/svg_80x80/graphql.svg +4 -0
  52. package/svg_80x80/huey.svg +5 -0
  53. package/svg_80x80/koa.svg +4 -1
  54. package/svg_80x80/nodejs.svg +25 -1
  55. package/svg_80x80/quart.svg +23 -173
  56. package/svg_80x80/serverless.svg +4 -1
  57. package/svg_80x80/strawberry.svg +16 -0
  58. package/svg/google-cloud-functions.svg +0 -8
  59. package/svg_80x80/google-cloud-functions.svg +0 -15
@@ -19,10 +19,10 @@ export declare const PLATFORM_TO_ICON: {
19
19
  readonly dotnet: "dotnet";
20
20
  readonly "dotnet-aspnetcore": "dotnet";
21
21
  readonly "dotnet-aspnet": "dotnet";
22
- readonly "dotnet-awslambda": "aws";
22
+ readonly "dotnet-awslambda": "awslambda";
23
23
  readonly "dotnet-blazor": "blazor";
24
24
  readonly "dotnet-csharp": "csharp";
25
- readonly "dotnet-gcpfunctions": "gcp";
25
+ readonly "dotnet-gcpfunctions": "gcp-functions";
26
26
  readonly "dotnet-maui": "maui";
27
27
  readonly "dotnet-uno": "uno";
28
28
  readonly "dotnet-xamarin": "xamarin";
@@ -46,6 +46,7 @@ export declare const PLATFORM_TO_ICON: {
46
46
  readonly "java-spring": "spring";
47
47
  readonly "java-spring-boot": "springboot";
48
48
  readonly javascript: "javascript";
49
+ readonly "javascript-astro": "astro";
49
50
  readonly "javascript-angular": "angularjs";
50
51
  readonly "javascript-angularjs": "angularjs";
51
52
  readonly "javascript-backbone": "backbone";
@@ -70,11 +71,11 @@ export declare const PLATFORM_TO_ICON: {
70
71
  readonly native: "nativec";
71
72
  readonly "native-qt": "qt";
72
73
  readonly node: "nodejs";
73
- readonly "node-awslambda": "aws";
74
- readonly "node-azurefunctions": "azure";
74
+ readonly "node-awslambda": "awslambda";
75
+ readonly "node-azurefunctions": "azure-functions";
75
76
  readonly "node-connect": "nodejs";
76
77
  readonly "node-express": "express";
77
- readonly "node-gcpfunctions": "gcp";
78
+ readonly "node-gcpfunctions": "gcp-functions";
78
79
  readonly "node-koa": "koa";
79
80
  readonly "node-serverlesscloud": "serverless";
80
81
  readonly perl: "perl";
@@ -86,9 +87,10 @@ export declare const PLATFORM_TO_ICON: {
86
87
  readonly python: "python";
87
88
  readonly "python-aiohttp": "aiohttp";
88
89
  readonly "python-airflow": "apache-airflow";
90
+ readonly "python-ariadne": "ariadne";
89
91
  readonly "python-asyncpg": "postgresql";
90
92
  readonly "python-awslambda": "awslambda";
91
- readonly "python-azurefunctions": "azure";
93
+ readonly "python-azurefunctions": "azure-functions";
92
94
  readonly "python-beam": "apache-beam";
93
95
  readonly "python-boto3": "aws";
94
96
  readonly "python-bottle": "bottle";
@@ -99,21 +101,25 @@ export declare const PLATFORM_TO_ICON: {
99
101
  readonly "python-falcon": "falcon";
100
102
  readonly "python-fastapi": "fastapi";
101
103
  readonly "python-flask": "flask";
102
- readonly "python-gcpfunctions": "gcp";
104
+ readonly "python-gcpfunctions": "gcp-functions";
103
105
  readonly "python-gnu_backtrace": "gnu";
106
+ readonly "python-gql": "graphql";
107
+ readonly "python-graphene": "graphene";
104
108
  readonly "python-grpc": "grpc";
105
109
  readonly "python-httpx": "httpx";
110
+ readonly "python-huey": "huey";
106
111
  readonly "python-loguru": "loguru";
107
112
  readonly "python-pylons": "python";
108
113
  readonly "python-pymongo": "mongodb";
109
114
  readonly "python-pyramid": "pyramid";
110
- readonly "python-pythonawslambda": "aws";
115
+ readonly "python-pythonawslambda": "awslambda";
111
116
  readonly "python-quart": "quart";
112
117
  readonly "python-redis": "redis";
113
118
  readonly "python-rq": "redis";
114
119
  readonly "python-sanic": "sanic";
115
120
  readonly "python-serverless": "serverless";
116
121
  readonly "python-starlette": "starlette";
122
+ readonly "python-strawberry": "strawberry";
117
123
  readonly "python-spark": "apache-spark";
118
124
  readonly "python-sqlalchemy": "sqlalchemy";
119
125
  readonly "python-tornado": "tornado";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "platformicons",
3
- "version": "5.6.7",
3
+ "version": "5.7.1",
4
4
  "description": "Web Platform and Framework Logo Set",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -1,84 +1,12 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <svg
3
- viewBox="0 0 20 20"
4
- version="1.1"
5
- id="svg488"
6
- sodipodi:docname="apache-airflow.svg"
7
- inkscape:version="1.1.2 (b8e25be8, 2022-02-05)"
8
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
9
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
10
- xmlns="http://www.w3.org/2000/svg"
11
- xmlns:svg="http://www.w3.org/2000/svg">
12
- <defs
13
- id="defs492" />
14
- <sodipodi:namedview
15
- id="namedview490"
16
- pagecolor="#ffffff"
17
- bordercolor="#666666"
18
- borderopacity="1.0"
19
- inkscape:pageshadow="2"
20
- inkscape:pageopacity="0.0"
21
- inkscape:pagecheckerboard="0"
22
- showgrid="false"
23
- inkscape:zoom="36.800001"
24
- inkscape:cx="9.8369563"
25
- inkscape:cy="12.105978"
26
- inkscape:window-width="2609"
27
- inkscape:window-height="1081"
28
- inkscape:window-x="0"
29
- inkscape:window-y="25"
30
- inkscape:window-maximized="0"
31
- inkscape:current-layer="svg488" />
32
- <g
33
- id="g206"
34
- style="display:inline;fill:none"
35
- transform="matrix(0.11589233,0,0,0.11589233,-0.10756019,-0.1068023)">
36
- <path
37
- d="M 4.18587,172.44 86.3959,88.1685 c 0.515,-0.5279 0.6137,-1.3441 0.1842,-1.9436 C 81.5792,79.2442 72.3564,78.0343 68.9375,73.3445 58.8101,59.4522 56.2405,51.5891 51.8887,52.0768 c -0.304,0.0341 -0.575,0.1977 -0.7886,0.4166 L 21.4015,82.9367 C 4.31645,100.45 1.86636,139.01 1.41703,171.298 c -0.0203,1.459 1.74987,2.186 2.76884,1.142 z"
38
- fill="#017cee"
39
- id="path9" />
40
- <path
41
- d="M 172.44,170.357 88.1685,88.1466 c -0.5279,-0.515 -1.3441,-0.6138 -1.9436,-0.1843 -6.9806,5.001 -8.1905,14.2237 -12.8804,17.6427 -13.8923,10.127 -21.7554,12.697 -21.2677,17.049 0.0341,0.304 0.1977,0.575 0.4167,0.788 l 30.4432,29.699 c 17.5133,17.085 56.0733,19.535 88.3613,19.984 1.459,0.021 2.186,-1.749 1.142,-2.768 z"
42
- fill="#00ad46"
43
- id="path11" />
44
- <path
45
- fill-rule="evenodd"
46
- clip-rule="evenodd"
47
- d="M 82.9363,153.141 C 73.3696,143.809 68.9312,125.346 87.2715,87.2725 57.4647,100.593 47.0194,118.103 52.1578,123.116 Z"
48
- fill="#04d659"
49
- id="path13" />
50
- <path
51
- d="M 170.355,2.10462 88.1451,86.376 c -0.515,0.5279 -0.6137,1.344 -0.1842,1.9435 5.0009,6.9807 14.2241,8.1906 17.6421,12.8805 10.128,13.892 12.698,21.755 17.049,21.268 0.304,-0.034 0.575,-0.198 0.789,-0.417 l 29.698,-30.4433 c 17.086,-17.5135 19.536,-56.0731 19.985,-88.36143 0.02,-1.45908 -1.75,-2.18617 -2.769,-1.14165 z"
52
- fill="#00c7d4"
53
- id="path15" />
54
- <path
55
- fill-rule="evenodd"
56
- clip-rule="evenodd"
57
- d="m 153.14,91.6077 c -9.333,9.5663 -27.796,14.0053 -65.8695,-4.3352 13.3205,29.8065 30.8305,40.2525 35.8435,35.1135 z"
58
- fill="#11e1ee"
59
- id="path17" />
60
- <path
61
- d="M 2.10315,4.18733 86.3745,86.3973 c 0.5279,0.515 1.344,0.6138 1.9436,0.1843 6.9806,-5.0009 8.1905,-14.2237 12.8799,-17.6426 13.893,-10.1274 21.756,-12.697 21.268,-17.0488 -0.034,-0.304 -0.198,-0.575 -0.416,-0.7886 L 91.6063,21.403 C 74.0928,4.31792 35.5331,1.86783 3.2448,1.4185 1.78572,1.39819 1.05863,3.16836 2.10315,4.18733 Z"
62
- fill="#e43921"
63
- id="path19" />
64
- <path
65
- fill-rule="evenodd"
66
- clip-rule="evenodd"
67
- d="M 91.6057,21.4025 C 101.172,30.7352 105.611,49.1977 87.2705,87.2714 117.077,73.9511 127.523,56.4408 122.384,51.4281 Z"
68
- fill="#ff7557"
69
- id="path21" />
70
- <path
71
- fill-rule="evenodd"
72
- clip-rule="evenodd"
73
- d="M 21.4025,82.9368 C 30.7352,73.3701 49.1977,68.9317 87.2714,87.272 73.951,57.4652 56.4408,47.0199 51.4281,52.1583 Z"
74
- fill="#0cb6ff"
75
- id="path23" />
76
- <circle
77
- cx="87.283798"
78
- cy="87.260597"
79
- r="3.67606"
80
- transform="rotate(-0.709386,87.2838,87.2606)"
81
- fill="#4a4848"
82
- id="circle25" />
83
- </g>
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="100%" height="100%" fill="white"/>
3
+ <path d="M2.73976 17.3623L9.85804 10.0655C9.90263 10.0198 9.91118 9.94913 9.87399 9.89722C9.44098 9.29278 8.64241 9.18802 8.34638 8.78195C7.46948 7.57906 7.24699 6.89823 6.87018 6.94045C6.84386 6.94341 6.82039 6.95757 6.8019 6.97653L4.2304 9.6125C2.75107 11.1289 2.53892 14.4677 2.50001 17.2634C2.49826 17.3897 2.65153 17.4527 2.73976 17.3623Z" fill="#017CEE"/>
4
+ <path d="M17.3083 17.1818L10.0116 10.0635C9.96584 10.0189 9.89517 10.0104 9.84326 10.0475C9.23884 10.4806 9.13408 11.2791 8.72799 11.5752C7.52511 12.452 6.84427 12.6746 6.8865 13.0514C6.88945 13.0777 6.90362 13.1012 6.92258 13.1196L9.55855 15.6911C11.075 17.1705 14.4137 17.3826 17.2094 17.4215C17.3358 17.4233 17.3987 17.27 17.3083 17.1818Z" fill="#00AD46"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.55852 15.6912C8.73017 14.8832 8.34587 13.2846 9.93389 9.98792C7.35302 11.1413 6.4486 12.6574 6.89351 13.0915L9.55852 15.6912Z" fill="#04D659"/>
6
+ <path d="M17.1278 2.61346L10.0095 9.91023C9.96495 9.95594 9.9564 10.0266 9.99359 10.0785C10.4266 10.6829 11.2252 10.7877 11.5212 11.1938C12.3981 12.3966 12.6206 13.0775 12.9974 13.0353C13.0237 13.0324 13.0472 13.0182 13.0657 12.9992L15.6371 10.3632C17.1166 8.84679 17.3287 5.50805 17.3676 2.71232C17.3693 2.58598 17.216 2.52302 17.1278 2.61346Z" fill="#00C7D4"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15.6372 10.3633C14.8291 11.1916 13.2305 11.576 9.93384 9.98792C11.0872 12.5688 12.6033 13.4732 13.0374 13.0283L15.6372 10.3633Z" fill="#11E1EE"/>
8
+ <path d="M2.55939 2.79384L9.85615 9.91211C9.90186 9.9567 9.97252 9.96526 10.0244 9.92807C10.6289 9.49506 10.7336 8.69649 11.1397 8.40046C12.3426 7.52356 13.0234 7.30107 12.9812 6.92426C12.9782 6.89794 12.964 6.87447 12.9452 6.85598L10.3092 4.28448C8.79272 2.80514 5.45397 2.593 2.65824 2.55409C2.5319 2.55233 2.46895 2.70561 2.55939 2.79384Z" fill="#E43921"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.3092 4.28442C11.1375 5.09251 11.5219 6.69111 9.93384 9.98778C12.5147 8.83442 13.4192 7.31827 12.9742 6.88424L10.3092 4.28442Z" fill="#FF7557"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.23047 9.61247C5.03855 8.78413 6.63716 8.39982 9.93383 9.98784C8.78046 7.40698 7.26431 6.50255 6.83028 6.94747L4.23047 9.61247Z" fill="#0CB6FF"/>
11
+ <path d="M9.93883 10.3051C10.1146 10.3029 10.2553 10.1587 10.2532 9.98288C10.251 9.8071 10.1067 9.66637 9.93094 9.66854C9.75517 9.67072 9.61444 9.81498 9.61661 9.99076C9.61879 10.1665 9.76305 10.3073 9.93883 10.3051Z" fill="#4A4848"/>
84
12
  </svg>
@@ -1,157 +1,17 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <svg
3
- viewBox="0 0 20 20"
4
- version="1.1"
5
- id="svg488"
6
- sodipodi:docname="apache-beam.svg"
7
- inkscape:version="1.1.2 (b8e25be8, 2022-02-05)"
8
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
9
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
10
- xmlns="http://www.w3.org/2000/svg"
11
- xmlns:svg="http://www.w3.org/2000/svg">
12
- <defs
13
- id="defs492">
14
- <linearGradient
15
- id="linear-gradient-2"
16
- x1="0.57999003"
17
- x2="75.050003"
18
- y1="59.873001"
19
- y2="59.873001"
20
- gradientUnits="userSpaceOnUse">
21
- <stop
22
- stop-color="#ff0"
23
- stop-opacity=".7"
24
- offset="0"
25
- id="stop106" />
26
- <stop
27
- stop-color="#fff600"
28
- stop-opacity=".66022"
29
- offset=".13194"
30
- id="stop108" />
31
- <stop
32
- stop-color="#feef00"
33
- stop-opacity=".62592"
34
- offset=".31385"
35
- id="stop110" />
36
- <stop
37
- stop-color="#feea00"
38
- stop-opacity=".60587"
39
- offset=".54652"
40
- id="stop112" />
41
- <stop
42
- stop-color="#fee900"
43
- stop-opacity=".6"
44
- offset="1"
45
- id="stop114" />
46
- </linearGradient>
47
- <linearGradient
48
- id="linear-gradient"
49
- x1="0.58001"
50
- x2="36.388"
51
- y1="71.962997"
52
- y2="71.962997"
53
- gradientUnits="userSpaceOnUse">
54
- <stop
55
- stop-color="#ffc400"
56
- offset="0"
57
- id="stop97" />
58
- <stop
59
- stop-color="#fecd00"
60
- offset=".13695"
61
- id="stop99" />
62
- <stop
63
- stop-color="#fed400"
64
- offset=".36528"
65
- id="stop101" />
66
- <stop
67
- stop-color="#fed600"
68
- offset="1"
69
- id="stop103" />
70
- </linearGradient>
71
- </defs>
72
- <sodipodi:namedview
73
- id="namedview490"
74
- pagecolor="#ffffff"
75
- bordercolor="#666666"
76
- borderopacity="1.0"
77
- inkscape:pageshadow="2"
78
- inkscape:pageopacity="0.0"
79
- inkscape:pagecheckerboard="0"
80
- showgrid="false"
81
- inkscape:zoom="36.800001"
82
- inkscape:cx="9.7418476"
83
- inkscape:cy="9.9320649"
84
- inkscape:window-width="2560"
85
- inkscape:window-height="1081"
86
- inkscape:window-x="174"
87
- inkscape:window-y="238"
88
- inkscape:window-maximized="0"
89
- inkscape:current-layer="svg488" />
90
- <g
91
- id="g674"
92
- transform="matrix(0.13812705,0,0,0.13812705,8.7331493,8.3398448)">
93
- <polygon
94
- class="cls-1"
95
- points="0.58,5.452 0.58,49.532 36.388,72.005 75.05,47.741 75.05,28.795 "
96
- id="polygon121"
97
- style="fill:#fee900"
98
- transform="translate(-42.049011,-59.859379)" />
99
- <polygon
100
- class="cls-2"
101
- points="0.58,94.477 75.05,47.741 75.05,28.795 0.58,5.452 0.58,49.532 0.58,50.125 "
102
- id="polygon123"
103
- style="fill:#ffc400"
104
- transform="translate(-42.049011,-59.859379)" />
105
- <polygon
106
- class="cls-3"
107
- points="0.58,94.436 36.388,71.963 0.58,49.491 0.58,50.083 "
108
- id="polygon125"
109
- style="opacity:0.75;fill:url(#linear-gradient)"
110
- transform="translate(-42.049011,-59.859379)" />
111
- <polygon
112
- class="cls-2"
113
- points="75.05,96.268 0.58,49.532 0.58,94.477 0.58,138.11 75.05,115.22 "
114
- id="polygon127"
115
- style="fill:#ffc400"
116
- transform="translate(-42.049011,-59.859379)" />
117
- <polygon
118
- class="cls-4"
119
- points="0.25,109.78 75.05,116.44 75.05,95.005 0.25,101.66 "
120
- id="polygon129"
121
- style="fill:#ffe082"
122
- transform="translate(-42.049011,-59.859379)" />
123
- <polygon
124
- class="cls-4"
125
- points="0,42.573 74.703,49.233 74.703,27.803 0,34.463 "
126
- id="polygon131"
127
- style="fill:#ffe082"
128
- transform="translate(-42.049011,-59.859379)" />
129
- <polygon
130
- class="cls-1"
131
- points="0.58,5.452 75.05,28.795 "
132
- id="polygon133"
133
- style="fill:#fee900"
134
- transform="translate(-42.049011,-59.859379)" />
135
- <polygon
136
- class="cls-5"
137
- points="75.05,47.741 36.388,72.005 "
138
- id="polygon135"
139
- style="fill:url(#linear-gradient-2)"
140
- transform="translate(-42.049011,-59.859379)" />
141
- <path
142
- class="cls-6"
143
- d="m 24.487989,45.86062 a 8.5081,8.5081 0 0 0 8.5082,8.5082 v -17.016 a 8.5082,8.5082 0 0 0 -8.5082,8.5082 z"
144
- id="path137"
145
- style="fill:#ffffff" />
146
- <path
147
- class="cls-6"
148
- d="m 24.487989,-21.34938 a 8.5081,8.5081 0 0 0 8.5082,8.5082 v -17.016 a 8.5082,8.5082 0 0 0 -8.5082,8.5082 z"
149
- id="path139"
150
- style="fill:#ffffff" />
151
- <path
152
- class="cls-7"
153
- d="m 59.727989,31.18062 a 31.952,31.952 0 0 0 -4.4878,-9.5674 30.165,30.165 0 0 0 -7.5947,-7.5459 34.292,34.292 0 0 0 -10.8,-4.8823 q 10.257,-4.3389 15.584,-12.23 a 31.009,31.009 0 0 0 5.3262,-17.754 41.114,41.114 0 0 0 -3.4028,-17.409 30.926,30.926 0 0 0 -9.814,-12.083 44.13,44.13 0 0 0 -15.683,-7.0522 86.45,86.45 0 0 0 -20.91,-2.3179 h -49.218 v 5.5424 l 72.894,22.71 a 2,2 0 0 1 1.3814,1.9019 v 16.275 a 2,2 0 0 1 -1.0221,1.7446 l -37.347,23.63 37.347,23.631 a 2,2 0 0 1 1.0221,1.7446 v 16.275 a 2,2 0 0 1 -1.3814,1.9019 l -72.894,22.71 v 5.5425 h 52.67 a 75.219,75.219 0 0 0 20.861,-2.6631 43.554,43.554 0 0 0 15.683,-7.9404 34.293,34.293 0 0 0 9.8633,-13.118 45.376,45.376 0 0 0 3.4028,-18.197 39.65,39.65 0 0 0 -1.4795,-10.85 z"
154
- id="path141"
155
- style="fill:#ff6d00;stroke:#ff6d00;stroke-width:0.4px;stroke-miterlimit:10" />
156
- </g>
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="100%" height="100%" fill="white"/>
3
+ <path d="M4.75 7.50313L8.6484 9.99999L12.8565 7.30379V5.19959L4.75 2.60608V7.50313Z" fill="#FEE900"/>
4
+ <path d="M12.6257 7.45078L8.6484 9.99999L12.6671 12.5734L12.8565 12.6942V14.8004L12.5231 14.9051L4.75 17.3436V2.60608L12.5784 5.11099L12.8191 5.1875L12.8565 5.19959V7.30379L12.8191 7.32795L12.6257 7.45078Z" fill="#FFC400"/>
5
+ <path opacity="0.75" d="M4.75 12.4908L8.6484 9.99399L4.75 7.49915V7.56358V12.4908Z" fill="url(#paint0_linear_25_358)"/>
6
+ <path d="M12.8565 12.5552V14.9352L12.5231 14.905L4.75 14.2003V13.2901L12.6671 12.5733L12.8565 12.5552Z" fill="#FFE082"/>
7
+ <path d="M12.8191 5.08887V7.46893L12.6257 7.45081L4.75 6.73599V5.82181L12.5784 5.11102L12.8191 5.08887Z" fill="#FFE082"/>
8
+ <path d="M11.9293 13.7452C11.9293 14.2667 12.3436 14.6896 12.8546 14.6896V12.7988C12.3436 12.7988 11.9293 13.2217 11.9293 13.7432V13.7452Z" fill="white"/>
9
+ <path d="M11.9293 6.27891C11.9293 6.80043 12.3436 7.22328 12.8546 7.22328V5.33252C12.3436 5.33252 11.9293 5.75537 11.9293 6.27689V6.27891Z" fill="white"/>
10
+ <path d="M15.948 13.3204C15.9618 14.0191 15.8375 14.7017 15.5771 15.3501C15.3384 15.9179 14.9655 16.4254 14.496 16.816C13.987 17.2308 13.4089 17.5288 12.7816 17.702C12.0733 17.8993 11.3453 18 10.6134 18C10.5779 18 10.5404 18 10.5049 17.998H4.75V17.3456L4.76381 17.3395L12.6987 14.8165C12.7796 14.7903 12.8348 14.7138 12.8348 14.6272V12.819C12.8348 12.7465 12.7954 12.6801 12.7342 12.6438L8.63853 10L12.7342 7.35615C12.7954 7.31991 12.8348 7.25145 12.8348 7.18097V5.37277C12.8348 5.28417 12.7796 5.20967 12.6987 5.18148L4.75 2.65442V2H10.2366C10.9685 2 11.6985 2.08658 12.4107 2.25774C13.0301 2.40272 13.6062 2.66851 14.1251 3.04505C14.5887 3.39341 14.9616 3.86056 15.2003 4.39617C15.4588 5.00428 15.589 5.67682 15.5732 6.33929C15.5811 7.05009 15.3798 7.73672 14.9892 8.32469C14.6124 8.89454 14.058 9.34558 13.3419 9.66574C13.7424 9.77851 14.1192 9.9557 14.4625 10.1953C14.788 10.4249 15.0681 10.7088 15.295 11.039C15.516 11.3652 15.6817 11.7256 15.7863 12.1082C15.8948 12.5029 15.95 12.9096 15.948 13.3204Z" fill="#FF6D00"/>
11
+ <linearGradient id="paint0_linear_25_358" x1="4.6261" y1="9.86653" x2="8.51178" y2="9.86653" gradientUnits="userSpaceOnUse">
12
+ <stop stop-color="#FFC400"/>
13
+ <stop offset="0.14" stop-color="#FECD00"/>
14
+ <stop offset="0.37" stop-color="#FED400"/>
15
+ <stop offset="1" stop-color="#FED600"/>
16
+ </linearGradient>
157
17
  </svg>
@@ -1,36 +1,4 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <svg
3
- viewBox="0 0 20 20"
4
- version="1.1"
5
- id="svg488"
6
- sodipodi:docname="apache-spark.svg"
7
- inkscape:version="1.1.2 (b8e25be8, 2022-02-05)"
8
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
9
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
10
- xmlns="http://www.w3.org/2000/svg"
11
- xmlns:svg="http://www.w3.org/2000/svg">
12
- <defs
13
- id="defs492" />
14
- <sodipodi:namedview
15
- id="namedview490"
16
- pagecolor="#ffffff"
17
- bordercolor="#666666"
18
- borderopacity="1.0"
19
- inkscape:pageshadow="2"
20
- inkscape:pageopacity="0.0"
21
- inkscape:pagecheckerboard="0"
22
- showgrid="false"
23
- inkscape:zoom="36.800001"
24
- inkscape:cx="9.9320649"
25
- inkscape:cy="9.9320649"
26
- inkscape:window-width="1778"
27
- inkscape:window-height="1081"
28
- inkscape:window-x="1405"
29
- inkscape:window-y="184"
30
- inkscape:window-maximized="0"
31
- inkscape:current-layer="svg488" />
32
- <path
33
- d="m 15.371305,15.68488 c -0.04655,-0.09944 -0.06745,-0.149427 -0.09253,-0.19716 -0.672763,-1.279799 -1.343795,-2.559601 -2.023472,-3.839402 -0.06814,-0.128328 -0.0595,-0.204078 0.03371,-0.314763 1.070539,-1.250404 2.127237,-2.5077205 3.199504,-3.7529325 0.03789,-0.04394 0.07159,-0.09045 0.08578,-0.168795 -0.311296,0.08111 -0.622597,0.161359 -0.93563,0.243852 -1.291897,0.342437 -2.594182,0.683138 -3.873983,1.030759 -0.120194,0.03234 -0.174673,-0.0029 -0.235203,-0.102727 C 10.796184,7.3575255 10.057701,6.1278785 9.3157648,4.9172574 9.2778724,4.8537846 9.2365547,4.7922178 9.1556147,4.7391194 9.0961228,5.0659907 9.0359363,5.3911271 8.9774815,5.7179935 8.7716737,6.8715455 8.565871,8.0181775 8.361793,9.1769145 8.339481,9.3012615 8.309045,9.4259565 8.298329,9.5504815 8.288103,9.6694665 8.226724,9.7133935 8.1184618,9.7476395 6.5948089,10.226699 5.0746157,10.70922 3.5526874,11.191743 c -0.066755,0.02093 -0.1323039,0.0486 -0.2040727,0.11345 1.2452112,0.494626 2.4904217,0.98925 3.7529278,1.492525 -0.046002,0.03651 -0.076443,0.06485 -0.110168,0.08647 -0.7782559,0.503274 -1.5582424,1.006543 -2.3347685,1.511548 -0.093222,0.06088 -0.1668937,0.06952 -0.2715275,0.02231 C 3.4546247,13.999527 2.5172551,13.587912 1.5833503,13.172842 1.1648204,12.986064 0.78952422,12.738746 0.49724753,12.37902 -0.16513501,11.569634 -0.03369672,10.649557 0.84832879,10.078836 1.1371501,9.8937825 1.4657471,9.7571535 1.7926134,9.6499295 3.2851363,9.1639505 4.7845802,8.6952655 6.2719136,8.2248505 6.3974741,8.1848945 6.4552363,8.1288665 6.4794513,7.9931035 6.6800685,6.8378265 6.8858714,5.6756295 7.0951391,4.5341869 7.2065158,3.9167686 7.2653152,3.2855158 7.5655487,2.718252 7.6805574,2.5003394 7.8180507,2.287617 7.9840795,2.1060241 8.5790127,1.4453717 9.4074232,1.4211568 10.042136,2.0492991 c 0.212723,0.2127225 0.394316,0.4617647 0.551699,0.7194518 0.691783,1.1293375 1.37319,2.2655947 2.058057,3.4070376 0.08042,0.134377 0.152709,0.161359 0.300927,0.122272 1.668926,-0.44793 3.337858,-0.88894 5.015434,-1.3299551 0.345891,-0.091143 0.693513,-0.1241746 1.048053,-0.057934 0.769607,0.1438924 1.106854,0.7298321 0.845705,1.4752281 -0.118123,0.338976 -0.323411,0.624333 -0.553426,0.89586 -1.165658,1.37146 -2.334771,2.7498405 -3.493513,4.1161195 -0.09529,0.112075 -0.0972,0.191968 -0.0311,0.318222 0.698702,1.31612 1.39049,2.62878 2.092647,3.960461 0.1662,0.314761 0.294012,0.643362 0.297468,1.004819 0.0081,0.82322 -0.594934,1.497713 -1.412971,1.618771 -0.458304,0.06694 -0.88375,-0.03096 -1.314385,-0.163432 -1.046323,-0.323407 -2.092648,-0.64163 -3.14762,-0.958121 -0.09736,-0.02905 -0.13455,-0.06763 -0.152017,-0.172255 -0.120369,-0.738476 -0.252502,-1.475228 -0.380485,-2.21371 -0.0034,-0.02024 0.0029,-0.04182 0.0063,-0.08716 1.195055,0.330327 2.386657,0.655463 3.614574,0.996169"
34
- style="fill:#e25a1c;fill-rule:evenodd;stroke-width:0.172947"
35
- id="path15" />
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="100%" height="100%" fill="#34668C"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M14.8512 13.8065C14.8096 13.7238 14.7902 13.6814 14.7673 13.6417C14.1575 12.5699 13.5492 11.4968 12.9344 10.4277C12.872 10.3208 12.8799 10.2569 12.9645 10.1655C13.9344 9.11787 14.8993 8.06624 15.8656 7.01529C15.8993 6.97898 15.9301 6.93931 15.9431 6.87409C15.6604 6.942 15.3778 7.00924 15.0958 7.07849C13.9236 7.36561 12.7515 7.65205 11.5807 7.94252C11.4717 7.96942 11.4222 7.9405 11.3676 7.85646C10.7026 6.82904 10.0333 5.80364 9.36474 4.77824C9.33031 4.72444 9.293 4.67267 9.21983 4.62829C9.16603 4.90196 9.11079 5.17562 9.05842 5.44928L8.50102 8.34999C8.48094 8.45489 8.45296 8.55843 8.44363 8.664C8.43359 8.76351 8.37907 8.8005 8.28079 8.82874C6.89985 9.22948 5.52034 9.63426 4.14011 10.039C4.07985 10.0565 4.02031 10.0794 3.95575 10.1339L7.35896 11.3845C7.31736 11.4148 7.2901 11.4383 7.25997 11.4571C6.55407 11.8794 5.84674 12.2996 5.14371 12.7239C5.05906 12.7743 4.99235 12.7817 4.89766 12.7421C4.05474 12.3918 3.20824 12.0475 2.36461 11.6985C1.98512 11.5418 1.64437 11.3341 1.37894 11.0342C0.778496 10.3551 0.896863 9.58316 1.69673 9.11114C1.95858 8.95649 2.25629 8.84151 2.55184 8.75208C3.90481 8.34461 5.2628 7.95193 6.61935 7.55724C6.73341 7.52429 6.7865 7.47722 6.8073 7.36359C6.98808 6.39534 7.17603 5.42911 7.36399 4.46221C7.46514 3.94581 7.51894 3.41529 7.79082 2.9426C7.89556 2.75971 8.02038 2.58152 8.1696 2.42889C8.70763 1.87618 9.46015 1.85467 10.0297 2.38182C10.222 2.55933 10.387 2.76912 10.5305 2.98362C11.1575 3.92967 11.7751 4.88178 12.3885 5.83457C12.4616 5.9482 12.5269 5.97039 12.6611 5.93744C14.1747 5.56225 15.6898 5.1931 17.2042 4.82329C17.517 4.74663 17.8326 4.71906 18.1533 4.7742C18.852 4.89523 19.1576 5.38608 18.9209 6.01006C18.8133 6.29381 18.6275 6.53453 18.4187 6.76045C17.362 7.91025 16.3068 9.06004 15.2465 10.2065C15.1597 10.3006 15.1575 10.3678 15.2178 10.4727C15.8505 11.5755 16.4775 12.6802 17.1074 13.7843C17.258 14.0485 17.3728 14.3222 17.3764 14.6261C17.3835 15.3167 16.8383 15.8815 16.0959 15.9817C15.6798 16.0381 15.2938 15.9561 14.905 15.8452C13.9559 15.5735 13.0054 15.3073 12.0542 15.043C11.9659 15.0181 11.9322 14.9865 11.9172 14.8984C11.8074 14.2798 11.6883 13.6626 11.5728 13.0446C11.5699 13.0278 11.575 13.0097 11.5778 12.9714L14.8512 13.8065Z" fill="#E25A1C"/>
36
4
  </svg>
@@ -0,0 +1,4 @@
1
+ <svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="100%" height="100%" fill="white"/>
3
+ <path d="M12.8269 12.7456C12.801 12.6911 12.7862 12.6551 12.7677 12.6209C12.4539 12.0568 12.1393 11.4927 11.8284 10.9276C11.7895 10.8565 11.7442 10.8316 11.6637 10.8316C10.5069 10.8344 9.34924 10.8335 8.19249 10.8325C7.97965 10.8325 7.82973 10.9212 7.73072 11.1132C7.2236 12.0928 6.71185 13.0687 6.20381 14.0474C6.11867 14.2118 5.99282 14.2995 5.80404 14.2866C5.64394 14.2755 5.53382 14.1924 5.47459 14.0465C5.42277 13.9191 5.44221 13.7954 5.50606 13.6744C5.86141 12.9949 6.21584 12.3144 6.57027 11.6339C6.73036 11.3265 6.88953 11.0181 7.05147 10.7125C7.28375 10.2739 7.65761 10.0505 8.14622 10.0459C9.1549 10.0357 10.1645 10.0431 11.1741 10.0431H11.3379C10.8521 9.16968 10.3783 8.31656 9.89337 7.44312C9.86191 7.49206 9.8397 7.52345 9.82119 7.55761C9.61853 7.91769 9.41772 8.2787 9.21506 8.63879C9.12992 8.79113 8.99944 8.87146 8.82269 8.85668C8.66074 8.84376 8.54784 8.75604 8.48954 8.6037C8.44697 8.49198 8.45253 8.37842 8.51175 8.27224C8.84305 7.67579 9.17989 7.08212 9.50841 6.48382C9.66665 6.19576 10.1358 6.23915 10.2756 6.50044C10.5347 6.98517 10.8086 7.46159 11.076 7.94262C11.994 9.59347 12.9083 11.2452 13.8337 12.8924C13.9957 13.1805 13.8476 13.5359 13.458 13.5341C12.0199 13.5285 10.5819 13.5332 9.1438 13.5295C9.04293 13.5295 8.99574 13.5599 8.95687 13.6523C8.55895 14.5922 8.15362 15.5293 7.75478 16.4692C7.67242 16.6631 7.53638 16.7508 7.32539 16.7499C5.73186 16.7471 4.13924 16.7471 2.54571 16.7499C2.36063 16.7499 2.2283 16.6825 2.13206 16.5255C1.9988 16.3086 1.86461 16.0925 1.72118 15.882C1.59717 15.6992 1.59532 15.5284 1.70267 15.3354C2.44299 14.0077 3.17683 12.6773 3.91345 11.3477C5.45331 8.564 6.99688 5.77935 8.53859 2.9947C8.62928 2.83128 8.75606 2.74818 8.94947 2.75003C9.60002 2.75465 10.2506 2.75557 10.9011 2.75003C11.0982 2.74818 11.2287 2.82943 11.3222 2.99655C12.7029 5.45343 14.0845 7.91031 15.4661 10.3663C16.4119 12.0476 17.3558 13.7298 18.3034 15.4111C18.3987 15.5801 18.4006 15.7352 18.2988 15.8996C18.1766 16.0971 18.0628 16.3003 17.9471 16.5015C17.8611 16.652 17.7408 16.7296 17.5603 16.7296C16.9727 16.7314 16.385 16.7388 15.7974 16.7499C15.6318 16.7527 15.5068 16.6954 15.4004 16.5717C15.2163 16.3594 15.0238 16.1553 14.8396 15.9439C14.7841 15.8792 14.7258 15.8543 14.6397 15.8552C13.309 15.858 11.9783 15.8571 10.6476 15.8571C10.407 15.8571 10.2654 15.7721 10.1978 15.5884C10.1081 15.3456 10.2756 15.0861 10.5337 15.0677C10.5745 15.0649 10.6152 15.0658 10.6559 15.0658C12.0533 15.0658 13.4506 15.0677 14.848 15.0631C15.034 15.0631 15.1728 15.1203 15.2921 15.2616C15.4735 15.4758 15.6632 15.6826 15.8566 15.8866C15.8937 15.9254 15.9621 15.9559 16.0158 15.9559C16.4406 15.955 16.8663 15.9466 17.291 15.9346C17.3299 15.9337 17.3761 15.9005 17.403 15.8691C17.5187 15.7371 17.5205 15.617 17.4261 15.4499C15.2681 11.6275 13.1175 7.80044 10.9659 3.97432C10.8993 3.85521 10.8299 3.73795 10.766 3.617C10.7364 3.5616 10.7012 3.53852 10.6365 3.53852C10.171 3.54129 9.70459 3.54222 9.23912 3.5376C9.1549 3.5376 9.12344 3.57915 9.09013 3.64008C8.54229 4.63078 7.99353 5.62147 7.44477 6.61216C5.80681 9.56762 4.16978 12.524 2.52998 15.4776C2.48278 15.5616 2.50036 15.6152 2.53738 15.6955C2.63547 15.9116 2.78354 15.9706 3.02229 15.9679C4.34191 15.954 5.66153 15.9596 6.98114 15.9642C7.08664 15.9642 7.12828 15.9254 7.1653 15.8377C7.56507 14.8987 7.96854 13.9606 8.36832 13.0217C8.45068 12.8278 8.58763 12.7419 8.79863 12.7419C10.0886 12.7447 11.3786 12.7437 12.6686 12.7437C12.7149 12.7437 12.7621 12.7437 12.8297 12.7437L12.8269 12.7456Z" fill="#CF4942"/>
4
+ </svg>
package/svg/astro.svg ADDED
@@ -0,0 +1,14 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="100%" height="100%" fill="#1C1E24" />
3
+ <path
4
+ d="M7.34904 16.6227C6.46072 15.8193 6.20237 14.1347 6.57044 12.9137C7.21456 13.6852 8.10288 13.9294 9.02659 14.0675C10.4493 14.2798 11.8473 14.1984 13.1674 13.5578C13.3196 13.4835 13.4576 13.3844 13.6239 13.2888C13.7478 13.6428 13.7796 14.0002 13.7372 14.3647C13.631 15.2531 13.1815 15.9396 12.4702 16.4599C12.187 16.6687 11.8827 16.8563 11.5889 17.0509C10.6864 17.6561 10.4422 18.3604 10.782 19.3903C10.7891 19.4151 10.7962 19.4398 10.8138 19.5C10.3538 19.2983 10.014 19.001 9.75919 18.6117C9.48668 18.1976 9.35573 17.7411 9.35219 17.2491C9.34865 17.0085 9.34865 16.7678 9.31326 16.5307C9.2354 15.9538 8.95935 15.6954 8.44263 15.6813C7.91176 15.6671 7.49415 15.9892 7.3809 16.4988C7.37382 16.5378 7.35966 16.5767 7.34904 16.6227Z"
5
+ fill="url(#paint0_linear_24_21)" />
6
+ <path
7
+ d="M2.87915 13.2888C2.87915 13.2888 5.31053 12.1068 7.74899 12.1068L9.5858 6.43354C9.65304 6.16103 9.85477 5.97346 10.0813 5.97346C10.3078 5.97346 10.5095 6.16103 10.5768 6.43354L12.4171 12.1068C15.3015 12.1068 17.2834 13.2888 17.2834 13.2888C17.2834 13.2888 13.1568 2.0698 13.1462 2.04503C13.0294 1.71589 12.8276 1.5 12.5587 1.5H7.60389C7.33491 1.5 7.1438 1.71589 7.01639 2.04503C7.00577 2.0698 2.87915 13.2888 2.87915 13.2888Z"
8
+ fill="white" />
9
+ <linearGradient id="paint0_linear_24_21" x1="6.40822" y1="19.5017" x2="14.9504" y2="15.4119"
10
+ gradientUnits="userSpaceOnUse">
11
+ <stop stop-color="#D83333" />
12
+ <stop offset="1" stop-color="#F041FF" />
13
+ </linearGradient>
14
+ </svg>
package/svg/aws.svg CHANGED
@@ -1 +1,6 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><defs><style>.b{fill:#fff}</style></defs><path fill="#fe9902" d="M0 0h20v20H0z"/><path class="b" d="M8.86 10.1c.1-.4.19-.77.27-1.14.19-.77.37-1.54.55-2.31v-.1a.25.25 0 01.32-.21h.52c.16 0 .22.07.27.26.08.37.17.73.25 1.09.18.78.37 1.56.55 2.34v.12c.06-.24.12-.44.17-.65.25-.95.49-1.9.73-2.84v-.12a.25.25 0 01.27-.2h.49c.13 0 .17 0 .15.18a.58.58 0 010 .18l-1.26 4.05v.09c-.07.19-.13.24-.32.24h-.43c-.22 0-.27-.05-.33-.27l-.24-1c-.18-.76-.37-1.52-.55-2.28v-.12c-.08.35-.16.67-.24 1l-.57 2.39c-.06.25-.12.29-.37.3h-.4c-.19 0-.25-.05-.31-.23L8 9.78c-.31-1-.62-2.07-.94-3.11-.1-.35 0-.34.24-.33h.35c.2 0 .27 0 .33.25s.15.6.23.9L8.82 10zm1.21 5.7a11.91 11.91 0 01-5.82-1.46 11.87 11.87 0 01-2.14-1.52s-.11-.06-.11-.1a.22.22 0 010-.16.11.11 0 01.15-.05.31.31 0 01.13.06 15.69 15.69 0 003.15 1.36 16.34 16.34 0 002.4.54 18.29 18.29 0 002 .17 14.32 14.32 0 002.36-.14 15.88 15.88 0 004-1.07.72.72 0 01.21 0 .22.22 0 01.2.13.18.18 0 010 .23 1 1 0 01-.15.14 9.87 9.87 0 01-2.31 1.18 11.13 11.13 0 01-2.11.56c-.41.07-.82.11-1.22.14s-.6-.02-.74-.01zM5.62 8.42a5.8 5.8 0 000-.74C5.51 7.27 5.35 7 4.81 7a3 3 0 00-1.48.24.86.86 0 01-.21.07C3 7.3 3 7.26 3 7.16a2.8 2.8 0 010-.41.21.21 0 01.17-.19 5.21 5.21 0 01.66-.24 3.13 3.13 0 011.58 0 1.34 1.34 0 011.04 1.16 4.89 4.89 0 010 .54v1.93a1.66 1.66 0 00.18.53c.11.22.1.26-.11.4l-.15.12c-.18.12-.26.11-.4-.06s-.16-.25-.24-.37l-.05-.11c-.12.1-.22.21-.34.3a2 2 0 01-1.74.35A1.26 1.26 0 012.66 10a1.73 1.73 0 010-.64 1.45 1.45 0 011-1A2.79 2.79 0 015 8.31zm0 .61a3.69 3.69 0 00-1.32-.1.76.76 0 00-.72.7 1.22 1.22 0 000 .33.64.64 0 00.54.52 1.59 1.59 0 00.78-.09 1 1 0 00.64-.64A1.92 1.92 0 005.62 9zm9.78 2.18a3.07 3.07 0 01-1.15-.2c-.47-.18-.43-.26-.42-.67 0-.15.07-.2.22-.15a5.66 5.66 0 00.58.2 2.52 2.52 0 001.22 0 .91.91 0 00.31-.12.57.57 0 000-1 6 6 0 00-.59-.22c-.23-.08-.47-.14-.7-.23a1.43 1.43 0 01-.84-.7 1.27 1.27 0 01.55-1.69 1.84 1.84 0 01.85-.26 3.05 3.05 0 011.2.15h.08c.44.17.39.29.38.68 0 .11-.07.15-.18.12l-.2-.08a2.51 2.51 0 00-1.4-.04 1.06 1.06 0 00-.25.09A.54.54 0 0015 8a3.39 3.39 0 00.55.24c.26.09.52.16.78.26a2.48 2.48 0 01.44.2 1.28 1.28 0 01.32 1.81 1.64 1.64 0 01-.89.61 2.44 2.44 0 01-.8.09z"/><path class="b" d="M15 12.8a1.06 1.06 0 01.15-.15 2.46 2.46 0 011-.39 3.54 3.54 0 011.45 0l.21.06a.28.28 0 01.22.3A3.16 3.16 0 0117.7 14a2.79 2.79 0 01-.7 1.05c-.07.06-.14.12-.24.07s0-.15 0-.22c.11-.31.23-.61.33-.92a2.64 2.64 0 00.15-.73c0-.26-.07-.35-.33-.4a4.18 4.18 0 00-1 0l-.73.08a.16.16 0 01-.18-.13z"/></svg>
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="100%" height="100%" fill="#202936"/>
3
+ <path d="M6.29074 8.69224C6.29074 8.89802 6.31335 9.06487 6.35293 9.18723C6.39816 9.30959 6.4547 9.44307 6.53386 9.58768C6.56213 9.63217 6.57344 9.67667 6.57344 9.7156C6.57344 9.77122 6.53951 9.82683 6.46601 9.88245L6.10981 10.116C6.05892 10.1494 6.00804 10.1661 5.9628 10.1661C5.90626 10.1661 5.84972 10.1383 5.79318 10.0882C5.71403 10.0048 5.64618 9.91582 5.58964 9.82683C5.5331 9.73228 5.47656 9.62661 5.41436 9.49869C4.97335 10.0104 4.41926 10.2662 3.75208 10.2662C3.27714 10.2662 2.89833 10.1327 2.62128 9.86576C2.34423 9.5988 2.20288 9.24285 2.20288 8.79791C2.20288 8.32516 2.3725 7.9414 2.7174 7.65219C3.06229 7.36298 3.52027 7.21838 4.10263 7.21838C4.29487 7.21838 4.49276 7.23506 4.70196 7.26287C4.91116 7.29068 5.12601 7.33517 5.35217 7.38523V6.97922C5.35217 6.55653 5.26171 6.26176 5.08643 6.08935C4.9055 5.91693 4.60019 5.83351 4.16483 5.83351C3.96694 5.83351 3.76339 5.85575 3.55419 5.90581C3.34499 5.95586 3.14145 6.01704 2.94356 6.09491C2.85309 6.13384 2.78525 6.15609 2.74567 6.16721C2.70609 6.17833 2.67782 6.1839 2.6552 6.1839C2.57605 6.1839 2.53647 6.12828 2.53647 6.01148V5.73896C2.53647 5.64997 2.54778 5.58323 2.57605 5.5443C2.60432 5.50536 2.6552 5.46643 2.73436 5.4275C2.93225 5.32739 3.16972 5.24396 3.44677 5.17722C3.72381 5.10492 4.01782 5.07155 4.32879 5.07155C5.00162 5.07155 5.49352 5.22172 5.81015 5.52205C6.12112 5.82238 6.27943 6.27845 6.27943 6.89024V8.69224H6.29074ZM3.99521 9.53762C4.18179 9.53762 4.37402 9.50425 4.57757 9.43751C4.78111 9.37077 4.96204 9.24841 5.1147 9.08156C5.20517 8.97589 5.27301 8.85909 5.30694 8.72561C5.34086 8.59213 5.36348 8.43084 5.36348 8.24174V8.00814C5.19951 7.96921 5.02424 7.93584 4.84331 7.9136C4.66238 7.89135 4.48711 7.88022 4.31183 7.88022C3.93301 7.88022 3.65596 7.95253 3.46938 8.10269C3.2828 8.25286 3.19233 8.46421 3.19233 8.74229C3.19233 9.0037 3.26018 9.19836 3.40153 9.33184C3.53723 9.47088 3.73512 9.53762 3.99521 9.53762ZM8.53538 10.1383C8.43361 10.1383 8.36576 10.1216 8.32053 10.0827C8.2753 10.0493 8.23572 9.97144 8.2018 9.86576L6.8731 5.56654C6.83918 5.45531 6.82222 5.38301 6.82222 5.34407C6.82222 5.25509 6.86745 5.20503 6.95791 5.20503H7.51201C7.61943 5.20503 7.69294 5.22172 7.73251 5.26065C7.77775 5.29402 7.81167 5.37188 7.84559 5.47756L8.79547 9.15942L9.6775 5.47756C9.70577 5.36632 9.73969 5.29402 9.78492 5.26065C9.83015 5.22728 9.90931 5.20503 10.0111 5.20503H10.4634C10.5708 5.20503 10.6443 5.22172 10.6896 5.26065C10.7348 5.29402 10.7744 5.37188 10.797 5.47756L11.6903 9.20392L12.6685 5.47756C12.7024 5.36632 12.742 5.29402 12.7816 5.26065C12.8268 5.22728 12.9003 5.20503 13.0021 5.20503H13.5279C13.6183 5.20503 13.6692 5.24952 13.6692 5.34407C13.6692 5.37188 13.6636 5.39969 13.6579 5.43306C13.6523 5.46643 13.641 5.51093 13.6183 5.5721L12.2557 9.87133C12.2218 9.98256 12.1822 10.0549 12.137 10.0882C12.0918 10.1216 12.0183 10.1439 11.9221 10.1439H11.4359C11.3285 10.1439 11.255 10.1272 11.2097 10.0882C11.1645 10.0493 11.1249 9.977 11.1023 9.86576L10.2259 6.27844L9.35522 9.8602C9.32695 9.97144 9.29302 10.0437 9.24779 10.0827C9.20256 10.1216 9.1234 10.1383 9.02163 10.1383H8.53538ZM15.8008 10.2885C15.5068 10.2885 15.2128 10.2551 14.9301 10.1883C14.6474 10.1216 14.4269 10.0493 14.2799 9.96588C14.1894 9.91582 14.1272 9.8602 14.1046 9.81015C14.082 9.76009 14.0707 9.70447 14.0707 9.65442V9.37077C14.0707 9.25397 14.1159 9.19836 14.2007 9.19836C14.2346 9.19836 14.2686 9.20392 14.3025 9.21504C14.3364 9.22617 14.3873 9.24841 14.4438 9.27066C14.6361 9.35409 14.8453 9.42083 15.0658 9.46532C15.2919 9.50981 15.5124 9.53206 15.7386 9.53206C16.0948 9.53206 16.3719 9.47088 16.5641 9.34852C16.7563 9.22616 16.8581 9.04819 16.8581 8.82016C16.8581 8.66443 16.8072 8.53651 16.7054 8.43084C16.6037 8.32516 16.4114 8.23061 16.1344 8.14163L15.3146 7.89135C14.9018 7.76343 14.5965 7.57433 14.4099 7.32405C14.2233 7.07933 14.1272 6.80681 14.1272 6.5176C14.1272 6.28401 14.1781 6.07822 14.2799 5.90025C14.3816 5.72227 14.5173 5.56654 14.687 5.44418C14.8566 5.31626 15.0488 5.22172 15.275 5.15497C15.5011 5.08823 15.7386 5.06042 15.9874 5.06042C16.1118 5.06042 16.2418 5.06599 16.3662 5.08267C16.4962 5.09936 16.615 5.1216 16.7337 5.14385C16.8468 5.17166 16.9542 5.19947 17.056 5.23284C17.1578 5.26621 17.2369 5.29958 17.2935 5.33295C17.3726 5.37744 17.4292 5.42194 17.4631 5.47199C17.497 5.51649 17.514 5.57767 17.514 5.65553V5.91693C17.514 6.03373 17.4687 6.09491 17.3839 6.09491C17.3387 6.09491 17.2652 6.07266 17.1691 6.02817C16.8468 5.88356 16.4849 5.81126 16.0835 5.81126C15.7612 5.81126 15.5068 5.86131 15.3315 5.96699C15.1562 6.07266 15.0658 6.23395 15.0658 6.46198C15.0658 6.61771 15.1223 6.75119 15.2354 6.85687C15.3485 6.96254 15.5577 7.06821 15.8573 7.16276L16.6602 7.41304C17.0673 7.54096 17.3613 7.71893 17.5366 7.94697C17.7119 8.175 17.7967 8.4364 17.7967 8.72561C17.7967 8.96476 17.7458 9.18167 17.6497 9.37077C17.5479 9.55987 17.4122 9.72672 17.2369 9.8602C17.0616 9.99925 16.8524 10.0994 16.6093 10.1717C16.3549 10.2495 16.0892 10.2885 15.8008 10.2885Z" fill="white"/>
4
+ <path d="M15.4673 12.0515C16.0722 11.9792 17.4066 11.8235 17.6441 12.1238C17.8815 12.4186 17.3783 13.6588 17.1522 14.2095C17.0843 14.3763 17.2313 14.4431 17.384 14.3151C18.3791 13.492 18.6392 11.7734 18.4356 11.5231C18.2321 11.2784 16.485 11.0671 15.422 11.8012C15.2581 11.918 15.2863 12.0738 15.4673 12.0515Z" fill="#FF9900"/>
5
+ <path d="M9.98284 15.0604C12.3066 15.0604 15.0093 14.3429 16.8694 12.9914C17.1748 12.769 16.909 12.4297 16.598 12.5687C14.5117 13.4364 12.2444 13.8591 10.1807 13.8591C7.12191 13.8591 4.16485 13.0304 1.76755 11.6622C1.55835 11.5398 1.40004 11.7512 1.57531 11.9069C3.79169 13.8758 6.72613 15.0604 9.98284 15.0604Z" fill="#FF9900"/>
6
+ </svg>
package/svg/awslambda.svg CHANGED
@@ -1 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="#f37b21" d="M0 0h20v20H0z"/><path d="M7.67 5.79L13.47 18h4.21v-3.7h-1.63L10.21 2h-5.2v3.79h2.66zM6.55 18l2.31-5.02L6.7 8.42 2.32 18h4.23z" fill="#fff"/></svg>
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="100%" height="100%" fill="#D86613"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.47187 3.02237C5.47187 2.87194 5.59381 2.75 5.74424 2.75H10.0208C10.1251 2.75 10.2203 2.80961 10.2658 2.90349L15.2394 13.1558H16.4112C16.5617 13.1558 16.6836 13.2777 16.6836 13.4282V16.4776C16.6836 16.6281 16.5617 16.75 16.4112 16.75H12.9487C12.8444 16.75 12.7492 16.6904 12.7037 16.5966L7.73624 6.36242H5.74424C5.59381 6.36242 5.47187 6.24047 5.47187 6.09005V3.02237ZM6.01661 3.29474V5.81768H7.9068C8.01112 5.81768 8.10628 5.87726 8.15183 5.97111L13.1193 16.2053H16.1389V13.7005H15.0688C14.9644 13.7005 14.8692 13.6409 14.8237 13.5471L9.85016 3.29474H6.01661ZM7.29227 8.19444C7.39711 8.19388 7.49297 8.25355 7.53875 8.34786L9.34282 12.0642C9.37837 12.1375 9.3793 12.2228 9.34535 12.2968L7.38665 16.5654C7.34225 16.6621 7.24555 16.7241 7.13909 16.7241H3.52237C3.42906 16.7241 3.34224 16.6764 3.2923 16.5975C3.24235 16.5187 3.23624 16.4198 3.27609 16.3354L7.04744 8.35049C7.09222 8.25569 7.18743 8.195 7.29227 8.19444ZM7.2971 9.09745L3.95224 16.1794H6.9644L8.79662 12.1865L7.2971 9.09745Z" fill="white"/>
4
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="100%" height="100%" fill="white"/>
3
+ <path d="M18.3931 10.2923C18.5484 10.135 18.5225 9.83775 18.3931 9.67166L17.5732 8.84119L13.9053 5.2396C13.75 5.08224 13.5083 5.08224 13.3184 5.2396C13.1631 5.39695 13.1027 5.69417 13.3184 5.86026L17.1676 9.6804C17.3229 9.83775 17.3229 10.135 17.1676 10.3011L13.2408 14.2523C13.0854 14.4097 13.0854 14.7069 13.2408 14.873C13.3961 15.0303 13.6896 15.0041 13.8276 14.873L17.4696 11.2189C17.4696 11.2189 17.4696 11.2189 17.4955 11.1927L18.3931 10.2923Z" fill="#3999C6"/>
4
+ <path d="M1.60702 10.2923C1.45167 10.135 1.47757 9.83775 1.60702 9.67166L2.4269 8.84119L6.09478 5.2396C6.25013 5.08224 6.49178 5.08224 6.68164 5.2396C6.83699 5.39695 6.8974 5.69417 6.68164 5.86026L2.9102 9.6804C2.75485 9.83775 2.75485 10.135 2.9102 10.3011L6.75932 14.2523C6.91466 14.4097 6.91466 14.7069 6.75932 14.873C6.60397 15.0303 6.31054 15.0041 6.17246 14.873L2.45279 11.2714C2.45279 11.2714 2.45279 11.2714 2.4269 11.2452L1.60702 10.2923Z" fill="#3999C6"/>
5
+ <path d="M6.91457 18.125L14.2503 7.60869H10.686L14.1381 2.25H8.95995L6.17236 10.2137L9.57271 10.24L6.91457 18.125Z" fill="#FCD116"/>
6
+ <path opacity="0.3" d="M11.9633 8.89372L6.91455 18.125L14.2503 7.60869H10.686L14.1381 2.25H11.4282L8.56294 8.8675L11.9633 8.89372Z" fill="#FF8C00"/>
7
+ </svg>
package/svg/azure.svg CHANGED
@@ -1 +1,22 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><defs><style>.b{fill:#fff}</style></defs><path fill="#0078d4" d="M0 0h20v20H0z"/><path class="b" d="M2 7.64L3.54 5.6l5.3-1.51v-2.3l5.73 3.43L4.26 7.33v5.88L2 12.22V7.64z"/><path class="b" d="M14.57 5.22v8.8l-10.31-.81 3.44 4.58v-2.3l6.21 2.3L18 14.48V4.69l-3.43.53z"/></svg>
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="100%" height="100%" fill="white"/>
3
+ <path d="M7.45317 2.75017H11.8497L7.28567 16.273C7.23877 16.4119 7.14946 16.5327 7.03033 16.6182C6.9112 16.7038 6.76824 16.7498 6.62158 16.7498H3.19997C3.08885 16.7498 2.97933 16.7234 2.88045 16.6727C2.78158 16.622 2.69621 16.5484 2.63139 16.4582C2.56658 16.3679 2.52419 16.2635 2.50772 16.1536C2.49126 16.0437 2.5012 15.9315 2.53672 15.8262L6.78891 3.22701C6.8358 3.08799 6.92512 2.96719 7.04429 2.88162C7.16345 2.79604 7.30647 2.75018 7.45317 2.75017Z" fill="url(#paint0_linear_30_773)"/>
4
+ <path d="M13.842 11.8203H6.87015C6.80533 11.8202 6.742 11.8397 6.68839 11.8761C6.63479 11.9126 6.5934 11.9643 6.56962 12.0246C6.54584 12.0849 6.54077 12.151 6.55507 12.2142C6.56937 12.2774 6.60238 12.3349 6.6498 12.379L11.1298 16.5605C11.2602 16.6822 11.4319 16.7498 11.6103 16.7498H15.5581L13.842 11.8203Z" fill="#0078D4"/>
5
+ <path d="M7.4535 2.75025C7.30519 2.74968 7.16058 2.79655 7.0408 2.88401C6.92102 2.97147 6.83234 3.09493 6.78772 3.23637L2.54228 15.8148C2.50437 15.9205 2.49247 16.0337 2.50758 16.145C2.5227 16.2562 2.56438 16.3622 2.62911 16.4539C2.69384 16.5456 2.77971 16.6204 2.87946 16.6719C2.9792 16.7235 3.08989 16.7502 3.20216 16.7499H6.71207C6.8428 16.7265 6.96498 16.6689 7.06614 16.5829C7.1673 16.4969 7.24381 16.3855 7.28786 16.2602L8.13448 13.7651L11.1586 16.5858C11.2853 16.6906 11.4443 16.7486 11.6088 16.7499H15.5418L13.8168 11.8205L8.78827 11.8216L11.8659 2.75025H7.4535Z" fill="url(#paint1_linear_30_773)"/>
6
+ <path d="M13.0688 3.22641C13.0219 3.08762 12.9328 2.96701 12.8138 2.88159C12.6948 2.79617 12.552 2.75023 12.4055 2.75024H7.50562C7.65208 2.75025 7.79486 2.7962 7.91384 2.88162C8.03283 2.96704 8.12202 3.08763 8.16886 3.22641L12.4212 15.8261C12.4568 15.9314 12.4667 16.0437 12.4503 16.1536C12.4338 16.2635 12.3915 16.368 12.3266 16.4582C12.2618 16.5485 12.1764 16.6221 12.0776 16.6728C11.9787 16.7236 11.8691 16.7501 11.758 16.7501H16.658C16.7692 16.75 16.8787 16.7235 16.9776 16.6728C17.0764 16.622 17.1618 16.5485 17.2266 16.4582C17.2914 16.3679 17.3338 16.2635 17.3502 16.1536C17.3666 16.0437 17.3567 15.9314 17.3211 15.8261L13.0688 3.22641Z" fill="url(#paint2_linear_30_773)"/>
7
+ <linearGradient id="paint0_linear_30_773" x1="9.05558" y1="3.78759" x2="4.48966" y2="17.2765" gradientUnits="userSpaceOnUse">
8
+ <stop stop-color="#114A8B"/>
9
+ <stop offset="1" stop-color="#0669BC"/>
10
+ </linearGradient>
11
+ <linearGradient id="paint1_linear_30_773" x1="10.4822" y1="10.0739" x2="9.42603" y2="10.431" gradientUnits="userSpaceOnUse">
12
+ <stop stop-opacity="0.3"/>
13
+ <stop offset="0.071" stop-opacity="0.2"/>
14
+ <stop offset="0.321" stop-opacity="0.1"/>
15
+ <stop offset="0.623" stop-opacity="0.05"/>
16
+ <stop offset="1" stop-opacity="0"/>
17
+ </linearGradient>
18
+ <linearGradient id="paint2_linear_30_773" x1="9.90111" y1="3.39424" x2="14.9131" y2="16.7472" gradientUnits="userSpaceOnUse">
19
+ <stop stop-color="#3CCBF4"/>
20
+ <stop offset="1" stop-color="#2892DF"/>
21
+ </linearGradient>
22
+ </svg>
package/svg/connect.svg CHANGED
@@ -1 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="#424242" d="M0 0h20v20H0z"/><path d="M8.34 16.9a4.13 4.13 0 11-4-7 2.54 2.54 0 001.34-1.11A2.57 2.57 0 006 7a4 4 0 01-.1-1.28A4.13 4.13 0 1114 7a2.59 2.59 0 00.3 1.75A2.62 2.62 0 0015.8 10a4.13 4.13 0 11-4.09 7 2.51 2.51 0 00-1.7-.64 2.57 2.57 0 00-1.67.54zM10 8.48a2.35 2.35 0 112.34-2.35A2.35 2.35 0 0110 8.48zm0 .46a2.81 2.81 0 10-2.87-2.81A2.81 2.81 0 0010 8.94zm5.64 2.9a2.35 2.35 0 11-3.21.86 2.34 2.34 0 013.16-.86zM13 16.31a2.82 2.82 0 10-1-3.85 2.82 2.82 0 001 3.85zm-6.35-.41a2.35 2.35 0 11.86-3.2 2.34 2.34 0 01-.86 3.2zm-2.58-4.47a2.82 2.82 0 103.84 1 2.82 2.82 0 00-3.84-1z" fill="#fff" fill-rule="evenodd"/></svg>
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="100%" height="100%" fill="#009432"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.5089 2.4253C12.9711 3.25709 14.4299 4.0942 15.8867 4.93531C16.8667 5.50159 17.363 6.35601 17.369 7.47992C17.3764 9.16547 17.3778 10.8517 17.3684 12.5372C17.3623 13.6472 16.8687 14.4956 15.9022 15.0559C14.4366 15.9043 12.9677 16.7467 11.4948 17.5819C10.5135 18.1375 9.51611 18.1402 8.53415 17.5852C7.36184 16.9222 6.19413 16.2512 5.02639 15.5803C4.71626 15.4021 4.40613 15.2239 4.09592 15.0459C3.33531 14.61 2.88994 13.9493 2.7028 13.1055C2.68996 13.0473 2.67054 12.9903 2.65117 12.9334C2.64222 12.9072 2.63327 12.8809 2.625 12.8546V7.19512C2.64306 7.12534 2.6594 7.05497 2.67575 6.9846C2.71163 6.83019 2.74749 6.6758 2.8014 6.52769C3.04756 5.84895 3.4661 5.30995 4.10933 4.94529C4.92372 4.48376 5.73525 4.01776 6.54674 3.55177C7.20358 3.17459 7.86043 2.79741 8.51873 2.42264C9.51275 1.85635 10.5162 1.86101 11.5089 2.4253ZM4.35901 10.1876C4.39257 10.1765 4.41999 10.1675 4.4447 10.1536C5.33543 9.66387 6.22549 9.66055 7.12763 10.133C7.24501 10.1949 7.41135 10.2168 7.54214 10.1916C9.12507 9.8828 10.4719 9.15282 11.5357 7.93774C11.6222 7.83926 11.6806 7.68621 11.6879 7.55512C11.7403 6.63483 12.1541 5.93146 12.9308 5.43305C12.9813 5.40092 13.0302 5.36604 13.0894 5.32377C13.1221 5.30041 13.1581 5.27471 13.1991 5.24607C12.94 5.09753 12.6849 4.95204 12.4327 4.80824C11.8512 4.47663 11.2855 4.15406 10.7241 3.82404C10.2452 3.54256 9.78574 3.54256 9.3055 3.82005C8.01632 4.5647 6.72398 5.3031 5.43128 6.0417C5.26401 6.13728 5.09625 6.23313 4.92897 6.32873C4.51915 6.56296 4.28238 6.91697 4.27165 7.37944C4.25622 8.05032 4.25893 8.72198 4.26164 9.39352C4.26246 9.59786 4.26329 9.80227 4.2636 10.0066C4.2636 10.0475 4.27445 10.0881 4.28645 10.1331C4.29261 10.1561 4.29906 10.1803 4.30451 10.2062C4.32444 10.199 4.34247 10.193 4.35901 10.1876ZM15.0497 13.6984C15.548 13.4156 15.77 12.9917 15.7734 12.4407C15.7777 11.819 15.7763 11.1974 15.7749 10.5753C15.7746 10.4317 15.7743 10.288 15.774 10.1443C15.7736 10.0784 15.768 10.0124 15.762 9.94065C15.7593 9.90811 15.7564 9.87437 15.7539 9.83888C15.7304 9.843 15.7094 9.84539 15.6905 9.84754C15.6545 9.85163 15.6263 9.85484 15.603 9.8675C14.7036 10.3533 13.8121 10.3273 12.9194 9.84554C12.8302 9.79696 12.7021 9.77966 12.6015 9.79829C11.0105 10.0878 9.663 10.8191 8.58513 12.0195C8.47714 12.1399 8.4047 12.3276 8.39263 12.49C8.32153 13.4242 7.88623 14.1249 7.08336 14.608C7.03646 14.6361 6.99073 14.6665 6.93578 14.7031C6.90745 14.7219 6.87655 14.7425 6.8419 14.7651C7.07361 14.8981 7.3029 15.0293 7.53031 15.1595L7.53402 15.1616C8.13452 15.5054 8.7226 15.842 9.30684 16.1831C9.77367 16.4559 10.2284 16.4633 10.6986 16.1918C12.1467 15.3566 13.5955 14.5229 15.0497 13.6984Z" fill="white"/>
4
+ </svg>
package/svg/express.svg CHANGED
@@ -1 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M0 0h20v20H0z"/><path d="M4.57 2h10.75v.85H5.55v6.41h9.19v.85H5.55v7h9.88V18H4.57z" fill="#fff"/></svg>
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="100%" height="100%" fill="white"/>
3
+ <path d="M18 14.4444C17.418 14.5938 17.058 14.4509 16.735 13.9611L14.438 10.7515L14.106 10.3071L11.4235 13.9717C11.117 14.4126 10.7955 14.6045 10.2235 14.4484L13.6585 9.79151L10.4605 5.58504C11.0105 5.47697 11.3905 5.53202 11.728 6.02942L14.1105 9.27895L16.5105 6.04709C16.818 5.60625 17.1485 5.4386 17.7005 5.6012L16.4605 7.26157L14.7805 9.47085C14.5805 9.72334 14.608 9.89604 14.792 10.1399L18 14.4444ZM2.004 9.71374L2.285 8.31798C3.05 5.55575 6.185 4.40794 8.347 6.11476C9.6105 7.11866 9.9245 8.53866 9.862 10.1293H2.74C2.633 12.9926 4.6735 14.7206 7.275 13.8389C8.1875 13.5294 8.725 12.8077 8.994 11.9048C9.1305 11.4524 9.3565 11.3817 9.7775 11.511C9.5625 12.6401 9.0775 13.5834 8.0525 14.1737C6.521 15.0574 4.335 14.7716 3.185 13.5435C2.5 12.831 2.217 11.9281 2.09 10.9626C2.07 10.803 2.03 10.651 2 10.498C2.00267 10.2367 2.004 9.97549 2.004 9.71425V9.71374ZM2.753 9.52185H9.189C9.147 7.45144 7.8705 5.98094 6.126 5.96832C4.211 5.95317 2.836 7.38882 2.753 9.52185Z" fill="black"/>
4
+ </svg>
package/svg/falcon.svg CHANGED
@@ -1,50 +1,7 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <svg
3
- viewBox="0 0 20 20"
4
- version="1.1"
5
- id="svg488"
6
- sodipodi:docname="falcon.svg"
7
- inkscape:version="1.1.2 (b8e25be8, 2022-02-05)"
8
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
9
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
10
- xmlns="http://www.w3.org/2000/svg"
11
- xmlns:svg="http://www.w3.org/2000/svg">
12
- <defs
13
- id="defs492" />
14
- <sodipodi:namedview
15
- id="namedview490"
16
- pagecolor="#ffffff"
17
- bordercolor="#666666"
18
- borderopacity="1.0"
19
- inkscape:pageshadow="2"
20
- inkscape:pageopacity="0.0"
21
- inkscape:pagecheckerboard="0"
22
- showgrid="false"
23
- inkscape:zoom="26.02153"
24
- inkscape:cx="10.030156"
25
- inkscape:cy="10.010941"
26
- inkscape:window-width="2609"
27
- inkscape:window-height="1081"
28
- inkscape:window-x="0"
29
- inkscape:window-y="25"
30
- inkscape:window-maximized="0"
31
- inkscape:current-layer="svg488" />
32
- <g
33
- transform="matrix(0.00593435,0,0,-0.00593435,-0.96582498,21.310612)"
34
- fill="#f0ad4e"
35
- stroke="none"
36
- id="g249">
37
- <path
38
- d="M 659,3513 C 427,3273 310,3031 310,2790 c 0,-55 4,-102 10,-105 6,-3 10,-16 10,-28 0,-28 24,-97 56,-162 42,-87 103,-148 269,-268 130,-94 202,-200 226,-334 l 13,-72 36,15 c 91,39 161,53 370,75 134,14 186,34 248,95 88,88 46,145 -229,308 -296,176 -402,258 -517,401 -92,115 -139,210 -162,328 -22,110 8,284 75,440 19,46 35,86 35,90 0,21 -33,-1 -91,-60 z"
39
- id="path241" />
40
- <path
41
- d="m 3325,3432 c -5,-4 -18,-24 -27,-44 -58,-124 -250,-241 -553,-335 -27,-9 -75,-23 -105,-33 -30,-9 -89,-28 -130,-40 -509,-155 -598,-235 -780,-695 -82,-206 -125,-275 -210,-331 -71,-48 -129,-64 -290,-84 -256,-31 -355,-61 -435,-132 -49,-42 -65,-86 -65,-174 0,-40 -4,-75 -8,-78 -5,-3 -14,-30 -21,-61 -10,-42 -10,-63 -1,-90 14,-41 53,-75 88,-75 25,0 26,7 7,52 -4,11 2,25 19,43 22,22 33,25 101,25 78,0 104,8 141,42 21,19 22,19 50,-12 59,-65 213,-157 405,-243 91,-41 148,-90 191,-166 29,-50 33,-64 33,-136 0,-117 -42,-197 -124,-235 -14,-7 -34,-16 -43,-21 -10,-5 -47,-9 -83,-9 h -65 l -21,-47 c -12,-27 -27,-60 -35,-74 -11,-22 -11,-29 0,-45 13,-17 17,-15 65,34 50,51 81,66 81,38 0,-8 -18,-28 -39,-45 -49,-39 -56,-67 -33,-133 19,-54 44,-70 50,-33 2,11 17,33 33,49 16,15 29,34 29,41 0,7 7,18 15,25 22,18 31,-14 17,-64 -9,-34 -8,-44 5,-58 10,-11 13,-26 9,-43 -4,-18 -2,-25 7,-25 14,0 47,31 47,44 0,4 9,21 21,37 21,30 22,36 3,142 -3,20 -2,37 2,37 21,0 93,-46 97,-62 7,-26 37,-11 37,19 0,38 -27,80 -60,95 -33,14 -39,36 -12,44 63,20 122,56 175,109 64,62 75,75 116,135 57,83 110,120 171,120 84,0 348,-118 552,-247 95,-60 281,-190 312,-218 6,-6 40,-31 76,-57 36,-25 98,-73 138,-107 40,-33 76,-61 80,-61 33,0 44,86 15,112 -10,8 -45,30 -78,48 -73,41 -214,136 -275,187 -138,113 -314,334 -431,541 -11,17 -28,48 -39,68 -84,147 -244,334 -287,334 -17,0 -17,1 10,130 8,41 20,111 26,155 18,122 44,261 63,330 54,203 169,344 378,462 293,167 410,270 494,437 45,89 54,111 81,211 14,51 31,175 24,175 -2,0 -8,-4 -14,-8 z"
42
- id="path243" />
43
- <path
44
- d="m 1595,1067 c -2,-7 -5,-32 -8,-58 -6,-70 -53,-163 -107,-213 -65,-61 -105,-80 -139,-67 -14,5 -54,13 -88,16 -50,6 -68,3 -92,-11 -26,-15 -31,-25 -31,-56 0,-44 -1,-43 36,-23 16,8 35,15 42,15 21,0 13,-20 -13,-32 -29,-13 -37,-38 -39,-116 -1,-59 17,-82 33,-40 5,13 24,31 42,41 19,10 45,36 59,57 26,44 40,51 40,21 0,-64 33,-67 61,-5 17,34 26,43 38,38 33,-14 72,-16 86,-4 14,12 13,16 -6,36 -12,13 -21,25 -18,27 22,16 70,27 119,27 88,0 100,15 100,128 0,115 -30,197 -79,218 -25,10 -33,11 -36,1 z"
45
- id="path245" />
46
- <path
47
- d="m 2400,852 c 0,-5 37,-28 83,-51 221,-117 357,-244 408,-385 23,-61 24,-83 4,-129 -25,-61 -29,-60 133,-55 146,5 232,21 232,44 0,11 -120,124 -164,153 -12,8 -23,18 -26,21 -3,3 -23,19 -45,36 -22,16 -46,34 -52,39 -7,6 -23,18 -35,27 -13,10 -41,32 -63,49 -22,17 -56,40 -75,50 -46,25 -74,43 -80,50 -7,8 -145,83 -210,114 -30,14 -63,30 -72,35 -22,12 -38,13 -38,2 z"
48
- id="path247" />
49
- </g>
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="100%" height="100%" fill="#202020"/>
3
+ <path d="M16.9753 2.9178C17.0181 2.82258 17.08 2.72737 17.1038 2.70832C17.1324 2.68928 17.1609 2.67024 17.1705 2.67024C17.2038 2.67024 17.1228 3.26058 17.0562 3.50338C16.9277 3.97946 16.8848 4.08419 16.6706 4.50791C16.2707 5.30296 15.7136 5.79332 14.3187 6.58837C13.3237 7.15015 12.7762 7.82142 12.5192 8.78786C12.4287 9.11635 12.3049 9.77811 12.2192 10.3589C12.1907 10.5684 12.1335 10.9017 12.0954 11.0968C11.9669 11.711 11.9669 11.7157 12.0478 11.7157C12.2526 11.7157 13.0143 12.606 13.4142 13.3059L13.4187 13.314C13.4711 13.4093 13.549 13.5509 13.5999 13.6296C14.1569 14.6151 14.9948 15.6672 15.6518 16.2052C15.9422 16.448 16.6134 16.9003 16.961 17.0954C17.1181 17.1811 17.2847 17.2859 17.3323 17.324C17.4704 17.4477 17.418 17.8572 17.2609 17.8572C17.2419 17.8572 17.0705 17.7239 16.88 17.5668C16.6896 17.4049 16.3944 17.1764 16.2231 17.0574C16.0517 16.9336 15.8898 16.8146 15.8612 16.786C15.7136 16.6527 14.8281 16.0338 14.3759 15.7481C13.4047 15.134 12.1478 14.5722 11.7479 14.5722C11.4575 14.5722 11.2052 14.7484 10.9338 15.1435C10.7386 15.4292 10.6862 15.4911 10.3816 15.7862C10.1292 16.0386 9.84835 16.2099 9.54842 16.3052C9.41988 16.3432 9.44844 16.448 9.60555 16.5146C9.76265 16.586 9.8912 16.786 9.8912 16.9669C9.8912 17.1097 9.74837 17.1811 9.71505 17.0574C9.696 16.9812 9.35323 16.7622 9.25325 16.7622C9.23421 16.7622 9.22945 16.8431 9.24373 16.9383C9.33418 17.443 9.32942 17.4716 9.22945 17.6144C9.17232 17.6905 9.12947 17.7715 9.12947 17.7905C9.12947 17.8524 8.97236 18 8.90571 18C8.86286 18 8.85334 17.9667 8.87239 17.881C8.89143 17.8 8.87715 17.7286 8.82954 17.6763C8.76765 17.6096 8.76289 17.562 8.80574 17.4001C8.87239 17.1621 8.82954 17.0098 8.7248 17.0954C8.68672 17.1288 8.65339 17.1811 8.65339 17.2145C8.65339 17.2478 8.5915 17.3382 8.51533 17.4097C8.43915 17.4858 8.36774 17.5906 8.35822 17.6429C8.32966 17.8191 8.21064 17.7429 8.12018 17.4858C8.01068 17.1716 8.04401 17.0383 8.27729 16.8526C8.37726 16.7717 8.46296 16.6765 8.46296 16.6384C8.46296 16.5051 8.31537 16.5765 8.07733 16.8193C7.84882 17.0526 7.82977 17.0621 7.76788 16.9812C7.71551 16.905 7.71551 16.8717 7.76788 16.767C7.80597 16.7003 7.87738 16.5432 7.93451 16.4147L8.03449 16.1909H8.34394C8.51533 16.1909 8.69148 16.1719 8.73908 16.1481C8.76438 16.134 8.80793 16.1133 8.85308 16.0919C8.88441 16.077 8.9165 16.0617 8.9438 16.0481C9.33418 15.8672 9.53414 15.4863 9.53414 14.9293C9.53414 14.5865 9.51509 14.5199 9.37703 14.2818C9.17232 13.92 8.90095 13.6867 8.46772 13.4915C7.55365 13.0821 6.82048 12.6441 6.5396 12.3347C6.40629 12.1871 6.40153 12.1871 6.30156 12.2775C6.12541 12.4394 6.00163 12.4775 5.63028 12.4775C5.30655 12.4775 5.25418 12.4918 5.14944 12.5965C5.06851 12.6822 5.03995 12.7488 5.05899 12.8012C5.14944 13.0154 5.14468 13.0488 5.02566 13.0488C4.85904 13.0488 4.67336 12.8869 4.60671 12.6917C4.56387 12.5632 4.56387 12.4632 4.61147 12.2632C4.6448 12.1157 4.68765 11.9871 4.71145 11.9728C4.73049 11.9585 4.74954 11.7919 4.74954 11.6015C4.74954 11.1825 4.82571 10.9731 5.05899 10.7731C5.43985 10.4351 5.91117 10.2923 7.12994 10.1447C7.89642 10.0495 8.17255 9.9733 8.51057 9.74478C8.91523 9.47818 9.11995 9.14968 9.51033 8.16896C10.3768 5.97899 10.8005 5.59813 13.2238 4.8602C13.3399 4.82621 13.4864 4.78042 13.6161 4.73988L13.6164 4.73978C13.7045 4.71222 13.7849 4.6871 13.8427 4.66977C13.9159 4.64535 14.0118 4.61591 14.1051 4.58725L14.1054 4.58716C14.1938 4.55998 14.28 4.53351 14.3425 4.51267C15.7851 4.06515 16.6991 3.50814 16.9753 2.9178Z" fill="#F0AD4E"/>
4
+ <path d="M2.75 5.76475C2.75 4.6174 3.30701 3.46528 4.41152 2.32269C4.68764 2.04181 4.84475 1.93707 4.84475 2.03705C4.84475 2.05609 4.76858 2.24652 4.67812 2.46552C4.35915 3.2082 4.21633 4.03658 4.32106 4.56027C4.43056 5.12204 4.65432 5.57432 5.09231 6.12181C5.6398 6.8026 6.14445 7.19299 7.55364 8.03089C8.86286 8.8069 9.06282 9.07826 8.64387 9.49721C8.3487 9.78762 8.10113 9.88284 7.46319 9.94949C6.46818 10.0542 6.13493 10.1209 5.70169 10.3065L5.5303 10.378L5.46841 10.0352C5.35416 9.39724 5.01138 8.89259 4.39247 8.44508C3.60218 7.87378 3.31177 7.58337 3.11182 7.16918C2.95948 6.85973 2.84522 6.53124 2.84522 6.39793C2.84522 6.34081 2.82617 6.27892 2.79761 6.26463C2.76904 6.25035 2.75 6.02659 2.75 5.76475Z" fill="#F0AD4E"/>
5
+ <path d="M8.86763 13.9676C8.85811 14.0009 8.84383 14.1199 8.82954 14.2437C8.80098 14.577 8.57722 15.0197 8.32014 15.2578C8.01069 15.5482 7.82025 15.6386 7.65839 15.5767C7.59174 15.5529 7.4013 15.5148 7.23944 15.5006C7.0014 15.472 6.9157 15.4863 6.80144 15.5529C6.67766 15.6243 6.65386 15.6719 6.65386 15.8195C6.65386 15.8251 6.65386 15.8304 6.65385 15.8356C6.65379 15.9304 6.65377 15.977 6.67405 15.9889C6.69365 16.0004 6.73219 15.9795 6.80797 15.9384C6.81353 15.9354 6.81928 15.9323 6.82525 15.929C6.90142 15.8909 6.99188 15.8576 7.0252 15.8576C7.12518 15.8576 7.08709 15.9528 6.96331 16.01C6.82525 16.0719 6.78716 16.1909 6.77764 16.5622C6.77288 16.8431 6.85857 16.9526 6.93475 16.7527C6.95855 16.6908 7.04901 16.6051 7.1347 16.5575C7.22515 16.5099 7.34894 16.3861 7.41559 16.2861C7.53937 16.0766 7.60602 16.0433 7.60602 16.1861C7.60602 16.4908 7.76312 16.5051 7.89643 16.2099C7.97736 16.0481 8.02021 16.0052 8.07734 16.029C8.23444 16.0957 8.42011 16.1052 8.48677 16.0481C8.55342 15.9909 8.54866 15.9719 8.4582 15.8767C8.40107 15.8148 8.35822 15.7576 8.37251 15.7481C8.47724 15.6719 8.70576 15.6196 8.93904 15.6196C9.35799 15.6196 9.41512 15.5482 9.41512 15.0102C9.41512 14.4627 9.2723 14.0723 9.03902 13.9723C8.92 13.9247 8.88191 13.92 8.86763 13.9676Z" fill="#F0AD4E"/>
6
+ <path d="M13.0952 15.234C12.8762 15.1245 12.7001 15.015 12.7001 14.9912C12.7001 14.9388 12.7762 14.9436 12.881 15.0007C12.9238 15.0245 13.0809 15.1007 13.2237 15.1673C13.5332 15.3149 14.1902 15.672 14.2235 15.7101C14.2521 15.7434 14.3854 15.8291 14.6044 15.9481C14.6948 15.9957 14.8567 16.1052 14.9614 16.1861C15.0157 16.228 15.0776 16.2763 15.1333 16.3198C15.1851 16.3602 15.2315 16.3965 15.2614 16.4194C15.3185 16.4623 15.3947 16.5194 15.428 16.548C15.4566 16.5718 15.5708 16.6575 15.6756 16.7336C15.7803 16.8146 15.8755 16.8907 15.8898 16.905C15.9041 16.9193 15.9564 16.9669 16.0136 17.005C16.223 17.1431 16.7943 17.681 16.7943 17.7334C16.7943 17.8429 16.3849 17.9191 15.6898 17.9429C15.211 17.9576 15.0368 17.9651 15.002 17.8991C14.9808 17.8588 15.0115 17.7911 15.0567 17.681C15.1519 17.462 15.1471 17.3573 15.0376 17.0669C14.7948 16.3956 14.1473 15.791 13.0952 15.234Z" fill="#F0AD4E"/>
50
7
  </svg>