zodiacfonts 1.0.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/OFL.txt +93 -0
- package/README.md +231 -0
- package/glyphs.json +396 -0
- package/icons/celestial-points/lilith.svg +10 -0
- package/icons/celestial-points/north-node.svg +11 -0
- package/icons/celestial-points/south-node.svg +11 -0
- package/icons/dwarf-planets-and-asteroids/chiron.svg +11 -0
- package/icons/houses/ascendant.svg +11 -0
- package/icons/houses/house-eight.svg +14 -0
- package/icons/houses/house-eleven.svg +12 -0
- package/icons/houses/house-five.svg +11 -0
- package/icons/houses/house-four.svg +12 -0
- package/icons/houses/house-nine.svg +12 -0
- package/icons/houses/house-one.svg +10 -0
- package/icons/houses/house-seven.svg +13 -0
- package/icons/houses/house-six.svg +12 -0
- package/icons/houses/house-ten.svg +11 -0
- package/icons/houses/house-three.svg +12 -0
- package/icons/houses/house-twelve.svg +13 -0
- package/icons/houses/house-two.svg +11 -0
- package/icons/houses/medium-coeli.svg +10 -0
- package/icons/lunar/first-quarter.svg +9 -0
- package/icons/lunar/full-moon.svg +8 -0
- package/icons/lunar/last-quarter.svg +9 -0
- package/icons/lunar/new-moon.svg +8 -0
- package/icons/lunar/waning-crescent.svg +9 -0
- package/icons/lunar/waning-gibbous.svg +9 -0
- package/icons/lunar/waxing-crescent.svg +9 -0
- package/icons/lunar/waxing-gibbous.svg +9 -0
- package/icons/main-planets/earth.svg +10 -0
- package/icons/main-planets/jupiter.svg +9 -0
- package/icons/main-planets/mars.svg +11 -0
- package/icons/main-planets/mercury.svg +11 -0
- package/icons/main-planets/moon.svg +8 -0
- package/icons/main-planets/neptune.svg +11 -0
- package/icons/main-planets/pluto.svg +8 -0
- package/icons/main-planets/saturn.svg +9 -0
- package/icons/main-planets/sun.svg +9 -0
- package/icons/main-planets/uranus.svg +12 -0
- package/icons/main-planets/venus.svg +10 -0
- package/icons/major-aspects/conjunction.svg +9 -0
- package/icons/major-aspects/opposition.svg +10 -0
- package/icons/major-aspects/sextile.svg +11 -0
- package/icons/major-aspects/square.svg +8 -0
- package/icons/major-aspects/trine.svg +8 -0
- package/icons/movements/retrograde.svg +10 -0
- package/icons/signs/aquarius.svg +13 -0
- package/icons/signs/aries.svg +9 -0
- package/icons/signs/cancer.svg +11 -0
- package/icons/signs/capricorn.svg +8 -0
- package/icons/signs/gemini.svg +11 -0
- package/icons/signs/leo.svg +9 -0
- package/icons/signs/libra.svg +10 -0
- package/icons/signs/pisces.svg +10 -0
- package/icons/signs/sagittarius.svg +11 -0
- package/icons/signs/scorpio.svg +12 -0
- package/icons/signs/taurus.svg +9 -0
- package/icons/signs/virgo.svg +12 -0
- package/package.json +37 -0
package/glyphs.json
ADDED
|
@@ -0,0 +1,396 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Zodiac Fonts — Free symbols",
|
|
3
|
+
"tier": "free",
|
|
4
|
+
"license": "OFL-1.1",
|
|
5
|
+
"website": "https://www.zodiacfonts.com",
|
|
6
|
+
"documentation": "https://www.zodiacfonts.com/documentation",
|
|
7
|
+
"count": 55,
|
|
8
|
+
"note": "`reference` maps to the source asset filename; `slug` is the clean filename used in this repo; `codepoint` is the Private Use Area code point the font maps the glyph to; `file` is the repo-relative SVG path.",
|
|
9
|
+
"glyphs": [
|
|
10
|
+
{
|
|
11
|
+
"name": "Aries",
|
|
12
|
+
"reference": "aries",
|
|
13
|
+
"slug": "aries",
|
|
14
|
+
"codepoint": "E000",
|
|
15
|
+
"file": "icons/signs/aries.svg"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "Taurus",
|
|
19
|
+
"reference": "taurus",
|
|
20
|
+
"slug": "taurus",
|
|
21
|
+
"codepoint": "E005",
|
|
22
|
+
"file": "icons/signs/taurus.svg"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "Gemini",
|
|
26
|
+
"reference": "gemini",
|
|
27
|
+
"slug": "gemini",
|
|
28
|
+
"codepoint": "E009",
|
|
29
|
+
"file": "icons/signs/gemini.svg"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "Cancer",
|
|
33
|
+
"reference": "cancer",
|
|
34
|
+
"slug": "cancer",
|
|
35
|
+
"codepoint": "E001",
|
|
36
|
+
"file": "icons/signs/cancer.svg"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "Leo",
|
|
40
|
+
"reference": "leo",
|
|
41
|
+
"slug": "leo",
|
|
42
|
+
"codepoint": "E006",
|
|
43
|
+
"file": "icons/signs/leo.svg"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"name": "Virgo",
|
|
47
|
+
"reference": "virgo",
|
|
48
|
+
"slug": "virgo",
|
|
49
|
+
"codepoint": "E00A",
|
|
50
|
+
"file": "icons/signs/virgo.svg"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "Libra",
|
|
54
|
+
"reference": "libra",
|
|
55
|
+
"slug": "libra",
|
|
56
|
+
"codepoint": "E002",
|
|
57
|
+
"file": "icons/signs/libra.svg"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"name": "Scorpio",
|
|
61
|
+
"reference": "scorpio",
|
|
62
|
+
"slug": "scorpio",
|
|
63
|
+
"codepoint": "E007",
|
|
64
|
+
"file": "icons/signs/scorpio.svg"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "Sagittarius",
|
|
68
|
+
"reference": "sagittarius",
|
|
69
|
+
"slug": "sagittarius",
|
|
70
|
+
"codepoint": "E00B",
|
|
71
|
+
"file": "icons/signs/sagittarius.svg"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "Capricorn",
|
|
75
|
+
"reference": "capricorn-2",
|
|
76
|
+
"slug": "capricorn",
|
|
77
|
+
"codepoint": "E004",
|
|
78
|
+
"file": "icons/signs/capricorn.svg"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"name": "Aquarius",
|
|
82
|
+
"reference": "aquarius",
|
|
83
|
+
"slug": "aquarius",
|
|
84
|
+
"codepoint": "E008",
|
|
85
|
+
"file": "icons/signs/aquarius.svg"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "Pisces",
|
|
89
|
+
"reference": "pisces",
|
|
90
|
+
"slug": "pisces",
|
|
91
|
+
"codepoint": "E00C",
|
|
92
|
+
"file": "icons/signs/pisces.svg"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"name": "Sun",
|
|
96
|
+
"reference": "sun",
|
|
97
|
+
"slug": "sun",
|
|
98
|
+
"codepoint": "E101",
|
|
99
|
+
"file": "icons/main-planets/sun.svg"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"name": "Moon",
|
|
103
|
+
"reference": "moon",
|
|
104
|
+
"slug": "moon",
|
|
105
|
+
"codepoint": "E102",
|
|
106
|
+
"file": "icons/main-planets/moon.svg"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "Mercury",
|
|
110
|
+
"reference": "mercury",
|
|
111
|
+
"slug": "mercury",
|
|
112
|
+
"codepoint": "E103",
|
|
113
|
+
"file": "icons/main-planets/mercury.svg"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"name": "Venus",
|
|
117
|
+
"reference": "venus",
|
|
118
|
+
"slug": "venus",
|
|
119
|
+
"codepoint": "E104",
|
|
120
|
+
"file": "icons/main-planets/venus.svg"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "Earth",
|
|
124
|
+
"reference": "earth",
|
|
125
|
+
"slug": "earth",
|
|
126
|
+
"codepoint": "E100",
|
|
127
|
+
"file": "icons/main-planets/earth.svg"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"name": "Mars",
|
|
131
|
+
"reference": "mars",
|
|
132
|
+
"slug": "mars",
|
|
133
|
+
"codepoint": "E105",
|
|
134
|
+
"file": "icons/main-planets/mars.svg"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"name": "Jupiter",
|
|
138
|
+
"reference": "jupiter",
|
|
139
|
+
"slug": "jupiter",
|
|
140
|
+
"codepoint": "E106",
|
|
141
|
+
"file": "icons/main-planets/jupiter.svg"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"name": "Saturn",
|
|
145
|
+
"reference": "saturn",
|
|
146
|
+
"slug": "saturn",
|
|
147
|
+
"codepoint": "E107",
|
|
148
|
+
"file": "icons/main-planets/saturn.svg"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"name": "Uranus",
|
|
152
|
+
"reference": "uranus-1",
|
|
153
|
+
"slug": "uranus",
|
|
154
|
+
"codepoint": "E108",
|
|
155
|
+
"file": "icons/main-planets/uranus.svg"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"name": "Neptune",
|
|
159
|
+
"reference": "neptune",
|
|
160
|
+
"slug": "neptune",
|
|
161
|
+
"codepoint": "E10A",
|
|
162
|
+
"file": "icons/main-planets/neptune.svg"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"name": "Pluto",
|
|
166
|
+
"reference": "pluto-1",
|
|
167
|
+
"slug": "pluto",
|
|
168
|
+
"codepoint": "E10B",
|
|
169
|
+
"file": "icons/main-planets/pluto.svg"
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"name": "New moon",
|
|
173
|
+
"reference": "new-moon",
|
|
174
|
+
"slug": "new-moon",
|
|
175
|
+
"codepoint": "E204",
|
|
176
|
+
"file": "icons/lunar/new-moon.svg"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"name": "Waxing crescent",
|
|
180
|
+
"reference": "waxing-crescent",
|
|
181
|
+
"slug": "waxing-crescent",
|
|
182
|
+
"codepoint": "E205",
|
|
183
|
+
"file": "icons/lunar/waxing-crescent.svg"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"name": "First quarter",
|
|
187
|
+
"reference": "first-quarter",
|
|
188
|
+
"slug": "first-quarter",
|
|
189
|
+
"codepoint": "E206",
|
|
190
|
+
"file": "icons/lunar/first-quarter.svg"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"name": "Waxing gibbous",
|
|
194
|
+
"reference": "waxing-gibbous",
|
|
195
|
+
"slug": "waxing-gibbous",
|
|
196
|
+
"codepoint": "E207",
|
|
197
|
+
"file": "icons/lunar/waxing-gibbous.svg"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"name": "Full moon",
|
|
201
|
+
"reference": "full-moon",
|
|
202
|
+
"slug": "full-moon",
|
|
203
|
+
"codepoint": "E208",
|
|
204
|
+
"file": "icons/lunar/full-moon.svg"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"name": "Waning gibbous",
|
|
208
|
+
"reference": "waning-gibbous",
|
|
209
|
+
"slug": "waning-gibbous",
|
|
210
|
+
"codepoint": "E209",
|
|
211
|
+
"file": "icons/lunar/waning-gibbous.svg"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"name": "Last quarter",
|
|
215
|
+
"reference": "last-quarter",
|
|
216
|
+
"slug": "last-quarter",
|
|
217
|
+
"codepoint": "E20A",
|
|
218
|
+
"file": "icons/lunar/last-quarter.svg"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"name": "Waning crescent",
|
|
222
|
+
"reference": "waning-crescent",
|
|
223
|
+
"slug": "waning-crescent",
|
|
224
|
+
"codepoint": "E20B",
|
|
225
|
+
"file": "icons/lunar/waning-crescent.svg"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"name": "North node",
|
|
229
|
+
"reference": "north-node",
|
|
230
|
+
"slug": "north-node",
|
|
231
|
+
"codepoint": "E300",
|
|
232
|
+
"file": "icons/celestial-points/north-node.svg"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"name": "South node",
|
|
236
|
+
"reference": "south-node",
|
|
237
|
+
"slug": "south-node",
|
|
238
|
+
"codepoint": "E301",
|
|
239
|
+
"file": "icons/celestial-points/south-node.svg"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"name": "Lilith",
|
|
243
|
+
"reference": "lilith",
|
|
244
|
+
"slug": "lilith",
|
|
245
|
+
"codepoint": "E302",
|
|
246
|
+
"file": "icons/celestial-points/lilith.svg"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"name": "Chiron",
|
|
250
|
+
"reference": "chiron",
|
|
251
|
+
"slug": "chiron",
|
|
252
|
+
"codepoint": "E401",
|
|
253
|
+
"file": "icons/dwarf-planets-and-asteroids/chiron.svg"
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"name": "First house",
|
|
257
|
+
"reference": "house-one",
|
|
258
|
+
"slug": "house-one",
|
|
259
|
+
"codepoint": "E500",
|
|
260
|
+
"file": "icons/houses/house-one.svg"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"name": "Second house",
|
|
264
|
+
"reference": "house-two",
|
|
265
|
+
"slug": "house-two",
|
|
266
|
+
"codepoint": "E501",
|
|
267
|
+
"file": "icons/houses/house-two.svg"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"name": "Third house",
|
|
271
|
+
"reference": "house-three",
|
|
272
|
+
"slug": "house-three",
|
|
273
|
+
"codepoint": "E502",
|
|
274
|
+
"file": "icons/houses/house-three.svg"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"name": "Fourth house",
|
|
278
|
+
"reference": "house-four",
|
|
279
|
+
"slug": "house-four",
|
|
280
|
+
"codepoint": "E503",
|
|
281
|
+
"file": "icons/houses/house-four.svg"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"name": "Fifth house",
|
|
285
|
+
"reference": "house-five",
|
|
286
|
+
"slug": "house-five",
|
|
287
|
+
"codepoint": "E504",
|
|
288
|
+
"file": "icons/houses/house-five.svg"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"name": "Sixth house",
|
|
292
|
+
"reference": "house-six",
|
|
293
|
+
"slug": "house-six",
|
|
294
|
+
"codepoint": "E505",
|
|
295
|
+
"file": "icons/houses/house-six.svg"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"name": "Seventh house",
|
|
299
|
+
"reference": "house-seven",
|
|
300
|
+
"slug": "house-seven",
|
|
301
|
+
"codepoint": "E506",
|
|
302
|
+
"file": "icons/houses/house-seven.svg"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"name": "Eighth house",
|
|
306
|
+
"reference": "house-eight",
|
|
307
|
+
"slug": "house-eight",
|
|
308
|
+
"codepoint": "E507",
|
|
309
|
+
"file": "icons/houses/house-eight.svg"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"name": "Ninth house",
|
|
313
|
+
"reference": "house-nine",
|
|
314
|
+
"slug": "house-nine",
|
|
315
|
+
"codepoint": "E508",
|
|
316
|
+
"file": "icons/houses/house-nine.svg"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"name": "Tenth house",
|
|
320
|
+
"reference": "house-ten",
|
|
321
|
+
"slug": "house-ten",
|
|
322
|
+
"codepoint": "E509",
|
|
323
|
+
"file": "icons/houses/house-ten.svg"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"name": "Eleventh house",
|
|
327
|
+
"reference": "house-eleven",
|
|
328
|
+
"slug": "house-eleven",
|
|
329
|
+
"codepoint": "E50A",
|
|
330
|
+
"file": "icons/houses/house-eleven.svg"
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"name": "Twelfth house",
|
|
334
|
+
"reference": "house-twelve",
|
|
335
|
+
"slug": "house-twelve",
|
|
336
|
+
"codepoint": "E50B",
|
|
337
|
+
"file": "icons/houses/house-twelve.svg"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"name": "Ascendant",
|
|
341
|
+
"reference": "ascendant",
|
|
342
|
+
"slug": "ascendant",
|
|
343
|
+
"codepoint": "E50C",
|
|
344
|
+
"file": "icons/houses/ascendant.svg"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"name": "Medium coeli",
|
|
348
|
+
"reference": "medium-coeli",
|
|
349
|
+
"slug": "medium-coeli",
|
|
350
|
+
"codepoint": "E50D",
|
|
351
|
+
"file": "icons/houses/medium-coeli.svg"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"name": "Conjunction",
|
|
355
|
+
"reference": "conjunction",
|
|
356
|
+
"slug": "conjunction",
|
|
357
|
+
"codepoint": "E600",
|
|
358
|
+
"file": "icons/major-aspects/conjunction.svg"
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"name": "Opposition",
|
|
362
|
+
"reference": "opposition",
|
|
363
|
+
"slug": "opposition",
|
|
364
|
+
"codepoint": "E601",
|
|
365
|
+
"file": "icons/major-aspects/opposition.svg"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"name": "Square",
|
|
369
|
+
"reference": "square",
|
|
370
|
+
"slug": "square",
|
|
371
|
+
"codepoint": "E602",
|
|
372
|
+
"file": "icons/major-aspects/square.svg"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"name": "Trine",
|
|
376
|
+
"reference": "trine",
|
|
377
|
+
"slug": "trine",
|
|
378
|
+
"codepoint": "E603",
|
|
379
|
+
"file": "icons/major-aspects/trine.svg"
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"name": "Sextile",
|
|
383
|
+
"reference": "sextile",
|
|
384
|
+
"slug": "sextile",
|
|
385
|
+
"codepoint": "E604",
|
|
386
|
+
"file": "icons/major-aspects/sextile.svg"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"name": "Retrograde",
|
|
390
|
+
"reference": "retrograde",
|
|
391
|
+
"slug": "retrograde",
|
|
392
|
+
"codepoint": "E901",
|
|
393
|
+
"file": "icons/movements/retrograde.svg"
|
|
394
|
+
}
|
|
395
|
+
]
|
|
396
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
Zodiac Fonts — © 2025 Zodiac Fonts (https://zodiacfonts.com)
|
|
3
|
+
Licensed under the SIL Open Font License 1.1 (OFL).
|
|
4
|
+
Free for personal and commercial use with attribution.
|
|
5
|
+
-->
|
|
6
|
+
<svg class="zf-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
7
|
+
<path d="M248.453,187.512C248.453,244.073,285.827,291.892,337.22,307.634 325.571,311.209,313.2,313.135,300.365,313.135 230.989,313.135,174.743,256.889,174.743,187.512S231.007,61.89,300.384,61.89C313.2,61.89,325.571,63.816,337.239,67.391 285.845,83.133,248.472,130.952,248.472,187.512Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" fill="currentColor"/>
|
|
8
|
+
<line x1="256.25" y1="450.11" x2="256.25" y2="313.135" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" fill="none"/>
|
|
9
|
+
<line x1="191.115" y1="371.899" x2="320.885" y2="371.899" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" fill="none"/>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
Zodiac Fonts — © 2025 Zodiac Fonts (https://zodiacfonts.com)
|
|
3
|
+
Licensed under the SIL Open Font License 1.1 (OFL).
|
|
4
|
+
Free for personal and commercial use with attribution.
|
|
5
|
+
-->
|
|
6
|
+
<svg class="zf-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
7
|
+
<circle cx="137.641" cy="368.243" r="71.722" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
8
|
+
<circle cx="374.335" cy="368.243" r="71.722" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
9
|
+
<path d="M130.474,294.394C73.086,208.312,123.306,72.035,252.416,72.035" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
10
|
+
<path d="M372.328,294.394C429.716,208.312,379.496,72.035,250.385,72.035" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
Zodiac Fonts — © 2025 Zodiac Fonts (https://zodiacfonts.com)
|
|
3
|
+
Licensed under the SIL Open Font License 1.1 (OFL).
|
|
4
|
+
Free for personal and commercial use with attribution.
|
|
5
|
+
-->
|
|
6
|
+
<svg class="zf-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
7
|
+
<circle cx="374.335" cy="143.757" r="71.722" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
8
|
+
<circle cx="137.641" cy="143.757" r="71.722" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
9
|
+
<path d="M381.526,217.606C438.914,303.688,388.694,439.965,259.584,439.965" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
10
|
+
<path d="M139.648,217.606C82.261,303.688,132.481,439.965,261.591,439.965" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
Zodiac Fonts — © 2025 Zodiac Fonts (https://zodiacfonts.com)
|
|
3
|
+
Licensed under the SIL Open Font License 1.1 (OFL).
|
|
4
|
+
Free for personal and commercial use with attribution.
|
|
5
|
+
-->
|
|
6
|
+
<svg class="zf-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
7
|
+
<line x1="255.988" y1="275.643" x2="255.988" y2="66.462" fill="none" stroke="currentColor" stroke-width="32" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
<line x1="324.468" y1="231.631" x2="258.203" y2="165.366" fill="none" stroke="currentColor" stroke-width="32" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
|
+
<line x1="324.468" y1="98.117" x2="258.203" y2="164.357" fill="none" stroke="currentColor" stroke-width="32" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10
|
+
<circle cx="255.988" cy="364.406" r="81.132" stroke-miterlimit="10" fill="none" stroke="currentColor" stroke-width="32"/>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
Zodiac Fonts — © 2025 Zodiac Fonts (https://zodiacfonts.com)
|
|
3
|
+
Licensed under the SIL Open Font License 1.1 (OFL).
|
|
4
|
+
Free for personal and commercial use with attribution.
|
|
5
|
+
-->
|
|
6
|
+
<svg class="zf-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
7
|
+
<path d="M244.357,201.822C262.868,220.726,289.305,222.671,306.535,211.298 320.886,201.822,330.462,173.391,316.111,159.188S282.634,144.985,263.483,135.508 243.791,99.102,253.908,83.397C265.674,65.157,297.526,59.446,320.886,78.671" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
8
|
+
<path d="M445.046,81.403C440.591,71.902,426.782,66.929,412.898,66.683 389.76,66.289,377.822,87.286,370.511,108.406 359.828,139.274,364.825,188.357,387.298,207.754 412.382,229.415,438.129,213.366,443.003,199.286" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
9
|
+
<polyline points="252.972 445.538 226.142 338.658 157.834 66.462 93.243 335.902 66.954 445.538" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
10
|
+
<line x1="91.003" y1="364.037" x2="230.006" y2="364.037" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
Zodiac Fonts — © 2025 Zodiac Fonts (https://zodiacfonts.com)
|
|
3
|
+
Licensed under the SIL Open Font License 1.1 (OFL).
|
|
4
|
+
Free for personal and commercial use with attribution.
|
|
5
|
+
-->
|
|
6
|
+
<svg class="zf-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
7
|
+
<line x1="66.462" y1="445.538" x2="445.538" y2="445.538" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
8
|
+
<line x1="309.071" y1="71.508" x2="309.071" y2="445.538" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
9
|
+
<line x1="364.677" y1="71.508" x2="364.677" y2="445.538" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
10
|
+
<line x1="420.258" y1="71.508" x2="420.258" y2="445.538" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
11
|
+
<line x1="273.378" y1="77.071" x2="182.892" y2="439.975" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
12
|
+
<line x1="91.742" y1="76.702" x2="182.228" y2="439.631" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
13
|
+
<line x1="66.462" y1="66.462" x2="445.538" y2="66.462" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
Zodiac Fonts — © 2025 Zodiac Fonts (https://zodiacfonts.com)
|
|
3
|
+
Licensed under the SIL Open Font License 1.1 (OFL).
|
|
4
|
+
Free for personal and commercial use with attribution.
|
|
5
|
+
-->
|
|
6
|
+
<svg class="zf-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
7
|
+
<line x1="66.462" y1="445.538" x2="445.538" y2="445.538" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
8
|
+
<line x1="319.188" y1="66.462" x2="319.188" y2="440.492" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
9
|
+
<line x1="263.262" y1="77.071" x2="172.8" y2="439.975" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
10
|
+
<line x1="182.72" y1="76.702" x2="273.206" y2="439.631" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
11
|
+
<line x1="66.462" y1="66.462" x2="445.538" y2="66.462" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
Zodiac Fonts — © 2025 Zodiac Fonts (https://zodiacfonts.com)
|
|
3
|
+
Licensed under the SIL Open Font License 1.1 (OFL).
|
|
4
|
+
Free for personal and commercial use with attribution.
|
|
5
|
+
-->
|
|
6
|
+
<svg class="zf-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
7
|
+
<line x1="104.369" y1="445.538" x2="407.631" y2="445.538" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
8
|
+
<line x1="165.268" y1="77.071" x2="255.754" y2="439.975" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
9
|
+
<line x1="346.905" y1="76.702" x2="256.443" y2="439.631" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
10
|
+
<line x1="104.369" y1="66.462" x2="407.631" y2="66.462" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
Zodiac Fonts — © 2025 Zodiac Fonts (https://zodiacfonts.com)
|
|
3
|
+
Licensed under the SIL Open Font License 1.1 (OFL).
|
|
4
|
+
Free for personal and commercial use with attribution.
|
|
5
|
+
-->
|
|
6
|
+
<svg class="zf-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
7
|
+
<line x1="104.369" y1="445.538" x2="407.631" y2="445.538" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
8
|
+
<line x1="159.975" y1="71.508" x2="159.975" y2="445.538" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
9
|
+
<line x1="195.594" y1="77.071" x2="286.08" y2="439.975" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
10
|
+
<line x1="377.231" y1="76.702" x2="286.769" y2="439.631" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
11
|
+
<line x1="104.369" y1="66.462" x2="407.631" y2="66.462" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
Zodiac Fonts — © 2025 Zodiac Fonts (https://zodiacfonts.com)
|
|
3
|
+
Licensed under the SIL Open Font License 1.1 (OFL).
|
|
4
|
+
Free for personal and commercial use with attribution.
|
|
5
|
+
-->
|
|
6
|
+
<svg class="zf-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
7
|
+
<line x1="66.462" y1="445.538" x2="445.538" y2="445.538" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
8
|
+
<line x1="197.883" y1="71.508" x2="197.883" y2="445.538" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
9
|
+
<line x1="334.031" y1="77.071" x2="243.545" y2="439.975" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
10
|
+
<line x1="253.465" y1="76.702" x2="343.951" y2="439.631" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
11
|
+
<line x1="66.462" y1="66.462" x2="445.538" y2="66.462" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
Zodiac Fonts — © 2025 Zodiac Fonts (https://zodiacfonts.com)
|
|
3
|
+
Licensed under the SIL Open Font License 1.1 (OFL).
|
|
4
|
+
Free for personal and commercial use with attribution.
|
|
5
|
+
-->
|
|
6
|
+
<svg class="zf-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
7
|
+
<line x1="257.169" y1="68.874" x2="257.169" y2="445.538" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
8
|
+
<line x1="167.545" y1="66.462" x2="344.455" y2="66.462" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
9
|
+
<line x1="167.545" y1="445.538" x2="344.455" y2="445.538" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
Zodiac Fonts — © 2025 Zodiac Fonts (https://zodiacfonts.com)
|
|
3
|
+
Licensed under the SIL Open Font License 1.1 (OFL).
|
|
4
|
+
Free for personal and commercial use with attribution.
|
|
5
|
+
-->
|
|
6
|
+
<svg class="zf-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
7
|
+
<line x1="329.28" y1="71.508" x2="329.28" y2="445.538" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
8
|
+
<line x1="384.886" y1="71.508" x2="384.886" y2="445.538" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
9
|
+
<line x1="66.462" y1="445.538" x2="445.538" y2="445.538" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
10
|
+
<line x1="293.588" y1="77.071" x2="203.126" y2="439.975" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
11
|
+
<line x1="111.951" y1="76.702" x2="202.437" y2="439.631" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
12
|
+
<line x1="66.462" y1="66.462" x2="445.538" y2="66.462" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
Zodiac Fonts — © 2025 Zodiac Fonts (https://zodiacfonts.com)
|
|
3
|
+
Licensed under the SIL Open Font License 1.1 (OFL).
|
|
4
|
+
Free for personal and commercial use with attribution.
|
|
5
|
+
-->
|
|
6
|
+
<svg class="zf-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
7
|
+
<line x1="367.138" y1="71.508" x2="367.138" y2="445.538" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
8
|
+
<line x1="104.369" y1="445.538" x2="407.631" y2="445.538" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
9
|
+
<line x1="331.495" y1="77.071" x2="241.034" y2="439.975" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
10
|
+
<line x1="149.858" y1="76.702" x2="240.345" y2="439.631" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
11
|
+
<line x1="104.369" y1="66.462" x2="407.631" y2="66.462" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
Zodiac Fonts — © 2025 Zodiac Fonts (https://zodiacfonts.com)
|
|
3
|
+
Licensed under the SIL Open Font License 1.1 (OFL).
|
|
4
|
+
Free for personal and commercial use with attribution.
|
|
5
|
+
-->
|
|
6
|
+
<svg class="zf-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
7
|
+
<line x1="66.462" y1="445.538" x2="445.538" y2="445.538" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
8
|
+
<line x1="303.705" y1="77.071" x2="213.218" y2="439.975" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
9
|
+
<line x1="223.138" y1="76.702" x2="313.625" y2="439.631" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
10
|
+
<line x1="66.462" y1="66.462" x2="445.538" y2="66.462" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
Zodiac Fonts — © 2025 Zodiac Fonts (https://zodiacfonts.com)
|
|
3
|
+
Licensed under the SIL Open Font License 1.1 (OFL).
|
|
4
|
+
Free for personal and commercial use with attribution.
|
|
5
|
+
-->
|
|
6
|
+
<svg class="zf-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
7
|
+
<line x1="196.517" y1="68.874" x2="196.517" y2="445.538" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
8
|
+
<line x1="257.169" y1="68.874" x2="257.169" y2="445.538" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
9
|
+
<line x1="317.822" y1="68.874" x2="317.822" y2="445.538" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
10
|
+
<line x1="167.545" y1="66.462" x2="344.455" y2="66.462" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
11
|
+
<line x1="167.545" y1="445.538" x2="344.455" y2="445.538" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
Zodiac Fonts — © 2025 Zodiac Fonts (https://zodiacfonts.com)
|
|
3
|
+
Licensed under the SIL Open Font License 1.1 (OFL).
|
|
4
|
+
Free for personal and commercial use with attribution.
|
|
5
|
+
-->
|
|
6
|
+
<svg class="zf-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
7
|
+
<line x1="66.462" y1="445.538" x2="445.538" y2="445.538" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
8
|
+
<line x1="298.954" y1="66.462" x2="298.954" y2="440.492" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
9
|
+
<line x1="354.56" y1="71.508" x2="354.56" y2="445.538" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
10
|
+
<line x1="243.052" y1="77.071" x2="152.566" y2="439.975" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
11
|
+
<line x1="162.486" y1="76.702" x2="252.972" y2="439.631" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
12
|
+
<line x1="66.462" y1="66.462" x2="445.538" y2="66.462" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
Zodiac Fonts — © 2025 Zodiac Fonts (https://zodiacfonts.com)
|
|
3
|
+
Licensed under the SIL Open Font License 1.1 (OFL).
|
|
4
|
+
Free for personal and commercial use with attribution.
|
|
5
|
+
-->
|
|
6
|
+
<svg class="zf-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
7
|
+
<line x1="228.197" y1="71.508" x2="228.197" y2="445.538" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
8
|
+
<line x1="293.895" y1="71.508" x2="293.895" y2="445.538" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
9
|
+
<line x1="167.545" y1="66.462" x2="344.455" y2="66.462" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
10
|
+
<line x1="167.545" y1="445.538" x2="344.455" y2="445.538" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/>
|
|
11
|
+
</svg>
|