@regardio/brand 0.9.0 → 0.10.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
CHANGED
|
@@ -71,7 +71,7 @@ Generated React components are exported from the package:
|
|
|
71
71
|
```tsx
|
|
72
72
|
import { RegardioLogoColor } from "@regardio/brand/icons/regardio-logo-color";
|
|
73
73
|
import { RegardioIconColor } from "@regardio/brand/icons/regardio-icon-color";
|
|
74
|
-
import {
|
|
74
|
+
import { SystemFieldSourcesIcon } from "@regardio/brand/icons/system-layer-sources-icon";
|
|
75
75
|
import { CompassSprite } from "@regardio/brand/sprites/compass-sprite";
|
|
76
76
|
import { CompassSpriteProvider } from "@regardio/brand/sprites/compass-sprite-provider";
|
|
77
77
|
|
|
@@ -80,7 +80,7 @@ function App() {
|
|
|
80
80
|
<CompassSpriteProvider>
|
|
81
81
|
<RegardioLogoColor style={{ width: 200 }} />
|
|
82
82
|
<RegardioIconColor style={{ fontSize: 48 }} />
|
|
83
|
-
<
|
|
83
|
+
<SystemFieldSourcesIcon style={{ fontSize: 32 }} />
|
|
84
84
|
<CompassSprite id="source-leisure-calm" width={80} height={80} />
|
|
85
85
|
</CompassSpriteProvider>
|
|
86
86
|
);
|
|
@@ -21,7 +21,7 @@ function CompassSpriteProvider() {
|
|
|
21
21
|
}),
|
|
22
22
|
/* @__PURE__ */ jsx("path", {
|
|
23
23
|
className: "fill-green-300",
|
|
24
|
-
d: "M209.52 222.51v-7.79c0-4.7-4.43-8.39-9.58-7.98L0 222.52v37.94c55.71 9.83 112.75 15.84 170.82 17.73 12.85.42 25.75.64 38.7.65h.97c71.3 0 141.15-6.24 209.04-18.13v-52.17l-210.01 13.
|
|
24
|
+
d: "M209.52 222.51v-7.79c0-4.7-4.43-8.39-9.58-7.98L0 222.52v37.94c55.71 9.83 112.75 15.84 170.82 17.73 12.85.42 25.75.64 38.7.65h.97c71.3 0 141.15-6.24 209.04-18.13v-52.17l-210.01 13.99z"
|
|
25
25
|
}),
|
|
26
26
|
/* @__PURE__ */ jsx("path", {
|
|
27
27
|
className: "fill-green-400",
|
|
@@ -43,7 +43,7 @@ function CompassSpriteProvider() {
|
|
|
43
43
|
}),
|
|
44
44
|
/* @__PURE__ */ jsx("path", {
|
|
45
45
|
className: "fill-purple-400",
|
|
46
|
-
d: "M346.26 206.93H73.27a8.5 8.5 0 0 0-8.5 8.5v37.85h290v-37.85a8.5 8.5 0 0 0-8.5-8.
|
|
46
|
+
d: "M346.26 206.93H73.27a8.5 8.5 0 0 0-8.5 8.5v37.85h290v-37.85a8.5 8.5 0 0 0-8.5-8.5z"
|
|
47
47
|
}),
|
|
48
48
|
/* @__PURE__ */ jsx("path", {
|
|
49
49
|
className: "fill-purple-300",
|
|
@@ -91,7 +91,7 @@ function CompassSpriteProvider() {
|
|
|
91
91
|
}),
|
|
92
92
|
/* @__PURE__ */ jsx("path", {
|
|
93
93
|
className: "fill-red-300",
|
|
94
|
-
d: "M419.53 252.28v8.16c-68.35 12.06-138.68 18.39-210.48 18.39-70.08 0-141.98-6.04-209.04-17.54v-9.01h419.
|
|
94
|
+
d: "M419.53 252.28v8.16c-68.35 12.06-138.68 18.39-210.48 18.39-70.08 0-141.98-6.04-209.04-17.54v-9.01h419.53z"
|
|
95
95
|
}),
|
|
96
96
|
/* @__PURE__ */ jsx("path", {
|
|
97
97
|
d: "M209.99 17.01c-3.02 0-5.92 1.24-8.24 3.33a.58.58 0 0 0-.17.43c0 2.95-.22 9.6-.32 12.55-.01.39.31.66.55.45 2.08-1.77 5.04-3.32 7.95-3.29s6.01 1.43 7.95 3.45c.23.24.56-.05.55-.45-.11-3.07-.39-9.65-.39-12.72 0-.18-.06-.35-.17-.45-2.32-2.14-4.23-3.3-7.71-3.3",
|
|
@@ -109,7 +109,7 @@ function CompassSpriteProvider() {
|
|
|
109
109
|
}),
|
|
110
110
|
/* @__PURE__ */ jsx("path", {
|
|
111
111
|
className: "fill-olive-300",
|
|
112
|
-
d: "M209.76 206.93H0v53.52c68.12 12.02 138.21 18.34 209.76 18.39h.72c71.3 0 141.15-6.24 209.04-18.13v-53.77H209.
|
|
112
|
+
d: "M209.76 206.93H0v53.52c68.12 12.02 138.21 18.34 209.76 18.39h.72c71.3 0 141.15-6.24 209.04-18.13v-53.77H209.76z"
|
|
113
113
|
}),
|
|
114
114
|
/* @__PURE__ */ jsx("path", {
|
|
115
115
|
className: "fill-olive-400",
|
|
@@ -131,19 +131,19 @@ function CompassSpriteProvider() {
|
|
|
131
131
|
}),
|
|
132
132
|
/* @__PURE__ */ jsx("path", {
|
|
133
133
|
className: "fill-cyan-400",
|
|
134
|
-
d: "M84.67 272.
|
|
134
|
+
d: "M84.67 272.31"
|
|
135
135
|
}),
|
|
136
136
|
/* @__PURE__ */ jsx("path", {
|
|
137
137
|
className: "fill-cyan-300",
|
|
138
|
-
d: "M68.98 270.58a1186 1186 0 0 1-31.19-4.07c10.35 1.49 20.75 2.84 31.19 4.
|
|
138
|
+
d: "M68.98 270.58a1186 1186 0 0 1-31.19-4.07c10.35 1.49 20.75 2.84 31.19 4.07m82.37 6.81"
|
|
139
139
|
}),
|
|
140
140
|
/* @__PURE__ */ jsx("path", {
|
|
141
141
|
className: "fill-cyan-400",
|
|
142
|
-
d: "M125.35 227.48c-5.16.36-9.13 3.83-9.13 7.98v12.01L0 255.53v4.91c2.29.4 4.57.83 6.86 1.22q15.405 2.625 30.93 4.86c10.35 1.49 20.75 2.84 31.19 4.07 5.22.61 10.45 1.19 15.69 1.73 10.48 1.09 20.99 2.04 31.55 2.86 7.78.6 15.57 1.13 23.39 1.59 3.91.23 7.82.44 11.74.63 19.59.95 39.31 1.44 59.13 1.44q17.61 0 35.1-.51c3.89-.11 7.77-.24 11.65-.39q23.265-.9 46.29-2.67c39.23-3.01 77.92-7.9 116-14.58V207.5l-294.18 19.
|
|
142
|
+
d: "M125.35 227.48c-5.16.36-9.13 3.83-9.13 7.98v12.01L0 255.53v4.91c2.29.4 4.57.83 6.86 1.22q15.405 2.625 30.93 4.86c10.35 1.49 20.75 2.84 31.19 4.07 5.22.61 10.45 1.19 15.69 1.73 10.48 1.09 20.99 2.04 31.55 2.86 7.78.6 15.57 1.13 23.39 1.59 3.91.23 7.82.44 11.74.63 19.59.95 39.31 1.44 59.13 1.44q17.61 0 35.1-.51c3.89-.11 7.77-.24 11.65-.39q23.265-.9 46.29-2.67c39.23-3.01 77.92-7.9 116-14.58V207.5l-294.18 19.98z"
|
|
143
143
|
}),
|
|
144
144
|
/* @__PURE__ */ jsx("path", {
|
|
145
145
|
className: "fill-cyan-300",
|
|
146
|
-
d: "m293.94 234.15-177.72 12.32L0 254.53v5.91c38.15 6.73 76.92 11.69 116.22 14.74 31.11 2.42 62.54 3.66 94.26 3.66s62.33-1.21 93.04-3.57v-33.13c0-4.7-4.43-8.39-9.58-7.
|
|
146
|
+
d: "m293.94 234.15-177.72 12.32L0 254.53v5.91c38.15 6.73 76.92 11.69 116.22 14.74 31.11 2.42 62.54 3.66 94.26 3.66s62.33-1.21 93.04-3.57v-33.13c0-4.7-4.43-8.39-9.58-7.98z"
|
|
147
147
|
}),
|
|
148
148
|
/* @__PURE__ */ jsx("path", {
|
|
149
149
|
d: "M209.99 17.01c-3.02 0-5.92 1.24-8.24 3.33a.58.58 0 0 0-.17.43c0 2.95-.22 9.6-.32 12.55-.01.39.31.66.55.45 2.08-1.77 5.04-3.32 7.95-3.29s6.01 1.43 7.95 3.45c.23.24.56-.05.55-.45-.11-3.07-.39-9.65-.39-12.72 0-.18-.06-.35-.17-.45-2.32-2.14-4.23-3.3-7.71-3.3",
|
|
@@ -152,7 +152,7 @@ function CompassSpriteProvider() {
|
|
|
152
152
|
]
|
|
153
153
|
}),
|
|
154
154
|
/* @__PURE__ */ jsxs("symbol", {
|
|
155
|
-
id: "
|
|
155
|
+
id: "bridge-views",
|
|
156
156
|
viewBox: "0 0 419.53 297.64",
|
|
157
157
|
children: [
|
|
158
158
|
/* @__PURE__ */ jsx("path", {
|
|
@@ -161,7 +161,7 @@ function CompassSpriteProvider() {
|
|
|
161
161
|
}),
|
|
162
162
|
/* @__PURE__ */ jsx("path", {
|
|
163
163
|
className: "fill-gray-400",
|
|
164
|
-
d: "M209.76 236.93H0v23.51c68.12 12.02 138.45 18.35 210 18.39
|
|
164
|
+
d: "M209.76 236.93H0v23.51c68.12 12.02 138.45 18.35 210 18.39 71.15 0 141.76-6.19 209.52-18.04l.04-23.86z"
|
|
165
165
|
}),
|
|
166
166
|
/* @__PURE__ */ jsx("path", {
|
|
167
167
|
className: "fill-gray-200",
|
|
@@ -183,47 +183,47 @@ function CompassSpriteProvider() {
|
|
|
183
183
|
}),
|
|
184
184
|
/* @__PURE__ */ jsx("path", {
|
|
185
185
|
className: "fill-gray-50",
|
|
186
|
-
d: "
|
|
186
|
+
d: "M219.43 95.57c-6.85 45.9-24.59 164.01-30.43 200.36-.7 4.33-4.76 7.32-9.09 6.64a180.4 180.4 0 0 0-57.09.15c-4.09.67-8-1.98-8.98-6.01-6.57-26.93-28.26-112.45-35.45-139.77-1.17-4.44 1.62-8.96 6.12-9.87 14.68-2.96 29.48-4.94 44.3-5.94 1.46-.1 2.86-.58 4.05-1.42l74.07-51.87c5.76-4.03 13.54.78 12.5 7.73"
|
|
187
187
|
}),
|
|
188
188
|
/* @__PURE__ */ jsx("path", {
|
|
189
189
|
className: "fill-lime-400",
|
|
190
|
-
d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.
|
|
190
|
+
d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
|
|
191
191
|
})
|
|
192
192
|
]
|
|
193
193
|
}),
|
|
194
194
|
/* @__PURE__ */ jsxs("symbol", {
|
|
195
|
-
id: "facet-element-
|
|
195
|
+
id: "facet-element-people",
|
|
196
196
|
viewBox: "0 0 297.64 419.53",
|
|
197
197
|
children: [
|
|
198
198
|
/* @__PURE__ */ jsx("path", {
|
|
199
|
-
className: "fill-
|
|
199
|
+
className: "fill-orange-300",
|
|
200
200
|
d: "M12.31 419.53h271.16c7.83 0 14.17-6.35 14.17-14.17V12.31c0-6.8-5.51-12.31-12.31-12.31H12.31C5.51 0 0 5.51 0 12.31v394.91c0 6.8 5.51 12.31 12.31 12.31"
|
|
201
201
|
}),
|
|
202
202
|
/* @__PURE__ */ jsx("path", {
|
|
203
203
|
className: "fill-gray-50",
|
|
204
|
-
d: "
|
|
204
|
+
d: "M129.89 140.5c25.65-1.41 51.59.08 77.34 4.62 4.34.76 7.23 4.91 6.48 9.25-4.81 27.75-20.18 114.39-25.14 141.88-.78 4.31-4.88 7.22-9.2 6.46-19.05-3.34-38.3-3.53-57.04-.78-4.11.6-7.98-2.11-8.9-6.17-7.28-32.27-31.49-129.02-42.29-169.97-1.78-6.75 5.33-12.37 11.49-9.1l43.06 22.9c1.29.68 2.74 1 4.19.92z"
|
|
205
205
|
}),
|
|
206
206
|
/* @__PURE__ */ jsx("path", {
|
|
207
207
|
className: "fill-lime-400",
|
|
208
|
-
d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.
|
|
208
|
+
d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
|
|
209
209
|
})
|
|
210
210
|
]
|
|
211
211
|
}),
|
|
212
212
|
/* @__PURE__ */ jsxs("symbol", {
|
|
213
|
-
id: "facet-element-
|
|
213
|
+
id: "facet-element-reasons",
|
|
214
214
|
viewBox: "0 0 297.64 419.53",
|
|
215
215
|
children: [
|
|
216
216
|
/* @__PURE__ */ jsx("path", {
|
|
217
|
-
className: "fill-
|
|
217
|
+
className: "fill-red-300",
|
|
218
218
|
d: "M12.31 419.53h271.16c7.83 0 14.17-6.35 14.17-14.17V12.31c0-6.8-5.51-12.31-12.31-12.31H12.31C5.51 0 0 5.51 0 12.31v394.91c0 6.8 5.51 12.31 12.31 12.31"
|
|
219
219
|
}),
|
|
220
220
|
/* @__PURE__ */ jsx("path", {
|
|
221
221
|
className: "fill-gray-50",
|
|
222
|
-
d: "
|
|
222
|
+
d: "M226.85 146.37c4.3.95 7.02 5.21 6.08 9.51-5.97 27.41-25.03 113.29-31.21 140.69-.96 4.28-5.2 7-9.48 6.06-15.99-3.53-32.74-4.93-49.9-3.88-8.66.53-17.13 1.67-25.39 3.36-4.05.83-8.04-1.63-9.21-5.59-7.55-25.72-32.86-109.97-41.77-138.02-1.4-4.4 1.2-9.08 5.68-10.18 19.65-4.84 40-7.99 60.91-9.27 32.42-1.98 64.07.65 94.28 7.32z"
|
|
223
223
|
}),
|
|
224
224
|
/* @__PURE__ */ jsx("path", {
|
|
225
225
|
className: "fill-lime-400",
|
|
226
|
-
d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.
|
|
226
|
+
d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
|
|
227
227
|
})
|
|
228
228
|
]
|
|
229
229
|
}),
|
|
@@ -237,11 +237,11 @@ function CompassSpriteProvider() {
|
|
|
237
237
|
}),
|
|
238
238
|
/* @__PURE__ */ jsx("path", {
|
|
239
239
|
className: "fill-gray-50",
|
|
240
|
-
d: "
|
|
240
|
+
d: "M65.64 159.66c-1.59-4.42.96-9.28 5.52-10.44 19.54-4.98 39.8-8.3 60.63-9.75 32.41-2.27 64.07.09 94.34 6.5 4.31.91 7.06 5.15 6.16 9.46-5.73 27.46-24.04 113.5-29.98 140.95-.93 4.29-5.14 7.05-9.43 6.14-16.02-3.39-32.78-4.64-49.93-3.44-8.63.6-17.07 1.81-25.29 3.57-4.07.87-8.11-1.59-9.28-5.58-6.92-23.66-27.85-93.91-31.09-103.66-3.78-11.38-7.66-22.65-11.66-33.73z"
|
|
241
241
|
}),
|
|
242
242
|
/* @__PURE__ */ jsx("path", {
|
|
243
243
|
className: "fill-lime-400",
|
|
244
|
-
d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.
|
|
244
|
+
d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
|
|
245
245
|
})
|
|
246
246
|
]
|
|
247
247
|
}),
|
|
@@ -255,11 +255,11 @@ function CompassSpriteProvider() {
|
|
|
255
255
|
}),
|
|
256
256
|
/* @__PURE__ */ jsx("path", {
|
|
257
257
|
className: "fill-gray-50",
|
|
258
|
-
d: "
|
|
258
|
+
d: "M178.75 302.69c-19.04-3.41-38.29-3.66-57.04-.98-4.12.59-7.97-2.14-8.87-6.2-7.16-32.3-31.04-129.13-41.69-170.11-1.76-6.75 5.37-12.35 11.52-9.06l42.98 23.05c1.28.69 2.73 1.01 4.19.93 25.65-1.32 51.59.26 77.32 4.89 4.33.78 7.22 4.93 6.45 9.27-4.9 27.74-20.58 114.32-25.64 141.79-.79 4.31-4.91 7.2-9.22 6.43z"
|
|
259
259
|
}),
|
|
260
260
|
/* @__PURE__ */ jsx("path", {
|
|
261
261
|
className: "fill-lime-400",
|
|
262
|
-
d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.
|
|
262
|
+
d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
|
|
263
263
|
})
|
|
264
264
|
]
|
|
265
265
|
}),
|
|
@@ -273,11 +273,29 @@ function CompassSpriteProvider() {
|
|
|
273
273
|
}),
|
|
274
274
|
/* @__PURE__ */ jsx("path", {
|
|
275
275
|
className: "fill-gray-50",
|
|
276
|
-
d: "
|
|
276
|
+
d: "M114.19 296.72c-6.62-26.92-28.49-112.39-35.74-139.7-1.18-4.43 1.6-8.96 6.1-9.88 14.68-2.99 29.47-5 44.28-6.03a8 8 0 0 0 4.05-1.43l73.97-52.02c5.75-4.04 13.54.75 12.52 7.7-6.75 45.91-24.24 164.06-30.02 200.43-.69 4.33-4.74 7.33-9.08 6.66a180.5 180.5 0 0 0-57.09.27c-4.09.68-8-1.96-8.99-5.99z"
|
|
277
277
|
}),
|
|
278
278
|
/* @__PURE__ */ jsx("path", {
|
|
279
279
|
className: "fill-lime-400",
|
|
280
|
-
d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.
|
|
280
|
+
d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
|
|
281
|
+
})
|
|
282
|
+
]
|
|
283
|
+
}),
|
|
284
|
+
/* @__PURE__ */ jsxs("symbol", {
|
|
285
|
+
id: "facet-elements",
|
|
286
|
+
viewBox: "0 0 297.64 419.53",
|
|
287
|
+
children: [
|
|
288
|
+
/* @__PURE__ */ jsx("path", {
|
|
289
|
+
className: "fill-gray-300",
|
|
290
|
+
d: "M12.31 419.53h271.16c7.83 0 14.17-6.35 14.17-14.17V12.31c0-6.8-5.51-12.31-12.31-12.31H12.31C5.51 0 0 5.51 0 12.31v394.91c0 6.8 5.51 12.31 12.31 12.31"
|
|
291
|
+
}),
|
|
292
|
+
/* @__PURE__ */ jsx("path", {
|
|
293
|
+
className: "fill-gray-100",
|
|
294
|
+
d: "M189.44 311.83c-3.57 19.38-7.79 42.04-12.14 64.68-.47 2.42-2.76 4.06-5.19 3.68-10.51-1.64-21.1-1.63-31.41-.06-2.43.37-4.7-1.26-5.18-3.67-5.79-29.45-12.73-59.73-21.17-84.96-1.33-3.97-2.68-7.94-4.06-11.92-1.36-3.94 2.77-7.52 6.46-5.6l24.68 12.85c.74.39 1.58.56 2.41.51 14.84-.95 29.88-.2 44.81 2.32 2.5.42 4.19 2.8 3.76 5.31-.96 5.67-1.96 11.29-2.99 16.86z"
|
|
295
|
+
}),
|
|
296
|
+
/* @__PURE__ */ jsx("path", {
|
|
297
|
+
className: "fill-lime-400",
|
|
298
|
+
d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
|
|
281
299
|
})
|
|
282
300
|
]
|
|
283
301
|
}),
|
|
@@ -291,11 +309,11 @@ function CompassSpriteProvider() {
|
|
|
291
309
|
}),
|
|
292
310
|
/* @__PURE__ */ jsx("path", {
|
|
293
311
|
className: "fill-teal-300",
|
|
294
|
-
d: "M63.69 19.98c2.26 7.05 18.77 57.94 24.13 75.78 2.47 8.24 4.88 16.46 7.23 24.64 23.7 82.56 36.49 200.35 46.18 269.98 1.19 8.53 13.22 9.28 15.45.96 19.53-72.9 48.05-200.09 66.5-292.92 3.49-17.55 6.79-35.33 9.81-53.18.86-5.09 1.73-10.04 2.59-14.89.21-1.17 2.27-14.03 4.86-30.36H57.1c3.48 10.5 6.16 18.63 6.59 19.
|
|
312
|
+
d: "M63.69 19.98c2.26 7.05 18.77 57.94 24.13 75.78 2.47 8.24 4.88 16.46 7.23 24.64 23.7 82.56 36.49 200.35 46.18 269.98 1.19 8.53 13.22 9.28 15.45.96 19.53-72.9 48.05-200.09 66.5-292.92 3.49-17.55 6.79-35.33 9.81-53.18.86-5.09 1.73-10.04 2.59-14.89.21-1.17 2.27-14.03 4.86-30.36H57.1c3.48 10.5 6.16 18.63 6.59 19.98z"
|
|
295
313
|
}),
|
|
296
314
|
/* @__PURE__ */ jsx("path", {
|
|
297
315
|
className: "fill-lime-400",
|
|
298
|
-
d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.
|
|
316
|
+
d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
|
|
299
317
|
})
|
|
300
318
|
]
|
|
301
319
|
}),
|
|
@@ -309,11 +327,11 @@ function CompassSpriteProvider() {
|
|
|
309
327
|
}),
|
|
310
328
|
/* @__PURE__ */ jsx("path", {
|
|
311
329
|
className: "fill-teal-300",
|
|
312
|
-
d: "M293.94 220.99c.86-5.09 1.73-10.04 2.59-14.89.58-3.29 15.81-98.83 16.33-104.55 1.87-20.58 2.72-42.88 2.07-69.2-.15-6.16-6.98-9.79-12.16-6.46l-128.11 82.27c-1.09.7-2.34 1.12-3.64 1.22a491 491 0 0 0-62.94 9.09c-4.64.98-7.37 5.82-5.82 10.31 6.87 19.88 21.31 63.63 22.37 66.94 2.26 7.05 18.77 57.94 24.13 75.79 2.47 8.24 4.88 16.46 7.23 24.64l.42 1.48h122.98c1.64-8.02 3.22-15.86 4.73-23.46 3.49-17.55 6.79-35.33 9.81-53.
|
|
330
|
+
d: "M293.94 220.99c.86-5.09 1.73-10.04 2.59-14.89.58-3.29 15.81-98.83 16.33-104.55 1.87-20.58 2.72-42.88 2.07-69.2-.15-6.16-6.98-9.79-12.16-6.46l-128.11 82.27c-1.09.7-2.34 1.12-3.64 1.22a491 491 0 0 0-62.94 9.09c-4.64.98-7.37 5.82-5.82 10.31 6.87 19.88 21.31 63.63 22.37 66.94 2.26 7.05 18.77 57.94 24.13 75.79 2.47 8.24 4.88 16.46 7.23 24.64l.42 1.48h122.98c1.64-8.02 3.22-15.86 4.73-23.46 3.49-17.55 6.79-35.33 9.81-53.18z"
|
|
313
331
|
}),
|
|
314
332
|
/* @__PURE__ */ jsx("path", {
|
|
315
333
|
className: "fill-lime-400",
|
|
316
|
-
d: "M218.27 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.
|
|
334
|
+
d: "M218.27 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
|
|
317
335
|
})
|
|
318
336
|
]
|
|
319
337
|
}),
|
|
@@ -331,7 +349,7 @@ function CompassSpriteProvider() {
|
|
|
331
349
|
}),
|
|
332
350
|
/* @__PURE__ */ jsx("path", {
|
|
333
351
|
className: "fill-lime-400",
|
|
334
|
-
d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.
|
|
352
|
+
d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
|
|
335
353
|
})
|
|
336
354
|
]
|
|
337
355
|
}),
|
|
@@ -345,11 +363,11 @@ function CompassSpriteProvider() {
|
|
|
345
363
|
}),
|
|
346
364
|
/* @__PURE__ */ jsx("path", {
|
|
347
365
|
className: "fill-blue-300",
|
|
348
|
-
d: "M320.05 200.98c.71-2.97 11.35-49.09 15.67-69.84a7.906 7.906 0 0 0-5.82-9.27c-42.58-10.69-87.31-15.83-133.35-14.63-38.86 1.02-76.55 6.51-112.59 15.96-4.61 1.21-7.1 6.2-5.31 10.62 8.49 20.87 24.3 62.4 25.55 65.75 2.6 6.93 23.51 62.4 27.79 74.5 2.79 7.89 5.5 15.74 8.17 23.57h156.2c1.76-6.56 3.51-13.14 5.22-19.78 3.85-14.94 16.58-69.02 18.46-76.
|
|
366
|
+
d: "M320.05 200.98c.71-2.97 11.35-49.09 15.67-69.84a7.906 7.906 0 0 0-5.82-9.27c-42.58-10.69-87.31-15.83-133.35-14.63-38.86 1.02-76.55 6.51-112.59 15.96-4.61 1.21-7.1 6.2-5.31 10.62 8.49 20.87 24.3 62.4 25.55 65.75 2.6 6.93 23.51 62.4 27.79 74.5 2.79 7.89 5.5 15.74 8.17 23.57h156.2c1.76-6.56 3.51-13.14 5.22-19.78 3.85-14.94 16.58-69.02 18.46-76.88z"
|
|
349
367
|
}),
|
|
350
368
|
/* @__PURE__ */ jsx("path", {
|
|
351
369
|
className: "fill-lime-400",
|
|
352
|
-
d: "M218.27 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.
|
|
370
|
+
d: "M218.27 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
|
|
353
371
|
})
|
|
354
372
|
]
|
|
355
373
|
}),
|
|
@@ -363,11 +381,11 @@ function CompassSpriteProvider() {
|
|
|
363
381
|
}),
|
|
364
382
|
/* @__PURE__ */ jsx("path", {
|
|
365
383
|
className: "fill-lime-300",
|
|
366
|
-
d: "M75.15 56.01c4.26 13.27 8.36 26.54 12.29 39.75 27.21 91.31 42 220.01 52.73 294.65 1.22 8.51 13.25 9.21 15.45.9 17.38-65.74 42.22-177.17 59.54-256.38 2.62-12 5.18-24.16 7.64-36.42 2.99-14.92 12.83-69.84 14.28-77.79.22-1.22 1.71-9.69 3.6-20.71H57.03C65.86 27 74.31 53.41 75.15 56.
|
|
384
|
+
d: "M75.15 56.01c4.26 13.27 8.36 26.54 12.29 39.75 27.21 91.31 42 220.01 52.73 294.65 1.22 8.51 13.25 9.21 15.45.9 17.38-65.74 42.22-177.17 59.54-256.38 2.62-12 5.18-24.16 7.64-36.42 2.99-14.92 12.83-69.84 14.28-77.79.22-1.22 1.71-9.69 3.6-20.71H57.03C65.86 27 74.31 53.41 75.15 56.02z"
|
|
367
385
|
}),
|
|
368
386
|
/* @__PURE__ */ jsx("path", {
|
|
369
387
|
className: "fill-lime-400",
|
|
370
|
-
d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.
|
|
388
|
+
d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
|
|
371
389
|
})
|
|
372
390
|
]
|
|
373
391
|
}),
|
|
@@ -381,11 +399,11 @@ function CompassSpriteProvider() {
|
|
|
381
399
|
}),
|
|
382
400
|
/* @__PURE__ */ jsx("path", {
|
|
383
401
|
className: "fill-lime-300",
|
|
384
|
-
d: "M298.03 196.46c.55-3 8.69-49.74 11.87-70.58.64-4.2-2.15-8.14-6.32-8.95a490 490 0 0 0-83.57-8.95c-1.3-.03-2.57-.37-3.7-1.01L68.1 23.43c-6.86-3.87-14.54 3.6-10.86 10.56 13.65 25.9 34.29 66.15 41.93 86.28l.13.07s-.06.02-.09.02c8.11 21.38 35.35 106.59 36.89 111.38 4.26 13.27 8.36 26.54 12.29 39.75 2.51 8.41 4.91 17.15 7.21 26.13h123.3c1.65-7.75 3.27-15.54 4.85-23.39 2.99-14.92 12.83-69.84 14.28-77.
|
|
402
|
+
d: "M298.03 196.46c.55-3 8.69-49.74 11.87-70.58.64-4.2-2.15-8.14-6.32-8.95a490 490 0 0 0-83.57-8.95c-1.3-.03-2.57-.37-3.7-1.01L68.1 23.43c-6.86-3.87-14.54 3.6-10.86 10.56 13.65 25.9 34.29 66.15 41.93 86.28l.13.07s-.06.02-.09.02c8.11 21.38 35.35 106.59 36.89 111.38 4.26 13.27 8.36 26.54 12.29 39.75 2.51 8.41 4.91 17.15 7.21 26.13h123.3c1.65-7.75 3.27-15.54 4.85-23.39 2.99-14.92 12.83-69.84 14.28-77.79z"
|
|
385
403
|
}),
|
|
386
404
|
/* @__PURE__ */ jsx("path", {
|
|
387
405
|
className: "fill-lime-400",
|
|
388
|
-
d: "M218.27 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.
|
|
406
|
+
d: "M218.27 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
|
|
389
407
|
})
|
|
390
408
|
]
|
|
391
409
|
}),
|
|
@@ -403,7 +421,7 @@ function CompassSpriteProvider() {
|
|
|
403
421
|
}),
|
|
404
422
|
/* @__PURE__ */ jsx("path", {
|
|
405
423
|
className: "fill-lime-400",
|
|
406
|
-
d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.
|
|
424
|
+
d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
|
|
407
425
|
})
|
|
408
426
|
]
|
|
409
427
|
}),
|
|
@@ -417,11 +435,11 @@ function CompassSpriteProvider() {
|
|
|
417
435
|
}),
|
|
418
436
|
/* @__PURE__ */ jsx("path", {
|
|
419
437
|
className: "fill-pink-300",
|
|
420
|
-
d: "M298.03 196.4c.55-3 8.69-49.74 11.87-70.58.64-4.2-2.15-8.14-6.32-8.95a490 490 0 0 0-83.57-8.95c-1.3-.03-2.57-.37-3.7-1.01L68.1 23.37c-6.86-3.87-14.54 3.6-10.86 10.56 13.65 25.9 34.29 66.15 41.93 86.28l.13.07s-.06.01-.09.02c8.11 21.38 35.35 106.59 36.89 111.38 4.26 13.27 8.36 26.54 12.29 39.75 2.51 8.43 4.92 17.19 7.23 26.19h123.27a2104 2104 0 0 0 4.86-23.45c2.99-14.92 12.83-69.84 14.28-77.
|
|
438
|
+
d: "M298.03 196.4c.55-3 8.69-49.74 11.87-70.58.64-4.2-2.15-8.14-6.32-8.95a490 490 0 0 0-83.57-8.95c-1.3-.03-2.57-.37-3.7-1.01L68.1 23.37c-6.86-3.87-14.54 3.6-10.86 10.56 13.65 25.9 34.29 66.15 41.93 86.28l.13.07s-.06.01-.09.02c8.11 21.38 35.35 106.59 36.89 111.38 4.26 13.27 8.36 26.54 12.29 39.75 2.51 8.43 4.92 17.19 7.23 26.19h123.27a2104 2104 0 0 0 4.86-23.45c2.99-14.92 12.83-69.84 14.28-77.79z"
|
|
421
439
|
}),
|
|
422
440
|
/* @__PURE__ */ jsx("path", {
|
|
423
441
|
className: "fill-lime-400",
|
|
424
|
-
d: "M218.27 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.
|
|
442
|
+
d: "M218.27 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
|
|
425
443
|
})
|
|
426
444
|
]
|
|
427
445
|
}),
|
|
@@ -435,11 +453,11 @@ function CompassSpriteProvider() {
|
|
|
435
453
|
}),
|
|
436
454
|
/* @__PURE__ */ jsx("path", {
|
|
437
455
|
className: "fill-coral-300",
|
|
438
|
-
d: "M63.69 19.98c2.26 7.05 18.77 57.94 24.13 75.78 2.47 8.24 4.88 16.46 7.23 24.64 23.7 82.56 36.49 200.35 46.18 269.98 1.19 8.53 13.22 9.28 15.45.96 19.53-72.9 48.05-200.09 66.5-292.92 3.49-17.55 11.54-63.22 12.4-68.07.21-1.17 2.27-14.03 4.86-30.36H57.1c3.48 10.5 6.16 18.63 6.59 19.
|
|
456
|
+
d: "M63.69 19.98c2.26 7.05 18.77 57.94 24.13 75.78 2.47 8.24 4.88 16.46 7.23 24.64 23.7 82.56 36.49 200.35 46.18 269.98 1.19 8.53 13.22 9.28 15.45.96 19.53-72.9 48.05-200.09 66.5-292.92 3.49-17.55 11.54-63.22 12.4-68.07.21-1.17 2.27-14.03 4.86-30.36H57.1c3.48 10.5 6.16 18.63 6.59 19.98z"
|
|
439
457
|
}),
|
|
440
458
|
/* @__PURE__ */ jsx("path", {
|
|
441
459
|
className: "fill-lime-400",
|
|
442
|
-
d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.
|
|
460
|
+
d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
|
|
443
461
|
})
|
|
444
462
|
]
|
|
445
463
|
}),
|
|
@@ -457,11 +475,11 @@ function CompassSpriteProvider() {
|
|
|
457
475
|
}),
|
|
458
476
|
/* @__PURE__ */ jsx("path", {
|
|
459
477
|
className: "fill-coral-300",
|
|
460
|
-
d: "M296.53 206.11c.58-3.29 15.81-98.83 16.33-104.55 1.87-20.58 2.72-42.88 2.07-69.2-.15-6.16-6.98-9.79-12.16-6.46l-128.11 82.27c-1.09.7-2.34 1.12-3.64 1.22a491 491 0 0 0-62.94 9.09c-4.64.98-7.37 5.82-5.82 10.31 6.87 19.88 21.31 63.63 22.37 66.94 2.26 7.05 18.77 57.94 24.13 75.78 2.47 8.24 4.88 16.46 7.23 24.64l.42 1.48h122.98c1.64-8.02 3.22-15.86 4.73-23.46 3.49-17.55 11.54-63.22 12.4-68.
|
|
478
|
+
d: "M296.53 206.11c.58-3.29 15.81-98.83 16.33-104.55 1.87-20.58 2.72-42.88 2.07-69.2-.15-6.16-6.98-9.79-12.16-6.46l-128.11 82.27c-1.09.7-2.34 1.12-3.64 1.22a491 491 0 0 0-62.94 9.09c-4.64.98-7.37 5.82-5.82 10.31 6.87 19.88 21.31 63.63 22.37 66.94 2.26 7.05 18.77 57.94 24.13 75.78 2.47 8.24 4.88 16.46 7.23 24.64l.42 1.48h122.98c1.64-8.02 3.22-15.86 4.73-23.46 3.49-17.55 11.54-63.22 12.4-68.07z"
|
|
461
479
|
}),
|
|
462
480
|
/* @__PURE__ */ jsx("path", {
|
|
463
481
|
className: "fill-lime-400",
|
|
464
|
-
d: "M218.27 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.
|
|
482
|
+
d: "M218.27 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
|
|
465
483
|
})
|
|
466
484
|
]
|
|
467
485
|
}),
|
|
@@ -479,7 +497,7 @@ function CompassSpriteProvider() {
|
|
|
479
497
|
}),
|
|
480
498
|
/* @__PURE__ */ jsx("path", {
|
|
481
499
|
className: "fill-lime-400",
|
|
482
|
-
d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.
|
|
500
|
+
d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
|
|
483
501
|
})
|
|
484
502
|
]
|
|
485
503
|
}),
|
|
@@ -493,98 +511,62 @@ function CompassSpriteProvider() {
|
|
|
493
511
|
}),
|
|
494
512
|
/* @__PURE__ */ jsx("path", {
|
|
495
513
|
className: "fill-yellow-300",
|
|
496
|
-
d: "M320.05 200.98c.71-2.97 11.35-49.09 15.67-69.84a7.906 7.906 0 0 0-5.82-9.27c-42.58-10.69-87.31-15.83-133.35-14.63-38.86 1.02-76.55 6.51-112.59 15.96-4.61 1.21-7.1 6.2-5.31 10.62 8.49 20.87 24.3 62.4 25.55 65.75 2.6 6.93 23.51 62.4 27.79 74.5 2.79 7.89 5.5 15.74 8.17 23.57h156.2c1.76-6.56 3.51-13.14 5.22-19.78 3.85-14.94 16.58-69.02 18.46-76.
|
|
497
|
-
}),
|
|
498
|
-
/* @__PURE__ */ jsx("path", {
|
|
499
|
-
className: "fill-lime-400",
|
|
500
|
-
d: "M218.27 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34Z"
|
|
501
|
-
})
|
|
502
|
-
]
|
|
503
|
-
}),
|
|
504
|
-
/* @__PURE__ */ jsxs("symbol", {
|
|
505
|
-
id: "facets-elements",
|
|
506
|
-
viewBox: "0 0 297.64 419.53",
|
|
507
|
-
children: [
|
|
508
|
-
/* @__PURE__ */ jsx("path", {
|
|
509
|
-
className: "fill-gray-300",
|
|
510
|
-
d: "M12.31 419.53h271.16c7.83 0 14.17-6.35 14.17-14.17V12.31c0-6.8-5.51-12.31-12.31-12.31H12.31C5.51 0 0 5.51 0 12.31v394.91c0 6.8 5.51 12.31 12.31 12.31"
|
|
511
|
-
}),
|
|
512
|
-
/* @__PURE__ */ jsx("path", {
|
|
513
|
-
className: "fill-gray-100",
|
|
514
|
-
d: "M192.42 294.98c.43-2.5-1.26-4.88-3.76-5.31a194 194 0 0 0-44.81-2.32c-.84.05-1.67-.12-2.41-.51l-24.68-12.85c-3.69-1.92-7.83 1.66-6.46 5.6 1.38 3.98 2.73 7.96 4.06 11.92 8.44 25.22 15.38 55.5 21.17 84.96.47 2.41 2.75 4.04 5.18 3.67a103.4 103.4 0 0 1 31.41.06c2.43.38 4.73-1.26 5.19-3.68 4.35-22.64 8.57-45.31 12.14-64.68 1.02-5.57 2.02-11.19 2.99-16.86Z"
|
|
514
|
+
d: "M320.05 200.98c.71-2.97 11.35-49.09 15.67-69.84a7.906 7.906 0 0 0-5.82-9.27c-42.58-10.69-87.31-15.83-133.35-14.63-38.86 1.02-76.55 6.51-112.59 15.96-4.61 1.21-7.1 6.2-5.31 10.62 8.49 20.87 24.3 62.4 25.55 65.75 2.6 6.93 23.51 62.4 27.79 74.5 2.79 7.89 5.5 15.74 8.17 23.57h156.2c1.76-6.56 3.51-13.14 5.22-19.78 3.85-14.94 16.58-69.02 18.46-76.88z"
|
|
515
515
|
}),
|
|
516
516
|
/* @__PURE__ */ jsx("path", {
|
|
517
517
|
className: "fill-lime-400",
|
|
518
|
-
d: "
|
|
518
|
+
d: "M218.27 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
|
|
519
519
|
})
|
|
520
520
|
]
|
|
521
521
|
}),
|
|
522
522
|
/* @__PURE__ */ jsxs("symbol", {
|
|
523
|
-
id: "
|
|
524
|
-
viewBox: "0 0 297.64
|
|
523
|
+
id: "pursuit-pointer",
|
|
524
|
+
viewBox: "0 0 297.64 841.89",
|
|
525
525
|
children: [
|
|
526
526
|
/* @__PURE__ */ jsx("path", {
|
|
527
|
-
className: "fill-gray-
|
|
528
|
-
d: "
|
|
527
|
+
className: "fill-gray-50",
|
|
528
|
+
d: "M285.33 0H12.31C5.51 0 0 5.51 0 12.31v817.26c0 6.8 5.51 12.31 12.31 12.31h271.16c7.83 0 14.17-6.35 14.17-14.18V12.31c0-6.8-5.51-12.31-12.31-12.31"
|
|
529
529
|
}),
|
|
530
530
|
/* @__PURE__ */ jsx("path", {
|
|
531
531
|
className: "fill-gray-400",
|
|
532
|
-
d: "
|
|
532
|
+
d: "M149.31 632.64c-50.92 0-100.8-4.41-149.31-12.83v209.77c0 6.8 5.51 12.31 12.31 12.31h271.16c7.83 0 14.17-6.35 14.17-14.18V619.98c-48.2 8.31-97.76 12.66-148.33 12.66"
|
|
533
533
|
}),
|
|
534
|
-
/* @__PURE__ */ jsx("path", {
|
|
535
|
-
className: "fill-lime-400",
|
|
536
|
-
d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34Z"
|
|
537
|
-
})
|
|
538
|
-
]
|
|
539
|
-
}),
|
|
540
|
-
/* @__PURE__ */ jsxs("symbol", {
|
|
541
|
-
id: "pursuit-foundation-flourishing",
|
|
542
|
-
viewBox: "0 0 419.53 297.64",
|
|
543
|
-
children: [
|
|
544
534
|
/* @__PURE__ */ jsx("path", {
|
|
545
535
|
className: "fill-gray-950",
|
|
546
|
-
d: "
|
|
536
|
+
d: "M149.31 649.8c-50.92 0-100.8-4.4-149.31-12.82v192.6c0 6.8 5.51 12.31 12.31 12.31h271.16c7.83 0 14.17-6.35 14.17-14.18V637.14c-48.2 8.31-97.76 12.66-148.33 12.66M148.82 312.58c-62.88 0-114.04 51.16-114.04 114.04s51.16 114.04 114.04 114.04 114.04-51.16 114.04-114.04-51.16-114.04-114.04-114.04"
|
|
547
537
|
}),
|
|
548
538
|
/* @__PURE__ */ jsx("path", {
|
|
549
539
|
className: "fill-gray-400",
|
|
550
|
-
d: "
|
|
540
|
+
d: "M148.82 294.8c-72.68 0-131.81 59.13-131.81 131.81s59.13 131.81 131.81 131.81 131.81-59.13 131.81-131.81S221.5 294.8 148.82 294.8M34.78 426.61c0-62.88 51.16-114.04 114.04-114.04s114.04 51.16 114.04 114.04-51.16 114.04-114.04 114.04S34.78 489.49 34.78 426.61m244.26-210.97-10.09-15.96c2.53 6.55-3.25 13.76-10.88 12.51-35.88-5.87-72.04-12.11-109.76-12.11-37.46 0-73.23 6.2-108.82 11.99-7.67 1.25-13.43-6.16-10.71-12.74l-10.17 16.14c-4.76 7.52 1.85 17.01 10.86 15.54 38.86-6.32 77.91-13.09 118.81-13.09 41.17 0 80.66 6.81 119.82 13.22 9.06 1.48 15.74-7.94 10.96-15.5z"
|
|
551
541
|
}),
|
|
552
542
|
/* @__PURE__ */ jsx("path", {
|
|
553
|
-
className: "fill-gray-
|
|
554
|
-
d: "
|
|
543
|
+
className: "fill-gray-950",
|
|
544
|
+
d: "M268.95 199.69c-.22-.57-.5-1.13-.85-1.69L156.33 21.29c-3.65-5.71-11.58-5.71-15.23 0L29.54 197.84c-.31.49-.56.99-.77 1.49-2.71 6.58 3.05 13.99 10.71 12.74 35.59-5.79 71.36-11.99 108.82-11.99 37.71 0 73.88 6.24 109.76 12.11 7.63 1.25 13.42-5.96 10.88-12.51z"
|
|
555
545
|
}),
|
|
556
546
|
/* @__PURE__ */ jsx("path", {
|
|
557
|
-
d: "
|
|
547
|
+
d: "M156.96 807.87c-2.82.1-8.24.79-8.24.79s-5.32-.58-8.04-.62c-.21 0-.37.18-.36.38.21 5.3.51 10.43.18 15.93-.01.2.16.39.36.38 2.67-.14 8.02-.66 8.02-.66s5.23.68 7.86.82c.2 0 .36-.17.36-.38 0-5.42.01-10.84.23-16.25 0-.21-.15-.39-.36-.38z",
|
|
558
548
|
fill: "#a58924"
|
|
559
549
|
})
|
|
560
550
|
]
|
|
561
551
|
}),
|
|
562
552
|
/* @__PURE__ */ jsxs("symbol", {
|
|
563
|
-
id: "pursuit-
|
|
564
|
-
viewBox: "0 0 297.64
|
|
553
|
+
id: "pursuit-trait-flourishing",
|
|
554
|
+
viewBox: "0 0 419.53 297.64",
|
|
565
555
|
children: [
|
|
566
|
-
/* @__PURE__ */ jsx("path", {
|
|
567
|
-
className: "fill-gray-50",
|
|
568
|
-
d: "M285.33 0H12.31C5.51 0 0 5.51 0 12.31v817.26c0 6.8 5.51 12.31 12.31 12.31h271.16c7.83 0 14.17-6.35 14.17-14.18V12.31c0-6.8-5.51-12.31-12.31-12.31"
|
|
569
|
-
}),
|
|
570
|
-
/* @__PURE__ */ jsx("path", {
|
|
571
|
-
className: "fill-gray-400",
|
|
572
|
-
d: "M149.31 632.64c-50.92 0-100.8-4.41-149.31-12.83v209.77c0 6.8 5.51 12.31 12.31 12.31h271.16c7.83 0 14.17-6.35 14.17-14.18V619.98c-48.2 8.31-97.76 12.66-148.33 12.66"
|
|
573
|
-
}),
|
|
574
556
|
/* @__PURE__ */ jsx("path", {
|
|
575
557
|
className: "fill-gray-950",
|
|
576
|
-
d: "
|
|
558
|
+
d: "M419.53 285.33V14.17c0-7.83-6.35-14.17-14.17-14.17H12.31C5.51 0 0 5.51 0 12.31v273.02c0 6.8 5.51 12.31 12.31 12.31h394.91c6.8 0 12.31-5.51 12.31-12.31"
|
|
577
559
|
}),
|
|
578
560
|
/* @__PURE__ */ jsx("path", {
|
|
579
561
|
className: "fill-gray-400",
|
|
580
|
-
d: "
|
|
562
|
+
d: "m262.66 291.14-40.14-63.46-.02-.03c-2.84-4.45-7.61-7.1-12.77-7.1-5.15 0-9.92 2.65-12.78 7.13l-42.81 67.75-1.39 2.2h114.02l-4.11-6.5z"
|
|
581
563
|
}),
|
|
582
564
|
/* @__PURE__ */ jsx("path", {
|
|
583
|
-
className: "fill-gray-
|
|
584
|
-
d: "
|
|
565
|
+
className: "fill-gray-200",
|
|
566
|
+
d: "M217.03 231.16c-3.49-5.47-11.09-5.47-14.58 0l-42.01 66.48h98.64z"
|
|
585
567
|
}),
|
|
586
568
|
/* @__PURE__ */ jsx("path", {
|
|
587
|
-
d: "
|
|
569
|
+
d: "M217.91 17.01c-2.82.1-8.24.79-8.24.79s-5.32-.58-8.04-.62c-.21 0-.37.18-.36.38.21 5.3.51 10.43.18 15.93-.01.2.16.39.36.38 2.67-.14 8.02-.66 8.02-.66s5.23.68 7.86.82c.2 0 .36-.17.36-.38 0-5.42.01-10.84.23-16.25 0-.21-.15-.39-.36-.38z",
|
|
588
570
|
fill: "#a58924"
|
|
589
571
|
})
|
|
590
572
|
]
|
|
@@ -621,11 +603,11 @@ function CompassSpriteProvider() {
|
|
|
621
603
|
}),
|
|
622
604
|
/* @__PURE__ */ jsx("path", {
|
|
623
605
|
className: "fill-pink-300",
|
|
624
|
-
d: "M117.59 231.7c4.26 13.27 8.36 26.54 12.29 39.75 2.51 8.43 4.92 17.19 7.23 26.19h123.27a2104 2104 0 0 0 4.86-23.45c2.99-14.92 12.83-69.84 14.28-77.79.55-3 8.69-49.74 11.87-70.58.64-4.2-2.15-8.14-6.32-8.95a490 490 0 0 0-83.57-8.95c-1.3-.03-2.57-.37-3.7-1.01L49.59 23.37c-4.65-2.62-9.67-.04-11.28 4.07-.77 1.95-.77 4.25.42 6.49 13.65 25.9 34.29 66.15 41.93 86.28l.13.07s-.06.01-.09.02c8.11 21.38 35.35 106.59 36.89 111.
|
|
606
|
+
d: "M117.59 231.7c4.26 13.27 8.36 26.54 12.29 39.75 2.51 8.43 4.92 17.19 7.23 26.19h123.27a2104 2104 0 0 0 4.86-23.45c2.99-14.92 12.83-69.84 14.28-77.79.55-3 8.69-49.74 11.87-70.58.64-4.2-2.15-8.14-6.32-8.95a490 490 0 0 0-83.57-8.95c-1.3-.03-2.57-.37-3.7-1.01L49.59 23.37c-4.65-2.62-9.67-.04-11.28 4.07-.77 1.95-.77 4.25.42 6.49 13.65 25.9 34.29 66.15 41.93 86.28l.13.07s-.06.01-.09.02c8.11 21.38 35.35 106.59 36.89 111.38z"
|
|
625
607
|
}),
|
|
626
608
|
/* @__PURE__ */ jsx("path", {
|
|
627
609
|
className: "fill-pink-400",
|
|
628
|
-
d: "M99.3 120.29s-.06.01-.09.02c8.11 21.38 35.35 106.59 36.89 111.38 4.26 13.27 8.36 26.54 12.29 39.75 2.51 8.43 4.92 17.19 7.23 26.19h123.27a2104 2104 0 0 0 4.86-23.45c2.99-14.92 12.83-69.84 14.28-77.79.55-3 8.69-49.74 11.87-70.58.64-4.2-2.15-8.14-6.32-8.95a490 490 0 0 0-83.57-8.95c-1.3-.03-2.57-.37-3.7-1.01L68.1 23.37c-4.65-2.62-9.67-.04-11.28 4.07-.77 1.95-.77 4.25.42 6.49 13.65 25.9 34.29 66.15 41.93 86.28l.13.
|
|
610
|
+
d: "M99.3 120.29s-.06.01-.09.02c8.11 21.38 35.35 106.59 36.89 111.38 4.26 13.27 8.36 26.54 12.29 39.75 2.51 8.43 4.92 17.19 7.23 26.19h123.27a2104 2104 0 0 0 4.86-23.45c2.99-14.92 12.83-69.84 14.28-77.79.55-3 8.69-49.74 11.87-70.58.64-4.2-2.15-8.14-6.32-8.95a490 490 0 0 0-83.57-8.95c-1.3-.03-2.57-.37-3.7-1.01L68.1 23.37c-4.65-2.62-9.67-.04-11.28 4.07-.77 1.95-.77 4.25.42 6.49 13.65 25.9 34.29 66.15 41.93 86.28l.13.07z"
|
|
629
611
|
}),
|
|
630
612
|
/* @__PURE__ */ jsx("path", {
|
|
631
613
|
d: "M218.24 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
|
|
@@ -643,11 +625,11 @@ function CompassSpriteProvider() {
|
|
|
643
625
|
}),
|
|
644
626
|
/* @__PURE__ */ jsx("path", {
|
|
645
627
|
className: "fill-lime-300",
|
|
646
|
-
d: "m365.81 23.43-148.22 83.54c-.21.12-.42.21-.64.31-.96.43-2 .68-3.06.7-27.86.58-55.82 3.54-83.57 8.95-4.17.81-6.96 4.75-6.32 8.95 3.18 20.84 11.32 67.58 11.87 70.58 1.45 7.95 11.29 62.87 14.28 77.79.85 4.23 1.72 8.43 2.59 12.63.96 3.54 1.91 7.14 2.84 10.76h122.73c.93-3.62 1.88-7.22 2.84-10.76 1.42-5.22 2.87-10.36 4.36-15.37 3.94-13.21 8.04-26.48 12.29-39.75 1.54-4.79 28.78-90.01 36.89-111.38-.03 0-.06-.02-.09-.02l.13-.07c7.64-20.13 28.28-60.39 41.93-86.28 3.67-6.97-4-14.43-10.86-10.
|
|
628
|
+
d: "m365.81 23.43-148.22 83.54c-.21.12-.42.21-.64.31-.96.43-2 .68-3.06.7-27.86.58-55.82 3.54-83.57 8.95-4.17.81-6.96 4.75-6.32 8.95 3.18 20.84 11.32 67.58 11.87 70.58 1.45 7.95 11.29 62.87 14.28 77.79.85 4.23 1.72 8.43 2.59 12.63.96 3.54 1.91 7.14 2.84 10.76h122.73c.93-3.62 1.88-7.22 2.84-10.76 1.42-5.22 2.87-10.36 4.36-15.37 3.94-13.21 8.04-26.48 12.29-39.75 1.54-4.79 28.78-90.01 36.89-111.38-.03 0-.06-.02-.09-.02l.13-.07c7.64-20.13 28.28-60.39 41.93-86.28 3.67-6.97-4-14.43-10.86-10.56z"
|
|
647
629
|
}),
|
|
648
630
|
/* @__PURE__ */ jsx("path", {
|
|
649
631
|
className: "fill-lime-400",
|
|
650
|
-
d: "M303.58 116.93a490 490 0 0 0-83.57-8.95c-1.06-.02-2.1-.27-3.06-.7-.22-.1-.43-.19-.64-.31L68.1 23.43c-6.86-3.87-14.54 3.6-10.86 10.56 13.65 25.9 34.29 66.15 41.93 86.28l.13.07s-.06.02-.09.02c8.11 21.38 35.35 106.59 36.89 111.38 4.26 13.27 8.36 26.54 12.29 39.75 1.49 5.01 2.94 10.15 4.36 15.37.96 3.54 1.91 7.14 2.84 10.76h122.73c.93-3.62 1.88-7.22 2.84-10.76.87-4.2 1.74-8.4 2.59-12.63 2.99-14.92 12.83-69.84 14.28-77.79.55-3 8.69-49.74 11.87-70.58.64-4.2-2.15-8.14-6.32-8.
|
|
632
|
+
d: "M303.58 116.93a490 490 0 0 0-83.57-8.95c-1.06-.02-2.1-.27-3.06-.7-.22-.1-.43-.19-.64-.31L68.1 23.43c-6.86-3.87-14.54 3.6-10.86 10.56 13.65 25.9 34.29 66.15 41.93 86.28l.13.07s-.06.02-.09.02c8.11 21.38 35.35 106.59 36.89 111.38 4.26 13.27 8.36 26.54 12.29 39.75 1.49 5.01 2.94 10.15 4.36 15.37.96 3.54 1.91 7.14 2.84 10.76h122.73c.93-3.62 1.88-7.22 2.84-10.76.87-4.2 1.74-8.4 2.59-12.63 2.99-14.92 12.83-69.84 14.28-77.79.55-3 8.69-49.74 11.87-70.58.64-4.2-2.15-8.14-6.32-8.95z"
|
|
651
633
|
}),
|
|
652
634
|
/* @__PURE__ */ jsx("path", {
|
|
653
635
|
d: "M218.24 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
|
|
@@ -665,11 +647,11 @@ function CompassSpriteProvider() {
|
|
|
665
647
|
}),
|
|
666
648
|
/* @__PURE__ */ jsx("path", {
|
|
667
649
|
className: "fill-coral-300",
|
|
668
|
-
d: "M306.84 220.45c.71-2.23 6.66-20.27 13.08-39.51 4.62-13.86 9.49-28.35 12.82-37.99 1.6-4.64-.75-9.59-5.1-11.41-.52-.22-1.06-.4-1.64-.52-24.16-5.11-48.49-8.6-72.86-10.52a9.2 9.2 0 0 1-4.21-1.41l-39.17-25.15-109.15-70.11c-6-3.85-13.91.35-14.08 7.48-.75 30.46.24 56.28 2.4 80.11.15 1.6 1.29 9.31 2.95 20.12 2.08 13.55 4.97 31.98 7.73 49.4 4.12 26.04 7.92 49.8 8.23 51.53.82 4.61 7.24 41.03 11.75 65.18h162.56c7.94-25.45 22.44-70.15 24.69-77.
|
|
650
|
+
d: "M306.84 220.45c.71-2.23 6.66-20.27 13.08-39.51 4.62-13.86 9.49-28.35 12.82-37.99 1.6-4.64-.75-9.59-5.1-11.41-.52-.22-1.06-.4-1.64-.52-24.16-5.11-48.49-8.6-72.86-10.52a9.2 9.2 0 0 1-4.21-1.41l-39.17-25.15-109.15-70.11c-6-3.85-13.91.35-14.08 7.48-.75 30.46.24 56.28 2.4 80.11.15 1.6 1.29 9.31 2.95 20.12 2.08 13.55 4.97 31.98 7.73 49.4 4.12 26.04 7.92 49.8 8.23 51.53.82 4.61 7.24 41.03 11.75 65.18h162.56c7.94-25.45 22.44-70.15 24.69-77.19z"
|
|
669
651
|
}),
|
|
670
652
|
/* @__PURE__ */ jsx("path", {
|
|
671
653
|
className: "fill-coral-400",
|
|
672
|
-
d: "M311.69 232.46c.31-1.73 4.11-25.48 8.23-51.53 2.75-17.42 5.64-35.84 7.73-49.4 1.66-10.81 2.8-18.51 2.95-20.12 2.16-23.83 3.15-49.65 2.4-80.11-.18-7.13-8.08-11.33-14.08-7.48L209.77 93.91l-39.17 25.15a9.1 9.1 0 0 1-4.21 1.41 569 569 0 0 0-72.86 10.52c-.57.12-1.12.3-1.64.52-4.35 1.82-6.7 6.77-5.1 11.41 3.33 9.64 8.2 24.12 12.82 37.99 6.42 19.24 12.37 37.29 13.08 39.51 2.25 7.03 16.76 51.73 24.69 77.19h162.56c4.51-24.15 10.93-60.57 11.75-65.
|
|
654
|
+
d: "M311.69 232.46c.31-1.73 4.11-25.48 8.23-51.53 2.75-17.42 5.64-35.84 7.73-49.4 1.66-10.81 2.8-18.51 2.95-20.12 2.16-23.83 3.15-49.65 2.4-80.11-.18-7.13-8.08-11.33-14.08-7.48L209.77 93.91l-39.17 25.15a9.1 9.1 0 0 1-4.21 1.41 569 569 0 0 0-72.86 10.52c-.57.12-1.12.3-1.64.52-4.35 1.82-6.7 6.77-5.1 11.41 3.33 9.64 8.2 24.12 12.82 37.99 6.42 19.24 12.37 37.29 13.08 39.51 2.25 7.03 16.76 51.73 24.69 77.19h162.56c4.51-24.15 10.93-60.57 11.75-65.18z"
|
|
673
655
|
}),
|
|
674
656
|
/* @__PURE__ */ jsx("path", {
|
|
675
657
|
d: "M218.24 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
|
|
@@ -691,7 +673,7 @@ function CompassSpriteProvider() {
|
|
|
691
673
|
}),
|
|
692
674
|
/* @__PURE__ */ jsx("path", {
|
|
693
675
|
className: "fill-blue-400",
|
|
694
|
-
d: "M131.99 274.07c2.79 7.89 5.5 15.74 8.17 23.57h156.2c1.76-6.56 3.51-13.14 5.22-19.78 3.85-14.94 16.58-69.02 18.46-76.88.71-2.97 11.35-49.09 15.67-69.84a7.906 7.906 0 0 0-5.82-9.27c-42.58-10.69-87.31-15.83-133.35-14.63-38.86 1.02-76.55 6.51-112.59 15.96-4.61 1.21-7.1 6.2-5.31 10.62 8.49 20.87 24.3 62.4 25.55 65.75 2.6 6.93 23.51 62.4 27.79 74.
|
|
676
|
+
d: "M131.99 274.07c2.79 7.89 5.5 15.74 8.17 23.57h156.2c1.76-6.56 3.51-13.14 5.22-19.78 3.85-14.94 16.58-69.02 18.46-76.88.71-2.97 11.35-49.09 15.67-69.84a7.906 7.906 0 0 0-5.82-9.27c-42.58-10.69-87.31-15.83-133.35-14.63-38.86 1.02-76.55 6.51-112.59 15.96-4.61 1.21-7.1 6.2-5.31 10.62 8.49 20.87 24.3 62.4 25.55 65.75 2.6 6.93 23.51 62.4 27.79 74.5z"
|
|
695
677
|
}),
|
|
696
678
|
/* @__PURE__ */ jsx("path", {
|
|
697
679
|
d: "M218.24 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
|
|
@@ -709,11 +691,33 @@ function CompassSpriteProvider() {
|
|
|
709
691
|
}),
|
|
710
692
|
/* @__PURE__ */ jsx("path", {
|
|
711
693
|
className: "fill-teal-300",
|
|
712
|
-
d: "M139.21 297.64h160.65c1.56-9.62 7.36-46.03 11.3-71.37 2.06-13.29 3.62-23.54 3.77-25.25 1.77-19.48 2.58-40.59 1.96-65.49-.14-5.83-6.61-9.26-11.51-6.11l-121.25 77.86a7.4 7.4 0 0 1-3.44 1.15 465 465 0 0 0-59.56 8.6c-4.39.93-6.97 5.51-5.51 9.75 6.5 18.82 20.17 60.22 21.18 63.36.39 1.23 1.25 3.89 2.42 7.
|
|
694
|
+
d: "M139.21 297.64h160.65c1.56-9.62 7.36-46.03 11.3-71.37 2.06-13.29 3.62-23.54 3.77-25.25 1.77-19.48 2.58-40.59 1.96-65.49-.14-5.83-6.61-9.26-11.51-6.11l-121.25 77.86a7.4 7.4 0 0 1-3.44 1.15 465 465 0 0 0-59.56 8.6c-4.39.93-6.97 5.51-5.51 9.75 6.5 18.82 20.17 60.22 21.18 63.36.39 1.23 1.25 3.89 2.42 7.49z"
|
|
713
695
|
}),
|
|
714
696
|
/* @__PURE__ */ jsx("path", {
|
|
715
697
|
className: "fill-teal-400",
|
|
716
|
-
d: "M130.88 215.08c5.95 18.46 14.35 44.65 17.89 56.44 2.47 8.24 4.88 16.46 7.23 24.64l.42 1.48H279.4c1.64-8.02 3.22-15.86 4.73-23.46 3.49-17.55 6.79-35.33 9.81-53.18.86-5.09 1.73-10.04 2.59-14.89.4-2.25 7.63-47.56 12.34-77.87 2.18-14.05 3.82-24.87 3.99-26.68 1.87-20.58 2.72-42.88 2.07-69.2-.15-6.16-6.98-9.79-12.16-6.46l-128.11 82.27c-1.09.7-2.34 1.12-3.64 1.22a491 491 0 0 0-62.94 9.09c-4.64.98-7.37 5.82-5.82 10.31 6.87 19.88 21.31 63.63 22.37 66.94.77 2.4 3.18 9.85 6.24 19.
|
|
698
|
+
d: "M130.88 215.08c5.95 18.46 14.35 44.65 17.89 56.44 2.47 8.24 4.88 16.46 7.23 24.64l.42 1.48H279.4c1.64-8.02 3.22-15.86 4.73-23.46 3.49-17.55 6.79-35.33 9.81-53.18.86-5.09 1.73-10.04 2.59-14.89.4-2.25 7.63-47.56 12.34-77.87 2.18-14.05 3.82-24.87 3.99-26.68 1.87-20.58 2.72-42.88 2.07-69.2-.15-6.16-6.98-9.79-12.16-6.46l-128.11 82.27c-1.09.7-2.34 1.12-3.64 1.22a491 491 0 0 0-62.94 9.09c-4.64.98-7.37 5.82-5.82 10.31 6.87 19.88 21.31 63.63 22.37 66.94.77 2.4 3.18 9.85 6.24 19.35z"
|
|
699
|
+
}),
|
|
700
|
+
/* @__PURE__ */ jsx("path", {
|
|
701
|
+
d: "M218.24 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
|
|
702
|
+
fill: "#c17352"
|
|
703
|
+
})
|
|
704
|
+
]
|
|
705
|
+
}),
|
|
706
|
+
/* @__PURE__ */ jsxs("symbol", {
|
|
707
|
+
id: "source-drive",
|
|
708
|
+
viewBox: "0 0 419.53 297.64",
|
|
709
|
+
children: [
|
|
710
|
+
/* @__PURE__ */ jsx("path", {
|
|
711
|
+
className: "fill-gray-800",
|
|
712
|
+
d: "M419.53 285.33V14.17c0-7.83-6.35-14.17-14.17-14.17H12.31C5.51 0 0 5.51 0 12.31v273.02c0 6.8 5.51 12.31 12.31 12.31h394.91c6.8 0 12.31-5.51 12.31-12.31"
|
|
713
|
+
}),
|
|
714
|
+
/* @__PURE__ */ jsx("path", {
|
|
715
|
+
className: "fill-gray-400",
|
|
716
|
+
d: "M255.28 239.3c-.19-.08-.4-.15-.61-.19-9-1.9-18.07-3.21-27.15-3.92a3.27 3.27 0 0 1-1.57-.53l-14.6-9.37-40.67-26.12c-2.24-1.44-5.18.13-5.25 2.79-.28 11.35.09 20.97.9 29.85.05.6.48 3.47 1.1 7.5.78 5.05 1.85 11.92 2.88 18.41 1.53 9.7 2.95 18.56 3.07 19.2.27 1.5 2.13 12.08 3.72 20.73h62.42c2.96-9.31 7.37-23.2 8.01-25.21.27-.83 2.48-7.55 4.87-14.72 1.72-5.17 3.54-10.56 4.78-14.16.6-1.73-.28-3.57-1.9-4.25z"
|
|
717
|
+
}),
|
|
718
|
+
/* @__PURE__ */ jsx("path", {
|
|
719
|
+
className: "fill-gray-200",
|
|
720
|
+
d: "M257.28 201.95c-.07-2.66-3.01-4.22-5.25-2.79l-40.67 26.12-14.6 9.37c-.47.3-1.01.48-1.57.53-9.08.72-18.15 2.02-27.15 3.92-.21.05-.42.11-.61.19-1.62.68-2.5 2.52-1.9 4.25 1.24 3.59 3.05 8.99 4.78 14.16 2.39 7.17 4.61 13.89 4.87 14.72.64 2.01 5.06 15.9 8.01 25.21h62.42c1.59-8.65 3.45-19.23 3.72-20.73.11-.64 1.53-9.5 3.07-19.2 1.03-6.49 2.1-13.36 2.88-18.41.62-4.03 1.05-6.9 1.1-7.5.81-8.88 1.18-18.5.9-29.85z"
|
|
717
721
|
}),
|
|
718
722
|
/* @__PURE__ */ jsx("path", {
|
|
719
723
|
d: "M218.24 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
|
|
@@ -729,9 +733,9 @@ function CompassSpriteProvider() {
|
|
|
729
733
|
className: "fill-gray-50",
|
|
730
734
|
d: "M12.31 419.53h271.16c7.83 0 14.17-6.35 14.17-14.17V12.31c0-6.8-5.51-12.31-12.31-12.31H12.31C5.51 0 0 5.51 0 12.31v394.91c0 6.8 5.51 12.31 12.31 12.31"
|
|
731
735
|
}),
|
|
732
|
-
/* @__PURE__ */ jsx("
|
|
736
|
+
/* @__PURE__ */ jsx("path", {
|
|
733
737
|
className: "fill-gray-400",
|
|
734
|
-
|
|
738
|
+
d: "M157.32 355.03v-17.01C106.3 328.64 53.73 323.71 0 323.68v17.01c53.73.03 106.3 4.96 157.32 14.34m0-65.67C106.3 279.98 53.73 275.05 0 275.02v17.01c53.73.03 106.3 4.96 157.32 14.34z"
|
|
735
739
|
}),
|
|
736
740
|
/* @__PURE__ */ jsx("path", {
|
|
737
741
|
d: "M157.29 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
|
|
@@ -765,9 +769,9 @@ function CompassSpriteProvider() {
|
|
|
765
769
|
className: "fill-gray-50",
|
|
766
770
|
d: "M12.31 419.53h271.16c7.83 0 14.17-6.35 14.17-14.17V12.31c0-6.8-5.51-12.31-12.31-12.31H12.31C5.51 0 0 5.51 0 12.31v394.91c0 6.8 5.51 12.31 12.31 12.31"
|
|
767
771
|
}),
|
|
768
|
-
/* @__PURE__ */ jsx("
|
|
772
|
+
/* @__PURE__ */ jsx("path", {
|
|
769
773
|
className: "fill-gray-400",
|
|
770
|
-
|
|
774
|
+
d: "m130.78 317.88-1.94-16.9c-42.34-2.83-85.37-2.57-128.84.98v17.07c44.13-3.7 87.81-4.01 130.78-1.15m36.04 7.56 1.94 16.9c42.35 2.83 85.39 2.57 128.88-.98v-17.07c-44.14 3.7-87.84 4.02-130.81 1.15z"
|
|
771
775
|
}),
|
|
772
776
|
/* @__PURE__ */ jsx("path", {
|
|
773
777
|
d: "M157.29 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
|
|
@@ -783,9 +787,9 @@ function CompassSpriteProvider() {
|
|
|
783
787
|
className: "fill-gray-50",
|
|
784
788
|
d: "M12.31 419.53h271.16c7.83 0 14.17-6.35 14.17-14.17V12.31c0-6.8-5.51-12.31-12.31-12.31H12.31C5.51 0 0 5.51 0 12.31v394.91c0 6.8 5.51 12.31 12.31 12.31"
|
|
785
789
|
}),
|
|
786
|
-
/* @__PURE__ */ jsx("
|
|
790
|
+
/* @__PURE__ */ jsx("path", {
|
|
787
791
|
className: "fill-gray-400",
|
|
788
|
-
|
|
792
|
+
d: "M198.12 339.1c32.57-5.99 65.79-10.14 99.52-12.38v-17.01c-33.74 2.24-66.95 6.39-99.52 12.38zm-99.39-.18v-17.01c-32.32-5.9-65.27-10-98.73-12.21v17.01c33.46 2.22 66.41 6.31 98.73 12.22z"
|
|
789
793
|
}),
|
|
790
794
|
/* @__PURE__ */ jsx("path", {
|
|
791
795
|
d: "M157.29 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
|
|
@@ -801,9 +805,9 @@ function CompassSpriteProvider() {
|
|
|
801
805
|
className: "fill-gray-50",
|
|
802
806
|
d: "M12.31 419.53h271.16c7.83 0 14.17-6.35 14.17-14.17V12.31c0-6.8-5.51-12.31-12.31-12.31H12.31C5.51 0 0 5.51 0 12.31v394.91c0 6.8 5.51 12.31 12.31 12.31"
|
|
803
807
|
}),
|
|
804
|
-
/* @__PURE__ */ jsx("
|
|
808
|
+
/* @__PURE__ */ jsx("path", {
|
|
805
809
|
className: "fill-gray-400",
|
|
806
|
-
|
|
810
|
+
d: "m252.73 296.08-14.96-8.09c-13.19 40.63-29.54 80.75-49.15 120.04h18.94c17.85-36.71 32.89-74.11 45.17-111.95m-192.86-8.09-14.96 8.09c12.28 37.84 27.32 75.25 45.17 111.95h18.94c-19.61-39.29-35.96-79.41-49.15-120.04"
|
|
807
811
|
}),
|
|
808
812
|
/* @__PURE__ */ jsx("path", {
|
|
809
813
|
d: "M157.29 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
|
|
@@ -816,30 +820,30 @@ function CompassSpriteProvider() {
|
|
|
816
820
|
viewBox: "0 0 297.64 419.53",
|
|
817
821
|
children: [
|
|
818
822
|
/* @__PURE__ */ jsx("path", {
|
|
819
|
-
className: "fill-gray-
|
|
823
|
+
className: "fill-gray-200",
|
|
820
824
|
d: "M12.31 419.53h271.16c7.83 0 14.17-6.35 14.17-14.17V12.31c0-6.8-5.51-12.31-12.31-12.31H12.31C5.51 0 0 5.51 0 12.31v394.91c0 6.8 5.51 12.31 12.31 12.31"
|
|
821
825
|
}),
|
|
822
|
-
/* @__PURE__ */ jsx("
|
|
826
|
+
/* @__PURE__ */ jsx("path", {
|
|
823
827
|
className: "fill-gray-400",
|
|
824
|
-
|
|
828
|
+
d: "M232.87 322.28c0 19.24-2.64 37.87-7.57 55.54a3.3 3.3 0 0 1-3.94 2.33c-8.62-2.03-27.76-6.98-28.99-7.31-3.26-.87-25.71-6.78-31.9-8.55-4.79-1.37-9.53-2.77-14.22-4.19-34.07-10.34-77.88-23.85-104.29-33.13-4.3-1.51-3.71-7.77.79-8.45 26.91-4.06 70.52-9.5 103.5-19.49 5.83-1.77 11.73-3.61 17.66-5.54 5.1-1.66 28.49-9.78 31.42-10.79 1.41-.49 18.92-6.64 27.73-9.95 1.87-.7 3.93.39 4.38 2.33 3.55 15.16 5.43 30.96 5.43 47.21z"
|
|
825
829
|
}),
|
|
826
830
|
/* @__PURE__ */ jsx("path", {
|
|
827
|
-
|
|
828
|
-
|
|
831
|
+
className: "fill-lime-400",
|
|
832
|
+
d: "M157.32 30.22c-.11-2.76-.27-6.66-.33-9.42 0-.14-.08-.27-.21-.34-2.59-1.4-4.87-2.22-7.76-3.41a.56.56 0 0 0-.42.01c-2.89 1.26-5.14 1.91-7.73 3.31a.37.37 0 0 0-.21.32c-.05 2.6-.24 6.96-.35 9.56 0 .13.07.26.2.32 2.76 1.29 5.2 2.15 8.08 3.39.14.06.31.08.44.01 2.93-1.35 5.28-2.12 8.09-3.42.13-.06.2-.2.2-.34z"
|
|
829
833
|
})
|
|
830
834
|
]
|
|
831
835
|
}),
|
|
832
836
|
/* @__PURE__ */ jsxs("symbol", {
|
|
833
|
-
id: "source-leisure-
|
|
837
|
+
id: "source-leisure-inspiration_1",
|
|
834
838
|
viewBox: "0 0 297.64 419.53",
|
|
835
839
|
children: [
|
|
836
840
|
/* @__PURE__ */ jsx("path", {
|
|
837
841
|
className: "fill-gray-50",
|
|
838
842
|
d: "M12.31 419.53h271.16c7.83 0 14.17-6.35 14.17-14.17V12.31c0-6.8-5.51-12.31-12.31-12.31H12.31C5.51 0 0 5.51 0 12.31v394.91c0 6.8 5.51 12.31 12.31 12.31"
|
|
839
843
|
}),
|
|
840
|
-
/* @__PURE__ */ jsx("
|
|
844
|
+
/* @__PURE__ */ jsx("path", {
|
|
841
845
|
className: "fill-gray-400",
|
|
842
|
-
|
|
846
|
+
d: "m146.77 344.37 2.05-17.48C99.97 329.95 50.25 329.85 0 325.3v17.1c49.55 4.43 98.59 5 146.77 1.97m2.46-34.49-.41 17c48.82-7.29 98.02-10.99 148.82-10.81v-17.01c-50.74-.16-99.71 3.54-148.41 10.81z"
|
|
843
847
|
}),
|
|
844
848
|
/* @__PURE__ */ jsx("path", {
|
|
845
849
|
d: "M157.29 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
|
|
@@ -848,16 +852,16 @@ function CompassSpriteProvider() {
|
|
|
848
852
|
]
|
|
849
853
|
}),
|
|
850
854
|
/* @__PURE__ */ jsxs("symbol", {
|
|
851
|
-
id: "source-leisure-
|
|
855
|
+
id: "source-leisure-movement",
|
|
852
856
|
viewBox: "0 0 297.64 419.53",
|
|
853
857
|
children: [
|
|
854
858
|
/* @__PURE__ */ jsx("path", {
|
|
855
859
|
className: "fill-gray-50",
|
|
856
860
|
d: "M12.31 419.53h271.16c7.83 0 14.17-6.35 14.17-14.17V12.31c0-6.8-5.51-12.31-12.31-12.31H12.31C5.51 0 0 5.51 0 12.31v394.91c0 6.8 5.51 12.31 12.31 12.31"
|
|
857
861
|
}),
|
|
858
|
-
/* @__PURE__ */ jsx("
|
|
862
|
+
/* @__PURE__ */ jsx("path", {
|
|
859
863
|
className: "fill-gray-400",
|
|
860
|
-
|
|
864
|
+
d: "M156.18 316.84c-34.05 25.05-95.13 81.13-118.04 102.69h23.38c20.78-19.4 72.44-66.77 102.99-89.17l-8.33-13.51zm72.69 0c-34.05 25.05-95.13 81.13-118.04 102.69h23.38c20.78-19.4 72.44-66.77 102.99-89.17l-8.33-13.51z"
|
|
861
865
|
}),
|
|
862
866
|
/* @__PURE__ */ jsx("path", {
|
|
863
867
|
d: "M157.29 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
|
|
@@ -866,16 +870,16 @@ function CompassSpriteProvider() {
|
|
|
866
870
|
]
|
|
867
871
|
}),
|
|
868
872
|
/* @__PURE__ */ jsxs("symbol", {
|
|
869
|
-
id: "source-leisure-
|
|
873
|
+
id: "source-leisure-nearness",
|
|
870
874
|
viewBox: "0 0 297.64 419.53",
|
|
871
875
|
children: [
|
|
872
876
|
/* @__PURE__ */ jsx("path", {
|
|
873
877
|
className: "fill-gray-50",
|
|
874
878
|
d: "M12.31 419.53h271.16c7.83 0 14.17-6.35 14.17-14.17V12.31c0-6.8-5.51-12.31-12.31-12.31H12.31C5.51 0 0 5.51 0 12.31v394.91c0 6.8 5.51 12.31 12.31 12.31"
|
|
875
879
|
}),
|
|
876
|
-
/* @__PURE__ */ jsx("
|
|
880
|
+
/* @__PURE__ */ jsx("path", {
|
|
877
881
|
className: "fill-gray-400",
|
|
878
|
-
|
|
882
|
+
d: "m250.94 300.84-.1-17.01c-50.64 9.57-102.85 14.75-156.22 15.1L94 315.94c53.6-.3 106.08-5.49 156.94-15.1m-38.35 32.46.66-16.99c-51.02 7.28-103.41 10.11-156.74 8.06l-1.39 16.97c53.56 2.11 106.22-.72 157.46-8.03z"
|
|
879
883
|
}),
|
|
880
884
|
/* @__PURE__ */ jsx("path", {
|
|
881
885
|
d: "M157.29 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
|
|
@@ -884,7 +888,7 @@ function CompassSpriteProvider() {
|
|
|
884
888
|
]
|
|
885
889
|
}),
|
|
886
890
|
/* @__PURE__ */ jsxs("symbol", {
|
|
887
|
-
id: "source-leisure-
|
|
891
|
+
id: "source-leisure-nourishment",
|
|
888
892
|
viewBox: "0 0 297.64 419.53",
|
|
889
893
|
children: [
|
|
890
894
|
/* @__PURE__ */ jsx("path", {
|
|
@@ -893,7 +897,7 @@ function CompassSpriteProvider() {
|
|
|
893
897
|
}),
|
|
894
898
|
/* @__PURE__ */ jsx("path", {
|
|
895
899
|
className: "fill-gray-400",
|
|
896
|
-
d: "
|
|
900
|
+
d: "M149.31 298.95c50.57 0 100.13 4.35 148.33 12.66V294.6c-48.2-8.31-97.76-12.66-148.33-12.66S48.51 286.35 0 294.77v17.01c48.51-8.42 98.39-12.83 149.31-12.83M0 332.12v17.01c48.51 8.42 98.39 12.83 149.31 12.83s100.13-4.35 148.33-12.66v-17.01c-48.2 8.31-97.76 12.66-148.33 12.66S48.51 340.54 0 332.12"
|
|
897
901
|
}),
|
|
898
902
|
/* @__PURE__ */ jsx("path", {
|
|
899
903
|
d: "M157.29 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
|
|
@@ -902,7 +906,7 @@ function CompassSpriteProvider() {
|
|
|
902
906
|
]
|
|
903
907
|
}),
|
|
904
908
|
/* @__PURE__ */ jsxs("symbol", {
|
|
905
|
-
id: "source-leisure-
|
|
909
|
+
id: "source-leisure-refreshment",
|
|
906
910
|
viewBox: "0 0 297.64 419.53",
|
|
907
911
|
children: [
|
|
908
912
|
/* @__PURE__ */ jsx("path", {
|
|
@@ -911,7 +915,7 @@ function CompassSpriteProvider() {
|
|
|
911
915
|
}),
|
|
912
916
|
/* @__PURE__ */ jsx("path", {
|
|
913
917
|
className: "fill-gray-400",
|
|
914
|
-
d: "
|
|
918
|
+
d: "M176.35 277.22h-17.01c-4.63 25.36-8.15 51.1-10.53 77.18-2.38-26.08-5.89-51.82-10.53-77.18h-17.01c8.45 46.26 13.23 93.8 14.02 142.31h27.02c.8-48.51 5.57-96.05 14.02-142.31z"
|
|
915
919
|
}),
|
|
916
920
|
/* @__PURE__ */ jsx("path", {
|
|
917
921
|
d: "M157.29 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
|
|
@@ -920,16 +924,16 @@ function CompassSpriteProvider() {
|
|
|
920
924
|
]
|
|
921
925
|
}),
|
|
922
926
|
/* @__PURE__ */ jsxs("symbol", {
|
|
923
|
-
id: "source-leisure-
|
|
927
|
+
id: "source-leisure-relaxation",
|
|
924
928
|
viewBox: "0 0 297.64 419.53",
|
|
925
929
|
children: [
|
|
926
930
|
/* @__PURE__ */ jsx("path", {
|
|
927
931
|
className: "fill-gray-50",
|
|
928
932
|
d: "M12.31 419.53h271.16c7.83 0 14.17-6.35 14.17-14.17V12.31c0-6.8-5.51-12.31-12.31-12.31H12.31C5.51 0 0 5.51 0 12.31v394.91c0 6.8 5.51 12.31 12.31 12.31"
|
|
929
933
|
}),
|
|
930
|
-
/* @__PURE__ */ jsx("
|
|
934
|
+
/* @__PURE__ */ jsx("path", {
|
|
931
935
|
className: "fill-gray-400",
|
|
932
|
-
|
|
936
|
+
d: "M148.9 309.25c-48.35 8.83-98.1 17.27-148.9 18.08v17.01c50.78-.81 100.56-9.25 148.9-18.08 48.3 8.82 98.01 17.26 148.74 18.08v-17.01c-50.74-.83-100.44-9.26-148.74-18.08"
|
|
933
937
|
}),
|
|
934
938
|
/* @__PURE__ */ jsx("path", {
|
|
935
939
|
d: "M157.29 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
|
|
@@ -938,29 +942,25 @@ function CompassSpriteProvider() {
|
|
|
938
942
|
]
|
|
939
943
|
}),
|
|
940
944
|
/* @__PURE__ */ jsxs("symbol", {
|
|
941
|
-
id: "
|
|
942
|
-
viewBox: "0 0 419.53
|
|
945
|
+
id: "source-leisure-relief",
|
|
946
|
+
viewBox: "0 0 297.64 419.53",
|
|
943
947
|
children: [
|
|
944
948
|
/* @__PURE__ */ jsx("path", {
|
|
945
|
-
className: "fill-gray-
|
|
946
|
-
d: "
|
|
949
|
+
className: "fill-gray-50",
|
|
950
|
+
d: "M12.31 419.53h271.16c7.83 0 14.17-6.35 14.17-14.17V12.31c0-6.8-5.51-12.31-12.31-12.31H12.31C5.51 0 0 5.51 0 12.31v394.91c0 6.8 5.51 12.31 12.31 12.31"
|
|
947
951
|
}),
|
|
948
952
|
/* @__PURE__ */ jsx("path", {
|
|
949
953
|
className: "fill-gray-400",
|
|
950
|
-
d: "
|
|
951
|
-
}),
|
|
952
|
-
/* @__PURE__ */ jsx("path", {
|
|
953
|
-
className: "fill-gray-200",
|
|
954
|
-
d: "M257.28 201.95c-.07-2.66-3.01-4.22-5.25-2.79l-40.67 26.12-14.6 9.37c-.47.3-1.01.48-1.57.53-9.08.72-18.15 2.02-27.15 3.92-.21.05-.42.11-.61.19-1.62.68-2.5 2.52-1.9 4.25 1.24 3.59 3.05 8.99 4.78 14.16 2.39 7.17 4.61 13.89 4.87 14.72.64 2.01 5.06 15.9 8.01 25.21h62.42c1.59-8.65 3.45-19.23 3.72-20.73.11-.64 1.53-9.5 3.07-19.2 1.03-6.49 2.1-13.36 2.88-18.41.62-4.03 1.05-6.9 1.1-7.5.81-8.88 1.18-18.5.9-29.85Z"
|
|
954
|
+
d: "M140.03 329.98h-17.01c-.21 30.25-1.99 60.11-5.22 89.55h17.01c3.23-29.43 5.02-59.3 5.22-89.55m40.76-42.64h-17.01a876 876 0 0 0-6.18 98.05h17.01c.23-33.16 2.33-65.88 6.18-98.05"
|
|
955
955
|
}),
|
|
956
956
|
/* @__PURE__ */ jsx("path", {
|
|
957
|
-
d: "
|
|
958
|
-
fill: "#
|
|
957
|
+
d: "M157.29 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
|
|
958
|
+
fill: "#f7b6a0"
|
|
959
959
|
})
|
|
960
960
|
]
|
|
961
961
|
}),
|
|
962
962
|
/* @__PURE__ */ jsxs("symbol", {
|
|
963
|
-
id: "
|
|
963
|
+
id: "source-leisure",
|
|
964
964
|
viewBox: "0 0 297.64 419.53",
|
|
965
965
|
children: [
|
|
966
966
|
/* @__PURE__ */ jsx("path", {
|
|
@@ -969,7 +969,7 @@ function CompassSpriteProvider() {
|
|
|
969
969
|
}),
|
|
970
970
|
/* @__PURE__ */ jsx("path", {
|
|
971
971
|
className: "fill-gray-400",
|
|
972
|
-
d: "m70.76 322.08-.69 16.99c53.52 2.06 106.1-.78 157.3-8.11l.65-17c-51.19 7.33-103.75 10.18-157.27 8.
|
|
972
|
+
d: "m70.76 322.08-.69 16.99c53.52 2.06 106.1-.78 157.3-8.11l.65-17c-51.19 7.33-103.75 10.18-157.27 8.12z"
|
|
973
973
|
}),
|
|
974
974
|
/* @__PURE__ */ jsx("path", {
|
|
975
975
|
d: "M157.29 33.59c-3.93-8.63-4.83-10.25-8.36-16.41-.13-.23-.44-.22-.57.01-3.06 5.37-4.59 8.12-8.01 16.22-.08.2.02.44.21.43l8.25-.22h.02l8.25.4c.19 0 .3-.23.21-.43",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { SVGProps } from "react";
|
|
2
2
|
|
|
3
3
|
//#region src/generated/sprites/compass-sprite.d.ts
|
|
4
|
-
type CompassSpriteId = "bridge-view-contradicts" | "bridge-view-enables" | "bridge-view-extends" | "bridge-view-fulfills" | "bridge-view-matches" | "bridge-view-supports" | "
|
|
4
|
+
type CompassSpriteId = "bridge-view-contradicts" | "bridge-view-enables" | "bridge-view-extends" | "bridge-view-fulfills" | "bridge-view-matches" | "bridge-view-supports" | "bridge-views" | "facet-element-means" | "facet-element-people" | "facet-element-reasons" | "facet-element-spaces" | "facet-element-things" | "facet-element-times" | "facet-elements" | "facet-step-accord-bottom" | "facet-step-accord-top" | "facet-step-action-bottom" | "facet-step-action-top" | "facet-step-effect-bottom" | "facet-step-effect-top" | "facet-step-essence-bottom" | "facet-step-essence-top" | "facet-step-impulse-bottom" | "facet-step-impulse-top" | "facet-step-signal-bottom" | "facet-step-signal-top" | "pursuit-pointer" | "pursuit-trait-flourishing" | "source-drive-flexibility" | "source-drive-orientation" | "source-drive-pathways" | "source-drive-possibilities" | "source-drive-strength" | "source-drive-structure" | "source-drive" | "source-leisure-breeze" | "source-leisure-calm" | "source-leisure-contemplation" | "source-leisure-distance" | "source-leisure-indulgence" | "source-leisure-inspiration" | "source-leisure-inspiration_1" | "source-leisure-movement" | "source-leisure-nearness" | "source-leisure-nourishment" | "source-leisure-refreshment" | "source-leisure-relaxation" | "source-leisure-relief" | "source-leisure";
|
|
5
5
|
declare const compassSpriteIds: CompassSpriteId[];
|
|
6
6
|
interface CompassSpriteProps extends Omit<SVGProps<SVGSVGElement>, "children"> {
|
|
7
7
|
/** The sprite ID to render */
|
|
@@ -7,13 +7,14 @@ const compassSpriteIds = [
|
|
|
7
7
|
"bridge-view-fulfills",
|
|
8
8
|
"bridge-view-matches",
|
|
9
9
|
"bridge-view-supports",
|
|
10
|
-
"
|
|
10
|
+
"bridge-views",
|
|
11
11
|
"facet-element-means",
|
|
12
|
-
"facet-element-memories",
|
|
13
12
|
"facet-element-people",
|
|
13
|
+
"facet-element-reasons",
|
|
14
14
|
"facet-element-spaces",
|
|
15
15
|
"facet-element-things",
|
|
16
16
|
"facet-element-times",
|
|
17
|
+
"facet-elements",
|
|
17
18
|
"facet-step-accord-bottom",
|
|
18
19
|
"facet-step-accord-top",
|
|
19
20
|
"facet-step-action-bottom",
|
|
@@ -26,30 +27,29 @@ const compassSpriteIds = [
|
|
|
26
27
|
"facet-step-impulse-top",
|
|
27
28
|
"facet-step-signal-bottom",
|
|
28
29
|
"facet-step-signal-top",
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"pursuit-foundation-flourishing",
|
|
32
|
-
"pursuit-foundation-pointer",
|
|
30
|
+
"pursuit-pointer",
|
|
31
|
+
"pursuit-trait-flourishing",
|
|
33
32
|
"source-drive-flexibility",
|
|
34
33
|
"source-drive-orientation",
|
|
35
34
|
"source-drive-pathways",
|
|
36
35
|
"source-drive-possibilities",
|
|
37
36
|
"source-drive-strength",
|
|
38
37
|
"source-drive-structure",
|
|
38
|
+
"source-drive",
|
|
39
39
|
"source-leisure-breeze",
|
|
40
40
|
"source-leisure-calm",
|
|
41
41
|
"source-leisure-contemplation",
|
|
42
42
|
"source-leisure-distance",
|
|
43
43
|
"source-leisure-indulgence",
|
|
44
44
|
"source-leisure-inspiration",
|
|
45
|
+
"source-leisure-inspiration_1",
|
|
45
46
|
"source-leisure-movement",
|
|
46
47
|
"source-leisure-nearness",
|
|
47
48
|
"source-leisure-nourishment",
|
|
48
49
|
"source-leisure-refreshment",
|
|
49
50
|
"source-leisure-relaxation",
|
|
50
51
|
"source-leisure-relief",
|
|
51
|
-
"
|
|
52
|
-
"sources-leisure"
|
|
52
|
+
"source-leisure"
|
|
53
53
|
];
|
|
54
54
|
/**
|
|
55
55
|
* Renders a sprite from the compass-base.svg sprite sheet.
|
package/package.json
CHANGED