@legioncodeinc/hive 0.3.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/assets/brand/activeloop-full-mark-logo-on-dark.svg +209 -0
- package/assets/brand/activeloop-full-mark-logo.svg +208 -0
- package/assets/brand/divider-major.svg +1 -0
- package/assets/brand/divider-minor.svg +1 -0
- package/assets/brand/doctor-mark.svg +1 -0
- package/assets/brand/hive-mark.svg +1 -0
- package/assets/brand/hive-wordmark-black.svg +1 -0
- package/assets/brand/hive-wordmark-on-dark.svg +1 -0
- package/assets/brand/legion-logo-dark.svg +16 -0
- package/assets/brand/legion-logo-light.svg +16 -0
- package/assets/brand/nectar-mark.svg +1 -0
- package/assets/logos/fonts/Inter-Italic-VariableFont_opsz_wght.ttf +0 -0
- package/assets/logos/fonts/Inter-VariableFont_opsz_wght.ttf +0 -0
- package/assets/logos/fonts/JetBrainsMono-Bold.woff2 +0 -0
- package/assets/logos/fonts/JetBrainsMono-Medium.woff2 +0 -0
- package/assets/logos/fonts/JetBrainsMono-Regular.woff2 +0 -0
- package/assets/logos/fonts/JetBrainsMono-SemiBold.woff2 +0 -0
- package/assets/logos/honeycomb-memory-cluster.svg +17 -0
- package/assets/styles.css +11 -0
- package/assets/tokens/base.css +76 -0
- package/assets/tokens/colors.css +111 -0
- package/assets/tokens/fonts.css +32 -0
- package/assets/tokens/spacing.css +48 -0
- package/assets/tokens/typography.css +38 -0
- package/dist/daemon/dashboard/app.js +12 -12
- package/dist/daemon/installer/bin-resolver.js +22 -1
- package/dist/daemon/installer/bin-resolver.js.map +1 -1
- package/dist/daemon/installer/config.d.ts +2 -0
- package/dist/daemon/installer/config.js +5 -3
- package/dist/daemon/installer/config.js.map +1 -1
- package/dist/daemon/installer/install-state.d.ts +6 -0
- package/dist/daemon/installer/install-state.js +18 -1
- package/dist/daemon/installer/install-state.js.map +1 -1
- package/dist/daemon/installer/spawn.d.ts +1 -0
- package/dist/daemon/installer/spawn.js +13 -1
- package/dist/daemon/installer/spawn.js.map +1 -1
- package/dist/daemon/installer/token.d.ts +8 -7
- package/dist/daemon/installer/token.js +40 -18
- package/dist/daemon/installer/token.js.map +1 -1
- package/dist/daemon/registry.d.ts +6 -0
- package/dist/daemon/registry.js +15 -17
- package/dist/daemon/registry.js.map +1 -1
- package/dist/daemon/server.d.ts +11 -0
- package/dist/daemon/server.js +18 -0
- package/dist/daemon/server.js.map +1 -1
- package/dist/dashboard/web/onboarding/install-card.d.ts +3 -2
- package/dist/dashboard/web/onboarding/install-card.js +2 -1
- package/dist/dashboard/web/onboarding/install-card.js.map +1 -1
- package/dist/dashboard/web/onboarding/onboarding-screen.d.ts +1 -1
- package/dist/dashboard/web/onboarding/onboarding-screen.js +34 -2
- package/dist/dashboard/web/onboarding/onboarding-screen.js.map +1 -1
- package/dist/dashboard/web/onboarding/use-install-dwell.d.ts +12 -7
- package/dist/dashboard/web/onboarding/use-install-dwell.js +12 -7
- package/dist/dashboard/web/onboarding/use-install-dwell.js.map +1 -1
- package/dist/dashboard/web/onboarding/use-onboarding-token.d.ts +7 -2
- package/dist/dashboard/web/onboarding/use-onboarding-token.js +10 -3
- package/dist/dashboard/web/onboarding/use-onboarding-token.js.map +1 -1
- package/dist/dashboard/web/pages/hive-graph.js +128 -42
- package/dist/dashboard/web/pages/hive-graph.js.map +1 -1
- package/dist/dashboard/web/wire.d.ts +91 -14
- package/dist/dashboard/web/wire.js +71 -0
- package/dist/dashboard/web/wire.js.map +1 -1
- package/dist/install/registry.d.ts +2 -2
- package/dist/install/registry.js +14 -7
- package/dist/install/registry.js.map +1 -1
- package/dist/lock.d.ts +5 -2
- package/dist/lock.js +36 -1
- package/dist/lock.js.map +1 -1
- package/dist/service/index.d.ts +5 -0
- package/dist/service/index.js +9 -1
- package/dist/service/index.js.map +1 -1
- package/dist/service/templates.d.ts +22 -3
- package/dist/service/templates.js +47 -10
- package/dist/service/templates.js.map +1 -1
- package/dist/shared/apiary-root.d.ts +28 -0
- package/dist/shared/apiary-root.js +71 -0
- package/dist/shared/apiary-root.js.map +1 -0
- package/dist/shared/constants.d.ts +0 -1
- package/dist/shared/constants.js +3 -5
- package/dist/shared/constants.js.map +1 -1
- package/dist/shared/legacy-paths.d.ts +22 -0
- package/dist/shared/legacy-paths.js +48 -0
- package/dist/shared/legacy-paths.js.map +1 -0
- package/dist/shared/registry-paths.d.ts +19 -0
- package/dist/shared/registry-paths.js +52 -0
- package/dist/shared/registry-paths.js.map +1 -0
- package/dist/shared/state-migration.d.ts +13 -0
- package/dist/shared/state-migration.js +92 -0
- package/dist/shared/state-migration.js.map +1 -0
- package/dist/telemetry/emit.d.ts +10 -10
- package/dist/telemetry/emit.js +12 -3
- package/dist/telemetry/emit.js.map +1 -1
- package/package.json +6 -2
package/README.md
CHANGED
|
@@ -219,7 +219,7 @@ No MCP server, no SDK, and none pretending. The workload daemons own those surfa
|
|
|
219
219
|
|
|
220
220
|
<h2 align="center"><a href="https://ideas.theapiary.sh">📍 Status & Roadmap</a></h2>
|
|
221
221
|
|
|
222
|
-
Hive is **production ready (v0.
|
|
222
|
+
Hive is **production ready (v0.4.x)** and fully tested in live scenarios. The whole PRD program has shipped: the portal daemon, the migrated dashboard, the server-side BFF proxy, the OS service units and registry wiring, the portal gate, the fleet readiness surface, the Hive Graph page, and the onboarding installer. We document what's shipped; the roadmap and idea board for what comes next live at [ideas.theapiary.sh](https://ideas.theapiary.sh).
|
|
223
223
|
|
|
224
224
|
<img src="assets/brand/divider-minor.svg" width="100%" height="3">
|
|
225
225
|
|
|
@@ -0,0 +1,209 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="173" height="36" viewBox="0 0 173 36" style="enable-background:new 0 0 173 36;" xml:space="preserve">
|
|
3
|
+
<style type="text/css">
|
|
4
|
+
.st0 {
|
|
5
|
+
fill: #F2F3F5;
|
|
6
|
+
fill-rule: evenodd;
|
|
7
|
+
clip-rule: evenodd;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.st1 {
|
|
11
|
+
fill: url(#SVGID_1_);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.st2 {
|
|
15
|
+
fill: url(#SVGID_2_);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.st3 {
|
|
19
|
+
fill: url(#SVGID_3_);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.st4 {
|
|
23
|
+
fill: url(#SVGID_4_);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.st5 {
|
|
27
|
+
fill: url(#SVGID_5_);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.st6 {
|
|
31
|
+
fill: url(#SVGID_6_);
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.st7 {
|
|
35
|
+
fill: url(#SVGID_7_);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.st8 {
|
|
39
|
+
opacity: 0.3;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.st9 {
|
|
43
|
+
fill: url(#SVGID_8_);
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.st10 {
|
|
47
|
+
opacity: 0.5;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.st11 {
|
|
51
|
+
fill: url(#SVGID_9_);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.st12 {
|
|
55
|
+
fill: url(#SVGID_10_);
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.st13 {
|
|
59
|
+
fill: url(#SVGID_11_);
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.st14 {
|
|
63
|
+
fill: url(#SVGID_12_);
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
</style>
|
|
67
|
+
<path class="st0" d="M91.8,8.3c0-1-0.8-1.8-1.9-1.8c-1.1,0-1.9,0.8-1.9,1.8c0,1.1,0.8,1.9,1.9,1.9C91,10.2,91.8,9.4,91.8,8.3z
|
|
68
|
+
M122.7,7.8v8v8.1c0,0.6,0.2,0.8,0.8,0.8h1.8c0.7,0,0.8-0.2,0.8-0.8v-0.1c0-5.4,0-10.7,0-16.1c0-0.6-0.2-0.8-0.8-0.8h-1.8
|
|
69
|
+
C122.8,6.9,122.7,7.1,122.7,7.8z M79.2,14.7L79.2,14.7c-0.2,0-0.4,0-0.6,0c-0.4,0-0.6-0.2-0.7-0.6c0-0.4,0-0.9,0-1.3
|
|
70
|
+
c0-0.4,0.2-0.6,0.6-0.6c0.2,0,0.4,0,0.6,0h0c0.1,0,0.2,0,0.3,0v-0.7V9c0-0.6,0.2-0.8,0.8-0.8c0.6,0,1.3,0,1.9,0
|
|
71
|
+
C82.8,8.3,83,8.5,83,9v2.6v0.5h1.8c0.8,0,0.9,0.2,0.9,0.9v1c0,0.5-0.2,0.7-0.7,0.7c-0.4,0-0.8,0-1.3,0h0h0h0h0c-0.2,0-0.4,0-0.7,0
|
|
72
|
+
c0,0.1,0,0.3,0,0.4v0v5.4l0,0c0,0.1,0,0.3,0,0.4c0.1,0.7,0.5,1.1,1.2,1.2c0.1,0,0.2,0,0.3,0c0.1,0,0.2,0,0.3,0
|
|
73
|
+
c0.4,0,0.7,0.2,0.7,0.7c0,0.3,0,0.6,0,0.9v0l0,0v0c0,0.1,0,0.3,0,0.4c0,0.3-0.2,0.6-0.5,0.6c-0.2,0-0.5,0-0.7,0
|
|
74
|
+
c-0.8,0-1.6,0-2.4-0.1c-1.4-0.3-2.2-1.3-2.3-2.7c-0.1-0.6-0.1-1.2-0.1-1.8v0v-4.8c-0.1-0.2-0.1-0.3-0.1-0.5l0,0
|
|
75
|
+
C79.5,14.7,79.3,14.7,79.2,14.7L79.2,14.7L79.2,14.7z M114,22c-1.4-0.1-2.6-1.3-2.8-2.7h0.5h5.7h2c0.6,0,0.8-0.2,0.8-0.8v0
|
|
76
|
+
c0-0.5,0-1-0.1-1.5c-0.4-2.3-1.5-4-3.8-4.8c-2.3-0.8-4.5-0.4-6.4,1.2c-1.3,1.2-1.9,2.7-2,4.5c-0.2,3.6,2,6.6,5.8,6.9
|
|
77
|
+
c2.1,0.2,3.9-0.4,5.4-1.9c0.4-0.4,0.4-0.7-0.1-1.1l-1.2-0.9c-0.4-0.3-0.6-0.3-1,0C116,21.8,115,22,114,22z M116.9,17.1h-5.6
|
|
78
|
+
c0.1-1.4,1.4-2.6,2.9-2.6C115.6,14.5,116.7,15.7,116.9,17.1z M141.6,18c0,3.4-1.7,5.8-4.3,6.6c-2.9,0.9-5.9,0-7.5-2.3
|
|
79
|
+
c-1.9-2.7-1.6-7.6,2-9.6c2.7-1.5,7-1.1,8.9,2.3C141.3,16,141.6,17.2,141.6,18z M135.1,21.6c1.8,0,3.1-1.3,3.1-3.2
|
|
80
|
+
c0-1.9-1.3-3.3-3.1-3.3c-1.8,0-3.1,1.3-3.1,3.2C132,20.3,133.3,21.6,135.1,21.6z M156.5,18.4c0-3.8-2.6-6.5-6.4-6.5
|
|
81
|
+
c-3.8,0-6.4,2.7-6.5,6.5c0,3.8,2.7,6.6,6.4,6.6C153.8,24.9,156.5,22.2,156.5,18.4z M151.5,15.4c1.1,0.5,1.7,1.6,1.7,3
|
|
82
|
+
c0,1.5-0.8,2.7-2.1,3.1c-2.4,0.7-4.3-1-4.1-3.5C147.3,15.3,149.8,14.6,151.5,15.4z M162.5,13.4c0.1,0,0.1-0.1,0.1-0.1
|
|
83
|
+
c0,0,0.1,0,0.1-0.1c1.4-1.3,3.1-1.6,4.9-1.1c2.6,0.7,4,2.5,4.4,5c0.4,2.3-0.1,4.5-1.9,6.2c-1.7,1.6-3.8,1.9-6,1.1
|
|
84
|
+
c-0.3-0.1-0.6-0.3-0.9-0.5l0,0l0,0c-0.1-0.1-0.3-0.2-0.4-0.3l-0.3-0.2v0.5v5c0,0.7-0.2,0.8-0.8,0.8h-1.9c-0.5,0-0.7-0.2-0.7-0.7
|
|
85
|
+
v-0.3V13c0-0.2,0-0.3,0-0.4c0.1-0.3,0.2-0.5,0.6-0.5c0.8,0,1.5,0,2.3,0c0.3,0,0.5,0.2,0.5,0.5V13.4z M165.6,21.6
|
|
86
|
+
c1.8,0,3.1-1.3,3.1-3.2c0-1.9-1.3-3.3-3.1-3.3c-1.8,0-3.1,1.4-3.1,3.3C162.5,20.3,163.8,21.6,165.6,21.6z M59.1,13.1L59.1,13.1
|
|
87
|
+
L59.1,13.1c0-0.1,0-0.3,0-0.4c0-0.4,0.2-0.6,0.6-0.6c0.8,0,1.5,0,2.2,0c0.4,0,0.5,0.2,0.6,0.6c0,0.1,0,0.1,0,0.2l0,0l0,0
|
|
88
|
+
c0,0,0,0.1,0,0.1v10.7c0,0.7-0.2,0.9-0.9,0.9h-1.8c-0.6,0-0.7-0.2-0.8-0.8v-0.4l0,0c-0.1,0-0.1,0-0.1,0.1c-1.6,1.7-4.6,1.7-6.4,0.6
|
|
89
|
+
c-1.7-1-2.6-2.6-2.9-4.5c-0.3-1.9,0-3.7,1.2-5.3c1.6-2.2,4.7-3,7-1.7c0.3,0.1,0.6,0.4,0.9,0.6v0c0.1,0.1,0.2,0.2,0.4,0.3
|
|
90
|
+
C59.1,13.2,59.1,13.2,59.1,13.1L59.1,13.1L59.1,13.1L59.1,13.1L59.1,13.1L59.1,13.1L59.1,13.1L59.1,13.1L59.1,13.1z M56,21.6
|
|
91
|
+
c1.8,0,3.1-1.3,3.1-3.3c0-1.9-1.3-3.3-3.1-3.3c-1.8,0-3.1,1.4-3.1,3.3C52.8,20.3,54.1,21.6,56,21.6z M65,17.9c0.1-2.2,1-4.2,3.4-5.4
|
|
92
|
+
c2.4-1.2,5.4-0.8,7.3,1c0,0,0.1,0.1,0.1,0.1l0,0c0.1,0.1,0.2,0.2,0.3,0.3c0.3,0.3,0.3,0.6-0.1,0.9c-0.5,0.4-1,0.8-1.5,1.2l0,0
|
|
93
|
+
c-0.3,0.3-0.6,0.1-0.9-0.2c-0.8-0.7-1.8-0.8-2.8-0.7c-1.5,0.3-2.5,1.6-2.5,3.2c0,1.3,0.5,2.3,1.7,2.9c1.2,0.6,2.4,0.5,3.6-0.3
|
|
94
|
+
c0.5-0.4,0.7-0.4,1.1,0c0.1,0.1,0.3,0.2,0.4,0.3c0.3,0.2,0.6,0.4,0.8,0.6c0.4,0.3,0.4,0.6,0.1,1c-1.3,1.4-2.9,2-4.8,2
|
|
95
|
+
C67.5,24.8,65,22.1,65,17.9z M100.6,19.4L100.6,19.4L100.6,19.4c-0.1,0.2-0.1,0.3-0.2,0.5c0,0-0.1,0-0.1,0c-0.2-0.5-0.4-1.1-0.6-1.6
|
|
96
|
+
l0,0c-0.2-0.4-0.3-0.8-0.5-1.2l0,0c-0.6-1.5-1.1-2.9-1.7-4.4c-0.1-0.3-0.3-0.6-0.6-0.6c-0.8,0-1.6,0-2.4,0c-0.3,0-0.5,0.2-0.4,0.6
|
|
97
|
+
c0,0.1,0.1,0.2,0.1,0.3c0,0,0,0.1,0,0.1c0.5,1.3,1,2.6,1.5,3.9c0.5,1.2,0.9,2.3,1.4,3.5c0.5,1.2,0.9,2.3,1.4,3.5
|
|
98
|
+
c0.2,0.5,0.4,0.7,1,0.7c0.2,0,0.4,0,0.6,0c0.4,0,0.9,0,1.3,0c0.4,0,0.7-0.2,0.9-0.6c0.9-2.2,1.7-4.3,2.6-6.5l0,0
|
|
99
|
+
c0.6-1.5,1.2-3.1,1.8-4.6c0.2-0.6,0-0.8-0.6-0.8h-1.9c-0.6,0-0.8,0.1-1,0.7c-0.3,0.8-0.6,1.6-1,2.4c-0.3,0.8-0.6,1.6-1,2.4
|
|
100
|
+
C101.1,18.2,100.8,18.8,100.6,19.4L100.6,19.4z M88.2,18.4V13c0-0.7,0.2-0.9,0.9-0.9h1.8c0.6,0,0.8,0.2,0.8,0.8c0,1.8,0,3.7,0,5.5v0
|
|
101
|
+
c0,1.8,0,3.7,0,5.5c0,0.6-0.2,0.8-0.8,0.8H89c-0.6,0-0.8-0.2-0.8-0.8C88.2,22,88.2,20.2,88.2,18.4L88.2,18.4z" />
|
|
102
|
+
<g>
|
|
103
|
+
|
|
104
|
+
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1279" y1="36.3276" x2="10.2654" y2="5.2775" gradientTransform="matrix(1 0 0 -1 0 38)">
|
|
105
|
+
<stop offset="1.405420e-03" style="stop-color:#ED7546" />
|
|
106
|
+
<stop offset="1" style="stop-color:#F9B239" />
|
|
107
|
+
</linearGradient>
|
|
108
|
+
<path class="st1" d="M27.2,33.1c-8.1,5.4-19,3.1-24.3-5c-4-6-3.8-13.5-0.1-19.2c1.3-2,3-3.8,5.1-5.2c1.2-0.8,4-2.3,6.8-2.2
|
|
109
|
+
c2.1,0.1,4.3,0.7,6.1,2c2.5,1.7,4.1,4.3,4.7,7.1c0.2,0.9,0.3,1.9,0.3,2.8c-1.2-1.5-3-2.6-5-3.2c-0.9-0.3-1.9-0.4-3-0.5
|
|
110
|
+
c-5.6-0.2-10.2,3.5-10.4,8.3c-0.1,3.9,2.7,7.2,6.8,8.4c0.3,0.1,0.6,0.2,1,0.2c0.7,0.1,1.4,0.2,2.1,0.3h0c2.8-0.1,5.7-1.2,8.1-3.1
|
|
111
|
+
c1.2-1,2.3-2.1,3.3-3.5c0.9-1.2,1.5-2.6,2-3.9c1.2-3.4,1.1-7-0.1-9.9c0.6,0.7,1.2,1.4,1.7,2.2C37.6,16.8,35.3,27.7,27.2,33.1z" />
|
|
112
|
+
|
|
113
|
+
<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="14.605" y1="15.8171" x2="23.5934" y2="30.9994" gradientTransform="matrix(1 0 0 -1 0 38)">
|
|
114
|
+
<stop offset="1.405420e-03" style="stop-color:#ED7546" />
|
|
115
|
+
<stop offset="1" style="stop-color:#F9B239" />
|
|
116
|
+
</linearGradient>
|
|
117
|
+
<path class="st2" d="M30.7,16.5c-0.5,1.3-1.1,2.6-2,3.9c-1,1.4-2.1,2.6-3.3,3.5c-2.2,1.7-4.6,2.8-7.1,3.1c2.9-1.6,5.3-4.3,6.5-7.8
|
|
118
|
+
c0.7-2,1-4.1,0.9-6c0-0.8-0.1-1.7-0.3-2.5c-0.6-2.8-2.2-5.4-4.7-7.1C20.4,3.3,20,3,19.6,2.8c0,0-0.1,0-0.1-0.1
|
|
119
|
+
c-1.6-0.8-3.5-1.2-5.7-1.1h0c0.5-0.2,1.7-0.7,2.3-0.9c3.5-1.2,7.7-0.9,10.7,1.2c1.7,1.2,3,2.8,3.8,4.6
|
|
120
|
+
C31.8,9.5,31.8,13.1,30.7,16.5z" />
|
|
121
|
+
|
|
122
|
+
<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="22.197" y1="10.9584" x2="13.5267" y2="22.6991" gradientTransform="matrix(1 0 0 -1 0 38)">
|
|
123
|
+
<stop offset="1.033400e-04" style="stop-color:#ED7546" />
|
|
124
|
+
<stop offset="1" style="stop-color:#F9B239" />
|
|
125
|
+
</linearGradient>
|
|
126
|
+
<path class="st3" d="M15.3,13c-4,4-4.8,9.8-1.8,13.3c-3.7-1.4-6.2-4.6-6-8.2c0.2-4.8,4.8-8.5,10.4-8.3c0.7,0,1.3,0.1,2,0.2
|
|
127
|
+
C18.2,10.7,16.7,11.6,15.3,13z" />
|
|
128
|
+
|
|
129
|
+
<linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="31.0222" y1="36.3723" x2="10.9972" y2="17.8098" gradientTransform="matrix(1 0 0 -1 0 38)">
|
|
130
|
+
<stop offset="1.033400e-04" style="stop-color:#ED7546" />
|
|
131
|
+
<stop offset="1" style="stop-color:#FF6D35;stop-opacity:0" />
|
|
132
|
+
</linearGradient>
|
|
133
|
+
<path class="st4" d="M15.3,13c-4,4-4.8,9.8-1.8,13.3c-3.7-1.4-6.2-4.6-6-8.2c0.2-4.8,4.8-8.5,10.4-8.3c0.7,0,1.3,0.1,2,0.2
|
|
134
|
+
C18.2,10.7,16.7,11.6,15.3,13z" />
|
|
135
|
+
|
|
136
|
+
<linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="31.9331" y1="12.9715" x2="0.9299" y2="25.0858" gradientTransform="matrix(1 0 0 -1 0 38)">
|
|
137
|
+
<stop offset="0" style="stop-color:#F9B239" />
|
|
138
|
+
<stop offset="0.9999" style="stop-color:#F9B239;stop-opacity:0" />
|
|
139
|
+
</linearGradient>
|
|
140
|
+
<path class="st5" d="M27.2,33.1c-8.1,5.4-19,3.1-24.3-5c-4-6-3.8-13.5-0.1-19.2c1.3-2,3-3.8,5.1-5.2C9.1,3,12,1.5,14.7,1.6
|
|
141
|
+
c2.1,0.1,4.3,0.7,6.1,2c2.5,1.7,4.1,4.3,4.7,7.1c0.2,0.9,0.3,1.9,0.3,2.8c-1.2-1.5-3.2-2.7-5-3.2c-0.9-0.3-1.9-0.4-3-0.5
|
|
142
|
+
c-5.6-0.2-10.2,3.5-10.4,8.3c-0.1,3.9,2.7,7.2,6.8,8.4c0.3,0.1,0.6,0.2,1,0.2c0.7,0.1,1.4,0.2,2.1,0.3h0c2.8-0.1,5.7-1.2,8.1-3.1
|
|
143
|
+
c1.2-1,2.3-2.1,3.3-3.5c0.9-1.2,1.5-2.6,2-3.9c1.2-3.4,1.1-7-0.1-9.9c0.6,0.7,1.2,1.4,1.7,2.2C37.6,16.8,35.3,27.7,27.2,33.1z" />
|
|
144
|
+
|
|
145
|
+
<linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="9.2135" y1="43.4797" x2="17.651" y2="19.2922" gradientTransform="matrix(1 0 0 -1 0 38)">
|
|
146
|
+
<stop offset="0" style="stop-color:#F9B239" />
|
|
147
|
+
<stop offset="0.9999" style="stop-color:#ED7546;stop-opacity:0" />
|
|
148
|
+
</linearGradient>
|
|
149
|
+
<path class="st6" d="M27.2,33.1c-8.1,5.4-19,3.1-24.3-5c-4-6-3.8-13.5-0.1-19.2c1.3-2,3-3.8,5.1-5.2C9.1,3,12,1.5,14.7,1.6
|
|
150
|
+
c2.1,0.1,4.3,0.7,6.1,2c2.5,1.7,4.1,4.3,4.7,7.1c0.2,0.9,0.3,1.9,0.3,2.8c-1.2-1.5-3.2-2.7-5-3.2c-0.9-0.3-1.9-0.4-3-0.5
|
|
151
|
+
c-5.6-0.2-10.2,3.5-10.4,8.3c-0.1,3.9,2.7,7.2,6.8,8.4c0.3,0.1,0.6,0.2,1,0.2c0.7,0.1,1.4,0.2,2.1,0.3h0c2.8-0.1,5.7-1.2,8.1-3.1
|
|
152
|
+
c1.2-1,2.3-2.1,3.3-3.5c0.9-1.2,1.5-2.6,2-3.9c1.2-3.4,1.1-7-0.1-9.9c0.6,0.7,1.2,1.4,1.7,2.2C37.6,16.8,35.3,27.7,27.2,33.1z" />
|
|
153
|
+
|
|
154
|
+
<linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="43.7809" y1="2.7352" x2="11.4935" y2="22.9852" gradientTransform="matrix(1 0 0 -1 0 38)">
|
|
155
|
+
<stop offset="0" style="stop-color:#FFFFFF" />
|
|
156
|
+
<stop offset="0.9999" style="stop-color:#F9B239;stop-opacity:0" />
|
|
157
|
+
</linearGradient>
|
|
158
|
+
<path class="st7" d="M27.2,33.1c-8.1,5.4-19,3.1-24.3-5c-4-6-3.8-13.5-0.1-19.2c1.3-2,3-3.8,5.1-5.2C9.1,3,12,1.5,14.7,1.6
|
|
159
|
+
c2.1,0.1,4.3,0.7,6.1,2c2.5,1.7,4.1,4.3,4.7,7.1c0.2,0.9,0.3,1.9,0.3,2.8c-1.2-1.5-3.2-2.7-5-3.2c-0.9-0.3-1.9-0.4-3-0.5
|
|
160
|
+
c-5.6-0.2-10.2,3.5-10.4,8.3c-0.1,3.9,2.7,7.2,6.8,8.4c0.3,0.1,0.6,0.2,1,0.2c0.7,0.1,1.4,0.2,2.1,0.3h0c2.8-0.1,5.7-1.2,8.1-3.1
|
|
161
|
+
c1.2-1,2.3-2.1,3.3-3.5c0.9-1.2,1.5-2.6,2-3.9c1.2-3.4,1.1-7-0.1-9.9c0.6,0.7,1.2,1.4,1.7,2.2C37.6,16.8,35.3,27.7,27.2,33.1z" />
|
|
162
|
+
<g class="st8">
|
|
163
|
+
|
|
164
|
+
<linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="12.0608" y1="27.3695" x2="20.4619" y2="14.6658" gradientTransform="matrix(1 0 0 -1 0 38)">
|
|
165
|
+
<stop offset="0" style="stop-color:#FFFFFF" />
|
|
166
|
+
<stop offset="1" style="stop-color:#FFFFFF" />
|
|
167
|
+
</linearGradient>
|
|
168
|
+
<path class="st9" d="M25.7,13.4c-1.2-1.5-3.3-2.8-5.1-3.3c-1-0.3-2-0.5-3-0.5C11.8,9.4,7,13.2,6.9,18.1c-0.1,4,2.6,7.1,6.8,8.3
|
|
169
|
+
c0.3,0.1,1.6,0.4,1.6,0.4c-0.3-0.1-0.6-0.2-1-0.2c-4.1-1.2-6.9-4.6-6.8-8.4c0.2-4.8,4.8-8.5,10.4-8.3c1,0,2,0.2,3,0.5
|
|
170
|
+
C22.6,10.8,24.6,12,25.7,13.4L25.7,13.4z" />
|
|
171
|
+
</g>
|
|
172
|
+
<g class="st10">
|
|
173
|
+
|
|
174
|
+
<linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="21.2139" y1="25.2626" x2="27.9561" y2="15.0673" gradientTransform="matrix(1 0 0 -1 0 38)">
|
|
175
|
+
<stop offset="0" style="stop-color:#FFFFFF" />
|
|
176
|
+
<stop offset="1" style="stop-color:#FFFFFF" />
|
|
177
|
+
</linearGradient>
|
|
178
|
+
<path class="st11" d="M25.5,24.6c1.2-0.9,2.4-2,3.4-3.4c0.9-1.2,1.5-2.6,2-3.9C32,13.9,32,10,30.8,7.1l-0.2-0.5
|
|
179
|
+
c1.3,2.9,1.3,6.5,0.1,9.9c-0.5,1.3-1.1,2.6-2,3.9c-1,1.4-2.1,2.6-3.3,3.5c-2.4,1.9-5.3,3-8.1,3.1C17.3,27.1,21.4,27.6,25.5,24.6z" />
|
|
180
|
+
</g>
|
|
181
|
+
|
|
182
|
+
<linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="9.9371" y1="25.2277" x2="28.2162" y2="23.8681" gradientTransform="matrix(1 0 0 -1 0 38)">
|
|
183
|
+
<stop offset="1.405420e-03" style="stop-color:#ED7546" />
|
|
184
|
+
<stop offset="0.738" style="stop-color:#FF6D35;stop-opacity:0" />
|
|
185
|
+
</linearGradient>
|
|
186
|
+
<path class="st12" d="M30.7,16.5c-0.5,1.3-1.1,2.6-2,3.9c-1,1.4-2.1,2.6-3.3,3.5c-2.2,1.7-4.6,2.8-7.1,3.1c2.9-1.6,5.3-4.3,6.5-7.8
|
|
187
|
+
c0.7-2,1-4.1,0.9-6c0-0.8-0.1-1.7-0.3-2.5c-0.6-2.8-2.2-5.4-4.7-7.1C20.4,3.3,20,3,19.6,2.8c0,0-0.1,0-0.1-0.1
|
|
188
|
+
c-1.6-0.8-3.5-1.2-5.7-1.1h0c0.5-0.2,1.7-0.7,2.3-0.9c3.5-1.2,7.7-0.9,10.7,1.2c1.7,1.2,3,2.8,3.8,4.6
|
|
189
|
+
C31.8,9.5,31.8,13.1,30.7,16.5z" />
|
|
190
|
+
|
|
191
|
+
<linearGradient id="SVGID_11_" gradientUnits="userSpaceOnUse" x1="28.9685" y1="44.9167" x2="18.731" y2="20.7292" gradientTransform="matrix(1 0 0 -1 0 38)">
|
|
192
|
+
<stop offset="1.405420e-03" style="stop-color:#FFFFFF" />
|
|
193
|
+
<stop offset="0.738" style="stop-color:#FF6D35;stop-opacity:0" />
|
|
194
|
+
</linearGradient>
|
|
195
|
+
<path class="st13" d="M30.7,16.5c-0.5,1.3-1.1,2.6-2,3.9c-1,1.4-2.1,2.6-3.3,3.5c-2.2,1.7-4.6,2.8-7.1,3.1c2.9-1.6,5.3-4.3,6.5-7.8
|
|
196
|
+
c0.7-2,1-4.1,0.9-6c0-0.8-0.1-1.7-0.3-2.5c-0.6-2.8-2.2-5.4-4.7-7.1C20.4,3.3,20,3,19.6,2.8c0,0-0.1,0-0.1-0.1
|
|
197
|
+
c-1.6-0.8-3.5-1.2-5.7-1.1h0c0.5-0.2,1.7-0.7,2.3-0.9c3.5-1.2,7.7-0.9,10.7,1.2c1.7,1.2,3,2.8,3.8,4.6
|
|
198
|
+
C31.8,9.5,31.8,13.1,30.7,16.5z" />
|
|
199
|
+
<g class="st10">
|
|
200
|
+
|
|
201
|
+
<linearGradient id="SVGID_12_" gradientUnits="userSpaceOnUse" x1="16.1902" y1="38.057" x2="25.348" y2="24.2091" gradientTransform="matrix(1 0 0 -1 0 38)">
|
|
202
|
+
<stop offset="0" style="stop-color:#FFFFFF" />
|
|
203
|
+
<stop offset="1" style="stop-color:#FFFFFF" />
|
|
204
|
+
</linearGradient>
|
|
205
|
+
<path class="st14" d="M15.4,1.4c2-0.1,3.7,0.3,5.6,1.6c2.5,1.8,4.1,4.8,4.7,7.7c0.2,1.3,0.1,2.9,0.1,2.9c0-1-0.1-1.9-0.3-2.8
|
|
206
|
+
c-0.6-2.8-2.2-5.4-4.7-7.1c-1.9-1.3-4-1.9-6.1-2c-0.3,0-0.7,0-1,0C13.7,1.6,15.1,1.4,15.4,1.4z" />
|
|
207
|
+
</g>
|
|
208
|
+
</g>
|
|
209
|
+
</svg>
|
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="173" height="36" viewBox="0 0 173 36" style="enable-background:new 0 0 173 36;" xml:space="preserve">
|
|
3
|
+
<style type="text/css">
|
|
4
|
+
.st0 {
|
|
5
|
+
fill-rule: evenodd;
|
|
6
|
+
clip-rule: evenodd;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.st1 {
|
|
10
|
+
fill: url(#SVGID_1_);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.st2 {
|
|
14
|
+
fill: url(#SVGID_2_);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.st3 {
|
|
18
|
+
fill: url(#SVGID_3_);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.st4 {
|
|
22
|
+
fill: url(#SVGID_4_);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.st5 {
|
|
26
|
+
fill: url(#SVGID_5_);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.st6 {
|
|
30
|
+
fill: url(#SVGID_6_);
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.st7 {
|
|
34
|
+
fill: url(#SVGID_7_);
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.st8 {
|
|
38
|
+
opacity: 0.3;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.st9 {
|
|
42
|
+
fill: url(#SVGID_8_);
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.st10 {
|
|
46
|
+
opacity: 0.5;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.st11 {
|
|
50
|
+
fill: url(#SVGID_9_);
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.st12 {
|
|
54
|
+
fill: url(#SVGID_10_);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.st13 {
|
|
58
|
+
fill: url(#SVGID_11_);
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.st14 {
|
|
62
|
+
fill: url(#SVGID_12_);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
</style>
|
|
66
|
+
<path class="st0" d="M91.8,8.3c0-1-0.8-1.8-1.9-1.8c-1.1,0-1.9,0.8-1.9,1.8c0,1.1,0.8,1.9,1.9,1.9C91,10.2,91.8,9.4,91.8,8.3z
|
|
67
|
+
M122.7,7.8v8v8.1c0,0.6,0.2,0.8,0.8,0.8h1.8c0.7,0,0.8-0.2,0.8-0.8v-0.1c0-5.4,0-10.7,0-16.1c0-0.6-0.2-0.8-0.8-0.8h-1.8
|
|
68
|
+
C122.8,6.9,122.7,7.1,122.7,7.8z M79.2,14.7L79.2,14.7c-0.2,0-0.4,0-0.6,0c-0.4,0-0.6-0.2-0.7-0.6c0-0.4,0-0.9,0-1.3
|
|
69
|
+
c0-0.4,0.2-0.6,0.6-0.6c0.2,0,0.4,0,0.6,0h0c0.1,0,0.2,0,0.3,0v-0.7V9c0-0.6,0.2-0.8,0.8-0.8c0.6,0,1.3,0,1.9,0
|
|
70
|
+
C82.8,8.3,83,8.5,83,9v2.6v0.5h1.8c0.8,0,0.9,0.2,0.9,0.9v1c0,0.5-0.2,0.7-0.7,0.7c-0.4,0-0.8,0-1.3,0h0h0h0h0c-0.2,0-0.4,0-0.7,0
|
|
71
|
+
c0,0.1,0,0.3,0,0.4v0v5.4l0,0c0,0.1,0,0.3,0,0.4c0.1,0.7,0.5,1.1,1.2,1.2c0.1,0,0.2,0,0.3,0c0.1,0,0.2,0,0.3,0
|
|
72
|
+
c0.4,0,0.7,0.2,0.7,0.7c0,0.3,0,0.6,0,0.9v0l0,0v0c0,0.1,0,0.3,0,0.4c0,0.3-0.2,0.6-0.5,0.6c-0.2,0-0.5,0-0.7,0
|
|
73
|
+
c-0.8,0-1.6,0-2.4-0.1c-1.4-0.3-2.2-1.3-2.3-2.7c-0.1-0.6-0.1-1.2-0.1-1.8v0v-4.8c-0.1-0.2-0.1-0.3-0.1-0.5l0,0
|
|
74
|
+
C79.5,14.7,79.3,14.7,79.2,14.7L79.2,14.7L79.2,14.7z M114,22c-1.4-0.1-2.6-1.3-2.8-2.7h0.5h5.7h2c0.6,0,0.8-0.2,0.8-0.8v0
|
|
75
|
+
c0-0.5,0-1-0.1-1.5c-0.4-2.3-1.5-4-3.8-4.8c-2.3-0.8-4.5-0.4-6.4,1.2c-1.3,1.2-1.9,2.7-2,4.5c-0.2,3.6,2,6.6,5.8,6.9
|
|
76
|
+
c2.1,0.2,3.9-0.4,5.4-1.9c0.4-0.4,0.4-0.7-0.1-1.1l-1.2-0.9c-0.4-0.3-0.6-0.3-1,0C116,21.8,115,22,114,22z M116.9,17.1h-5.6
|
|
77
|
+
c0.1-1.4,1.4-2.6,2.9-2.6C115.6,14.5,116.7,15.7,116.9,17.1z M141.6,18c0,3.4-1.7,5.8-4.3,6.6c-2.9,0.9-5.9,0-7.5-2.3
|
|
78
|
+
c-1.9-2.7-1.6-7.6,2-9.6c2.7-1.5,7-1.1,8.9,2.3C141.3,16,141.6,17.2,141.6,18z M135.1,21.6c1.8,0,3.1-1.3,3.1-3.2
|
|
79
|
+
c0-1.9-1.3-3.3-3.1-3.3c-1.8,0-3.1,1.3-3.1,3.2C132,20.3,133.3,21.6,135.1,21.6z M156.5,18.4c0-3.8-2.6-6.5-6.4-6.5
|
|
80
|
+
c-3.8,0-6.4,2.7-6.5,6.5c0,3.8,2.7,6.6,6.4,6.6C153.8,24.9,156.5,22.2,156.5,18.4z M151.5,15.4c1.1,0.5,1.7,1.6,1.7,3
|
|
81
|
+
c0,1.5-0.8,2.7-2.1,3.1c-2.4,0.7-4.3-1-4.1-3.5C147.3,15.3,149.8,14.6,151.5,15.4z M162.5,13.4c0.1,0,0.1-0.1,0.1-0.1
|
|
82
|
+
c0,0,0.1,0,0.1-0.1c1.4-1.3,3.1-1.6,4.9-1.1c2.6,0.7,4,2.5,4.4,5c0.4,2.3-0.1,4.5-1.9,6.2c-1.7,1.6-3.8,1.9-6,1.1
|
|
83
|
+
c-0.3-0.1-0.6-0.3-0.9-0.5l0,0l0,0c-0.1-0.1-0.3-0.2-0.4-0.3l-0.3-0.2v0.5v5c0,0.7-0.2,0.8-0.8,0.8h-1.9c-0.5,0-0.7-0.2-0.7-0.7
|
|
84
|
+
v-0.3V13c0-0.2,0-0.3,0-0.4c0.1-0.3,0.2-0.5,0.6-0.5c0.8,0,1.5,0,2.3,0c0.3,0,0.5,0.2,0.5,0.5V13.4z M165.6,21.6
|
|
85
|
+
c1.8,0,3.1-1.3,3.1-3.2c0-1.9-1.3-3.3-3.1-3.3c-1.8,0-3.1,1.4-3.1,3.3C162.5,20.3,163.8,21.6,165.6,21.6z M59.1,13.1L59.1,13.1
|
|
86
|
+
L59.1,13.1c0-0.1,0-0.3,0-0.4c0-0.4,0.2-0.6,0.6-0.6c0.8,0,1.5,0,2.2,0c0.4,0,0.5,0.2,0.6,0.6c0,0.1,0,0.1,0,0.2l0,0l0,0
|
|
87
|
+
c0,0,0,0.1,0,0.1v10.7c0,0.7-0.2,0.9-0.9,0.9h-1.8c-0.6,0-0.7-0.2-0.8-0.8v-0.4l0,0c-0.1,0-0.1,0-0.1,0.1c-1.6,1.7-4.6,1.7-6.4,0.6
|
|
88
|
+
c-1.7-1-2.6-2.6-2.9-4.5c-0.3-1.9,0-3.7,1.2-5.3c1.6-2.2,4.7-3,7-1.7c0.3,0.1,0.6,0.4,0.9,0.6v0c0.1,0.1,0.2,0.2,0.4,0.3
|
|
89
|
+
C59.1,13.2,59.1,13.2,59.1,13.1L59.1,13.1L59.1,13.1L59.1,13.1L59.1,13.1L59.1,13.1L59.1,13.1L59.1,13.1L59.1,13.1z M56,21.6
|
|
90
|
+
c1.8,0,3.1-1.3,3.1-3.3c0-1.9-1.3-3.3-3.1-3.3c-1.8,0-3.1,1.4-3.1,3.3C52.8,20.3,54.1,21.6,56,21.6z M65,17.9c0.1-2.2,1-4.2,3.4-5.4
|
|
91
|
+
c2.4-1.2,5.4-0.8,7.3,1c0,0,0.1,0.1,0.1,0.1l0,0c0.1,0.1,0.2,0.2,0.3,0.3c0.3,0.3,0.3,0.6-0.1,0.9c-0.5,0.4-1,0.8-1.5,1.2l0,0
|
|
92
|
+
c-0.3,0.3-0.6,0.1-0.9-0.2c-0.8-0.7-1.8-0.8-2.8-0.7c-1.5,0.3-2.5,1.6-2.5,3.2c0,1.3,0.5,2.3,1.7,2.9c1.2,0.6,2.4,0.5,3.6-0.3
|
|
93
|
+
c0.5-0.4,0.7-0.4,1.1,0c0.1,0.1,0.3,0.2,0.4,0.3c0.3,0.2,0.6,0.4,0.8,0.6c0.4,0.3,0.4,0.6,0.1,1c-1.3,1.4-2.9,2-4.8,2
|
|
94
|
+
C67.5,24.8,65,22.1,65,17.9z M100.6,19.4L100.6,19.4L100.6,19.4c-0.1,0.2-0.1,0.3-0.2,0.5c0,0-0.1,0-0.1,0c-0.2-0.5-0.4-1.1-0.6-1.6
|
|
95
|
+
l0,0c-0.2-0.4-0.3-0.8-0.5-1.2l0,0c-0.6-1.5-1.1-2.9-1.7-4.4c-0.1-0.3-0.3-0.6-0.6-0.6c-0.8,0-1.6,0-2.4,0c-0.3,0-0.5,0.2-0.4,0.6
|
|
96
|
+
c0,0.1,0.1,0.2,0.1,0.3c0,0,0,0.1,0,0.1c0.5,1.3,1,2.6,1.5,3.9c0.5,1.2,0.9,2.3,1.4,3.5c0.5,1.2,0.9,2.3,1.4,3.5
|
|
97
|
+
c0.2,0.5,0.4,0.7,1,0.7c0.2,0,0.4,0,0.6,0c0.4,0,0.9,0,1.3,0c0.4,0,0.7-0.2,0.9-0.6c0.9-2.2,1.7-4.3,2.6-6.5l0,0
|
|
98
|
+
c0.6-1.5,1.2-3.1,1.8-4.6c0.2-0.6,0-0.8-0.6-0.8h-1.9c-0.6,0-0.8,0.1-1,0.7c-0.3,0.8-0.6,1.6-1,2.4c-0.3,0.8-0.6,1.6-1,2.4
|
|
99
|
+
C101.1,18.2,100.8,18.8,100.6,19.4L100.6,19.4z M88.2,18.4V13c0-0.7,0.2-0.9,0.9-0.9h1.8c0.6,0,0.8,0.2,0.8,0.8c0,1.8,0,3.7,0,5.5v0
|
|
100
|
+
c0,1.8,0,3.7,0,5.5c0,0.6-0.2,0.8-0.8,0.8H89c-0.6,0-0.8-0.2-0.8-0.8C88.2,22,88.2,20.2,88.2,18.4L88.2,18.4z" />
|
|
101
|
+
<g>
|
|
102
|
+
|
|
103
|
+
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1279" y1="36.3276" x2="10.2654" y2="5.2775" gradientTransform="matrix(1 0 0 -1 0 38)">
|
|
104
|
+
<stop offset="1.405420e-03" style="stop-color:#ED7546" />
|
|
105
|
+
<stop offset="1" style="stop-color:#F9B239" />
|
|
106
|
+
</linearGradient>
|
|
107
|
+
<path class="st1" d="M27.2,33.1c-8.1,5.4-19,3.1-24.3-5c-4-6-3.8-13.5-0.1-19.2c1.3-2,3-3.8,5.1-5.2c1.2-0.8,4-2.3,6.8-2.2
|
|
108
|
+
c2.1,0.1,4.3,0.7,6.1,2c2.5,1.7,4.1,4.3,4.7,7.1c0.2,0.9,0.3,1.9,0.3,2.8c-1.2-1.5-3-2.6-5-3.2c-0.9-0.3-1.9-0.4-3-0.5
|
|
109
|
+
c-5.6-0.2-10.2,3.5-10.4,8.3c-0.1,3.9,2.7,7.2,6.8,8.4c0.3,0.1,0.6,0.2,1,0.2c0.7,0.1,1.4,0.2,2.1,0.3h0c2.8-0.1,5.7-1.2,8.1-3.1
|
|
110
|
+
c1.2-1,2.3-2.1,3.3-3.5c0.9-1.2,1.5-2.6,2-3.9c1.2-3.4,1.1-7-0.1-9.9c0.6,0.7,1.2,1.4,1.7,2.2C37.6,16.8,35.3,27.7,27.2,33.1z" />
|
|
111
|
+
|
|
112
|
+
<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="14.605" y1="15.8171" x2="23.5934" y2="30.9994" gradientTransform="matrix(1 0 0 -1 0 38)">
|
|
113
|
+
<stop offset="1.405420e-03" style="stop-color:#ED7546" />
|
|
114
|
+
<stop offset="1" style="stop-color:#F9B239" />
|
|
115
|
+
</linearGradient>
|
|
116
|
+
<path class="st2" d="M30.7,16.5c-0.5,1.3-1.1,2.6-2,3.9c-1,1.4-2.1,2.6-3.3,3.5c-2.2,1.7-4.6,2.8-7.1,3.1c2.9-1.6,5.3-4.3,6.5-7.8
|
|
117
|
+
c0.7-2,1-4.1,0.9-6c0-0.8-0.1-1.7-0.3-2.5c-0.6-2.8-2.2-5.4-4.7-7.1C20.4,3.3,20,3,19.6,2.8c0,0-0.1,0-0.1-0.1
|
|
118
|
+
c-1.6-0.8-3.5-1.2-5.7-1.1h0c0.5-0.2,1.7-0.7,2.3-0.9c3.5-1.2,7.7-0.9,10.7,1.2c1.7,1.2,3,2.8,3.8,4.6
|
|
119
|
+
C31.8,9.5,31.8,13.1,30.7,16.5z" />
|
|
120
|
+
|
|
121
|
+
<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="22.197" y1="10.9584" x2="13.5267" y2="22.6991" gradientTransform="matrix(1 0 0 -1 0 38)">
|
|
122
|
+
<stop offset="1.033400e-04" style="stop-color:#ED7546" />
|
|
123
|
+
<stop offset="1" style="stop-color:#F9B239" />
|
|
124
|
+
</linearGradient>
|
|
125
|
+
<path class="st3" d="M15.3,13c-4,4-4.8,9.8-1.8,13.3c-3.7-1.4-6.2-4.6-6-8.2c0.2-4.8,4.8-8.5,10.4-8.3c0.7,0,1.3,0.1,2,0.2
|
|
126
|
+
C18.2,10.7,16.7,11.6,15.3,13z" />
|
|
127
|
+
|
|
128
|
+
<linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="31.0222" y1="36.3723" x2="10.9972" y2="17.8098" gradientTransform="matrix(1 0 0 -1 0 38)">
|
|
129
|
+
<stop offset="1.033400e-04" style="stop-color:#ED7546" />
|
|
130
|
+
<stop offset="1" style="stop-color:#FF6D35;stop-opacity:0" />
|
|
131
|
+
</linearGradient>
|
|
132
|
+
<path class="st4" d="M15.3,13c-4,4-4.8,9.8-1.8,13.3c-3.7-1.4-6.2-4.6-6-8.2c0.2-4.8,4.8-8.5,10.4-8.3c0.7,0,1.3,0.1,2,0.2
|
|
133
|
+
C18.2,10.7,16.7,11.6,15.3,13z" />
|
|
134
|
+
|
|
135
|
+
<linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="31.9331" y1="12.9715" x2="0.9299" y2="25.0858" gradientTransform="matrix(1 0 0 -1 0 38)">
|
|
136
|
+
<stop offset="0" style="stop-color:#F9B239" />
|
|
137
|
+
<stop offset="0.9999" style="stop-color:#F9B239;stop-opacity:0" />
|
|
138
|
+
</linearGradient>
|
|
139
|
+
<path class="st5" d="M27.2,33.1c-8.1,5.4-19,3.1-24.3-5c-4-6-3.8-13.5-0.1-19.2c1.3-2,3-3.8,5.1-5.2C9.1,3,12,1.5,14.7,1.6
|
|
140
|
+
c2.1,0.1,4.3,0.7,6.1,2c2.5,1.7,4.1,4.3,4.7,7.1c0.2,0.9,0.3,1.9,0.3,2.8c-1.2-1.5-3.2-2.7-5-3.2c-0.9-0.3-1.9-0.4-3-0.5
|
|
141
|
+
c-5.6-0.2-10.2,3.5-10.4,8.3c-0.1,3.9,2.7,7.2,6.8,8.4c0.3,0.1,0.6,0.2,1,0.2c0.7,0.1,1.4,0.2,2.1,0.3h0c2.8-0.1,5.7-1.2,8.1-3.1
|
|
142
|
+
c1.2-1,2.3-2.1,3.3-3.5c0.9-1.2,1.5-2.6,2-3.9c1.2-3.4,1.1-7-0.1-9.9c0.6,0.7,1.2,1.4,1.7,2.2C37.6,16.8,35.3,27.7,27.2,33.1z" />
|
|
143
|
+
|
|
144
|
+
<linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="9.2135" y1="43.4797" x2="17.651" y2="19.2922" gradientTransform="matrix(1 0 0 -1 0 38)">
|
|
145
|
+
<stop offset="0" style="stop-color:#F9B239" />
|
|
146
|
+
<stop offset="0.9999" style="stop-color:#ED7546;stop-opacity:0" />
|
|
147
|
+
</linearGradient>
|
|
148
|
+
<path class="st6" d="M27.2,33.1c-8.1,5.4-19,3.1-24.3-5c-4-6-3.8-13.5-0.1-19.2c1.3-2,3-3.8,5.1-5.2C9.1,3,12,1.5,14.7,1.6
|
|
149
|
+
c2.1,0.1,4.3,0.7,6.1,2c2.5,1.7,4.1,4.3,4.7,7.1c0.2,0.9,0.3,1.9,0.3,2.8c-1.2-1.5-3.2-2.7-5-3.2c-0.9-0.3-1.9-0.4-3-0.5
|
|
150
|
+
c-5.6-0.2-10.2,3.5-10.4,8.3c-0.1,3.9,2.7,7.2,6.8,8.4c0.3,0.1,0.6,0.2,1,0.2c0.7,0.1,1.4,0.2,2.1,0.3h0c2.8-0.1,5.7-1.2,8.1-3.1
|
|
151
|
+
c1.2-1,2.3-2.1,3.3-3.5c0.9-1.2,1.5-2.6,2-3.9c1.2-3.4,1.1-7-0.1-9.9c0.6,0.7,1.2,1.4,1.7,2.2C37.6,16.8,35.3,27.7,27.2,33.1z" />
|
|
152
|
+
|
|
153
|
+
<linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="43.7809" y1="2.7352" x2="11.4935" y2="22.9852" gradientTransform="matrix(1 0 0 -1 0 38)">
|
|
154
|
+
<stop offset="0" style="stop-color:#FFFFFF" />
|
|
155
|
+
<stop offset="0.9999" style="stop-color:#F9B239;stop-opacity:0" />
|
|
156
|
+
</linearGradient>
|
|
157
|
+
<path class="st7" d="M27.2,33.1c-8.1,5.4-19,3.1-24.3-5c-4-6-3.8-13.5-0.1-19.2c1.3-2,3-3.8,5.1-5.2C9.1,3,12,1.5,14.7,1.6
|
|
158
|
+
c2.1,0.1,4.3,0.7,6.1,2c2.5,1.7,4.1,4.3,4.7,7.1c0.2,0.9,0.3,1.9,0.3,2.8c-1.2-1.5-3.2-2.7-5-3.2c-0.9-0.3-1.9-0.4-3-0.5
|
|
159
|
+
c-5.6-0.2-10.2,3.5-10.4,8.3c-0.1,3.9,2.7,7.2,6.8,8.4c0.3,0.1,0.6,0.2,1,0.2c0.7,0.1,1.4,0.2,2.1,0.3h0c2.8-0.1,5.7-1.2,8.1-3.1
|
|
160
|
+
c1.2-1,2.3-2.1,3.3-3.5c0.9-1.2,1.5-2.6,2-3.9c1.2-3.4,1.1-7-0.1-9.9c0.6,0.7,1.2,1.4,1.7,2.2C37.6,16.8,35.3,27.7,27.2,33.1z" />
|
|
161
|
+
<g class="st8">
|
|
162
|
+
|
|
163
|
+
<linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="12.0608" y1="27.3695" x2="20.4619" y2="14.6658" gradientTransform="matrix(1 0 0 -1 0 38)">
|
|
164
|
+
<stop offset="0" style="stop-color:#FFFFFF" />
|
|
165
|
+
<stop offset="1" style="stop-color:#FFFFFF" />
|
|
166
|
+
</linearGradient>
|
|
167
|
+
<path class="st9" d="M25.7,13.4c-1.2-1.5-3.3-2.8-5.1-3.3c-1-0.3-2-0.5-3-0.5C11.8,9.4,7,13.2,6.9,18.1c-0.1,4,2.6,7.1,6.8,8.3
|
|
168
|
+
c0.3,0.1,1.6,0.4,1.6,0.4c-0.3-0.1-0.6-0.2-1-0.2c-4.1-1.2-6.9-4.6-6.8-8.4c0.2-4.8,4.8-8.5,10.4-8.3c1,0,2,0.2,3,0.5
|
|
169
|
+
C22.6,10.8,24.6,12,25.7,13.4L25.7,13.4z" />
|
|
170
|
+
</g>
|
|
171
|
+
<g class="st10">
|
|
172
|
+
|
|
173
|
+
<linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="21.2139" y1="25.2626" x2="27.9561" y2="15.0673" gradientTransform="matrix(1 0 0 -1 0 38)">
|
|
174
|
+
<stop offset="0" style="stop-color:#FFFFFF" />
|
|
175
|
+
<stop offset="1" style="stop-color:#FFFFFF" />
|
|
176
|
+
</linearGradient>
|
|
177
|
+
<path class="st11" d="M25.5,24.6c1.2-0.9,2.4-2,3.4-3.4c0.9-1.2,1.5-2.6,2-3.9C32,13.9,32,10,30.8,7.1l-0.2-0.5
|
|
178
|
+
c1.3,2.9,1.3,6.5,0.1,9.9c-0.5,1.3-1.1,2.6-2,3.9c-1,1.4-2.1,2.6-3.3,3.5c-2.4,1.9-5.3,3-8.1,3.1C17.3,27.1,21.4,27.6,25.5,24.6z" />
|
|
179
|
+
</g>
|
|
180
|
+
|
|
181
|
+
<linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="9.9371" y1="25.2277" x2="28.2162" y2="23.8681" gradientTransform="matrix(1 0 0 -1 0 38)">
|
|
182
|
+
<stop offset="1.405420e-03" style="stop-color:#ED7546" />
|
|
183
|
+
<stop offset="0.738" style="stop-color:#FF6D35;stop-opacity:0" />
|
|
184
|
+
</linearGradient>
|
|
185
|
+
<path class="st12" d="M30.7,16.5c-0.5,1.3-1.1,2.6-2,3.9c-1,1.4-2.1,2.6-3.3,3.5c-2.2,1.7-4.6,2.8-7.1,3.1c2.9-1.6,5.3-4.3,6.5-7.8
|
|
186
|
+
c0.7-2,1-4.1,0.9-6c0-0.8-0.1-1.7-0.3-2.5c-0.6-2.8-2.2-5.4-4.7-7.1C20.4,3.3,20,3,19.6,2.8c0,0-0.1,0-0.1-0.1
|
|
187
|
+
c-1.6-0.8-3.5-1.2-5.7-1.1h0c0.5-0.2,1.7-0.7,2.3-0.9c3.5-1.2,7.7-0.9,10.7,1.2c1.7,1.2,3,2.8,3.8,4.6
|
|
188
|
+
C31.8,9.5,31.8,13.1,30.7,16.5z" />
|
|
189
|
+
|
|
190
|
+
<linearGradient id="SVGID_11_" gradientUnits="userSpaceOnUse" x1="28.9685" y1="44.9167" x2="18.731" y2="20.7292" gradientTransform="matrix(1 0 0 -1 0 38)">
|
|
191
|
+
<stop offset="1.405420e-03" style="stop-color:#FFFFFF" />
|
|
192
|
+
<stop offset="0.738" style="stop-color:#FF6D35;stop-opacity:0" />
|
|
193
|
+
</linearGradient>
|
|
194
|
+
<path class="st13" d="M30.7,16.5c-0.5,1.3-1.1,2.6-2,3.9c-1,1.4-2.1,2.6-3.3,3.5c-2.2,1.7-4.6,2.8-7.1,3.1c2.9-1.6,5.3-4.3,6.5-7.8
|
|
195
|
+
c0.7-2,1-4.1,0.9-6c0-0.8-0.1-1.7-0.3-2.5c-0.6-2.8-2.2-5.4-4.7-7.1C20.4,3.3,20,3,19.6,2.8c0,0-0.1,0-0.1-0.1
|
|
196
|
+
c-1.6-0.8-3.5-1.2-5.7-1.1h0c0.5-0.2,1.7-0.7,2.3-0.9c3.5-1.2,7.7-0.9,10.7,1.2c1.7,1.2,3,2.8,3.8,4.6
|
|
197
|
+
C31.8,9.5,31.8,13.1,30.7,16.5z" />
|
|
198
|
+
<g class="st10">
|
|
199
|
+
|
|
200
|
+
<linearGradient id="SVGID_12_" gradientUnits="userSpaceOnUse" x1="16.1902" y1="38.057" x2="25.348" y2="24.2091" gradientTransform="matrix(1 0 0 -1 0 38)">
|
|
201
|
+
<stop offset="0" style="stop-color:#FFFFFF" />
|
|
202
|
+
<stop offset="1" style="stop-color:#FFFFFF" />
|
|
203
|
+
</linearGradient>
|
|
204
|
+
<path class="st14" d="M15.4,1.4c2-0.1,3.7,0.3,5.6,1.6c2.5,1.8,4.1,4.8,4.7,7.7c0.2,1.3,0.1,2.9,0.1,2.9c0-1-0.1-1.9-0.3-2.8
|
|
205
|
+
c-0.6-2.8-2.2-5.4-4.7-7.1c-1.9-1.3-4-1.9-6.1-2c-0.3,0-0.7,0-1,0C13.7,1.6,15.1,1.4,15.4,1.4z" />
|
|
206
|
+
</g>
|
|
207
|
+
</g>
|
|
208
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="6" viewBox="0 0 1200 6" preserveAspectRatio="none"><rect width="1200" height="6" rx="3" fill="#6E6A62"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="3" viewBox="0 0 1200 3" preserveAspectRatio="none"><rect width="1200" height="3" rx="1.5" fill="#E8722A"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="doctor"><defs><linearGradient id="g" x1="80" y1="56" x2="80" y2="104" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#7FE6CC"/><stop offset="1" stop-color="#1FA184"/></linearGradient></defs><path d="M 126.00 80.00 L 103.00 119.84 L 57.00 119.84 L 34.00 80.00 L 57.00 40.16 L 103.00 40.16 Z" fill="none" stroke="#3EC8A8" stroke-width="5" stroke-linejoin="round"/><path d="M 40 80 L 62 80 L 72 56 L 86 104 L 96 80 L 120 80" fill="none" stroke="url(#g)" stroke-width="5" stroke-linejoin="round" stroke-linecap="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="hive"><defs><linearGradient id="g" x1="80" y1="63" x2="80" y2="97" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#FF9A52"/><stop offset="1" stop-color="#C6531A"/></linearGradient></defs><path d="M 130.00 80.00 L 105.00 123.30 L 55.00 123.30 L 30.00 80.00 L 55.00 36.70 L 105.00 36.70 Z" fill="none" stroke="#E8722A" stroke-width="5" stroke-linejoin="round"/><path d="M 115.00 80.00 L 97.50 110.31 L 62.50 110.31 L 45.00 80.00 L 62.50 49.69 L 97.50 49.69 Z" fill="none" stroke="#E8722A" stroke-width="4" stroke-linejoin="round" stroke-opacity="0.65"/><path d="M 100.00 80.00 L 90.00 97.32 L 70.00 97.32 L 60.00 80.00 L 70.00 62.68 L 90.00 62.68 Z" fill="url(#g)" stroke="#FFB489" stroke-width="1.6" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="159.2" height="80" viewBox="10 0 159.2 80" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="hive"><defs><linearGradient id="g" x1="80" y1="63" x2="80" y2="97" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#FF9A52"/><stop offset="1" stop-color="#C6531A"/></linearGradient></defs><g transform="translate(10,8) scale(0.4)"><path d="M 130.00 80.00 L 105.00 123.30 L 55.00 123.30 L 30.00 80.00 L 55.00 36.70 L 105.00 36.70 Z" fill="none" stroke="#E8722A" stroke-width="5" stroke-linejoin="round"/><path d="M 115.00 80.00 L 97.50 110.31 L 62.50 110.31 L 45.00 80.00 L 62.50 49.69 L 97.50 49.69 Z" fill="none" stroke="#E8722A" stroke-width="4" stroke-linejoin="round" stroke-opacity="0.65"/><path d="M 100.00 80.00 L 90.00 97.32 L 70.00 97.32 L 60.00 80.00 L 70.00 62.68 L 90.00 62.68 Z" fill="url(#g)" stroke="#FFB489" stroke-width="1.6" stroke-linejoin="round"/></g><text x="88" y="51" font-family="Inter, system-ui, sans-serif" font-size="34" font-weight="700" letter-spacing="-1" fill="#1A1512">hive</text></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="159.2" height="80" viewBox="10 0 159.2 80" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="hive"><defs><linearGradient id="g" x1="80" y1="63" x2="80" y2="97" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#FF9A52"/><stop offset="1" stop-color="#C6531A"/></linearGradient></defs><g transform="translate(10,8) scale(0.4)"><path d="M 130.00 80.00 L 105.00 123.30 L 55.00 123.30 L 30.00 80.00 L 55.00 36.70 L 105.00 36.70 Z" fill="none" stroke="#E8722A" stroke-width="5" stroke-linejoin="round"/><path d="M 115.00 80.00 L 97.50 110.31 L 62.50 110.31 L 45.00 80.00 L 62.50 49.69 L 97.50 49.69 Z" fill="none" stroke="#E8722A" stroke-width="4" stroke-linejoin="round" stroke-opacity="0.65"/><path d="M 100.00 80.00 L 90.00 97.32 L 70.00 97.32 L 60.00 80.00 L 70.00 62.68 L 90.00 62.68 Z" fill="url(#g)" stroke="#FFB489" stroke-width="1.6" stroke-linejoin="round"/></g><text x="88" y="51" font-family="Inter, system-ui, sans-serif" font-size="34" font-weight="700" letter-spacing="-1" fill="#F7F3EC">hive</text></svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="4 0 222.1 64" role="img" aria-label="Legion">
|
|
2
|
+
<title>Legion logo — for dark backgrounds</title>
|
|
3
|
+
<desc>Legion primary lockup. Symbol left, wordmark right. Optimized for placement on dark surfaces.</desc>
|
|
4
|
+
<!-- Symbol -->
|
|
5
|
+
<g>
|
|
6
|
+
<path d="M12 8 L24 8 L24 44 L48 44 L48 56 L12 56 Z" fill="#F2F3F5"/>
|
|
7
|
+
<rect x="12" y="8" width="12" height="8" fill="#22D17E"/>
|
|
8
|
+
</g>
|
|
9
|
+
<!-- Wordmark -->
|
|
10
|
+
<text x="72" y="46"
|
|
11
|
+
font-family="'Inter', 'Inter Display', 'Helvetica Neue', Arial, sans-serif"
|
|
12
|
+
font-weight="700"
|
|
13
|
+
font-size="40"
|
|
14
|
+
letter-spacing="-1.2"
|
|
15
|
+
fill="#F2F3F5">LEGION</text>
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="4 0 222.1 64" role="img" aria-label="Legion">
|
|
2
|
+
<title>Legion logo — for light backgrounds</title>
|
|
3
|
+
<desc>Legion primary lockup. Symbol left, wordmark right. Optimized for placement on light surfaces and printed reports.</desc>
|
|
4
|
+
<!-- Symbol -->
|
|
5
|
+
<g>
|
|
6
|
+
<path d="M12 8 L24 8 L24 44 L48 44 L48 56 L12 56 Z" fill="#0A0B0D"/>
|
|
7
|
+
<rect x="12" y="8" width="12" height="8" fill="#18A968"/>
|
|
8
|
+
</g>
|
|
9
|
+
<!-- Wordmark -->
|
|
10
|
+
<text x="72" y="46"
|
|
11
|
+
font-family="'Inter', 'Inter Display', 'Helvetica Neue', Arial, sans-serif"
|
|
12
|
+
font-weight="700"
|
|
13
|
+
font-size="40"
|
|
14
|
+
letter-spacing="-1.2"
|
|
15
|
+
fill="#0A0B0D">LEGION</text>
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="nectar"><defs><linearGradient id="g" x1="80" y1="24" x2="80" y2="132" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#FFE08A"/><stop offset="1" stop-color="#E8A80C"/></linearGradient></defs><path d="M 80 24 C 80 24 44 70 44 100 A 36 36 0 0 0 116 100 C 116 70 80 24 80 24 Z" fill="url(#g)" stroke="#FFEBB0" stroke-width="1.6" stroke-linejoin="round"/><path d="M 96.00 98.00 L 88.00 111.86 L 72.00 111.86 L 64.00 98.00 L 72.00 84.14 L 88.00 84.14 Z" fill="none" stroke="#1A1206" stroke-width="4.5" stroke-linejoin="round" stroke-opacity="0.55"/></svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Honeycomb">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="bCell" x1="80" y1="59" x2="80" y2="101" gradientUnits="userSpaceOnUse">
|
|
4
|
+
<stop offset="0" stop-color="#FFC04D"/>
|
|
5
|
+
<stop offset="1" stop-color="#E0860C"/>
|
|
6
|
+
</linearGradient>
|
|
7
|
+
</defs>
|
|
8
|
+
<g stroke="#F7A823" stroke-width="5.5" stroke-linejoin="round" fill="none" stroke-opacity="0.85">
|
|
9
|
+
<path d="M 147.1 80 L 135.1 100.8 L 111.1 100.8 L 99.1 80 L 111.1 59.2 L 135.1 59.2 Z"/>
|
|
10
|
+
<path d="M 125.5 117.3 L 113.5 138.1 L 89.5 138.1 L 77.5 117.3 L 89.5 96.5 L 113.5 96.5 Z"/>
|
|
11
|
+
<path d="M 82.5 117.3 L 70.5 138.1 L 46.5 138.1 L 34.5 117.3 L 46.5 96.5 L 70.5 96.5 Z"/>
|
|
12
|
+
<path d="M 60.9 80 L 48.9 100.8 L 24.9 100.8 L 12.9 80 L 24.9 59.2 L 48.9 59.2 Z"/>
|
|
13
|
+
<path d="M 82.5 42.7 L 70.5 63.5 L 46.5 63.5 L 34.5 42.7 L 46.5 21.9 L 70.5 21.9 Z"/>
|
|
14
|
+
<path d="M 125.5 42.7 L 113.5 63.5 L 89.5 63.5 L 77.5 42.7 L 89.5 21.9 L 113.5 21.9 Z"/>
|
|
15
|
+
</g>
|
|
16
|
+
<path d="M 104 80 L 92 100.8 L 68 100.8 L 56 80 L 68 59.2 L 92 59.2 Z" fill="url(#bCell)" stroke="#FFD27A" stroke-width="1.5" stroke-linejoin="round"/>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/* ============================================================
|
|
2
|
+
Honeycomb — Design System entry stylesheet
|
|
3
|
+
The single file consumers link. Import order matters:
|
|
4
|
+
fonts → tokens → base. Keep this file as @import lines only.
|
|
5
|
+
============================================================ */
|
|
6
|
+
|
|
7
|
+
@import url('tokens/fonts.css');
|
|
8
|
+
@import url('tokens/colors.css');
|
|
9
|
+
@import url('tokens/typography.css');
|
|
10
|
+
@import url('tokens/spacing.css');
|
|
11
|
+
@import url('tokens/base.css');
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
/* ============================================================
|
|
2
|
+
Honeycomb — Base + semantic element styles
|
|
3
|
+
Foundation layer applied to the document. Tag elements with the
|
|
4
|
+
classes below or use as a base for product CSS.
|
|
5
|
+
============================================================ */
|
|
6
|
+
|
|
7
|
+
* { box-sizing: border-box; }
|
|
8
|
+
|
|
9
|
+
html, body {
|
|
10
|
+
background: var(--bg-canvas);
|
|
11
|
+
color: var(--text-primary);
|
|
12
|
+
font-family: var(--font-sans);
|
|
13
|
+
font-size: var(--text-base);
|
|
14
|
+
line-height: var(--lh-base);
|
|
15
|
+
-webkit-font-smoothing: antialiased;
|
|
16
|
+
-moz-osx-font-smoothing: grayscale;
|
|
17
|
+
font-feature-settings: 'cv11', 'ss01';
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
/* Headings — Inter 700, tight tracking */
|
|
21
|
+
h1, .h1 { font-size: var(--text-5xl); line-height: var(--lh-5xl); font-weight: 700; letter-spacing: var(--tracking-tight); margin: 0; }
|
|
22
|
+
h2, .h2 { font-size: var(--text-4xl); line-height: var(--lh-4xl); font-weight: 700; letter-spacing: -0.02em; margin: 0; }
|
|
23
|
+
h3, .h3 { font-size: var(--text-3xl); line-height: var(--lh-3xl); font-weight: 700; letter-spacing: -0.02em; margin: 0; }
|
|
24
|
+
h4, .h4 { font-size: var(--text-2xl); line-height: var(--lh-2xl); font-weight: 600; letter-spacing: -0.01em; margin: 0; }
|
|
25
|
+
h5, .h5 { font-size: var(--text-xl); line-height: var(--lh-xl); font-weight: 600; margin: 0; }
|
|
26
|
+
h6, .h6 { font-size: var(--text-lg); line-height: var(--lh-lg); font-weight: 600; margin: 0; }
|
|
27
|
+
|
|
28
|
+
p, .body { font-size: var(--text-base); line-height: var(--lh-base); color: var(--text-secondary); }
|
|
29
|
+
.body-lg { font-size: var(--text-lg); line-height: var(--lh-lg); color: var(--text-secondary); }
|
|
30
|
+
.body-sm { font-size: var(--text-sm); line-height: var(--lh-sm); color: var(--text-secondary); }
|
|
31
|
+
.caption { font-size: var(--text-xs); line-height: var(--lh-xs); color: var(--text-tertiary); }
|
|
32
|
+
|
|
33
|
+
/* Display — marketing hero only */
|
|
34
|
+
.display { font-size: var(--text-7xl); line-height: var(--lh-7xl); font-weight: 700; letter-spacing: -0.04em; }
|
|
35
|
+
|
|
36
|
+
/* Mono — the texture of trust. Memory keys, session ids, hashes,
|
|
37
|
+
file paths, recall queries, token counts, timestamps. */
|
|
38
|
+
code, kbd, samp, pre, .mono {
|
|
39
|
+
font-family: var(--font-mono);
|
|
40
|
+
font-feature-settings: 'liga' 0;
|
|
41
|
+
}
|
|
42
|
+
.mono-sm { font-family: var(--font-mono); font-size: var(--text-sm); line-height: var(--lh-sm); }
|
|
43
|
+
.mono-xs { font-family: var(--font-mono); font-size: var(--text-xs); line-height: var(--lh-xs); }
|
|
44
|
+
|
|
45
|
+
/* Eyebrow — uppercase mono label above section titles */
|
|
46
|
+
.eyebrow {
|
|
47
|
+
font-family: var(--font-mono);
|
|
48
|
+
font-size: var(--text-xs);
|
|
49
|
+
text-transform: uppercase;
|
|
50
|
+
letter-spacing: var(--tracking-wide);
|
|
51
|
+
color: var(--text-tertiary);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
/* Wordmark — Inter 700, lowercase, tight tracking (the honeycomb mark) */
|
|
55
|
+
.wordmark {
|
|
56
|
+
font-family: var(--font-sans);
|
|
57
|
+
font-weight: 700;
|
|
58
|
+
letter-spacing: -0.03em;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
/* Focus ring — honey, on interactive elements */
|
|
62
|
+
:focus-visible {
|
|
63
|
+
outline: 2px solid var(--honey);
|
|
64
|
+
outline-offset: 2px;
|
|
65
|
+
border-radius: var(--radius-sm);
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
/* Selection */
|
|
69
|
+
::selection {
|
|
70
|
+
background: var(--honey-subtle);
|
|
71
|
+
color: var(--text-primary);
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
@media (prefers-reduced-motion: reduce) {
|
|
75
|
+
* { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
|
|
76
|
+
}
|