@5even7/dlc-ui 0.2.18 → 0.2.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/CHANGELOG.md +158 -144
  2. package/EXTENDING.md +114 -0
  3. package/LICENSE +21 -21
  4. package/README.md +389 -338
  5. package/THIRD_PARTY_NOTICES.md +221 -0
  6. package/dist/avatar-creator/styles/humation.mjs +26 -0
  7. package/dist/avatar-creator/styles.mjs +76 -0
  8. package/dist/avatar-creator.cjs +7831 -0
  9. package/dist/avatar-creator.mjs +74 -0
  10. package/dist/capsule.cjs +185 -66
  11. package/dist/capsule.mjs +364 -1340
  12. package/dist/chunks/avatar-creator-DiAmhpRa.mjs +687 -0
  13. package/dist/chunks/color-DnmNceaf.mjs +350 -0
  14. package/dist/chunks/controls-B5_ctvvA.mjs +160 -0
  15. package/dist/chunks/copy-7J0XIj_0.mjs +13 -0
  16. package/dist/chunks/cosmic-fallback-v8G5_ibh.mjs +408 -0
  17. package/dist/chunks/emitter-CxLYMSbw.mjs +38 -0
  18. package/dist/chunks/emo-Dvahy5Qr.mjs +1140 -0
  19. package/dist/chunks/hash-BiO02UNb.mjs +38 -0
  20. package/dist/chunks/humation-B9OPUGL7.mjs +2987 -0
  21. package/dist/chunks/identicon-BUdMd-yf.mjs +3063 -0
  22. package/dist/chunks/index-BchW1tWE.mjs +478 -0
  23. package/dist/chunks/index-BtH8Lbra.mjs +296 -0
  24. package/dist/chunks/index-C02dvGLD.mjs +263 -0
  25. package/dist/chunks/index-CFybYBA1.mjs +278 -0
  26. package/dist/chunks/index-DgI872-7.mjs +241 -0
  27. package/dist/chunks/index-_sf_14Zu.mjs +455 -0
  28. package/dist/chunks/index-w5Pzdwhv.mjs +305 -0
  29. package/dist/chunks/motion-a8_f8_Ui.mjs +177 -0
  30. package/dist/chunks/number-BqWLX0iQ.mjs +231 -0
  31. package/dist/chunks/progress-KweS4Rx0.mjs +1836 -0
  32. package/dist/chunks/size-Bztk2ryJ.mjs +22 -0
  33. package/dist/chunks/wrapper-DXhy1E7Z.mjs +514 -0
  34. package/dist/color.cjs +186 -67
  35. package/dist/color.mjs +341 -1280
  36. package/dist/emo/miao/angry.mjs +4 -0
  37. package/dist/emo/miao/asleep.mjs +4 -0
  38. package/dist/emo/miao/badminton.mjs +4 -0
  39. package/dist/emo/miao/confident.mjs +4 -0
  40. package/dist/emo/miao/cry.mjs +4 -0
  41. package/dist/emo/miao/investigate.mjs +4 -0
  42. package/dist/emo/miao/laugh.mjs +4 -0
  43. package/dist/emo/miao/leisure.mjs +4 -0
  44. package/dist/emo/miao/mock.mjs +4 -0
  45. package/dist/emo/miao/music.mjs +4 -0
  46. package/dist/emo/miao/mute.mjs +4 -0
  47. package/dist/emo/miao/panic.mjs +4 -0
  48. package/dist/emo/miao/ponder.mjs +4 -0
  49. package/dist/emo/miao/question.mjs +4 -0
  50. package/dist/emo/miao/sad.mjs +4 -0
  51. package/dist/emo/miao/shocked.mjs +4 -0
  52. package/dist/emo/miao/shy.mjs +4 -0
  53. package/dist/emo/miao/sigh.mjs +4 -0
  54. package/dist/emo/miao/smile.mjs +4 -0
  55. package/dist/emo/miao/snigger.mjs +4 -0
  56. package/dist/emo/miao/static.mjs +4 -0
  57. package/dist/emo/miao/yawn.mjs +4 -0
  58. package/dist/emo/miao/yummy.mjs +4 -0
  59. package/dist/emo.cjs +27161 -25964
  60. package/dist/emo.mjs +8 -1421
  61. package/dist/index.cjs +32729 -24466
  62. package/dist/index.mjs +16 -4757
  63. package/dist/index.umd.js +33115 -24852
  64. package/dist/index.umd.min.js +3 -1
  65. package/dist/progress.cjs +195 -76
  66. package/dist/progress.mjs +7 -2448
  67. package/dist/vue2.cjs +33282 -25002
  68. package/dist/vue2.mjs +63 -5131
  69. package/dist/vue3.cjs +33282 -25002
  70. package/dist/vue3.mjs +53 -5122
  71. package/package.json +161 -136
  72. package/styles/avatar-creator.css +38 -0
  73. package/styles/base.css +32 -32
  74. package/styles/color.css +18 -18
  75. package/styles/emo.css +110 -89
  76. package/styles/progress.css +96 -96
  77. package/styles/theme.css +1 -0
  78. package/types/avatar-creator-styles.d.ts +10 -0
  79. package/types/avatar-creator.d.ts +143 -0
  80. package/types/capsule.d.ts +15 -15
  81. package/types/color.d.ts +15 -15
  82. package/types/emo-miao.d.ts +9 -0
  83. package/types/emo.d.ts +38 -37
  84. package/types/index.d.ts +593 -554
  85. package/types/progress.d.ts +16 -16
  86. package/types/vue2.d.ts +11 -10
  87. package/types/vue3.d.ts +169 -146
@@ -0,0 +1,2987 @@
1
+ import { b as buildControlsFromSchema, c as cleanText } from './controls-B5_ctvvA.mjs';
2
+ import { b as normalizeColorWithAlpha } from './color-DnmNceaf.mjs';
3
+ export { f as fnv1a } from './hash-BiO02UNb.mjs';
4
+
5
+ function createAvatar(manifest, options = {}) {
6
+ const state = resolveAvatarState(manifest, options);
7
+ return {
8
+ toString() {
9
+ return renderSvg(manifest, state);
10
+ },
11
+ toDataUri() {
12
+ return `data:image/svg+xml;charset=utf-8,${encodeURIComponent(renderSvg(manifest, state))}`;
13
+ },
14
+ toJSON() {
15
+ return {
16
+ template: manifest.template.id,
17
+ selections: Object.assign({}, state.selections),
18
+ colors: Object.assign({}, state.colors),
19
+ background: state.background,
20
+ crop: state.crop,
21
+ };
22
+ },
23
+ /**
24
+ * Structured render output for framework wrappers that build the root
25
+ * <svg> element themselves (React, web components). `content` is the
26
+ * composed fragment markup without the root element, background rect,
27
+ * or inline color style — colors stay as `var(--hm-*, fallback)`
28
+ * references, so wrappers can drive them via CSS custom properties
29
+ * without re-rendering the content.
30
+ */
31
+ toRenderData() {
32
+ const viewBox = resolveViewBox(manifest, state);
33
+ const fragments = collectFragments(manifest, state);
34
+ return {
35
+ viewBox: Object.assign({}, viewBox),
36
+ background: state.background,
37
+ colors: Object.assign({}, state.colors),
38
+ content: fragments
39
+ .map(({ part, fragment, offset }) => renderFragment(part, fragment, offset))
40
+ .join(''),
41
+ };
42
+ },
43
+ };
44
+ }
45
+ function resolvePartId$1(input, manifest, slotId) {
46
+ if (manifest.parts.some((part) => part.id === input))
47
+ return input;
48
+ if (slotId) {
49
+ const scopedAlias = `${slotId}-${input}`;
50
+ const scoped = manifest.aliases.find((entry) => entry.alias === scopedAlias);
51
+ if (scoped)
52
+ return scoped.targetId;
53
+ }
54
+ const alias = manifest.aliases.find((entry) => entry.alias === input);
55
+ if (alias)
56
+ return alias.targetId;
57
+ throw new Error(`Unknown part: ${input}`);
58
+ }
59
+ function resolveAvatarState(manifest, options) {
60
+ var _a, _b, _c, _d;
61
+ const selections = Object.assign({}, manifest.defaults.selections);
62
+ if (options.seed !== undefined) {
63
+ for (const slot of manifest.selectionSlots) {
64
+ const slotParts = manifest.parts.filter((part) => part.selectionSlot === slot.id);
65
+ if (slotParts.length === 0)
66
+ continue;
67
+ const hash = fnv1a(`${options.seed}:${slot.id}`);
68
+ selections[slot.id] = slotParts[hash % slotParts.length].id;
69
+ }
70
+ }
71
+ for (const [slotId, value] of Object.entries((_a = options.selections) !== null && _a !== void 0 ? _a : {})) {
72
+ const partId = resolvePartId$1(value, manifest, slotId);
73
+ const part = manifest.parts.find((candidate) => candidate.id === partId);
74
+ if (!part)
75
+ throw new Error(`Unknown part: ${value}`);
76
+ if (part.selectionSlot !== slotId) {
77
+ throw new Error(`Part ${value} is not selectable in slot ${slotId}`);
78
+ }
79
+ selections[slotId] = partId;
80
+ }
81
+ const colors = Object.assign({}, manifest.defaults.colors);
82
+ for (const [key, color] of Object.entries((_b = options.colors) !== null && _b !== void 0 ? _b : {})) {
83
+ colors[key] = normalizeHex(color);
84
+ }
85
+ const background = (_c = options.background) !== null && _c !== void 0 ? _c : manifest.defaults.background;
86
+ return {
87
+ template: manifest.template.id,
88
+ selections,
89
+ colors,
90
+ background: background === 'transparent' ? background : normalizeHex(background),
91
+ crop: (_d = options.crop) !== null && _d !== void 0 ? _d : manifest.defaults.crop,
92
+ };
93
+ }
94
+ function fnv1a(input) {
95
+ let hash = 0x811c9dc5;
96
+ for (let index = 0; index < input.length; index += 1) {
97
+ hash ^= input.charCodeAt(index);
98
+ hash = Math.imul(hash, 0x01000193) >>> 0;
99
+ }
100
+ return hash >>> 0;
101
+ }
102
+ function resolveViewBox(manifest, state) {
103
+ var _a;
104
+ const viewBox = (_a = manifest.crops[state.crop]) !== null && _a !== void 0 ? _a : manifest.crops[manifest.defaults.crop];
105
+ if (!viewBox)
106
+ throw new Error(`Unknown crop: ${state.crop}`);
107
+ return viewBox;
108
+ }
109
+ function renderSvg(manifest, state) {
110
+ const viewBox = resolveViewBox(manifest, state);
111
+ const fragments = collectFragments(manifest, state);
112
+ const cssVariables = formatCssVariables(state.colors);
113
+ const bgRect = state.background === 'transparent'
114
+ ? ''
115
+ : `<rect x="${formatNumber(viewBox.x)}" y="${formatNumber(viewBox.y)}" width="${formatNumber(viewBox.width)}" height="${formatNumber(viewBox.height)}" fill="#${state.background}" />`;
116
+ const content = fragments
117
+ .map(({ part, fragment, offset }) => renderFragment(part, fragment, offset))
118
+ .join('');
119
+ return `<svg xmlns="http://www.w3.org/2000/svg" width="${formatNumber(viewBox.width)}" height="${formatNumber(viewBox.height)}" viewBox="${formatNumber(viewBox.x)} ${formatNumber(viewBox.y)} ${formatNumber(viewBox.width)} ${formatNumber(viewBox.height)}" style="${escapeAttr(cssVariables)}">${bgRect}${content}</svg>`;
120
+ }
121
+ function collectFragments(manifest, state) {
122
+ return Object.values(state.selections)
123
+ .map((partId) => {
124
+ const part = manifest.parts.find((candidate) => candidate.id === partId);
125
+ if (!part)
126
+ throw new Error(`Unknown selected part: ${partId}`);
127
+ return part;
128
+ })
129
+ .flatMap((part) => part.layers.map((fragment) => {
130
+ const layerSlot = manifest.layerSlots.find((candidate) => candidate.id === fragment.layerSlot);
131
+ if (!layerSlot) {
132
+ throw new Error(`Unknown layer slot: ${fragment.layerSlot}`);
133
+ }
134
+ return {
135
+ part,
136
+ fragment,
137
+ order: layerSlot.order,
138
+ offset: layerSlot.offset,
139
+ };
140
+ }))
141
+ .sort((left, right) => left.order - right.order);
142
+ }
143
+ // Color binding lives in the SVG sources themselves: recolorable regions
144
+ // reference CSS variables with default-color fallbacks, e.g.
145
+ // fill="var(--hm-hair, #000000)". Rendering therefore only composes
146
+ // fragments and sets the variable values on the root element; the renderer
147
+ // has no marker-color or substitution knowledge.
148
+ function renderFragment(part, fragment, offset) {
149
+ var _a, _b;
150
+ if (!fragment.svg) {
151
+ throw new Error(`Missing SVG for part: ${part.id}`);
152
+ }
153
+ const content = stripSvgWrapper(fragment.svg);
154
+ const transform = fragment.transform
155
+ ? `translate(${formatNumber(offset.x)}, ${formatNumber(offset.y)}) ${fragment.transform}`
156
+ : `translate(${formatNumber(offset.x)}, ${formatNumber(offset.y)})`;
157
+ const attributes = [
158
+ ['data-hm-layer-slot', fragment.layerSlot],
159
+ ['data-hm-part-id', part.id],
160
+ ['data-hm-selection-slot', part.selectionSlot],
161
+ ['data-hm-source-group-id', (_a = part.source) === null || _a === void 0 ? void 0 : _a.groupId],
162
+ ['data-hm-source-part-id', (_b = part.source) === null || _b === void 0 ? void 0 : _b.partId],
163
+ ['transform', transform],
164
+ ]
165
+ .flatMap(([name, value]) => value === undefined ? [] : [`${name}="${escapeAttr(value)}"`])
166
+ .join(' ');
167
+ return `<g ${attributes}>${content}</g>`;
168
+ }
169
+ function formatCssVariables(colors) {
170
+ return Object.entries(colors)
171
+ .sort(([left], [right]) => left.localeCompare(right))
172
+ .map(([key, color]) => `--hm-${key}:#${normalizeHex(color)}`)
173
+ .join(';');
174
+ }
175
+ function normalizeHex(color) {
176
+ return color.replace(/^#/, '').toUpperCase();
177
+ }
178
+ function stripSvgWrapper(svg) {
179
+ return svg.replace(/<svg[^>]*>/, '').replace(/<\/svg>\s*$/, '');
180
+ }
181
+ function formatNumber(value) {
182
+ return Number.isInteger(value)
183
+ ? String(value)
184
+ : value.toFixed(4).replace(/0+$/, '').replace(/\.$/, '');
185
+ }
186
+ function escapeAttr(value) {
187
+ return value.replace(/&/g, '&amp;').replace(/"/g, '&quot;');
188
+ }
189
+
190
+ const manifest = {
191
+ "template": {
192
+ "id": "humation-1",
193
+ "shortId": "hm1",
194
+ "name": "Humation 1",
195
+ "version": "1.0.1",
196
+ "license": "MIT"
197
+ },
198
+ "defaults": {
199
+ "selections": {
200
+ "head": "hm1-p-000001",
201
+ "body": "hm1-p-000025",
202
+ "bottom": "hm1-p-000033",
203
+ "item": "hm1-p-000041",
204
+ "glasses": "hm1-p-000056"
205
+ },
206
+ "colors": {
207
+ "stroke": "000000",
208
+ "hair": "000000",
209
+ "skin": "FFFFFF",
210
+ "clothes": "FFFFFF",
211
+ "bottom": "000000"
212
+ },
213
+ "background": "F6F5F4",
214
+ "crop": "avatar"
215
+ },
216
+ "colors": [
217
+ {
218
+ "id": "background",
219
+ "label": "Background",
220
+ "default": "F6F5F4",
221
+ "cssVariable": "--hm-background",
222
+ "allowTransparent": true
223
+ },
224
+ {
225
+ "id": "stroke",
226
+ "label": "Stroke",
227
+ "default": "000000",
228
+ "cssVariable": "--hm-stroke"
229
+ },
230
+ {
231
+ "id": "hair",
232
+ "label": "Hair",
233
+ "default": "000000",
234
+ "cssVariable": "--hm-hair"
235
+ },
236
+ {
237
+ "id": "skin",
238
+ "label": "Skin",
239
+ "default": "FFFFFF",
240
+ "cssVariable": "--hm-skin"
241
+ },
242
+ {
243
+ "id": "clothes",
244
+ "label": "Clothes",
245
+ "default": "FFFFFF",
246
+ "cssVariable": "--hm-clothes"
247
+ },
248
+ {
249
+ "id": "bottom",
250
+ "label": "Bottom",
251
+ "default": "000000",
252
+ "cssVariable": "--hm-bottom"
253
+ }
254
+ ],
255
+ "crops": {
256
+ "avatar": {
257
+ "x": -4,
258
+ "y": -4.5,
259
+ "width": 88,
260
+ "height": 88
261
+ }
262
+ },
263
+ "selectionSlots": [
264
+ {
265
+ "id": "bottom",
266
+ "label": "Bottom",
267
+ "defaultPart": "hm1-p-000033",
268
+ "exclusive": true
269
+ },
270
+ {
271
+ "id": "body",
272
+ "label": "Body",
273
+ "defaultPart": "hm1-p-000025",
274
+ "exclusive": true
275
+ },
276
+ {
277
+ "id": "head",
278
+ "label": "Head",
279
+ "defaultPart": "hm1-p-000001",
280
+ "exclusive": true
281
+ },
282
+ {
283
+ "id": "item",
284
+ "label": "Item",
285
+ "defaultPart": "hm1-p-000041",
286
+ "exclusive": true
287
+ },
288
+ {
289
+ "id": "glasses",
290
+ "label": "Glasses",
291
+ "defaultPart": "hm1-p-000056",
292
+ "exclusive": true
293
+ }
294
+ ],
295
+ "layerSlots": [
296
+ {
297
+ "id": "bottom",
298
+ "label": "Bottom",
299
+ "order": 1,
300
+ "offset": {
301
+ "x": 0,
302
+ "y": 85
303
+ },
304
+ "size": {
305
+ "width": 80,
306
+ "height": 107
307
+ },
308
+ "hidden": false
309
+ },
310
+ {
311
+ "id": "body",
312
+ "label": "Body",
313
+ "order": 2,
314
+ "offset": {
315
+ "x": 0,
316
+ "y": 51
317
+ },
318
+ "size": {
319
+ "width": 80,
320
+ "height": 80
321
+ },
322
+ "hidden": false
323
+ },
324
+ {
325
+ "id": "head",
326
+ "label": "Head",
327
+ "order": 3,
328
+ "offset": {
329
+ "x": 0,
330
+ "y": -0.5
331
+ },
332
+ "size": {
333
+ "width": 80,
334
+ "height": 80
335
+ },
336
+ "hidden": false
337
+ },
338
+ {
339
+ "id": "item",
340
+ "label": "Item",
341
+ "order": 4,
342
+ "offset": {
343
+ "x": 0,
344
+ "y": 0
345
+ },
346
+ "size": {
347
+ "width": 80,
348
+ "height": 80
349
+ },
350
+ "hidden": false
351
+ },
352
+ {
353
+ "id": "glasses",
354
+ "label": "Glasses",
355
+ "order": 5,
356
+ "offset": {
357
+ "x": 0,
358
+ "y": 0
359
+ },
360
+ "size": {
361
+ "width": 80,
362
+ "height": 80
363
+ },
364
+ "hidden": false
365
+ }
366
+ ],
367
+ "parts": [
368
+ {
369
+ "id": "hm1-p-000001",
370
+ "source": {
371
+ "groupId": "head",
372
+ "sourceGroupName": "Head",
373
+ "partId": "001"
374
+ },
375
+ "name": "fluffy-bob",
376
+ "aliases": [
377
+ "head-fluffy-bob"
378
+ ],
379
+ "selectionSlot": "head",
380
+ "uiGroups": [
381
+ "head"
382
+ ],
383
+ "layers": [
384
+ {
385
+ "layerSlot": "head",
386
+ "svgPath": "assets/humation-1/head/001.svg",
387
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M24.1973 47.3587C23.98 47.7187 23.672 48.016 23.3053 48.22C22.9373 48.424 22.5227 48.528 22.1027 48.5227C21.6827 48.516 21.2707 48.4 20.9093 48.1853C20.548 47.9707 20.2493 47.6653 20.0413 47.2987C19.6347 46.5773 19.4587 45.5267 18.6467 45.368C17.972 45.2347 17.4213 45.86 16.9133 46.3227C16.3067 46.8707 15.52 47.2653 14.7027 47.2453C13.8853 47.2253 13.0547 46.724 12.804 45.9453C12.4453 44.8347 13.292 43.6907 13.2853 42.5253C13.3013 42.2107 13.1973 41.9027 12.9947 41.6613C12.524 41.1733 11.7187 41.42 11.044 41.356C9.63334 41.2227 8.77734 39.5187 9.124 38.1453C9.47067 36.772 10.6613 35.764 11.924 35.124C13.1867 34.484 14.5773 34.1173 15.8347 33.4613C17.3933 32.644 18.696 31.412 19.6 29.9013C20.304 28.724 20.748 27.4013 21.4947 26.2507C22.828 24.2027 25.0187 22.856 27.2973 21.9747C29.576 21.0933 31.9867 20.6173 34.32 19.896C36.072 19.3547 37.8493 18.6667 39.6747 18.8293C40.884 18.9373 42.1573 19.532 42.608 20.6573L45.7347 21.7573C49.4307 21.9067 52.968 24.176 54.644 27.4747C55.22 28.6053 55.6013 29.8613 56.428 30.824C57.5613 32.144 59.4947 32.8853 59.9587 34.5573C60.5733 36.764 58.1987 38.7333 58.052 41.0187C57.9693 42.3027 58.5853 43.7107 57.9187 44.8107C57.3413 45.76 56.052 46.0173 55.32 46.8547C54.4467 47.852 54.476 49.5413 53.348 50.2373C52.904 50.5107 51.1867 50.8333 50.7147 50.616C48.7787 49.7267 48.5747 50.9267 46.9373 51.0813\" fill=\"var(--hm-hair, #000000)\"/>\n<path d=\"M45.2853 52.3227C45.1333 50.4973 45.472 48.932 46.2667 47.2813C46.4467 46.908 46.8333 46.912 47.216 46.7907C47.556 46.684 47.8893 46.5613 48.2187 46.4227C48.8867 46.1453 49.5173 45.7867 50.0987 45.356C51.248 44.488 52.144 43.2693 52.48 41.856C52.7853 40.5747 52.5707 39.0493 51.1467 38.328C50.1427 37.8213 49.2427 38.0013 47.7133 39.3453L46.5253 39.0453C45.008 38.9533 43.812 37.6253 43.3147 36.1907C42.8173 34.756 42.8493 33.2 42.7387 31.6853C42.6893 31.0093 42.5827 30.2773 42.0933 29.808C41.56 29.2987 40.748 29.26 40.012 29.2493L38.8387 28.8493C38.3867 28.36 37.8333 27.9747 37.2187 27.7173C36.604 27.4613 35.9413 27.34 35.2747 27.3627C34.6093 27.3853 33.956 27.5507 33.36 27.848C32.764 28.1453 32.2387 28.568 31.82 29.0867C31.32 29.7067 30.9427 30.4867 30.22 30.8267C29.4973 31.1667 28.6773 30.9693 27.892 30.984C27.1067 30.9987 26.1707 31.424 26.1507 32.208L25.1827 33.6747C24.3227 35.8867 23.8053 37.884 23.6747 39.0933C23.3453 42.1387 23.96 45.5227 26.2893 47.692C27.5307 48.8467 29.068 49.4147 30.712 49.704C32.4267 50.0067 34.2667 50.2827 35.9307 49.6027C35.8427 50.9907 35.8293 51.9813 35.8933 53.3707\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M22.1373 49.3267C22.1213 49.3267 22.1067 49.3267 22.0907 49.3267C21.532 49.3187 20.9813 49.164 20.5 48.8774C20.0187 48.592 19.62 48.184 19.344 47.6974C19.2133 47.4654 19.1107 47.224 19.0107 46.992C18.8507 46.6174 18.6707 46.1934 18.492 46.1587C18.3053 46.1214 17.9093 46.4934 17.6467 46.7387C17.58 46.8014 17.5147 46.8627 17.4493 46.9214C16.612 47.672 15.632 48.072 14.6827 48.0507C13.4693 48.0227 12.384 47.26 12.0413 46.196C11.7547 45.3107 12.0067 44.4774 12.2293 43.7414C12.36 43.3067 12.484 42.8974 12.484 42.5307C12.484 42.5174 12.484 42.5027 12.4853 42.4894C12.4907 42.3894 12.4613 42.292 12.404 42.2107C12.3 42.1387 11.9547 42.1534 11.7 42.1627C11.4653 42.172 11.2227 42.1814 10.968 42.1574C10.1613 42.0814 9.43466 41.6427 8.92266 40.92C8.32266 40.0734 8.10266 38.9387 8.34799 37.9574C8.69999 36.5454 9.84132 35.2867 11.5627 34.416C12.2133 34.0867 12.888 33.828 13.54 33.5787C14.2187 33.3187 14.8587 33.0734 15.464 32.7574C16.8947 32.008 18.0907 30.8787 18.9213 29.492C19.2253 28.984 19.4787 28.444 19.7467 27.872C20.068 27.1894 20.3987 26.4827 20.8307 25.816C22.0973 23.8667 24.1787 22.324 27.016 21.2294C28.476 20.6667 29.9933 20.2627 31.46 19.8707C32.328 19.6387 33.2253 19.4 34.0907 19.132C34.3307 19.0574 34.5707 18.9814 34.8107 18.904C36.388 18.3987 38.0187 17.8774 39.7533 18.0334C41.0893 18.1534 42.7387 18.828 43.3573 20.3587C43.5227 20.768 43.3253 21.2347 42.9147 21.4C42.5053 21.5654 42.0387 21.368 41.8733 20.9574C41.524 20.0934 40.436 19.7014 39.6093 19.6267C38.1973 19.5 36.7893 19.9507 35.2973 20.428C35.052 20.5067 34.8067 20.5854 34.5627 20.6614C33.668 20.9374 32.7547 21.1814 31.872 21.4174C30.4453 21.7974 28.9707 22.1907 27.592 22.7227C25.0747 23.6934 23.2507 25.028 22.172 26.688C21.8 27.2614 21.5053 27.888 21.1947 28.552C20.9213 29.1334 20.6387 29.736 20.2933 30.3134C19.312 31.9534 17.8973 33.2894 16.204 34.176C15.516 34.5347 14.8013 34.808 14.1107 35.0734C13.468 35.3187 12.8613 35.552 12.284 35.844C11.5307 36.2254 10.22 37.0574 9.89866 38.3454C9.76532 38.8787 9.89466 39.5267 10.2267 39.996C10.3947 40.2334 10.6867 40.5254 11.1173 40.5654C11.2653 40.58 11.4453 40.572 11.636 40.5654C12.208 40.5427 12.9907 40.512 13.5693 41.112C13.5813 41.1254 13.5933 41.1374 13.6053 41.152C13.936 41.544 14.1053 42.04 14.084 42.552C14.08 43.148 13.9107 43.7094 13.76 44.2054C13.5827 44.7907 13.4307 45.2947 13.564 45.7054C13.6973 46.1187 14.1933 46.44 14.72 46.452C15.2627 46.4614 15.848 46.2094 16.3787 45.7334C16.4347 45.6827 16.4947 45.6267 16.556 45.5694C17.0867 45.0734 17.8147 44.3934 18.8027 44.5894C19.812 44.7867 20.2 45.6987 20.484 46.3654C20.5707 46.5667 20.6507 46.7574 20.7387 46.912C20.876 47.156 21.076 47.36 21.3173 47.5027C21.5587 47.6454 21.8333 47.724 22.1133 47.728C22.3947 47.732 22.6707 47.6627 22.916 47.5267C23.1613 47.3907 23.3667 47.192 23.512 46.952C23.74 46.5734 24.232 46.452 24.6107 46.68C24.9893 46.908 25.1107 47.4 24.8827 47.7787C24.5933 48.2574 24.1827 48.6534 23.6933 48.9254C23.2173 49.188 22.68 49.3267 22.1373 49.3267Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M46.944 51.8827C46.536 51.8827 46.188 51.572 46.148 51.1574C46.1067 50.7174 46.4293 50.3267 46.8693 50.2854C47.3333 50.2414 47.6373 50.092 47.9893 49.9174C48.692 49.5707 49.4867 49.1774 51.0293 49.8774C51.3853 49.952 52.6507 49.7187 52.9387 49.5547C53.3427 49.3054 53.548 48.7547 53.7867 48.1187C54.0053 47.5334 54.2533 46.8694 54.7267 46.328C55.1413 45.8547 55.668 45.544 56.1347 45.272C56.616 44.9894 57.032 44.7454 57.244 44.396C57.5293 43.924 57.448 43.2694 57.3547 42.5107C57.2933 42.0134 57.2293 41.4987 57.2627 40.968C57.3373 39.8067 57.8653 38.7894 58.376 37.8054C58.9573 36.6854 59.46 35.7174 59.1973 34.7734C58.9747 33.9694 58.2467 33.404 57.404 32.7507C56.86 32.328 56.2987 31.892 55.8293 31.3467C55.176 30.5867 54.7867 29.704 54.408 28.8507C54.252 28.4974 54.104 28.1627 53.9387 27.8387C52.4027 24.816 49.096 22.6947 45.7093 22.5574C45.268 22.54 44.924 22.1667 44.9427 21.7254C44.96 21.284 45.336 20.9414 45.7747 20.9587C49.7827 21.12 53.548 23.536 55.3653 27.1134C55.5493 27.4747 55.7133 27.8454 55.872 28.2027C56.2173 28.984 56.544 29.7227 57.044 30.304C57.4067 30.7267 57.8827 31.096 58.3853 31.4867C59.3173 32.2107 60.3733 33.0307 60.7387 34.344C61.1707 35.8947 60.44 37.3014 59.796 38.5427C59.3413 39.4187 58.912 40.2454 58.8587 41.0707C58.8347 41.4507 58.8867 41.8694 58.9413 42.3134C59.056 43.2347 59.1853 44.2787 58.6107 45.2254C58.188 45.9214 57.5267 46.3094 56.9427 46.6507C56.5467 46.8827 56.1733 47.1014 55.9293 47.3814C55.648 47.7027 55.472 48.176 55.284 48.6774C54.9867 49.4747 54.6493 50.3787 53.7747 50.9187C53.1973 51.2734 51.184 51.7107 50.3867 51.3427C49.52 50.944 49.2627 51.072 48.6973 51.352C48.288 51.5547 47.7773 51.8067 47.02 51.8787C46.9947 51.8814 46.9693 51.8827 46.944 51.8827Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M26.1387 33.0094C26.132 33.0094 26.1253 33.0094 26.1173 33.0094C25.676 32.9987 25.3267 32.6307 25.3373 32.1894C25.3693 30.9187 26.6627 30.208 27.864 30.1854C28.1173 30.18 28.3613 30.1947 28.5973 30.208C29.0987 30.2374 29.532 30.2614 29.8667 30.104C30.2067 29.944 30.4707 29.572 30.7747 29.14C30.904 28.9574 31.036 28.7694 31.1853 28.5854C31.6787 27.9734 32.2867 27.4854 32.9907 27.1334C33.6947 26.7827 34.4507 26.5907 35.236 26.564C36.0227 26.5374 36.7893 26.6774 37.5147 26.98C38.24 27.2827 38.88 27.7294 39.4133 28.3067C39.7133 28.6307 39.6933 29.1374 39.3693 29.4374C39.0453 29.7374 38.5387 29.7174 38.2387 29.3934C37.8613 28.9854 37.4107 28.6707 36.8973 28.4574C36.3853 28.244 35.8427 28.144 35.2893 28.164C34.7347 28.1827 34.2013 28.3174 33.704 28.5654C33.2067 28.8134 32.7787 29.1587 32.4293 29.5907C32.3133 29.7347 32.2 29.8947 32.0813 30.064C31.7013 30.6027 31.2707 31.212 30.548 31.552C29.8467 31.8827 29.1347 31.8414 28.5067 31.8054C28.2907 31.7934 28.0867 31.7814 27.8947 31.7854C27.3947 31.7947 26.9427 32.0414 26.9387 32.2294C26.928 32.664 26.572 33.0094 26.1387 33.0094Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M46.5147 39.8414C46.4987 39.8414 46.4813 39.8414 46.4653 39.84C45.1733 39.7614 43.3707 38.8267 42.5467 36.4494C42.1173 35.2107 42.0507 33.9334 41.9853 32.6974C41.9693 32.3814 41.952 32.056 41.9293 31.74C41.8893 31.196 41.8133 30.656 41.528 30.3814C41.2213 30.0867 40.624 30.0547 39.9893 30.0454C39.548 30.0387 39.1947 29.676 39.2013 29.2334C39.208 28.792 39.572 28.4387 40.0133 28.4454C40.744 28.456 41.8493 28.472 42.636 29.2267C43.3133 29.8774 43.4667 30.8027 43.5267 31.624C43.5507 31.9547 43.568 32.2894 43.5853 32.6134C43.6467 33.7894 43.7053 34.9014 44.06 35.9254C44.4413 37.0267 45.364 38.1707 46.5627 38.244C47.004 38.2707 47.34 38.6494 47.3133 39.0907C47.2867 39.5147 46.9333 39.8414 46.5147 39.8414Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M45.2787 52.3187C44.868 52.3187 44.5173 52.004 44.4827 51.5854C44.3133 49.5774 44.704 48.6587 45.5333 46.9307C45.8373 46.3 46.412 46.1614 46.756 46.0787C46.8307 46.06 46.9013 46.044 46.9627 46.024C47.28 45.924 47.5933 45.8094 47.896 45.6814C48.508 45.428 49.0827 45.1014 49.6107 44.7094C50.6747 43.9054 51.416 42.824 51.6907 41.6667C51.832 41.084 52.024 39.668 50.7747 39.0374C50.2293 38.7614 49.6947 38.6534 48.2293 39.9414C47.8973 40.2334 47.392 40.2 47.1 39.868C46.808 39.536 46.8413 39.0307 47.1733 38.7387C49.2773 36.8894 50.4933 37.1027 51.4947 37.608C53.0467 38.392 53.7173 40.0894 53.2453 42.0387C52.8853 43.5534 51.9347 44.9574 50.5693 45.988C49.932 46.4614 49.2413 46.8534 48.5133 47.1547C48.168 47.3 47.8067 47.4334 47.4427 47.5467C47.332 47.5814 47.2253 47.608 47.132 47.6307C47.0733 47.6454 46.9973 47.6627 46.948 47.6787C46.1813 49.2787 45.944 49.88 46.0773 51.448C46.1147 51.888 45.788 52.2747 45.348 52.312C45.324 52.3174 45.3013 52.3187 45.2787 52.3187Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M35.8853 53.4987C35.46 53.4987 35.1067 53.164 35.0867 52.7347C35.044 51.796 35.0347 51.324 35.0613 50.68C33.4587 50.9894 31.8267 50.7054 30.568 50.4854C28.5347 50.1267 26.9547 49.4027 25.7373 48.2707C23.5 46.1867 22.456 42.808 22.872 38.9987C23.028 37.5867 23.6093 35.4854 24.4293 33.3774C24.5893 32.9654 25.0533 32.7614 25.4653 32.9214C25.8773 33.0814 26.0813 33.5454 25.9213 33.9574C25.012 36.296 24.572 38.1854 24.4627 39.1734C24.1013 42.4734 24.9627 45.3627 26.828 47.0987C27.8253 48.0267 29.1013 48.6014 30.844 48.908C32.6253 49.2187 34.216 49.428 35.6213 48.8534C35.876 48.7494 36.1667 48.784 36.3907 48.944C36.6147 49.1054 36.74 49.3694 36.7227 49.644C36.6373 50.9854 36.6227 51.2814 36.6867 52.6574C36.7067 53.0987 36.3653 53.4734 35.924 53.4934C35.9093 53.4987 35.8973 53.4987 35.8853 53.4987Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M29.124 37.3467C29.6394 37.3467 30.0573 36.8393 30.0573 36.2134C30.0573 35.5874 29.6394 35.08 29.124 35.08C28.6085 35.08 28.1906 35.5874 28.1906 36.2134C28.1906 36.8393 28.6085 37.3467 29.124 37.3467Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M33.6573 37.66C34.1728 37.66 34.5907 37.1526 34.5907 36.5267C34.5907 35.9008 34.1728 35.3934 33.6573 35.3934C33.1419 35.3934 32.724 35.9008 32.724 36.5267C32.724 37.1526 33.1419 37.66 33.6573 37.66Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
388
+ }
389
+ ]
390
+ },
391
+ {
392
+ "id": "hm1-p-000002",
393
+ "source": {
394
+ "groupId": "head",
395
+ "sourceGroupName": "Head",
396
+ "partId": "002"
397
+ },
398
+ "name": "round-bob",
399
+ "aliases": [
400
+ "head-round-bob"
401
+ ],
402
+ "selectionSlot": "head",
403
+ "uiGroups": [
404
+ "head"
405
+ ],
406
+ "layers": [
407
+ {
408
+ "layerSlot": "head",
409
+ "svgPath": "assets/humation-1/head/002.svg",
410
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.376 39.312C21.1573 38.7627 20.4093 37.5053 19.9827 36.2453C18.804 32.756 19.548 28.7987 21.4333 25.6347C23.3187 22.4707 26.2453 20.0347 29.4333 18.18C31.9013 16.744 34.6333 15.6053 37.4907 15.5627C40.348 15.52 43.3387 16.74 44.852 19.1627L46.744 20.8293C49.144 20.4627 51.4813 21.7973 53.324 23.3787C55.5907 25.32 57.48 27.7467 58.5467 30.5333C59.6133 33.32 59.8147 36.476 58.844 39.2973C57.9613 41.8587 55.6907 44.2653 52.9893 44.0573\" fill=\"var(--hm-hair, #000000)\"/>\n<path d=\"M35.8853 53.3654C35.8213 51.976 35.8347 50.9854 35.9227 49.5974C34.2587 50.2774 32.4187 49.9974 30.704 49.6987C29.06 49.4094 27.5227 48.8414 26.2813 47.6867C23.952 45.5174 23.3333 42.1334 23.6667 39.088C23.8 37.8787 24.3147 35.8814 25.1747 33.6694L26.196 32.2187C27.196 30.5734 28.448 29.0534 30.0293 27.952C31.6107 26.8507 33.5453 26.2027 35.4627 26.364C35.996 26.4094 36.5467 26.5227 36.9947 26.8227C37.4427 27.1227 37.776 27.6374 37.7373 28.1747L39.7533 29.3374C40.6107 28.752 41.872 29.204 42.4667 30.0614C43.0613 30.9187 43.1427 32.0174 43.1067 33.056C43.0707 34.0947 42.9373 35.1507 43.18 36.16C43.3893 36.9747 43.828 37.712 44.4453 38.284C45.0627 38.856 45.8307 39.2387 46.6587 39.3854L47.7013 39.3347C49.2307 37.9907 50.1307 37.8107 51.1347 38.3174C52.564 39.0387 52.7787 40.564 52.468 41.8454C52.132 43.2587 51.236 44.4774 50.0867 45.3454C49.5067 45.776 48.8747 46.1347 48.2067 46.412C47.8787 46.5507 47.544 46.6734 47.204 46.78C46.8213 46.9014 46.4347 46.8974 46.2547 47.2707C45.4627 48.9214 45.1253 50.488 45.28 52.312\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M46.66 40.192C46.6133 40.192 46.5667 40.188 46.5187 40.18C45.5373 40.0053 44.632 39.5547 43.9013 38.8773C43.1707 38.2 42.6533 37.3307 42.4053 36.3653C42.1827 35.4373 42.2307 34.5347 42.2773 33.66C42.288 33.4507 42.3 33.2427 42.3067 33.0347C42.3347 32.24 42.3027 31.236 41.8093 30.524C41.4653 30.028 40.672 29.6853 40.204 30.0053C39.8387 30.2547 39.3413 30.16 39.092 29.796C38.8427 29.4307 38.9373 28.9333 39.3013 28.684C40.3427 27.9733 42.1267 28.176 43.1227 29.6133C43.8853 30.712 43.9413 32.0493 43.9053 33.092C43.8973 33.3107 43.8867 33.5293 43.8747 33.748C43.832 34.5427 43.792 35.292 43.9573 35.9813C44.1253 36.6373 44.4827 37.2373 44.988 37.7067C45.4933 38.176 46.1187 38.4867 46.7973 38.608C47.232 38.6853 47.5227 39.1013 47.4453 39.536C47.3773 39.92 47.04 40.192 46.66 40.192Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M26.1907 33.024C26.0493 33.024 25.9067 32.9867 25.7773 32.908C25.4 32.6787 25.2787 32.1867 25.508 31.8093C26.6813 29.8733 28.0467 28.356 29.5693 27.3C31.4173 26.0173 33.5333 25.404 35.5253 25.572C36.324 25.64 36.9307 25.8267 37.4333 26.1627C38.156 26.644 38.5867 27.4587 38.5307 28.2387C38.4987 28.68 38.1173 29.0107 37.6747 28.9787C37.2347 28.9467 36.9027 28.564 36.9347 28.1227C36.9493 27.9187 36.7867 27.6547 36.5467 27.4947C36.2813 27.3173 35.9027 27.2107 35.3907 27.168C33.7667 27.0307 32.0227 27.5453 30.48 28.616C29.144 29.544 27.9307 30.8973 26.8747 32.64C26.7253 32.8867 26.4613 33.024 26.1907 33.024Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M53.3147 44.864C53.184 44.864 53.0547 44.8587 52.924 44.8493C52.484 44.816 52.1533 44.4307 52.188 43.9907C52.2213 43.5507 52.6067 43.2213 53.0467 43.2547C55.3387 43.432 57.3147 41.264 58.084 39.032C58.956 36.4973 58.8533 33.5787 57.796 30.8147C56.844 28.3293 55.1173 25.9653 52.8 23.9813C50.6507 22.1373 48.6533 21.3413 46.8613 21.6147C46.424 21.6813 46.016 21.3813 45.9493 20.9453C45.8827 20.5093 46.1827 20.1 46.6187 20.0333C48.8933 19.6853 51.3227 20.6053 53.84 22.7667C56.3573 24.9227 58.2427 27.508 59.2893 30.2427C60.4813 33.3573 60.5907 36.6627 59.596 39.5533C59.092 41.0147 58.2147 42.3493 57.124 43.312C55.9653 44.3307 54.656 44.8627 53.3147 44.864Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M22.376 40.1053C22.2667 40.1053 22.1573 40.0827 22.0507 40.036C20.7933 39.476 19.8173 38.252 19.2253 36.4933C18.0427 33.0053 18.6107 28.7893 20.7427 25.2173C22.512 22.2533 25.3 19.6507 29.0267 17.4813C32.1107 15.6867 34.8733 14.796 37.4747 14.756C40.8707 14.704 43.9627 16.2267 45.5267 18.732C45.7613 19.1067 45.6467 19.6 45.272 19.8347C44.8973 20.0693 44.404 19.9547 44.1693 19.58C42.9187 17.5787 40.3027 16.3147 37.4987 16.356C35.18 16.392 32.672 17.212 29.832 18.8653C26.3413 20.8973 23.7453 23.3107 22.116 26.0387C20.22 29.2133 19.7053 32.9307 20.74 35.9827C21.0507 36.9067 21.6427 38.104 22.7013 38.576C23.1053 38.756 23.2867 39.228 23.1067 39.632C22.9747 39.928 22.6813 40.1053 22.376 40.1053Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M45.2787 52.3187C44.868 52.3187 44.5173 52.004 44.4827 51.5853C44.3133 49.5773 44.704 48.6587 45.5333 46.9307C45.8373 46.3 46.412 46.1613 46.756 46.0787C46.8307 46.06 46.9013 46.044 46.9627 46.024C47.28 45.924 47.5933 45.8093 47.896 45.6813C48.508 45.428 49.0827 45.1013 49.6107 44.7093C50.6747 43.9053 51.416 42.824 51.6907 41.6667C51.832 41.084 52.024 39.668 50.7747 39.0373C50.2293 38.7613 49.6947 38.6533 48.2293 39.9413C47.8973 40.2333 47.392 40.2 47.1 39.868C46.808 39.536 46.8413 39.0307 47.1733 38.7387C49.2773 36.8893 50.4933 37.1027 51.4947 37.608C53.0467 38.392 53.7173 40.0893 53.2453 42.0387C52.8853 43.5533 51.9347 44.9573 50.5693 45.988C49.932 46.4613 49.2413 46.8533 48.5133 47.1547C48.168 47.3 47.8067 47.4333 47.4427 47.5467C47.332 47.5813 47.2253 47.608 47.132 47.6307C47.0733 47.6453 46.9973 47.6627 46.948 47.6787C46.1813 49.2787 45.944 49.88 46.0773 51.448C46.1147 51.888 45.788 52.2747 45.348 52.312C45.324 52.3173 45.3013 52.3187 45.2787 52.3187Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M35.8853 53.4987C35.46 53.4987 35.1067 53.164 35.0867 52.7347C35.044 51.796 35.0347 51.324 35.0613 50.68C33.4587 50.9893 31.8267 50.7053 30.568 50.4853C28.5347 50.1267 26.9547 49.4027 25.7373 48.2707C23.5 46.1867 22.456 42.808 22.872 38.9987C23.028 37.5867 23.6093 35.4853 24.4293 33.3773C24.5893 32.9653 25.0533 32.7613 25.4653 32.9213C25.8773 33.0813 26.0813 33.5453 25.9213 33.9573C25.012 36.296 24.572 38.1853 24.4627 39.1733C24.1013 42.4733 24.9627 45.3627 26.828 47.0987C27.8253 48.0267 29.1013 48.6013 30.844 48.908C32.6253 49.2187 34.216 49.428 35.6213 48.8533C35.876 48.7493 36.1667 48.784 36.3907 48.944C36.6147 49.1053 36.74 49.3693 36.7227 49.644C36.6373 50.9853 36.6227 51.2813 36.6867 52.6573C36.7067 53.0987 36.3653 53.4733 35.924 53.4933C35.9093 53.4987 35.8973 53.4987 35.8853 53.4987Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M29.124 37.3467C29.6395 37.3467 30.0573 36.8393 30.0573 36.2134C30.0573 35.5874 29.6395 35.08 29.124 35.08C28.6085 35.08 28.1907 35.5874 28.1907 36.2134C28.1907 36.8393 28.6085 37.3467 29.124 37.3467Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M33.6573 37.66C34.1728 37.66 34.5907 37.1526 34.5907 36.5266C34.5907 35.9007 34.1728 35.3933 33.6573 35.3933C33.1419 35.3933 32.724 35.9007 32.724 36.5266C32.724 37.1526 33.1419 37.66 33.6573 37.66Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
411
+ }
412
+ ]
413
+ },
414
+ {
415
+ "id": "hm1-p-000003",
416
+ "source": {
417
+ "groupId": "head",
418
+ "sourceGroupName": "Head",
419
+ "partId": "003"
420
+ },
421
+ "name": "short",
422
+ "aliases": [
423
+ "head-short"
424
+ ],
425
+ "selectionSlot": "head",
426
+ "uiGroups": [
427
+ "head"
428
+ ],
429
+ "layers": [
430
+ {
431
+ "layerSlot": "head",
432
+ "svgPath": "assets/humation-1/head/003.svg",
433
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M46.8346 38.4987C47.7586 37.4107 47.472 35.5267 46.2666 34.7654C45.8346 34.4907 45.288 34.32 45.052 33.8667C44.7853 33.3667 45.0266 32.768 45.1666 32.2214C45.1666 32.204 45.176 32.1854 45.1813 32.168C45.5813 30.52 43.6973 29.2974 42.3253 30.2947C40.612 31.54 38.6653 32.428 36.6013 32.9067C35.5346 33.152 34.224 33.2 33.5653 32.328C33.176 31.8107 33.0826 31.0294 32.0986 31.1027C31.812 31.1267 31.536 31.2267 31.2986 31.3907C29.5373 32.5787 27.5226 33.3347 25.4146 33.6C24.8253 33.6734 24.2146 33.7067 23.6453 33.5374C22.0106 33.0507 21.268 30.9694 21.7613 29.3374C22.2546 27.7054 23.648 26.4987 25.12 25.6347C26.032 25.1014 27.048 24.6107 27.5973 23.7054C27.92 23.172 28.0466 22.5373 28.3706 22.0053C28.6946 21.4733 29.2013 21.072 29.7173 20.7094C32.4973 18.7854 35.8213 17.8067 39.2 17.9147C41.2 17.984 43.5506 18.788 43.9826 20.7374L47.0493 22.0294C49.4093 22.392 51.8093 23.1867 53.48 24.8934C55.1506 26.6 55.88 29.388 54.68 31.4534C54.5226 31.72 54.328 32.0027 54.336 32.3174C54.3466 32.7174 54.6813 33.032 54.9586 33.328C55.444 33.8534 55.8133 34.4747 56.0413 35.152C56.2693 35.8294 56.352 36.5467 56.284 37.2587C56.2213 37.8774 56.0173 38.5174 55.5533 38.9267C55.0893 39.336 54.2986 39.42 53.86 38.98L47.2066 40L46.8346 38.4987Z\" fill=\"var(--hm-hair, #000000)\"/>\n<path d=\"M25.1747 33.6694C24.3147 35.8814 23.7974 37.8787 23.6667 39.088C23.3374 42.1334 23.952 45.5174 26.2814 47.6867C27.5227 48.8414 29.06 49.4094 30.704 49.6987C32.4187 50.0014 34.2587 50.2774 35.9227 49.5974C35.8347 50.9854 35.8214 51.976 35.8854 53.3654L45.2854 52.3227C45.1334 50.4974 45.472 48.932 46.2667 47.2814C46.4467 46.908 46.8334 46.912 47.216 46.7907C47.556 46.684 47.8894 46.5614 48.2187 46.4227C48.8867 46.1454 49.5174 45.7867 50.0987 45.356C51.248 44.488 52.144 43.2694 52.48 41.856C52.7854 40.5747 52.5707 39.0494 51.1467 38.328C50.1427 37.8214 49.2427 38.0014 47.7134 39.3454L46.8467 38.5027C47.7707 37.4147 47.484 35.5307 46.2787 34.7694C45.8467 34.4947 45.3 34.324 45.064 33.8707C44.7974 33.3707 45.0387 32.772 45.1787 32.2254C45.1787 32.208 45.188 32.1894 45.1934 32.172C45.5934 30.524 43.7094 29.3014 42.3374 30.2987C40.624 31.544 38.6774 32.432 36.6134 32.9107C35.5467 33.156 34.236 33.204 33.5774 32.332C33.188 31.8147 33.0947 31.0334 32.1107 31.1067C31.824 31.1307 31.548 31.2307 31.3107 31.3947C29.5454 32.5827 27.5254 33.3374 25.4147 33.6\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M54.6293 40.0773C54.1293 40.0773 53.644 39.9 53.2893 39.5453C52.9773 39.232 52.9786 38.7253 53.2906 38.4133C53.604 38.1013 54.1106 38.1027 54.4226 38.4147C54.5226 38.5147 54.836 38.4893 55.02 38.3267C55.2666 38.1093 55.4306 37.7013 55.484 37.1773C55.5413 36.5773 55.4733 35.9813 55.2786 35.4067C55.0853 34.832 54.7786 34.316 54.3666 33.8707L54.2986 33.7987C53.9826 33.4653 53.5493 33.0093 53.532 32.3387C53.5186 31.8253 53.76 31.424 53.936 31.1307L53.9866 31.0467C55.048 29.2187 54.2226 26.7987 52.904 25.4533C51.5933 24.1147 49.5813 23.2293 46.924 22.82C46.4866 22.7533 46.188 22.344 46.2546 21.908C46.3213 21.472 46.7306 21.172 47.1666 21.2387C50.1746 21.7013 52.4893 22.7427 54.048 24.3333C54.9933 25.2987 55.664 26.5573 55.936 27.8773C56.2306 29.3053 56.0293 30.7173 55.368 31.856L55.308 31.956C55.2466 32.0573 55.1453 32.2253 55.1333 32.2947C55.1613 32.384 55.348 32.58 55.46 32.6987L55.5386 32.7813C56.108 33.3973 56.5293 34.1067 56.796 34.896C57.0626 35.6853 57.156 36.5053 57.0773 37.3347C56.9813 38.2787 56.6373 39.0347 56.08 39.5267C55.6626 39.8933 55.1386 40.0773 54.6293 40.0773Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M46.8346 39.2987C46.652 39.2987 46.468 39.236 46.3173 39.108C45.98 38.8213 45.94 38.3173 46.2253 37.98C46.512 37.6427 46.636 37.1373 46.5586 36.628C46.4813 36.12 46.212 35.676 45.84 35.4413C45.748 35.3827 45.64 35.3253 45.5253 35.264C45.1266 35.052 44.6293 34.7867 44.3426 34.236C43.9693 33.536 44.176 32.7987 44.328 32.2587C44.3466 32.192 44.3653 32.1253 44.3826 32.06C44.3906 32.0173 44.4013 31.9787 44.412 31.9467C44.5426 31.3387 44.1253 31.004 43.992 30.9147C43.7 30.7187 43.2333 30.624 42.7973 30.94C40.9866 32.256 38.964 33.1787 36.784 33.684C35.004 34.0933 33.6706 33.7907 32.9293 32.808C32.7973 32.6333 32.7 32.4547 32.6146 32.2973C32.388 31.8813 32.38 31.8813 32.16 31.8987C32.02 31.9107 31.8786 31.9613 31.7573 32.0453C29.892 33.3027 27.7373 34.112 25.5173 34.3907C24.8906 34.4693 24.152 34.5187 23.42 34.3013C22.5546 34.044 21.82 33.4227 21.3506 32.5533C20.7906 31.5133 20.6586 30.224 20.9973 29.1027C21.48 27.5067 22.7306 26.1067 24.7173 24.9413C24.84 24.8693 24.9626 24.8 25.0866 24.7293C25.8373 24.3013 26.5453 23.8973 26.916 23.2867C27.04 23.0827 27.136 22.832 27.2386 22.5667C27.3626 22.2453 27.4906 21.9133 27.6906 21.5853C28.0933 20.9227 28.684 20.456 29.26 20.0507C32.1653 18.04 35.7026 16.9987 39.228 17.1107C41.448 17.188 44.2293 18.1373 44.7666 20.56C44.8626 20.992 44.5906 21.4187 44.1586 21.5147C43.728 21.6093 43.3 21.3387 43.204 20.9067C42.8866 19.4747 40.952 18.772 39.1746 18.7107C35.992 18.6067 32.7946 19.5507 30.1746 21.364C29.744 21.6667 29.3066 22.0067 29.056 22.4187C28.9306 22.624 28.8333 22.876 28.7306 23.1427C28.608 23.4613 28.4813 23.7907 28.284 24.116C27.6986 25.0813 26.732 25.6333 25.8786 26.1187C25.76 26.1867 25.6426 26.2533 25.5253 26.3213C23.8986 27.276 22.8906 28.368 22.528 29.5653C22.3133 30.2773 22.4013 31.1307 22.7586 31.7933C22.9466 32.1413 23.292 32.5933 23.8746 32.7667C24.324 32.9 24.856 32.86 25.3173 32.8027C27.2893 32.5547 29.204 31.836 30.8533 30.724C31.196 30.4867 31.6066 30.3387 32.0333 30.3027C33.2986 30.2067 33.768 31.0693 34.02 31.532C34.0853 31.652 34.1466 31.7653 34.2066 31.844C34.6653 32.452 35.9106 32.2427 36.424 32.124C38.3933 31.668 40.2213 30.8333 41.8573 29.644C42.7653 28.984 43.9533 28.96 44.884 29.5827C45.7986 30.1947 46.2213 31.2827 45.9613 32.352C45.9573 32.368 45.9533 32.3827 45.948 32.3987C45.948 32.4 45.948 32.4013 45.9466 32.4013C45.9453 32.4053 45.944 32.4107 45.944 32.4147C45.9213 32.504 45.896 32.5947 45.8706 32.6867C45.788 32.98 45.6866 33.3453 45.7613 33.4853C45.8226 33.604 46.056 33.728 46.2813 33.848C46.4173 33.92 46.5573 33.9947 46.7 34.0853C47.468 34.5707 47.9946 35.408 48.144 36.3813C48.2933 37.3573 48.04 38.316 47.4493 39.0107C47.2866 39.2027 47.0613 39.2987 46.8346 39.2987Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M45.2787 52.3187C44.868 52.3187 44.5173 52.004 44.4827 51.5853C44.3133 49.5773 44.704 48.6587 45.5333 46.9307C45.8373 46.3 46.412 46.1613 46.756 46.0787C46.8307 46.06 46.9013 46.044 46.9627 46.024C47.28 45.924 47.5933 45.8093 47.896 45.6813C48.508 45.428 49.0827 45.1013 49.6107 44.7093C50.6747 43.9053 51.416 42.824 51.6907 41.6667C51.832 41.084 52.024 39.668 50.7747 39.0373C50.2293 38.7613 49.6947 38.6533 48.2293 39.9413C47.8973 40.2333 47.392 40.2 47.1 39.868C46.808 39.536 46.8413 39.0307 47.1733 38.7387C49.2773 36.8893 50.4933 37.1027 51.4947 37.608C53.0467 38.392 53.7173 40.0893 53.2453 42.0387C52.8853 43.5533 51.9347 44.9573 50.5693 45.988C49.932 46.4613 49.2413 46.8533 48.5133 47.1547C48.168 47.3 47.8067 47.4333 47.4427 47.5467C47.332 47.5813 47.2253 47.608 47.132 47.6307C47.0733 47.6453 46.9973 47.6627 46.948 47.6787C46.1813 49.2787 45.944 49.88 46.0773 51.448C46.1147 51.888 45.788 52.2747 45.348 52.312C45.324 52.3173 45.3013 52.3187 45.2787 52.3187Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M35.8853 53.4987C35.46 53.4987 35.1067 53.164 35.0867 52.7347C35.044 51.796 35.0347 51.324 35.0613 50.68C33.4587 50.9893 31.8267 50.7053 30.568 50.4853C28.5347 50.1267 26.9547 49.4027 25.7373 48.2707C23.5 46.1867 22.456 42.808 22.872 38.9987C23.028 37.5867 23.6093 35.4853 24.4293 33.3773C24.5893 32.9653 25.0533 32.7613 25.4653 32.9213C25.8773 33.0813 26.0813 33.5453 25.9213 33.9573C25.012 36.296 24.572 38.1853 24.4627 39.1733C24.1013 42.4733 24.9627 45.3627 26.828 47.0987C27.8253 48.0267 29.1013 48.6013 30.844 48.908C32.6253 49.2187 34.216 49.428 35.6213 48.8533C35.876 48.7493 36.1667 48.784 36.3907 48.944C36.6147 49.1053 36.74 49.3693 36.7227 49.644C36.6373 50.9853 36.6227 51.2813 36.6867 52.6573C36.7067 53.0987 36.3653 53.4733 35.924 53.4933C35.9093 53.4987 35.8973 53.4987 35.8853 53.4987Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M29.124 37.3467C29.6395 37.3467 30.0573 36.8393 30.0573 36.2134C30.0573 35.5874 29.6395 35.08 29.124 35.08C28.6085 35.08 28.1907 35.5874 28.1907 36.2134C28.1907 36.8393 28.6085 37.3467 29.124 37.3467Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M33.6573 37.66C34.1728 37.66 34.5907 37.1526 34.5907 36.5266C34.5907 35.9007 34.1728 35.3933 33.6573 35.3933C33.1419 35.3933 32.724 35.9007 32.724 36.5266C32.724 37.1526 33.1419 37.66 33.6573 37.66Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
434
+ }
435
+ ]
436
+ },
437
+ {
438
+ "id": "hm1-p-000004",
439
+ "source": {
440
+ "groupId": "head",
441
+ "sourceGroupName": "Head",
442
+ "partId": "004"
443
+ },
444
+ "name": "curly-short",
445
+ "aliases": [
446
+ "head-curly-short"
447
+ ],
448
+ "selectionSlot": "head",
449
+ "uiGroups": [
450
+ "head"
451
+ ],
452
+ "layers": [
453
+ {
454
+ "layerSlot": "head",
455
+ "svgPath": "assets/humation-1/head/004.svg",
456
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M47.2653 39.4427C46.2667 39.3694 45.6987 38.196 45.76 37.1987C45.8213 36.2014 46.2933 35.2707 46.4413 34.2814C46.7813 32.0614 45.2693 29.7054 43.108 29.0907C42.5173 28.9227 41.884 28.868 41.3467 28.5707C40.8987 28.3214 40.5253 27.904 40.0227 27.816C39.096 27.6454 38.3333 28.616 37.396 28.72C36.152 28.8534 35.1907 27.428 33.9387 27.4307C32.6453 27.4307 31.7507 28.94 30.46 29.0014C29.5947 29.0427 28.8213 28.4134 27.956 28.3707C26.8373 28.3174 25.908 29.2547 25.4013 30.2534C24.8947 31.252 24.644 32.38 24.02 33.3107C23.4493 34.1614 22.2573 34.8174 21.4253 34.22C20.8507 33.8094 20.74 33.004 20.7813 32.3C20.8653 30.856 21.3653 29.4667 22.22 28.3C22.4867 27.9454 22.7827 27.596 22.8787 27.1667C23.012 26.5347 22.6867 25.9067 22.5587 25.272C22.2773 23.872 23.144 22.3307 24.4867 21.8427C25.1213 21.6134 25.8307 21.596 26.4253 21.2774C27.02 20.9587 27.4413 20.3547 27.8547 19.8027C30.0427 16.88 33.548 14.488 37.14 15.136C39.344 15.536 41.2733 17.02 44.0147 17.536C45.9227 16.1187 48.8627 16.336 50.532 18.0334C52.688 20.2147 52.604 24.0814 55.0653 25.916C55.4573 26.2094 55.9133 26.4494 56.1813 26.8574C56.7507 27.724 56.2373 28.9014 56.4813 29.9107C56.6947 30.7867 57.4387 31.4107 57.992 32.1227C58.5453 32.8347 58.9 33.9134 58.3093 34.5947C58.052 34.8907 57.6693 35.0414 57.3667 35.2894C56.6227 35.8974 56.4747 36.98 56.5667 37.936C56.6587 38.892 56.9893 40.1067 56.8 40.8C56.0387 43.6174 54.2773 42.8987 53.4413 43.3334\" fill=\"var(--hm-hair, #000000)\"/>\n<path d=\"M25.3333 33.4667C24.5333 34.6667 24.4 36.1333 24 37.6C24 38.0213 22.3786 43.712 26.1333 47.4667C27.4666 48.8 29.2 49.3333 31 49.7333C32.6146 49.9827 34.3786 50.2333 35.9333 49.6C35.844 50.988 35.8306 51.9787 35.8946 53.368L45.2666 52.4C45.1133 50.576 45.4773 48.9347 46.2706 47.284C46.4493 46.9107 46.8373 46.9147 47.22 46.7933C47.5586 46.6867 47.8947 46.564 48.2227 46.4253C48.8907 46.148 49.5213 45.7893 50.1026 45.3587C51.252 44.4907 52.1467 43.272 52.484 41.8587C52.7893 40.5773 52.5746 39.052 51.144 38.3307C50.1413 37.824 49.2413 38.004 47.712 39.348L47.2613 39.444C46.2626 39.3707 45.6947 38.1973 45.756 37.2C45.8173 36.2027 46.2893 35.272 46.4373 34.2827C46.7773 32.0627 45.2653 29.7067 43.104 29.092C42.5133 28.924 41.88 28.8693 41.3426 28.572C40.8946 28.3227 40.5213 27.9053 40.0187 27.8173C39.092 27.6467 38.3293 28.6173 37.392 28.7213C36.148 28.8547 35.1866 27.4293 33.9346 27.432C32.6413 27.432 31.7466 28.9413 30.456 29.0027C29.5906 29.044 28.8173 28.4147 27.952 28.372C26.8333 28.3187 25.904 29.256 25.3973 30.2547C24.8906 31.2533 24.64 32.3813 24.016 33.312\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M53.4414 44.1333C53.152 44.1333 52.8734 43.976 52.7307 43.7026C52.5267 43.3106 52.68 42.828 53.072 42.624C53.4134 42.4466 53.7814 42.3986 54.1374 42.3533C54.956 42.248 55.6027 42.1653 56.028 40.5906C56.1134 40.2773 56 39.572 55.9094 39.0066C55.856 38.676 55.8014 38.3346 55.7707 38.0133C55.6294 36.548 56.016 35.36 56.8614 34.6706C57.02 34.54 57.184 34.4373 57.3294 34.348C57.484 34.2506 57.6307 34.16 57.7067 34.0706C57.9654 33.772 57.7347 33.0946 57.3614 32.6146C57.2307 32.4466 57.084 32.2786 56.9294 32.1013C56.4507 31.556 55.9094 30.9373 55.7054 30.1C55.576 29.564 55.6094 29.0306 55.64 28.5586C55.6734 28.0346 55.7014 27.5826 55.5147 27.2973C55.3987 27.1213 55.1627 26.9586 54.912 26.7866C54.8027 26.712 54.6934 26.636 54.588 26.5573C53.084 25.436 52.4414 23.728 51.82 22.076C51.32 20.7453 50.8467 19.4893 49.9654 18.596C48.584 17.192 46.0787 17.0013 44.4947 18.1786C44.316 18.312 44.0894 18.364 43.8694 18.3226C42.3427 18.0346 41.0427 17.4613 39.8974 16.9546C38.8987 16.5133 37.956 16.0973 37 15.9226C34.7707 15.52 31.364 16.4533 28.4974 20.2813L28.4067 20.4026C27.988 20.9653 27.5134 21.6013 26.8054 21.9813C26.356 22.2226 25.8827 22.324 25.464 22.412C25.2107 22.4666 24.9707 22.5173 24.76 22.5933C23.7894 22.9453 23.1414 24.1 23.344 25.1133C23.376 25.2693 23.4254 25.4386 23.4787 25.6173C23.628 26.1213 23.7974 26.6906 23.6627 27.3306C23.5374 27.892 23.2254 28.3013 22.9494 28.6626L22.8614 28.7786C22.1014 29.816 21.6574 31.0506 21.5814 32.344C21.5454 32.9546 21.6587 33.4 21.892 33.5666C21.96 33.616 22.0734 33.6746 22.288 33.636C22.6574 33.5693 23.0974 33.252 23.3574 32.8626C23.6787 32.384 23.8947 31.8186 24.124 31.22C24.292 30.7826 24.4654 30.3306 24.6894 29.8893C25.2827 28.72 26.464 27.496 27.996 27.5693C28.5307 27.596 29.004 27.7786 29.42 27.9386C29.8027 28.0866 30.1307 28.2146 30.424 28.2C30.8254 28.1813 31.2547 27.8786 31.7107 27.5573C32.3294 27.1213 33.0294 26.628 33.9414 26.628H33.9467C34.772 26.628 35.44 27.0386 36.0294 27.4013C36.5174 27.7013 36.9387 27.9613 37.3134 27.9213C37.56 27.8933 37.8547 27.728 38.168 27.552C38.7014 27.252 39.3654 26.8786 40.1707 27.0266C40.676 27.1146 41.064 27.3973 41.376 27.624C41.5054 27.7173 41.6267 27.8066 41.7387 27.8693C42.0014 28.0146 42.3454 28.0893 42.7107 28.1693C42.9107 28.2133 43.1187 28.2586 43.3294 28.3186C45.8854 29.0453 47.6374 31.7733 47.2347 34.4C47.1614 34.892 47.0214 35.3533 46.8867 35.8C46.7334 36.3053 46.5894 36.7826 46.5614 37.2453C46.524 37.8626 46.8494 38.6066 47.3267 38.6426C47.7667 38.6746 48.0987 39.0586 48.0654 39.4986C48.0334 39.9386 47.6494 40.2706 47.2094 40.2373C45.712 40.128 44.8774 38.548 44.964 37.1466C45.004 36.4973 45.1827 35.9066 45.3547 35.336C45.4787 34.9266 45.5947 34.54 45.652 34.16C45.932 32.332 44.668 30.3626 42.8907 29.8573C42.7267 29.8106 42.552 29.772 42.368 29.732C41.928 29.636 41.4307 29.5266 40.9614 29.268C40.7627 29.1573 40.588 29.0306 40.4334 28.9186C40.228 28.7693 40.0334 28.628 39.8867 28.6026C39.6454 28.5586 39.324 28.7386 38.952 28.948C38.5334 29.184 38.06 29.4506 37.4854 29.5133C36.5654 29.612 35.8347 29.1626 35.1894 28.7653C34.7414 28.4893 34.3174 28.2293 33.9427 28.2293H33.9414C33.5347 28.2293 33.116 28.524 32.6307 28.8666C32.0374 29.284 31.3654 29.7586 30.4987 29.7986C29.8707 29.8293 29.324 29.6173 28.8427 29.432C28.5094 29.3026 28.1934 29.1813 27.9174 29.168C27.148 29.1306 26.4654 29.924 26.116 30.6133C25.9294 30.9813 25.7787 31.3746 25.6187 31.7933C25.368 32.448 25.108 33.1253 24.6867 33.7546C24.18 34.5093 23.3707 35.0666 22.572 35.2106C21.9787 35.3173 21.4214 35.1986 20.96 34.868C20.4667 34.5146 19.8947 33.7733 19.984 32.2506C20.0774 30.6493 20.628 29.1186 21.576 27.8253L21.6774 27.692C21.8707 27.4386 22.0534 27.2 22.1 26.9893C22.1494 26.756 22.0547 26.4386 21.9454 26.0706C21.884 25.8653 21.8214 25.6546 21.776 25.4266C21.42 23.652 22.5134 21.7053 24.2147 21.0866C24.5294 20.9733 24.8347 20.908 25.1294 20.8453C25.4734 20.772 25.7987 20.7026 26.0494 20.568C26.4427 20.3573 26.788 19.8933 27.1227 19.444L27.216 19.3186C29.3814 16.4266 33.1627 13.6013 37.284 14.344C38.428 14.552 39.4547 15.0053 40.5427 15.4866C41.572 15.9413 42.6334 16.4106 43.844 16.68C46.068 15.26 49.248 15.5813 51.104 17.468C52.224 18.6013 52.78 20.0786 53.3174 21.508C53.8827 23.0106 54.416 24.4293 55.5454 25.2706C55.6347 25.3373 55.7267 25.4 55.8187 25.464C56.168 25.704 56.564 25.976 56.852 26.4146C57.3334 27.1466 57.2827 27.9493 57.2374 28.656C57.212 29.0493 57.1894 29.42 57.2614 29.7186C57.372 30.1733 57.7414 30.5946 58.1334 31.0426C58.2974 31.2293 58.4654 31.4226 58.6254 31.628C59.4054 32.6306 59.7974 34.0986 58.916 35.1146C58.6814 35.384 58.4147 35.5506 58.1787 35.6986C58.064 35.7706 57.956 35.8373 57.876 35.904C57.292 36.3813 57.324 37.428 57.3654 37.8546C57.392 38.1266 57.44 38.4293 57.4907 38.748C57.6174 39.5413 57.7494 40.3613 57.5734 41.0053C56.8694 43.612 55.2867 43.8133 54.3414 43.9346C54.1347 43.9613 53.9 43.9906 53.8107 44.0373C53.692 44.104 53.5667 44.1333 53.4414 44.1333Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M45.2787 52.3186C44.868 52.3186 44.5174 52.0026 44.4827 51.5853C44.3134 49.5773 44.704 48.6573 45.5334 46.9306C45.8374 46.3 46.412 46.1613 46.756 46.0786C46.8307 46.06 46.9014 46.044 46.9627 46.024C47.28 45.924 47.5934 45.8093 47.896 45.6813C48.508 45.428 49.0827 45.1013 49.6107 44.7093C50.6747 43.9053 51.416 42.8226 51.6907 41.6666C51.832 41.084 52.024 39.668 50.7747 39.0373C50.2294 38.7613 49.6947 38.6533 48.2294 39.9413C47.8974 40.2333 47.392 40.2 47.1 39.868C46.808 39.536 46.8414 39.0306 47.1734 38.7386C49.2774 36.8893 50.4947 37.1026 51.4947 37.608C53.0467 38.392 53.7174 40.0893 53.2454 42.0386C52.8854 43.5533 51.9347 44.9573 50.5694 45.988C49.932 46.4613 49.2414 46.8533 48.5134 47.1546C48.168 47.3 47.8067 47.4333 47.4427 47.5466C47.332 47.5813 47.2254 47.608 47.132 47.6306C47.0734 47.6453 46.9974 47.6626 46.948 47.6786C46.1814 49.2786 45.944 49.88 46.0774 51.448C46.1147 51.888 45.788 52.276 45.348 52.312C45.324 52.3173 45.3014 52.3186 45.2787 52.3186Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M35.884 53.4986C35.4587 53.4986 35.1054 53.164 35.0854 52.7346C35.0427 51.796 35.0334 51.324 35.06 50.68C33.4574 50.9893 31.8254 50.7053 30.5667 50.4853C28.5334 50.1266 26.9534 49.4026 25.736 48.2706C23.4987 46.1866 22.4547 42.808 22.8707 38.9986C23.0267 37.5866 23.608 35.4853 24.428 33.3773C24.588 32.9653 25.052 32.7613 25.464 32.9213C25.876 33.0813 26.08 33.5453 25.92 33.9573C25.0107 36.296 24.5707 38.1853 24.4614 39.1733C24.1 42.4733 24.9614 45.3626 26.8267 47.0986C27.824 48.0266 29.1 48.6013 30.8427 48.908C32.624 49.2186 34.2134 49.428 35.62 48.8533C35.8747 48.7493 36.1654 48.784 36.3894 48.944C36.6134 49.104 36.7387 49.3693 36.7214 49.644C36.636 50.9853 36.6214 51.2813 36.6854 52.6573C36.7054 53.0986 36.364 53.4733 35.9227 53.4933C35.9094 53.4986 35.8974 53.4986 35.884 53.4986Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M29.124 37.3467C29.6395 37.3467 30.0573 36.8393 30.0573 36.2134C30.0573 35.5874 29.6395 35.08 29.124 35.08C28.6085 35.08 28.1907 35.5874 28.1907 36.2134C28.1907 36.8393 28.6085 37.3467 29.124 37.3467Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M33.6573 37.66C34.1728 37.66 34.5907 37.1526 34.5907 36.5266C34.5907 35.9007 34.1728 35.3933 33.6573 35.3933C33.1419 35.3933 32.724 35.9007 32.724 36.5266C32.724 37.1526 33.1419 37.66 33.6573 37.66Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
457
+ }
458
+ ]
459
+ },
460
+ {
461
+ "id": "hm1-p-000005",
462
+ "source": {
463
+ "groupId": "head",
464
+ "sourceGroupName": "Head",
465
+ "partId": "005"
466
+ },
467
+ "name": "short-bangs",
468
+ "aliases": [
469
+ "head-short-bangs"
470
+ ],
471
+ "selectionSlot": "head",
472
+ "uiGroups": [
473
+ "head"
474
+ ],
475
+ "layers": [
476
+ {
477
+ "layerSlot": "head",
478
+ "svgPath": "assets/humation-1/head/005.svg",
479
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M50.2667 46.2146C50.5334 47.0333 51.7814 46.7133 52.4574 46.1773C55.6787 43.6213 57.5934 39.548 57.6867 35.436C57.78 31.324 56.1014 27.2347 53.2787 24.244C51.592 22.4587 49.3174 20.9893 46.8654 21.1147L42.9334 19.1653C42.388 17.9533 40.9467 17.3973 39.62 17.3333C38.2934 17.2693 36.9667 17.5707 35.64 17.5107C34.5827 17.4627 33.54 17.1866 32.4827 17.216C30.0254 17.2826 27.9214 18.9573 26.2027 20.716C23.3134 23.672 20.8174 27.4053 20.8254 31.54C20.8254 33.884 21.492 36.6626 19.7587 38.244C19.5347 38.4493 19.2507 38.7107 19.3587 38.9947C19.3974 39.0693 19.4494 39.136 19.5147 39.1893C19.58 39.2427 19.6547 39.2827 19.7347 39.3053C21.184 39.8933 23.0414 39.0547 23.5574 37.572L26.168 32.6467C27.0427 31.3133 28.8534 30.9213 30.4414 31.084C32.0294 31.2467 33.552 31.836 35.1427 31.9787C36.4227 32.0827 37.7107 31.8987 38.9107 31.44C40.1107 30.9813 41.192 30.2573 42.076 29.324L42.876 29.54C43.6414 29.9187 44.2867 30.504 44.74 31.228C45.192 31.9533 45.4347 32.7893 45.4387 33.644C45.4307 34.52 45.172 35.3706 45.028 36.236C44.884 37.1013 44.8854 38.0427 45.348 38.7867C45.8107 39.5307 46.864 39.9547 47.604 39.484\" fill=\"var(--hm-hair, #000000)\"/>\n<path d=\"M45.28 52.1853C45.1266 50.3613 45.4813 48.9373 46.2746 47.2866C46.4533 46.9133 46.8413 46.9173 47.224 46.796C47.5626 46.6893 47.8986 46.5666 48.2266 46.428C48.8946 46.1506 49.5253 45.792 50.1066 45.3613C51.256 44.4933 52.1506 43.2746 52.488 41.8613C52.7933 40.58 52.5786 39.0546 51.148 38.3333C50.1453 37.8266 49.2453 38.0066 47.716 39.3506L47.608 39.4933C46.868 39.964 45.8133 39.5413 45.352 38.796C44.8906 38.0506 44.892 37.1106 45.032 36.2453C45.172 35.38 45.432 34.5293 45.4426 33.6533C45.4386 32.7986 45.196 31.9626 44.744 31.2373C44.292 30.512 43.6466 29.928 42.88 29.5493L42.08 29.3333C41.196 30.2666 40.1146 30.9893 38.9146 31.4493C37.7146 31.9093 36.4266 32.0933 35.1466 31.988C33.556 31.8453 32.0333 31.2573 30.4453 31.0933C28.8573 30.9293 27.0466 31.32 26.172 32.656L25.3333 33.4666C24.5333 34.6666 24.4 36.1333 24 37.6C24 38.0213 22.3786 43.712 26.1333 47.4666C27.4666 48.8 29.2 49.3333 31 49.7333C32.6146 49.9826 34.3786 50.2333 35.9333 49.6C35.844 50.988 35.8586 52.2093 35.9226 53.5986\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M51.0374 47.5107C50.8534 47.5107 50.672 47.488 50.4987 47.436C50.0147 47.2907 49.66 46.9467 49.5014 46.4667C49.3627 46.0467 49.5907 45.5947 50.0094 45.456C50.412 45.3227 50.844 45.5267 51.0014 45.9133C51.1747 45.932 51.6094 45.824 51.956 45.5507C54.9494 43.176 56.7907 39.388 56.8814 35.4187C56.968 31.58 55.4414 27.708 52.6907 24.7933C51.6227 23.6627 49.448 21.7853 46.9 21.9133C46.4587 21.9373 46.0827 21.596 46.06 21.1547C46.0374 20.7133 46.3774 20.3373 46.8187 20.3147C49.184 20.1933 51.6814 21.3933 53.8547 23.6933C56.892 26.9107 58.5773 31.1973 58.4813 35.4533C58.3813 39.892 56.312 44.1347 52.9494 46.8027C52.4707 47.1813 51.732 47.5107 51.0374 47.5107Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M46.9053 40.4867C46.7307 40.4867 46.5533 40.4667 46.376 40.4267C45.684 40.2693 45.048 39.816 44.6733 39.2147C44.1707 38.4067 44.0307 37.3907 44.244 36.1107C44.292 35.8213 44.352 35.5373 44.4093 35.264C44.528 34.6987 44.64 34.164 44.644 33.6427C44.64 32.948 44.44 32.2573 44.0667 31.6573C43.692 31.0587 43.16 30.576 42.5267 30.2627C42.1307 30.0667 41.968 29.5867 42.164 29.1907C42.36 28.7947 42.84 28.632 43.236 28.828C44.136 29.2733 44.892 29.9587 45.424 30.8093C45.956 31.6613 46.2387 32.6413 46.244 33.6453C46.2373 34.336 46.104 34.9733 45.9747 35.5907C45.9187 35.8613 45.864 36.116 45.8227 36.3733C45.6787 37.2413 45.7493 37.9133 46.0333 38.3707C46.1813 38.6093 46.456 38.804 46.732 38.868C46.8547 38.896 47.0333 38.9093 47.18 38.816C47.5533 38.5787 48.0467 38.6893 48.284 39.0613C48.5213 39.4347 48.4107 39.928 48.0387 40.1653C47.7027 40.3773 47.312 40.4867 46.9053 40.4867Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M26.1667 33.452C26.016 33.452 25.864 33.4093 25.728 33.3213C25.3587 33.0787 25.256 32.5827 25.4973 32.2133C26.4347 30.7853 28.3133 30.068 30.5213 30.2933C31.3493 30.3787 32.1493 30.5693 32.9213 30.7533C33.7107 30.9413 34.456 31.12 35.212 31.1867C36.3587 31.28 37.5413 31.112 38.6227 30.6973C39.704 30.2827 40.696 29.62 41.4933 28.7787C41.7973 28.4573 42.304 28.444 42.624 28.748C42.9453 29.052 42.9587 29.5587 42.6547 29.8787C41.6947 30.892 40.4987 31.692 39.1947 32.1907C37.8907 32.6893 36.4667 32.8933 35.0747 32.78C34.1973 32.7013 33.3587 32.5013 32.5493 32.308C31.7933 32.128 31.08 31.9573 30.3573 31.884C29.12 31.7573 27.544 32.008 26.8347 33.0893C26.6827 33.3253 26.428 33.452 26.1667 33.452Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M20.7293 40.2933C20.2933 40.2933 19.864 40.216 19.4667 40.0587C19.2973 40.004 19.1427 39.9187 19.0053 39.804C18.856 39.68 18.7347 39.5293 18.6467 39.3573C18.6334 39.332 18.6213 39.3053 18.612 39.2773C18.3107 38.4853 18.9467 37.9013 19.2187 37.652C20.2973 36.668 20.196 34.9573 20.0893 33.1467C20.0587 32.616 20.0253 32.0667 20.0253 31.5373C20.0187 27.7973 21.904 23.9667 25.6307 20.1547C27.1627 18.5867 29.5374 16.4933 32.4614 16.4147C33.132 16.396 33.776 16.4853 34.3987 16.572C34.8427 16.6333 35.2613 16.692 35.6773 16.7107C36.2827 16.7373 36.8973 16.6827 37.548 16.624C38.2307 16.5627 38.9374 16.4987 39.66 16.5333C41.1267 16.604 42.9494 17.2467 43.664 18.836C43.8454 19.2387 43.6654 19.712 43.2627 19.8933C42.86 20.0747 42.3867 19.8947 42.2054 19.492C41.7867 18.5613 40.576 18.1787 39.5827 18.1307C38.9707 18.1013 38.3494 18.1573 37.692 18.216C37.0174 18.2773 36.3174 18.34 35.6054 18.308C35.116 18.2853 34.64 18.22 34.18 18.156C33.596 18.0747 33.0454 17.9987 32.5067 18.0133C30.164 18.0773 28.1147 19.904 26.776 21.2733C23.3534 24.776 21.62 28.2293 21.6267 31.536C21.6267 32.02 21.656 32.5213 21.688 33.052C21.8027 34.9907 21.932 37.1773 20.464 38.6747C20.852 38.728 21.272 38.664 21.668 38.484C22.216 38.236 22.6293 37.8067 22.804 37.3067C22.9493 36.8893 23.4053 36.668 23.8227 36.8147C24.24 36.96 24.46 37.416 24.316 37.8333C23.9987 38.7453 23.2747 39.5147 22.3293 39.9427C21.812 40.1773 21.2653 40.2933 20.7293 40.2933Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M45.2787 52.3187C44.868 52.3187 44.5174 52.0027 44.4827 51.5853C44.3134 49.5773 44.704 48.6573 45.5334 46.9307C45.8374 46.3 46.412 46.1613 46.756 46.0787C46.8307 46.06 46.9014 46.044 46.9627 46.024C47.28 45.924 47.5934 45.8093 47.896 45.6813C48.508 45.428 49.0827 45.1013 49.6107 44.7093C50.6747 43.9053 51.416 42.8227 51.6907 41.6667C51.832 41.084 52.024 39.668 50.7747 39.0373C50.2294 38.7613 49.6947 38.6533 48.2294 39.9413C47.8974 40.2333 47.392 40.2 47.1 39.868C46.808 39.536 46.8414 39.0307 47.1734 38.7387C49.2774 36.8893 50.4947 37.1027 51.4947 37.608C53.0467 38.392 53.7174 40.0893 53.2454 42.0387C52.8854 43.5533 51.9347 44.9573 50.5694 45.988C49.932 46.4613 49.2414 46.8533 48.5134 47.1547C48.168 47.3 47.8067 47.4333 47.4427 47.5467C47.332 47.5813 47.2254 47.608 47.132 47.6307C47.0734 47.6453 46.9974 47.6627 46.948 47.6787C46.1814 49.2787 45.944 49.88 46.0774 51.448C46.1147 51.888 45.788 52.276 45.348 52.312C45.324 52.3173 45.3014 52.3187 45.2787 52.3187Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M35.884 53.4987C35.4587 53.4987 35.1053 53.164 35.0853 52.7347C35.0427 51.796 35.0333 51.324 35.06 50.68C33.4573 50.9893 31.8253 50.7053 30.5667 50.4853C28.5333 50.1267 26.9533 49.4027 25.736 48.2707C23.4987 46.1867 22.4547 42.808 22.8707 38.9987C23.0267 37.5867 23.608 35.4853 24.428 33.3773C24.588 32.9653 25.052 32.7613 25.464 32.9213C25.876 33.0813 26.08 33.5453 25.92 33.9573C25.0107 36.296 24.5707 38.1853 24.4613 39.1733C24.1 42.4733 24.9613 45.3627 26.8267 47.0987C27.824 48.0267 29.1 48.6013 30.8427 48.908C32.624 49.2187 34.2133 49.428 35.62 48.8533C35.8747 48.7493 36.1653 48.784 36.3893 48.944C36.6133 49.104 36.7387 49.3693 36.7213 49.644C36.636 50.9853 36.6213 51.2813 36.6853 52.6573C36.7053 53.0987 36.364 53.4733 35.9227 53.4933C35.9093 53.4987 35.8973 53.4987 35.884 53.4987Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M29.124 37.3467C29.6395 37.3467 30.0573 36.8393 30.0573 36.2134C30.0573 35.5874 29.6395 35.08 29.124 35.08C28.6085 35.08 28.1907 35.5874 28.1907 36.2134C28.1907 36.8393 28.6085 37.3467 29.124 37.3467Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M33.6573 37.66C34.1728 37.66 34.5907 37.1526 34.5907 36.5266C34.5907 35.9007 34.1728 35.3933 33.6573 35.3933C33.1419 35.3933 32.724 35.9007 32.724 36.5266C32.724 37.1526 33.1419 37.66 33.6573 37.66Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
480
+ }
481
+ ]
482
+ },
483
+ {
484
+ "id": "hm1-p-000006",
485
+ "source": {
486
+ "groupId": "head",
487
+ "sourceGroupName": "Head",
488
+ "partId": "006"
489
+ },
490
+ "name": "side-swept-short",
491
+ "aliases": [
492
+ "head-side-swept-short"
493
+ ],
494
+ "selectionSlot": "head",
495
+ "uiGroups": [
496
+ "head"
497
+ ],
498
+ "layers": [
499
+ {
500
+ "layerSlot": "head",
501
+ "svgPath": "assets/humation-1/head/006.svg",
502
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M36.2453 28.2213C35.24 27.9853 34.3626 27.384 33.3973 27.0213C31.0226 26.1133 28.1333 26.8 26.4133 28.6666L25.3333 33.4666C24.5333 34.6666 24.4 36.1333 24 37.6C24 38.0213 22.3786 43.712 26.1333 47.4667C27.4666 48.8 29.2 49.3333 31 49.7333C32.6146 49.9826 34.3786 50.2333 35.9333 49.6C35.844 50.988 35.8306 51.9787 35.8946 53.368L45.2946 52.4C45.1413 50.576 45.4773 48.9347 46.2706 47.284C46.4493 46.9107 46.8373 46.9147 47.22 46.7933C47.5586 46.6867 47.8947 46.564 48.2227 46.4253C48.8907 46.148 49.5213 45.7893 50.1026 45.3587C51.252 44.4907 52.1467 43.272 52.484 41.8587C52.7893 40.5773 52.5746 39.052 51.144 38.3307C50.1413 37.824 49.2413 38.004 47.712 39.348L47.0533 39.5507C46.232 39.776 45.4266 39.0013 45.2253 38.1733C45.024 37.3453 45.2253 36.4813 45.276 35.6307C45.372 34.02 44.8933 32.352 43.828 31.14C42.7626 29.928 41.0906 29.228 39.496 29.4746\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M45 20.7333C48.4293 20.696 53.412 22.816 54.956 25.8733C56.2613 28.4546 56.3547 31.6293 58.1653 33.8853C58.8787 34.7733 59.832 35.4746 60.3933 36.4653C60.9547 37.456 60.9453 38.936 59.9653 39.516C59.1107 40.0226 57.864 39.6493 57.1547 40.3453C56.7547 40.728 56.672 41.3133 56.5547 41.848C56.384 42.628 56.0707 43.4386 55.404 43.8773C54.7373 44.316 53.652 44.16 53.4893 43.344C53.4893 43.344 52 42.5 52.5 41C52.8325 40.0024 52.5572 39.1343 51.5 38.5C49 37 48.7923 39.1363 47.0573 39.544C46.236 39.7693 45.4307 38.9946 45.2293 38.1667C45.028 37.3386 45.2293 36.4746 45.28 35.624C45.376 34.0133 44.8973 32.3453 43.832 31.1333C41.7333 29.2666 39.2 29.6666 37.4667 28.8666C37.4667 28.8666 40.708 27.5826 41.7333 26.3333C42.4853 25.4213 45 20.7333 45 20.7333Z\" fill=\"var(--hm-hair, #000000)\"/>\n<path d=\"M44.2293 21.8666C43.4147 23.5213 42.5747 25.2093 41.26 26.504C39.9453 27.7986 38.0413 28.6453 36.2453 28.224C35.24 27.988 34.3627 27.3866 33.3973 27.024C31.0227 26.1133 28.1333 26.8 26.4133 28.6666C25.3467 29.8333 25.5267 31.6026 24.6667 32.9333C24.0053 33.956 22.4093 34.616 21.4667 35.3866C21.0933 35.6906 20.652 35.9853 20.1733 35.9333C19.0413 35.8093 19.0147 34.172 19.3213 33.0746L16.2133 32.816C15.9733 32.8146 15.736 32.756 15.5227 32.6453C14.884 32.2453 15.256 31.1626 15.9227 30.82C16.5893 30.4773 17.4027 30.5533 18.1373 30.3706C20.3867 29.8133 21.288 27.204 22.292 25.1146C25.092 19.2866 31.5493 15.4226 38.0093 15.704C41.0667 15.836 46.2133 17.8373 44.2293 21.8666Z\" fill=\"var(--hm-hair, #000000)\"/>\n<path d=\"M46.7693 40.388C46.408 40.388 46.044 40.2866 45.708 40.088C45.0947 39.7253 44.6253 39.0786 44.4507 38.36C44.272 37.6226 44.348 36.92 44.42 36.24C44.444 36.0106 44.468 35.7946 44.48 35.5813C44.568 34.0973 44.1133 32.6706 43.2293 31.6666C42.4573 30.788 41.6427 30.56 40.12 30.7946C39.684 30.8613 39.2747 30.5626 39.208 30.1253C39.1413 29.6893 39.44 29.28 39.8773 29.2133C41.3987 28.9786 43.004 28.9853 44.432 30.6106C45.5907 31.9293 46.1906 33.776 46.0773 35.6773C46.0626 35.9266 46.036 36.1733 46.0106 36.4106C45.9493 36.98 45.892 37.516 46.0053 37.9853C46.076 38.2786 46.284 38.5706 46.5227 38.712C46.7013 38.8173 46.8107 38.788 46.8467 38.7786C47.2733 38.6626 47.712 38.9146 47.828 39.3413C47.944 39.768 47.692 40.2066 47.2653 40.3226C47.104 40.3653 46.9373 40.388 46.7693 40.388Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M20.288 36.74C20.2226 36.74 20.1546 36.736 20.0866 36.7293C19.5426 36.6693 19.0946 36.3986 18.788 35.9466C18.3893 35.3573 18.304 34.5506 18.376 33.8L16.1746 33.6173C15.82 33.6106 15.4666 33.52 15.152 33.356C15.1333 33.3466 15.1146 33.336 15.0973 33.324C14.6253 33.028 14.368 32.5213 14.3933 31.932C14.424 31.1946 14.9026 30.4453 15.556 30.1093C16.1 29.8293 16.6786 29.7666 17.188 29.7093C17.46 29.68 17.716 29.6506 17.944 29.5946C19.528 29.2026 20.3653 27.3786 21.176 25.6146C21.308 25.328 21.4386 25.0426 21.5706 24.768C24.5026 18.6653 31.2786 14.6093 38.044 14.904C40.0786 14.992 43.5933 15.9453 44.9373 18.2133C45.432 19.0466 45.8346 20.4186 44.948 22.22C44.1533 23.836 43.2506 25.6666 41.8226 27.0733C40.164 28.7066 37.9573 29.4466 36.064 29.0026C35.3693 28.84 34.7586 28.5386 34.1666 28.2493C33.8053 28.072 33.464 27.904 33.1173 27.7733C31.064 26.9853 28.4946 27.5906 27.0026 29.2093C26.576 29.676 26.4293 30.4013 26.2733 31.1706C26.1133 31.9586 25.9493 32.7733 25.4733 33.5093C24.956 34.3106 24.0546 34.7973 23.1826 35.2693C22.7186 35.52 22.2786 35.7573 21.9746 36.0066C21.5453 36.3546 20.9773 36.74 20.288 36.74ZM15.9933 31.9786C16.0653 32.0026 16.1413 32.016 16.2173 32.016C16.2386 32.016 16.2586 32.0173 16.28 32.0186L19.388 32.2773C19.6253 32.2973 19.8426 32.4213 19.9786 32.6173C20.1146 32.8133 20.156 33.06 20.092 33.2893C19.9 33.9746 19.9106 34.748 20.1146 35.0493C20.156 35.1106 20.188 35.1293 20.2613 35.1373C20.48 35.1613 20.8426 34.8626 20.9626 34.7653C21.384 34.4213 21.9106 34.136 22.4213 33.86C23.116 33.484 23.8346 33.096 24.1293 32.6386C24.44 32.1573 24.5693 31.5226 24.7053 30.8506C24.888 29.9466 25.096 28.9213 25.824 28.1253C27.7746 26.008 31.0066 25.248 33.6853 26.276C34.1 26.432 34.4933 26.6253 34.8733 26.812C35.408 27.0746 35.912 27.3226 36.4293 27.444C38.0586 27.8253 39.704 26.9133 40.7 25.9333C41.936 24.716 42.7373 23.088 43.5133 21.5133C43.9773 20.5706 43.9933 19.7573 43.5626 19.0293C42.692 17.5613 40.04 16.592 37.9773 16.5026C31.828 16.2346 25.6786 19.9186 23.016 25.46C22.888 25.7266 22.7613 26.0026 22.6333 26.2813C21.7106 28.2906 20.664 30.568 18.3333 31.1453C18.0026 31.228 17.68 31.2626 17.368 31.2973C16.96 31.3426 16.5733 31.3853 16.292 31.5293C16.1226 31.6173 16.0066 31.852 15.9933 31.9786Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M54.58 44.9173C54.2933 44.9173 54.008 44.864 53.748 44.756C53.1986 44.5266 52.8173 44.0693 52.7053 43.5013C52.6187 43.068 52.9 42.6466 53.3333 42.56C53.7667 42.4733 54.188 42.7546 54.2747 43.188C54.28 43.2146 54.2867 43.2453 54.3653 43.2786C54.5347 43.3493 54.7973 43.3186 54.964 43.2093C55.336 42.964 55.6013 42.4626 55.7733 41.6773C55.7866 41.62 55.7986 41.5613 55.8106 41.5026C55.9253 40.9573 56.068 40.2786 56.6026 39.7666C57.184 39.196 57.9547 39.1133 58.5733 39.0466C58.9587 39.0053 59.3226 38.9666 59.5573 38.8266C60.0866 38.5133 60.0667 37.512 59.6973 36.8586C59.404 36.3413 58.96 35.892 58.4907 35.416C58.172 35.0933 57.8413 34.7586 57.5413 34.3853C56.3733 32.9306 55.8707 31.172 55.3853 29.4706C55.056 28.316 54.744 27.2266 54.2413 26.2333C52.8187 23.4146 49.9693 21.6066 46.9667 21.6066C46.94 21.6066 46.912 21.6066 46.8853 21.6066C46.8827 21.6066 46.88 21.6066 46.876 21.6066C46.4387 21.6066 46.0813 21.2546 46.076 20.816C46.0707 20.3746 46.4253 20.012 46.8667 20.008C46.9 20.008 46.932 20.008 46.9653 20.008C50.5666 20.008 53.9747 22.16 55.668 25.5133C56.2387 26.6413 56.5853 27.8573 56.9213 29.0333C57.384 30.6533 57.8213 32.1826 58.7867 33.3853C59.036 33.6946 59.3227 33.9853 59.6267 34.2933C60.1493 34.8226 60.6893 35.3693 61.0867 36.0706C61.452 36.7146 61.62 37.4986 61.5507 38.2213C61.4653 39.1 61.0466 39.804 60.3693 40.204C59.836 40.52 59.2533 40.5826 58.74 40.6373C58.2906 40.6853 57.9026 40.7266 57.712 40.9146C57.528 41.0906 57.4533 41.4493 57.3733 41.8293C57.36 41.892 57.3467 41.9546 57.3333 42.0173C57.068 43.2306 56.58 44.0573 55.8413 44.544C55.472 44.7906 55.0227 44.9173 54.58 44.9173Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M45.2787 52.3186C44.868 52.3186 44.5173 52.0026 44.4827 51.5853C44.3133 49.5773 44.704 48.6573 45.5333 46.9306C45.8373 46.3 46.412 46.1613 46.756 46.0786C46.8307 46.06 46.9013 46.044 46.9627 46.024C47.28 45.924 47.5933 45.8093 47.896 45.6813C48.508 45.428 49.0827 45.1013 49.6107 44.7093C50.6747 43.9053 51.416 42.8226 51.6907 41.6666C51.832 41.084 52.024 39.668 50.7747 39.0373C50.2293 38.7613 49.6947 38.6533 48.2293 39.9413C47.8973 40.2333 47.392 40.2 47.1 39.868C46.808 39.536 46.8413 39.0306 47.1733 38.7386C49.2773 36.8893 50.4947 37.1026 51.4947 37.608C53.0467 38.392 53.7173 40.0893 53.2453 42.0386C52.8853 43.5533 51.9347 44.9573 50.5693 45.988C49.932 46.4613 49.2413 46.8533 48.5133 47.1546C48.168 47.3 47.8067 47.4333 47.4427 47.5466C47.332 47.5813 47.2253 47.608 47.132 47.6306C47.0733 47.6453 46.9973 47.6626 46.948 47.6786C46.1813 49.2786 45.944 49.88 46.0773 51.448C46.1147 51.888 45.788 52.276 45.348 52.312C45.324 52.3173 45.3013 52.3186 45.2787 52.3186Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M35.884 53.4986C35.4586 53.4986 35.1053 53.164 35.0853 52.7346C35.0426 51.796 35.0333 51.324 35.06 50.68C33.4573 50.9893 31.8253 50.7053 30.5666 50.4853C28.5333 50.1266 26.9533 49.4026 25.736 48.2706C23.4986 46.1866 22.4546 42.808 22.8706 38.9986C23.0266 37.5866 23.608 35.4853 24.428 33.3773C24.588 32.9653 25.052 32.7613 25.464 32.9213C25.876 33.0813 26.08 33.5453 25.92 33.9573C25.0106 36.296 24.5706 38.1853 24.4613 39.1733C24.1 42.4733 24.9613 45.3626 26.8266 47.0986C27.824 48.0266 29.1 48.6013 30.8426 48.908C32.624 49.2186 34.2133 49.428 35.62 48.8533C35.8746 48.7493 36.1653 48.784 36.3893 48.944C36.6133 49.104 36.7386 49.3693 36.7213 49.644C36.636 50.9853 36.6213 51.2813 36.6853 52.6573C36.7053 53.0986 36.364 53.4733 35.9226 53.4933C35.9093 53.4986 35.8973 53.4986 35.884 53.4986Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M29.124 37.3467C29.6395 37.3467 30.0573 36.8393 30.0573 36.2134C30.0573 35.5874 29.6395 35.08 29.124 35.08C28.6085 35.08 28.1907 35.5874 28.1907 36.2134C28.1907 36.8393 28.6085 37.3467 29.124 37.3467Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M33.6573 37.66C34.1728 37.66 34.5907 37.1526 34.5907 36.5266C34.5907 35.9007 34.1728 35.3933 33.6573 35.3933C33.1419 35.3933 32.724 35.9007 32.724 36.5266C32.724 37.1526 33.1419 37.66 33.6573 37.66Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
503
+ }
504
+ ]
505
+ },
506
+ {
507
+ "id": "hm1-p-000007",
508
+ "source": {
509
+ "groupId": "head",
510
+ "sourceGroupName": "Head",
511
+ "partId": "007"
512
+ },
513
+ "name": "messy-short",
514
+ "aliases": [
515
+ "head-messy-short"
516
+ ],
517
+ "selectionSlot": "head",
518
+ "uiGroups": [
519
+ "head"
520
+ ],
521
+ "layers": [
522
+ {
523
+ "layerSlot": "head",
524
+ "svgPath": "assets/humation-1/head/007.svg",
525
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M50.056 36.8C49.9413 36.0533 49.2279 35.564 48.5586 35.2147C47.8893 34.8653 47.1413 34.5067 46.8333 33.816C46.2573 32.5267 47.5746 30.9573 46.9919 29.6707C46.7319 29.096 46.1333 28.7373 45.5173 28.5947C44.9013 28.452 44.2613 28.5133 43.6319 28.5693L41.9773 27.7053C40.8693 25.936 38.4506 25.372 36.4119 25.828C34.3733 26.284 32.6239 27.548 30.9333 28.7773L25.6386 32.6373C24.7773 33.2653 23.56 33.8947 22.7373 33.216C21.5106 32.2053 23.004 29.8933 21.952 28.7067C21.7 28.424 21.34 28.264 21.052 28.0173C20.252 27.3267 20.152 26.1187 20.264 25.064C20.6973 20.9933 23.3866 17.2987 27.0013 15.3773C30.6159 13.456 35.0413 13.264 38.9159 14.5773C41.1399 15.3347 43.4253 16.8947 43.7026 19.2267L45.1813 19.708C46.9973 18.108 49.7693 18.4653 52.1013 19.096C53.7746 19.548 55.4413 20.1067 56.9013 21.0387C58.3613 21.9707 59.6133 23.3173 60.156 24.964C60.4906 25.9773 60.5559 27.0973 61.1386 27.996C61.5159 28.58 62.0786 29.02 62.4933 29.5773C63.684 31.1773 63.3093 33.7213 61.7066 34.9107C60.9319 35.4853 59.8933 35.8147 59.4613 36.6787C59.0999 37.4027 59.2653 38.344 58.768 38.9813C58.044 39.908 56.368 39.6387 55.7346 40.6293C55.56 40.9027 55.4946 41.24 55.2879 41.4893C55.0813 41.7387 54.6213 41.8347 54.4626 41.5547L50.5506 41.7333L50.056 36.8Z\" fill=\"var(--hm-hair, #000000)\"/>\n<path d=\"M25.1747 33.6693C24.3147 35.8813 23.7974 37.8786 23.6667 39.088C23.3374 42.1333 23.952 45.5173 26.2814 47.6866C27.5227 48.8413 29.06 49.4093 30.704 49.6986C32.4187 50.0013 34.2587 50.2773 35.9227 49.5973C35.8347 50.9853 35.8214 51.8426 35.8854 53.232L45.2667 52.2666C45.1147 50.4413 45.472 48.932 46.2667 47.2813C46.4467 46.908 46.8334 46.912 47.216 46.7906C47.556 46.684 47.8894 46.5613 48.2187 46.4226C48.8867 46.1453 49.5187 45.7866 50.0987 45.356C51.248 44.488 52.144 43.2693 52.48 41.856C52.7854 40.5746 52.5707 39.0493 51.1467 38.328C50.1427 37.8213 49.2427 38.0013 47.7134 39.3453L50.068 36.812C49.9534 36.0653 49.24 35.576 48.5707 35.2266C47.9014 34.8773 47.1534 34.5186 46.8454 33.828C46.2694 32.5386 47.5867 30.9693 47.004 29.6826C46.744 29.108 46.1454 28.7493 45.5294 28.6066C44.9134 28.464 44.2734 28.5253 43.644 28.5813L41.9894 27.7173C40.8814 25.948 38.4627 25.384 36.424 25.84C34.3854 26.296 32.624 27.548 30.9334 28.7773L25.6387 32.6373\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M23.5774 34.3133C22.988 34.3133 22.5454 34.096 22.228 33.8333C21.264 33.0386 21.3907 31.8333 21.492 30.864C21.5627 30.188 21.6294 29.548 21.3534 29.2373C21.2747 29.1493 21.1347 29.056 20.9867 28.9573C20.8467 28.864 20.6867 28.7573 20.532 28.6253C19.6627 27.8746 19.296 26.6146 19.4694 24.98C19.9227 20.728 22.664 16.7773 26.6267 14.672C30.2987 12.72 34.988 12.4026 39.1734 13.8213C42.236 14.864 44.2254 16.8506 44.4974 19.1333C44.5494 19.572 44.236 19.9706 43.7974 20.0226C43.3587 20.0746 42.9614 19.7613 42.908 19.3226C42.616 16.8666 39.5814 15.6506 38.6574 15.336C34.8827 14.0573 30.6654 14.3373 27.376 16.0853C23.876 17.9453 21.456 21.4186 21.0587 25.1506C20.9787 25.9106 21.0014 26.92 21.5734 27.4133C21.652 27.48 21.7587 27.552 21.8707 27.6266C22.0854 27.7693 22.3307 27.932 22.5467 28.176C23.292 29.016 23.1747 30.1346 23.0814 31.032C22.996 31.8533 22.964 32.3693 23.244 32.6C23.7174 32.9906 24.8347 32.2333 25.1654 31.992L30.46 28.132C32.124 26.9226 34.008 25.552 36.2347 25.0533C38.976 24.44 41.2174 25.1573 42.384 27.02C42.6187 27.3946 42.5054 27.888 42.1307 28.1226C41.756 28.3573 41.2627 28.244 41.028 27.8693C39.9134 26.0893 37.548 26.3986 36.584 26.6146C34.6814 27.04 33.0134 28.252 31.4014 29.4253L26.108 33.2853C25.0627 34.048 24.2294 34.3133 23.5774 34.3133Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M54.788 42.5306C54.7494 42.5306 54.712 42.5293 54.6747 42.5253C54.2854 42.4906 53.956 42.2826 53.7694 41.9546C53.552 41.5706 53.6867 41.0826 54.0707 40.864C54.2907 40.7386 54.5467 40.7306 54.764 40.8186C54.78 40.7813 54.7974 40.7413 54.8147 40.7026C54.8787 40.552 54.9507 40.38 55.0627 40.2053C55.5507 39.4426 56.3814 39.2 57.048 39.0053C57.5107 38.8706 57.948 38.7426 58.14 38.496C58.2907 38.304 58.3414 37.9786 58.4014 37.6013C58.464 37.2066 58.5334 36.7586 58.748 36.328C59.1534 35.5173 59.888 35.0906 60.536 34.7133C60.7894 34.5666 61.028 34.4266 61.2334 34.2746C61.828 33.8333 62.2387 33.1093 62.36 32.288C62.4814 31.4666 62.2974 30.6546 61.856 30.0613C61.7 29.852 61.508 29.6493 61.304 29.436C61.0174 29.1346 60.72 28.8226 60.4707 28.436C60.0107 27.7266 59.832 26.956 59.66 26.2106C59.5787 25.8613 59.5027 25.532 59.4 25.2213C58.96 23.8866 57.9214 22.6426 56.4747 21.72C55.02 20.7906 53.344 20.2666 51.896 19.8746C49.1174 19.1226 47.3814 19.2866 46.092 20.424C45.76 20.716 45.2547 20.684 44.9627 20.352C44.6707 20.02 44.7027 19.5146 45.0347 19.2226C47.2374 17.2826 50.0814 17.7266 52.3134 18.3293C53.8774 18.752 55.6974 19.3253 57.3347 20.3706C59.0907 21.492 60.364 23.036 60.9187 24.72C61.044 25.1 61.132 25.4813 61.2174 25.8506C61.3654 26.4893 61.5054 27.0933 61.812 27.5666C61.9814 27.828 62.2147 28.0733 62.4614 28.3333C62.688 28.572 62.924 28.8186 63.1374 29.1066C63.8307 30.0386 64.124 31.2826 63.9414 32.5213C63.7587 33.76 63.1187 34.868 62.1854 35.56C61.9094 35.7653 61.62 35.9333 61.34 36.096C60.82 36.3986 60.3694 36.6613 60.1787 37.0426C60.0747 37.2506 60.0294 37.5413 59.98 37.8493C59.8987 38.3693 59.8054 38.96 59.4 39.48C58.8894 40.1333 58.1494 40.3493 57.496 40.54C57.0014 40.684 56.5747 40.8093 56.4107 41.0666C56.372 41.128 56.3307 41.224 56.288 41.3266C56.204 41.5266 56.0987 41.7746 55.9067 42.0066C55.636 42.332 55.2067 42.5306 54.788 42.5306Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M50.0547 37.6C49.6667 37.6 49.3254 37.3173 49.2654 36.9213C49.216 36.6026 48.864 36.276 48.188 35.924L48.0827 35.8693C47.3814 35.5053 46.508 35.052 46.1027 34.1426C45.7014 33.244 45.9347 32.3426 46.14 31.5466C46.3 30.9253 46.4387 30.3893 46.264 30.0013C46.136 29.7173 45.78 29.4773 45.3374 29.3746C44.8587 29.264 44.3174 29.312 43.744 29.3626L43.704 29.3666C43.2627 29.4066 42.876 29.0813 42.836 28.6413C42.7974 28.2013 43.1214 27.8133 43.5614 27.7733L43.6014 27.7693C44.2427 27.712 44.9707 27.6466 45.6974 27.816C46.644 28.0346 47.3814 28.5906 47.72 29.3413C48.128 30.2426 47.8947 31.148 47.688 31.9466C47.5347 32.5413 47.3894 33.1026 47.5627 33.4906C47.7414 33.8893 48.2894 34.1746 48.8187 34.4493L48.9267 34.5053C49.6667 34.8906 50.6694 35.536 50.844 36.6786C50.9107 37.116 50.612 37.524 50.1747 37.5906C50.136 37.5973 50.096 37.6 50.0547 37.6Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M45.2787 52.3186C44.8681 52.3186 44.5174 52.004 44.4827 51.5853C44.3134 49.5773 44.7041 48.6586 45.5334 46.9306C45.8374 46.3 46.4121 46.1613 46.7561 46.0786C46.8307 46.06 46.9014 46.044 46.9627 46.024C47.2801 45.924 47.5934 45.8093 47.8961 45.6813C48.5081 45.428 49.0827 45.1013 49.6107 44.7093C50.6747 43.9053 51.4161 42.824 51.6907 41.6666C51.8321 41.084 52.0241 39.668 50.7747 39.0373C50.2294 38.7613 49.6947 38.6533 48.2294 39.9413C47.8974 40.2333 47.3921 40.2 47.1001 39.868C46.8081 39.536 46.8414 39.0306 47.1734 38.7386C49.2774 36.8893 50.4934 37.1026 51.4947 37.608C53.0467 38.392 53.7174 40.0893 53.2454 42.0386C52.8854 43.5533 51.9347 44.9573 50.5694 45.988C49.9321 46.4613 49.2414 46.8533 48.5134 47.1546C48.1681 47.3 47.8067 47.4333 47.4427 47.5466C47.3321 47.5813 47.2254 47.608 47.1321 47.6306C47.0734 47.6453 46.9974 47.6626 46.9481 47.6786C46.1814 49.2786 45.9441 49.88 46.0774 51.448C46.1147 51.888 45.7881 52.2746 45.3481 52.312C45.3241 52.3173 45.3014 52.3186 45.2787 52.3186Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M35.8854 53.4986C35.4601 53.4986 35.1067 53.164 35.0867 52.7346C35.0441 51.796 35.0347 51.324 35.0614 50.68C33.4587 50.9893 31.8267 50.7053 30.5681 50.4853C28.5347 50.1266 26.9547 49.4026 25.7374 48.2706C23.5001 46.1866 22.4561 42.808 22.8721 38.9986C23.0281 37.5866 23.6094 35.4853 24.4294 33.3773C24.5894 32.9653 25.0534 32.7613 25.4654 32.9213C25.8774 33.0813 26.0814 33.5453 25.9214 33.9573C25.0121 36.296 24.5721 38.1853 24.4627 39.1733C24.1014 42.4733 24.9627 45.3626 26.8281 47.0986C27.8254 48.0266 29.1014 48.6013 30.8441 48.908C32.6254 49.2186 34.2161 49.428 35.6214 48.8533C35.8761 48.7493 36.1667 48.784 36.3907 48.944C36.6147 49.1053 36.7401 49.3693 36.7227 49.644C36.6374 50.9853 36.6227 51.2813 36.6867 52.6573C36.7067 53.0986 36.3654 53.4733 35.9241 53.4933C35.9094 53.4986 35.8974 53.4986 35.8854 53.4986Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M29.124 37.3467C29.6395 37.3467 30.0573 36.8393 30.0573 36.2134C30.0573 35.5874 29.6395 35.08 29.124 35.08C28.6085 35.08 28.1907 35.5874 28.1907 36.2134C28.1907 36.8393 28.6085 37.3467 29.124 37.3467Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M33.6573 37.66C34.1728 37.66 34.5907 37.1526 34.5907 36.5266C34.5907 35.9007 34.1728 35.3933 33.6573 35.3933C33.1419 35.3933 32.724 35.9007 32.724 36.5266C32.724 37.1526 33.1419 37.66 33.6573 37.66Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
526
+ }
527
+ ]
528
+ },
529
+ {
530
+ "id": "hm1-p-000008",
531
+ "source": {
532
+ "groupId": "head",
533
+ "sourceGroupName": "Head",
534
+ "partId": "008"
535
+ },
536
+ "name": "wavy-medium",
537
+ "aliases": [
538
+ "head-wavy-medium"
539
+ ],
540
+ "selectionSlot": "head",
541
+ "uiGroups": [
542
+ "head"
543
+ ],
544
+ "layers": [
545
+ {
546
+ "layerSlot": "head",
547
+ "svgPath": "assets/humation-1/head/008.svg",
548
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M47.8187 49.256C48.2947 49.964 48.7894 50.692 49.4974 51.1693C50.2054 51.6467 51.188 51.82 51.9094 51.364C52.7094 50.856 53.2107 49.6307 54.152 49.764C54.524 49.8187 54.8187 50.0933 55.0987 50.348C55.8814 51.072 56.7867 51.7813 57.852 51.848C58.9174 51.9147 60.0854 51.0213 59.9 49.9707C59.8347 49.6 59.616 49.2587 59.62 48.8827C59.6267 48.2267 60.2867 47.7813 60.572 47.192C61.2574 45.8013 59.8014 43.9827 60.5987 42.652C60.844 42.2453 61.2587 41.976 61.6147 41.6613C63.3827 40.0947 63.5494 37.0507 61.9614 35.3C61.3734 34.652 60.5747 34.1453 60.2614 33.328C60.0667 32.82 60.088 32.2613 60.0974 31.716C60.148 28.6013 59.664 25.4133 58.18 22.6733C56.696 19.9333 54.7987 19.1787 51.74 18.588L49.3494 17.1027C48.6027 15.916 47.1867 15.3453 45.832 14.9853C41.5654 13.8547 36.2374 12.6333 32.196 14.4C28.1547 16.1667 24.764 19.4467 23.012 23.4947C22.108 25.584 21.5987 27.912 20.1227 29.6453C18.864 31.124 17.0347 32.004 15.668 33.3787C14.3014 34.7533 13.4934 37.112 14.744 38.5973C14.9974 38.8987 15.328 39.1533 15.472 39.5213C15.9667 40.784 14.068 41.596 13.456 42.8067C12.884 43.94 13.56 45.3147 14.42 46.2493C15.28 47.184 16.3667 47.9827 16.836 49.16C17.184 50.0347 17.208 51.132 17.964 51.6933C18.8107 52.3227 20.0214 51.872 21.0507 52.1053C22.08 52.3387 22.8187 53.2307 23.6214 53.928C24.424 54.6253 25.6147 55.1667 26.516 54.6027C26.996 54.3013 27.272 53.748 27.7494 53.444C28.7107 52.8307 29.9387 53.4507 31.0254 53.796C32.112 54.1413 33.748 53.7813 33.6827 52.6427\" fill=\"var(--hm-hair, #000000)\"/>\n<path d=\"M45.2854 52.3226C45.1334 50.4973 45.472 48.932 46.2667 47.2813C46.4467 46.908 46.8334 46.912 47.216 46.7906C47.556 46.684 47.8894 46.5613 48.2187 46.4226C48.8867 46.1453 49.5187 45.7866 50.0987 45.356C51.248 44.488 52.144 43.2693 52.48 41.856C52.7854 40.5746 52.5707 39.0493 51.1467 38.328C50.1427 37.8213 49.2427 38.0013 47.7134 39.3453L47.26 38.2666C47.7374 35.9293 47.932 33.5413 47.84 31.1573C47.7974 30.0373 46.28 28.2773 45.244 27.8493L43.4494 26.0226C42.516 24.156 35.7654 23.5546 33.7627 24.1346C30.2854 25.264 29.276 25.8613 28.2694 27.216C27.2627 28.5706 26.7214 30.2066 26.1974 31.8106L25.1747 33.6666C24.3147 35.8786 23.7974 37.876 23.6667 39.0853C23.3374 42.1306 23.952 45.5146 26.2814 47.684C27.5227 48.8386 29.06 49.4066 30.704 49.696C32.4187 49.9986 34.2587 50.2746 35.9227 49.5946C35.8347 50.9826 35.8214 52.1066 35.8854 53.496\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M25.6747 55.64C24.7387 55.64 23.7947 55.1387 23.096 54.532C22.912 54.372 22.7347 54.2053 22.5614 54.044C22 53.5173 21.4694 53.0213 20.872 52.8853C20.5707 52.8173 20.208 52.828 19.8227 52.8387C19.0734 52.86 18.2254 52.8853 17.484 52.3347C16.7334 51.7773 16.512 50.9413 16.3174 50.204C16.2454 49.9333 16.1774 49.6773 16.0894 49.4547C15.808 48.7493 15.2107 48.1667 14.5787 47.5493C14.3294 47.3067 14.072 47.0547 13.828 46.7893C12.2654 45.0907 12.24 43.4307 12.7387 42.444C13.0267 41.8733 13.504 41.4093 13.924 41C14.5707 40.3707 14.824 40.0667 14.724 39.8107C14.68 39.6973 14.544 39.556 14.3987 39.4053C14.3107 39.3133 14.2187 39.2187 14.128 39.1093C13.392 38.2347 13.148 37.048 13.4414 35.7653C13.684 34.7027 14.288 33.6253 15.0974 32.812C15.7574 32.148 16.504 31.6013 17.2267 31.0733C18.076 30.452 18.88 29.8653 19.5107 29.124C20.4667 28.0013 20.988 26.5773 21.54 25.0693C21.768 24.4453 22.0054 23.7987 22.276 23.1733C24.0787 19.008 27.5774 15.5413 31.8734 13.6627C36.088 11.82 41.3934 12.9787 46.0347 14.208C47.292 14.5427 49.0734 15.1613 50.024 16.672C50.2587 17.0453 50.1467 17.54 49.7733 17.7747C49.3987 18.0093 48.9054 17.8973 48.6707 17.524C48.02 16.4893 46.6214 16.0187 45.6254 15.7533C41.2454 14.592 36.2574 13.4907 32.5147 15.1267C28.5854 16.844 25.388 20.008 23.744 23.8067C23.492 24.3893 23.264 25.0133 23.0427 25.616C22.4667 27.1893 21.872 28.816 20.7294 30.1573C19.9774 31.0413 19.06 31.712 18.172 32.3613C17.468 32.876 16.804 33.3613 16.2334 33.936C15.0974 35.0787 14.4374 36.9867 15.3547 38.0747C15.412 38.1427 15.4814 38.216 15.556 38.2933C15.7787 38.5253 16.056 38.8147 16.216 39.2227C16.72 40.5093 15.7507 41.4533 15.0427 42.1413C14.696 42.4787 14.3374 42.828 14.1694 43.16C13.7774 43.936 14.376 45.0133 15.008 45.7C15.2227 45.9333 15.4547 46.1587 15.6987 46.3987C16.4227 47.1053 17.1707 47.836 17.5787 48.8573C17.7027 49.1693 17.7867 49.484 17.8667 49.7893C18.0134 50.3427 18.14 50.8213 18.44 51.0453C18.7347 51.2653 19.2187 51.2507 19.7774 51.2347C20.2227 51.2213 20.728 51.2067 21.2267 51.32C22.2467 51.5507 22.9947 52.252 23.656 52.8707C23.8254 53.0293 23.984 53.1787 24.1454 53.3187C24.7507 53.8453 25.5867 54.2347 26.0907 53.9187C26.2334 53.8293 26.38 53.6627 26.536 53.4853C26.7467 53.2467 26.9854 52.9747 27.3187 52.7627C28.4494 52.0413 29.7214 52.4893 30.7427 52.848C30.92 52.9107 31.0947 52.972 31.2667 53.0267C31.776 53.188 32.4694 53.1213 32.7787 52.88C32.8814 52.8013 32.8867 52.7453 32.8827 52.6813C32.8574 52.24 33.1947 51.8627 33.636 51.8373C34.0774 51.812 34.4547 52.1493 34.48 52.5907C34.5147 53.2053 34.26 53.7573 33.76 54.1453C33.032 54.7107 31.8067 54.8787 30.7814 54.552C30.5907 54.4907 30.3974 54.424 30.2107 54.3573C29.4094 54.0747 28.652 53.8093 28.1774 54.112C28.0347 54.2027 27.8894 54.368 27.7347 54.5427C27.5214 54.7853 27.2787 55.06 26.9387 55.2733C26.5374 55.5333 26.1067 55.64 25.6747 55.64Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M57.968 52.6573C57.912 52.6573 57.856 52.656 57.8014 52.652C56.48 52.568 55.4187 51.74 54.556 50.9413L54.5427 50.9293C54.3814 50.7813 54.1614 50.5787 54.0454 50.564C53.8614 50.5373 53.5734 50.8587 53.2947 51.168C53.0267 51.4653 52.724 51.8013 52.3414 52.0453C51.4054 52.6373 50.1147 52.556 49.052 51.84C48.2014 51.2667 47.6467 50.4387 47.156 49.7093C46.9094 49.3427 47.008 48.8453 47.3747 48.5987C47.7414 48.352 48.2387 48.4507 48.4854 48.8173C48.9134 49.4547 49.356 50.1147 49.9467 50.5133C50.372 50.8 51.0347 50.98 51.484 50.6947C51.6814 50.5693 51.888 50.34 52.1067 50.0973C52.5867 49.564 53.2454 48.8347 54.2667 48.9787C54.876 49.0613 55.3094 49.46 55.6267 49.7507L55.6427 49.7653C56.3027 50.3747 57.084 51.004 57.9054 51.056C58.2614 51.0787 58.6827 50.9013 58.9307 50.6253C59.0347 50.508 59.152 50.3253 59.1147 50.116C59.0987 50.028 59.0587 49.9147 59.0174 49.796C58.9307 49.552 58.8227 49.248 58.8227 48.8893C58.8294 48.1933 59.216 47.7053 59.528 47.3147C59.6614 47.1467 59.788 46.9867 59.8574 46.8453C60.0667 46.4213 59.9267 45.8 59.7774 45.1413C59.572 44.2333 59.34 43.2053 59.9147 42.248C60.1707 41.824 60.5227 41.536 60.8334 41.2827C60.9187 41.212 61.0054 41.1427 61.088 41.0693C61.7707 40.4667 62.1947 39.5373 62.2507 38.5187C62.3067 37.4973 61.9867 36.5227 61.372 35.844C61.2147 35.6707 61.0334 35.5027 60.84 35.324C60.3534 34.8733 59.8014 34.3613 59.5174 33.6213C59.2774 32.9947 59.2894 32.356 59.2987 31.7933L59.3 31.7093C59.356 28.304 58.7427 25.3947 57.4787 23.0613C56.1707 20.6467 54.5374 19.9507 51.5907 19.3813C51.1574 19.2973 50.8734 18.8773 50.9574 18.444C51.0414 18.0107 51.46 17.7267 51.8947 17.8107C55.1974 18.448 57.2907 19.3533 58.8867 22.3C60.2827 24.8773 60.96 28.0533 60.9 31.7373L60.8987 31.824C60.8907 32.2813 60.8827 32.7147 61.0107 33.0507C61.1614 33.4427 61.5334 33.788 61.9267 34.152C62.136 34.3453 62.352 34.5467 62.556 34.7707C63.4574 35.764 63.928 37.1627 63.8467 38.608C63.7667 40.0507 63.1467 41.3853 62.1454 42.2693C62.048 42.356 61.9467 42.4387 61.8454 42.5213C61.6147 42.7093 61.3974 42.888 61.2854 43.0733C61.0414 43.48 61.1787 44.0867 61.3374 44.7907C61.5307 45.6493 61.7507 46.6213 61.2907 47.5547C61.1454 47.8493 60.9507 48.0947 60.7787 48.3107C60.6027 48.532 60.4214 48.76 60.42 48.9C60.42 48.9747 60.472 49.1213 60.5227 49.264C60.5827 49.432 60.6494 49.6227 60.688 49.8413C60.804 50.4987 60.6027 51.1573 60.12 51.696C59.58 52.296 58.768 52.6573 57.968 52.6573Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M26.1974 32.612C26.1147 32.612 26.0307 32.5987 25.9494 32.572C25.5294 32.4347 25.3 31.9827 25.4374 31.5627C25.9494 29.9933 26.5307 28.2147 27.628 26.7387C28.336 25.7853 29.1534 25.1133 30.3587 24.4893C32.4974 23.384 34.948 22.9173 37.4467 23.1387C39.1627 23.2907 43.2547 23.8413 44.1654 25.664C44.3627 26.0587 44.2027 26.54 43.808 26.7373C43.4134 26.9347 42.932 26.7747 42.7347 26.38C42.4347 25.78 40.3214 25 37.3054 24.732C35.1094 24.5373 32.9614 24.9453 31.0934 25.9107C30.104 26.4213 29.472 26.9373 28.912 27.6933C27.9707 28.96 27.456 30.536 26.9587 32.0587C26.848 32.3973 26.5347 32.612 26.1974 32.612Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M47.2614 39.0667C47.208 39.0667 47.1534 39.0613 47.1 39.0507C46.6667 38.9613 46.388 38.5387 46.4774 38.1067C46.944 35.8347 47.136 33.5067 47.048 31.188C47.024 30.464 45.7854 28.936 44.9454 28.5893C44.5374 28.42 44.3427 27.9533 44.512 27.544C44.6814 27.136 45.148 26.9413 45.5574 27.1107C46.1827 27.3693 46.9267 27.9787 47.5454 28.74C47.944 29.2307 48.616 30.192 48.648 31.132C48.74 33.5747 48.5374 36.0307 48.0454 38.4293C47.9654 38.8067 47.6334 39.0667 47.2614 39.0667Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M45.2787 52.3187C44.868 52.3187 44.5174 52.004 44.4827 51.5853C44.3134 49.5773 44.704 48.6587 45.5334 46.9307C45.8374 46.3 46.412 46.1613 46.756 46.0787C46.8307 46.06 46.9014 46.044 46.9627 46.024C47.28 45.924 47.5934 45.8093 47.896 45.6813C48.508 45.428 49.0827 45.1013 49.6107 44.7093C50.6747 43.9053 51.416 42.824 51.6907 41.6667C51.832 41.084 52.024 39.668 50.7747 39.0373C50.2294 38.7613 49.6947 38.6533 48.2294 39.9413C47.8974 40.2333 47.392 40.2 47.1 39.868C46.808 39.536 46.8414 39.0307 47.1734 38.7387C49.2774 36.8893 50.4934 37.1027 51.4947 37.608C53.0467 38.392 53.7174 40.0893 53.2454 42.0387C52.8854 43.5533 51.9347 44.9573 50.5694 45.988C49.932 46.4613 49.2414 46.8533 48.5134 47.1547C48.168 47.3 47.8067 47.4333 47.4427 47.5467C47.332 47.5813 47.2254 47.608 47.132 47.6307C47.0734 47.6453 46.9974 47.6627 46.948 47.6787C46.1814 49.2787 45.944 49.88 46.0774 51.448C46.1147 51.888 45.788 52.2747 45.348 52.312C45.324 52.3173 45.3014 52.3187 45.2787 52.3187Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M35.8854 53.4987C35.46 53.4987 35.1067 53.164 35.0867 52.7347C35.044 51.796 35.0347 51.324 35.0614 50.68C33.4587 50.9893 31.8267 50.7053 30.568 50.4853C28.5347 50.1267 26.9547 49.4027 25.7374 48.2707C23.5 46.1867 22.456 42.808 22.872 38.9987C23.028 37.5867 23.6094 35.4853 24.4294 33.3773C24.5894 32.9653 25.0534 32.7613 25.4654 32.9213C25.8774 33.0813 26.0814 33.5453 25.9214 33.9573C25.012 36.296 24.572 38.1853 24.4627 39.1733C24.1014 42.4733 24.9627 45.3627 26.828 47.0987C27.8254 48.0267 29.1014 48.6013 30.844 48.908C32.6254 49.2187 34.216 49.428 35.6214 48.8533C35.876 48.7493 36.1667 48.784 36.3907 48.944C36.6147 49.1053 36.74 49.3693 36.7227 49.644C36.6374 50.9853 36.6227 51.2813 36.6867 52.6573C36.7067 53.0987 36.3654 53.4733 35.924 53.4933C35.9094 53.4987 35.8974 53.4987 35.8854 53.4987Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M29.124 37.3467C29.6395 37.3467 30.0573 36.8393 30.0573 36.2134C30.0573 35.5874 29.6395 35.08 29.124 35.08C28.6085 35.08 28.1907 35.5874 28.1907 36.2134C28.1907 36.8393 28.6085 37.3467 29.124 37.3467Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M33.6573 37.66C34.1728 37.66 34.5907 37.1526 34.5907 36.5266C34.5907 35.9007 34.1728 35.3933 33.6573 35.3933C33.1419 35.3933 32.724 35.9007 32.724 36.5266C32.724 37.1526 33.1419 37.66 33.6573 37.66Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
549
+ }
550
+ ]
551
+ },
552
+ {
553
+ "id": "hm1-p-000009",
554
+ "source": {
555
+ "groupId": "head",
556
+ "sourceGroupName": "Head",
557
+ "partId": "009"
558
+ },
559
+ "name": "flipped-long",
560
+ "aliases": [
561
+ "head-flipped-long"
562
+ ],
563
+ "selectionSlot": "head",
564
+ "uiGroups": [
565
+ "head"
566
+ ],
567
+ "layers": [
568
+ {
569
+ "layerSlot": "head",
570
+ "svgPath": "assets/humation-1/head/009.svg",
571
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M25.8867 32.244C26.6573 30.4573 27.8467 28.8813 29.3533 27.6493C30.2333 26.932 31.248 26.328 32.3707 26.16C33.4933 25.992 34.7373 26.3253 35.4507 27.2093L36.7453 27.9853C38.5893 27.008 40.9267 26.9333 42.756 27.9387C44.5853 28.944 45.7933 31.056 45.576 33.1387C45.4547 34.3027 44.9267 35.3947 44.7947 36.5573C44.6627 37.72 45.112 39.112 45.6267 39.2787L45.0933 51.256C45.804 51.4533 45.9107 51.4773 46.016 51.5C47.5267 52.4573 48.6093 53.9627 49.036 55.7C49.2307 56.5227 49.4213 57.5667 50.236 57.7773C51.3027 58.0587 52.0813 56.5693 53.1867 56.4627C54.4187 56.344 55.224 57.9533 56.4587 58.0347C58.008 58.1347 58.6187 55.9747 59.98 55.2347C60.78 54.7973 61.7493 54.9027 62.66 54.876C63.5707 54.8493 64.612 54.5773 64.996 53.752C65.38 52.9267 64.8973 51.9227 64.204 51.3267C63.5107 50.7307 62.636 50.3933 61.8933 49.86C60.0533 48.5333 59.244 46.2187 58.6667 44.028C58.156 42.0933 57.7413 40.1387 57.4253 38.1613C57.1 36.1373 56.8773 34.0867 56.3013 32.1187C55.42 29.1187 53.7547 26.408 51.476 24.2667C49.8093 22.7053 47.58 21.424 45.3427 21.8533L42.7533 20.52C41.828 19.2147 39.9987 18.892 38.4133 19.1107C36.828 19.3293 35.3227 19.9707 33.7333 20.1613C32.6667 20.2947 31.5787 20.212 30.52 20.3987C29.1733 20.6347 27.9293 21.2907 26.8213 22.092C21.8453 25.692 19.5373 32.2027 19.904 38.3307C19.984 39.68 20.1787 41.052 19.884 42.372C19.0027 46.32 14.2933 48.1987 12.5507 51.848C12.0427 52.9147 10.1733 54.5413 11.2987 54.8867C12.14 55.1453 13.032 54.4493 13.8907 54.62C14.6613 54.772 15.124 55.5373 15.52 56.22C15.9893 57.02 16.5173 57.82 17.2787 58.344C18.04 58.868 19.0893 59.08 19.904 58.6373C20.7187 58.1947 21.2373 57.1413 22.1707 57.0267C23.224 56.8933 23.8093 57.7493 24.8667 57.6667C25.2667 57.636 25.8653 57.2493 26.2 57.0267C27.296 56.2947 28.3093 55.8627 29.0893 54.8L33.6707 50\" fill=\"var(--hm-hair, #000000)\"/>\n<path d=\"M45.2667 52.3333C45.1133 50.5093 45.4813 48.9373 46.2747 47.2867C46.4533 46.9133 46.8413 46.9173 47.224 46.796C47.5627 46.6893 47.8987 46.5667 48.2267 46.428C48.8947 46.1507 49.5253 45.792 50.1067 45.3613C51.256 44.4933 52.1507 43.2747 52.488 41.8613C52.7933 40.58 52.5787 39.0547 51.148 38.3333C50.1453 37.8267 49.2453 38.0067 47.716 39.3507L46.232 39.4493C45.1133 39.1093 44.664 37.716 44.796 36.5547C44.928 35.3933 45.456 34.3 45.5773 33.136C45.7947 31.06 44.5867 28.948 42.7573 27.936C40.928 26.924 38.5907 27.0027 36.7467 27.9827L35.452 27.2067C34.7387 26.3227 33.4947 25.988 32.372 26.1573C31.2493 26.3267 30.2387 26.9293 29.3547 27.6467C27.848 28.8787 26.6587 30.4547 25.888 32.2413L25.3333 33.4667C24.5333 34.6667 24.4 36.1333 24 37.6C24 38.0213 22.3787 43.712 26.1333 47.4667C27.4667 48.8 29.2 49.3333 31 49.7333C32.6147 49.9827 34.3787 50.2333 35.9333 49.6C35.844 50.988 35.8307 51.9787 35.8947 53.368\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M46.232 40.252C46.1547 40.252 46.076 40.2413 45.9987 40.2173C44.46 39.7493 43.8293 37.9773 44 36.4667C44.0733 35.8253 44.2467 35.2267 44.4147 34.6467C44.5747 34.0947 44.7267 33.5733 44.78 33.0547C44.96 31.3333 43.9693 29.5173 42.3707 28.6387C41.0213 27.8973 39.7867 28.0093 37.82 29.052C37.4293 29.2587 36.9453 29.1107 36.7387 28.72C36.532 28.3293 36.68 27.8453 37.0707 27.6387C40.1213 26.0213 41.852 26.528 43.1413 27.2373C45.288 28.4173 46.616 30.8773 46.372 33.2213C46.3027 33.8827 46.124 34.4973 45.952 35.0933C45.796 35.632 45.648 36.1413 45.5907 36.648C45.4947 37.4907 45.796 38.484 46.464 38.6867C46.8867 38.8147 47.1253 39.2627 46.9973 39.6853C46.892 40.0293 46.5747 40.252 46.232 40.252Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M25.8867 33.044C25.7813 33.044 25.6733 33.0227 25.5707 32.9787C25.1653 32.804 24.9773 32.3333 25.1533 31.9267C25.972 30.0293 27.2493 28.336 28.848 27.0293C30.0133 26.08 31.1267 25.5373 32.2533 25.368C33.7613 25.1427 35.2253 25.6547 36.0747 26.7067C36.352 27.0507 36.2987 27.5547 35.9547 27.832C35.6107 28.1093 35.1067 28.056 34.8293 27.712C34.344 27.1107 33.4253 26.812 32.4907 26.952C31.656 27.0773 30.796 27.508 29.86 28.2707C28.4587 29.416 27.34 30.9 26.6227 32.5627C26.4907 32.8627 26.196 33.044 25.8867 33.044Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M18.9107 59.6747C18.208 59.6747 17.4707 59.4467 16.8253 59.0027C15.9413 58.3947 15.344 57.5 14.8307 56.624C14.552 56.144 14.1733 55.4907 13.736 55.404C13.512 55.3587 13.196 55.4467 12.8627 55.54C12.3573 55.68 11.728 55.8547 11.064 55.6507C10.4813 55.472 10.2747 55.076 10.2027 54.856C9.95333 54.0867 10.5387 53.3107 11.1587 52.488C11.4253 52.1334 11.7027 51.768 11.828 51.504C12.6707 49.74 14.1107 48.396 15.5027 47.0974C17.1307 45.5787 18.6693 44.144 19.1027 42.1974C19.316 41.2427 19.24 40.2294 19.1587 39.156C19.1387 38.896 19.12 38.636 19.104 38.3773C18.6907 31.4653 21.4667 24.976 26.3507 21.4427C27.7347 20.4414 29.0533 19.8427 30.38 19.6094C31.0213 19.496 31.6573 19.4747 32.272 19.4533C32.7453 19.4373 33.1933 19.4214 33.632 19.3667C34.3973 19.2747 35.144 19.0707 35.9347 18.8533C36.696 18.6453 37.4827 18.4294 38.3013 18.3174C40.508 18.0134 42.416 18.6627 43.4027 20.056C43.6587 20.416 43.5733 20.916 43.212 21.1707C42.852 21.4267 42.352 21.3414 42.0973 20.98C41.348 19.924 39.7587 19.7294 38.52 19.9C37.804 19.9987 37.1013 20.1907 36.3573 20.3947C35.5453 20.6174 34.7053 20.8467 33.8267 20.952C33.32 21.0147 32.816 21.0333 32.3267 21.0493C31.7413 21.0693 31.1893 21.0893 30.656 21.1827C29.572 21.372 28.4707 21.8814 27.2867 22.736C22.8427 25.952 20.3173 31.9067 20.6987 38.2787C20.7133 38.5293 20.732 38.7814 20.752 39.032C20.8373 40.1734 20.9267 41.3547 20.6613 42.5414C20.1187 44.9707 18.3253 46.644 16.5907 48.2627C15.248 49.5147 13.98 50.6974 13.2693 52.188C13.0747 52.5987 12.748 53.0294 12.4333 53.448C12.2933 53.6334 12.0987 53.8907 11.9507 54.1134C12.1 54.0867 12.264 54.0413 12.432 53.9947C12.908 53.8627 13.448 53.712 14.044 53.8307C15.1907 54.0574 15.804 55.1147 16.2093 55.8134C16.6933 56.6374 17.1373 57.272 17.7293 57.68C18.2227 58.02 18.968 58.2294 19.5187 57.9294C19.7453 57.8054 19.9773 57.5774 20.2213 57.336C20.6747 56.888 21.24 56.3293 22.0693 56.228C22.8293 56.132 23.4067 56.3947 23.8707 56.6067C24.2533 56.7813 24.5027 56.8867 24.8 56.864C24.8533 56.8574 25.0813 56.8027 25.752 56.356C26.0307 56.1694 26.3 56.0054 26.5613 55.8454C27.3027 55.392 27.9427 55 28.44 54.3227C28.7013 53.9667 29.2027 53.8894 29.5587 54.1507C29.9147 54.412 29.992 54.912 29.7307 55.2694C29.048 56.2 28.2093 56.7147 27.3973 57.2107C27.1493 57.3627 26.8933 57.5187 26.64 57.688C26.0747 58.064 25.476 58.4174 24.924 58.46C24.2013 58.516 23.6493 58.2654 23.2067 58.0627C22.8053 57.88 22.564 57.7774 22.2667 57.816C21.976 57.852 21.684 58.14 21.3453 58.4747C21.0467 58.7694 20.708 59.104 20.2813 59.336C19.872 59.5654 19.4 59.6747 18.9107 59.6747Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M56.564 58.824C56.5093 58.824 56.4533 58.8227 56.3973 58.8187C55.5667 58.764 54.9467 58.2787 54.3987 57.8493C53.9627 57.508 53.584 57.212 53.256 57.244C52.9867 57.2707 52.6467 57.5293 52.3187 57.78C51.728 58.2307 50.9933 58.7933 50.0227 58.5347C48.784 58.2093 48.4813 56.8827 48.2813 56.0053L48.2493 55.8653C47.8827 54.376 46.9773 53.088 45.696 52.2347L45.52 52.196C45.088 52.1027 44.8147 51.676 44.908 51.244C45.0013 50.812 45.428 50.5387 45.86 50.632L46.1787 50.7013C46.2707 50.7213 46.3573 50.7573 46.4373 50.808C48.1307 51.8813 49.3267 53.5453 49.8053 55.492L49.8413 55.648C49.9627 56.1787 50.1293 56.9067 50.432 56.9867C50.6307 57.04 50.924 56.8307 51.348 56.508C51.8307 56.1387 52.3787 55.72 53.104 55.6507C54.0707 55.5573 54.8 56.1293 55.3853 56.588C55.7867 56.9013 56.1653 57.1987 56.5053 57.22C56.984 57.252 57.3667 56.808 57.948 56.08C58.392 55.5253 58.896 54.896 59.5893 54.516C60.4093 54.068 61.3107 54.0667 62.1053 54.0653C62.2813 54.0653 62.456 54.0653 62.6293 54.06C62.9453 54.0507 63.996 53.9733 64.2653 53.3973C64.476 52.9467 64.1187 52.2987 63.676 51.916C63.34 51.6267 62.9307 51.396 62.4973 51.1533C62.1427 50.9547 61.776 50.748 61.4213 50.4947C59.3747 49.0307 58.4853 46.504 57.8853 44.228C57.3693 42.276 56.9467 40.276 56.628 38.284C56.556 37.832 56.488 37.3773 56.42 36.924C56.1933 35.3973 55.9587 33.8173 55.5253 32.34C54.6853 29.4813 53.092 26.8907 50.92 24.8507C49.8467 23.8413 47.7133 22.2133 45.4853 22.64C45.052 22.7227 44.632 22.4387 44.5493 22.004C44.4667 21.5707 44.7507 21.1507 45.1853 21.068C47.3533 20.6533 49.78 21.5813 52.0173 23.684C54.3973 25.92 56.1413 28.7573 57.0627 31.8893C57.5267 33.4747 57.7693 35.108 58.004 36.6893C58.0707 37.1373 58.1373 37.5853 58.2093 38.032C58.52 39.972 58.932 41.92 59.4347 43.8213C59.9893 45.924 60.7267 48.0293 62.356 49.196C62.6387 49.3987 62.9507 49.5747 63.2827 49.76C63.7667 50.032 64.2667 50.312 64.724 50.7067C65.9813 51.792 66.12 53.2147 65.7187 54.076C65.2627 55.052 64.1853 55.6147 62.6827 55.6613C62.4947 55.6667 62.3027 55.668 62.112 55.668C61.4493 55.6693 60.824 55.6693 60.3613 55.9227C59.9493 56.148 59.5853 56.6027 59.2013 57.0827C58.5733 57.8613 57.8027 58.824 56.564 58.824Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M45.2787 52.3187C44.868 52.3187 44.5173 52.004 44.4827 51.5853C44.3133 49.5773 44.704 48.6587 45.5333 46.9307C45.8373 46.3 46.412 46.1613 46.756 46.0787C46.8307 46.06 46.9013 46.044 46.9627 46.024C47.28 45.924 47.5933 45.8093 47.896 45.6813C48.508 45.428 49.0827 45.1013 49.6107 44.7093C50.6747 43.9053 51.416 42.824 51.6907 41.6667C51.832 41.084 52.024 39.668 50.7747 39.0373C50.2293 38.7613 49.6947 38.6533 48.2293 39.9413C47.8973 40.2333 47.392 40.2 47.1 39.868C46.808 39.536 46.8413 39.0307 47.1733 38.7387C49.2773 36.8893 50.4933 37.1027 51.4947 37.608C53.0467 38.392 53.7173 40.0893 53.2453 42.0387C52.8853 43.5533 51.9347 44.9573 50.5693 45.988C49.932 46.4613 49.2413 46.8533 48.5133 47.1547C48.168 47.3 47.8067 47.4333 47.4427 47.5467C47.332 47.5813 47.2253 47.608 47.132 47.6307C47.0733 47.6453 46.9973 47.6627 46.948 47.6787C46.1813 49.2787 45.944 49.88 46.0773 51.448C46.1147 51.888 45.788 52.2747 45.348 52.312C45.324 52.3173 45.3013 52.3187 45.2787 52.3187Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M35.8853 53.4987C35.46 53.4987 35.1067 53.164 35.0867 52.7347C35.044 51.796 35.0347 51.324 35.0613 50.68C33.4587 50.9893 31.8267 50.7053 30.568 50.4853C28.5347 50.1267 26.9547 49.4027 25.7373 48.2707C23.5 46.1867 22.456 42.808 22.872 38.9987C23.028 37.5867 23.6093 35.4853 24.4293 33.3773C24.5893 32.9653 25.0533 32.7613 25.4653 32.9213C25.8773 33.0813 26.0813 33.5453 25.9213 33.9573C25.012 36.296 24.572 38.1853 24.4627 39.1733C24.1013 42.4733 24.9627 45.3627 26.828 47.0987C27.8253 48.0267 29.1013 48.6013 30.844 48.908C32.6253 49.2187 34.216 49.428 35.6213 48.8533C35.876 48.7493 36.1667 48.784 36.3907 48.944C36.6147 49.1053 36.74 49.3693 36.7227 49.644C36.6373 50.9853 36.6227 51.2813 36.6867 52.6573C36.7067 53.0987 36.3653 53.4733 35.924 53.4933C35.9093 53.4987 35.8973 53.4987 35.8853 53.4987Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M29.124 37.3467C29.6395 37.3467 30.0573 36.8393 30.0573 36.2134C30.0573 35.5874 29.6395 35.08 29.124 35.08C28.6085 35.08 28.1907 35.5874 28.1907 36.2134C28.1907 36.8393 28.6085 37.3467 29.124 37.3467Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M33.6573 37.66C34.1728 37.66 34.5907 37.1526 34.5907 36.5267C34.5907 35.9008 34.1728 35.3933 33.6573 35.3933C33.1419 35.3933 32.724 35.9008 32.724 36.5267C32.724 37.1526 33.1419 37.66 33.6573 37.66Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
572
+ }
573
+ ]
574
+ },
575
+ {
576
+ "id": "hm1-p-000010",
577
+ "source": {
578
+ "groupId": "head",
579
+ "sourceGroupName": "Head",
580
+ "partId": "010"
581
+ },
582
+ "name": "lob",
583
+ "aliases": [
584
+ "head-lob"
585
+ ],
586
+ "selectionSlot": "head",
587
+ "uiGroups": [
588
+ "head"
589
+ ],
590
+ "layers": [
591
+ {
592
+ "layerSlot": "head",
593
+ "svgPath": "assets/humation-1/head/010.svg",
594
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M26.0587 31.6613C26.8227 29.3427 28.6947 27.528 30.7987 26.2867C32.9947 24.992 35.7653 24.244 38.0867 25.2973C37.7533 25.9973 38.1507 27.2027 38.9467 27.4707L40.1053 28.3787C40.8253 28.0307 41.7267 28.2453 42.3453 28.7533C42.964 29.2613 43.3373 30.0067 43.5813 30.768C44.08 32.3213 44.1027 33.9853 44.0187 35.6147C43.9707 36.5107 43.8987 37.4427 44.2293 38.2813C44.56 39.12 44.7987 39.288 44.4507 39.8293L45.284 49.3053C47.0253 50.34 47.9387 51.9587 48.896 52.1667C50.5773 52.5333 52.136 50.356 52.672 50.0333C53.9533 49.2667 55.844 50.504 57.012 49.5747C58.0627 48.7373 57.496 47.088 57.0387 45.824C54.788 39.596 57.5853 31.992 54.0187 26.412C53.1733 25.1147 52.0347 24.032 50.696 23.2547C49.3573 22.476 47.8533 22.0227 46.308 21.9293L42.5333 20.248C41.6507 18.8347 39.7227 18.4467 38.0773 18.712C36.432 18.9773 34.908 19.7427 33.284 20.116C32.3307 20.3347 31.3467 20.416 30.4067 20.6893C28.6667 21.2 27.164 22.3267 25.8773 23.6C22.5333 26.9333 20.356 31.3867 19.68 36.0547C19.004 40.7227 19.8133 45.58 21.852 49.8333C22.4293 51.0333 23.132 52.2253 24.2067 53.0133C25.2813 53.8013 26.804 54.1027 27.9613 53.4413C28.732 53 29.4107 52.148 30.2867 52.296C30.724 52.3707 31.0747 52.6893 31.4867 52.8627C32.324 53.2173 33.3227 52.908 34.02 52.3293L35.8667 51.8507L35.944 49.6027\" fill=\"var(--hm-hair, #000000)\"/>\n<path d=\"M45.2987 52.1947C45.1453 50.3707 45.4813 48.9373 46.2747 47.2867C46.4533 46.9133 46.8413 46.9173 47.224 46.796C47.5627 46.6893 47.8987 46.5667 48.2267 46.428C48.8947 46.1507 49.5253 45.792 50.1067 45.3613C51.256 44.4933 52.1507 43.2747 52.488 41.8613C52.7933 40.58 52.5787 39.0547 51.148 38.3333C50.1453 37.8267 49.2453 38.0067 47.716 39.3507L46.316 39.6C45.444 39.812 44.5613 39.116 44.2293 38.2827C43.8973 37.4493 43.9707 36.516 44.0187 35.616C44.1027 33.9867 44.08 32.3227 43.5813 30.7693C43.3373 30.008 42.964 29.2613 42.3453 28.7547C41.7267 28.248 40.8253 28.032 40.1053 28.38L38.9467 27.4707C38.1467 27.204 37.7533 25.9987 38.0867 25.2987C35.7653 24.2453 32.9947 24.9933 30.7987 26.288C28.6947 27.528 26.8227 29.344 26.0587 31.6627L25.3333 33.4667C24.5333 34.6667 24.4 36.1333 24 37.6C24 38.0213 22.3787 43.712 26.1333 47.4667C27.4667 48.8 29.2 49.3333 31 49.7333C32.6147 49.9827 34.3787 50.2333 35.9333 49.6C35.844 50.988 35.8307 51.9787 35.8947 53.368\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M26.5267 54.6C25.5773 54.6 24.5813 54.28 23.7347 53.6587C22.4627 52.7253 21.676 51.3093 21.132 50.18C19 45.732 18.204 40.6747 18.8893 35.94C19.5987 31.0387 21.8814 26.456 25.3134 23.0333C26.9414 21.4227 28.532 20.4053 30.1827 19.9213C30.7773 19.748 31.3747 19.648 31.9507 19.552C32.352 19.4853 32.732 19.4213 33.1067 19.336C33.78 19.1813 34.436 18.9547 35.1307 18.7147C36.0307 18.404 36.9627 18.0813 37.952 17.9227C39.6587 17.6467 42.0627 17.98 43.2134 19.8253C43.448 20.2 43.3334 20.6933 42.9587 20.928C42.584 21.1627 42.0907 21.048 41.856 20.6733C41.36 19.8787 40.0387 19.208 38.2054 19.504C37.3534 19.6413 36.5267 19.9267 35.652 20.2293C34.948 20.472 34.22 20.724 33.464 20.8987C33.0427 20.9947 32.6214 21.0653 32.2147 21.1333C31.6587 21.2267 31.1347 21.3133 30.6307 21.46C29.244 21.8667 27.8733 22.7547 26.4413 24.1707C23.2533 27.348 21.1334 31.6107 20.4734 36.172C19.8334 40.596 20.5787 45.3267 22.5747 49.4907C23.0653 50.5107 23.7 51.652 24.6814 52.3707C25.596 53.0413 26.7827 53.1973 27.5667 52.7493C27.7494 52.6453 27.9413 52.4987 28.1453 52.3453C28.732 51.9013 29.4627 51.348 30.4214 51.5107C30.8374 51.5813 31.172 51.7787 31.4413 51.9373C31.5693 52.0133 31.6907 52.084 31.7987 52.1293C32.356 52.3653 33.06 52.092 33.5107 51.7173C33.8507 51.436 34.3547 51.4827 34.6374 51.8227C34.92 52.1627 34.872 52.6667 34.532 52.9493C33.5267 53.784 32.208 54.0413 31.176 53.604C30.972 53.5173 30.7907 53.4107 30.6307 53.3173C30.4507 53.2107 30.28 53.1107 30.1547 53.0893C29.8774 53.0427 29.5054 53.324 29.1107 53.6227C28.876 53.8 28.632 53.984 28.3614 54.14C27.8134 54.4467 27.1813 54.6 26.5267 54.6Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M49.2933 53.0067C49.108 53.0067 48.92 52.988 48.7267 52.9453C47.5067 52.68 46.1773 50.8587 46.3533 48.9947C46.3947 48.5547 46.7867 48.232 47.2253 48.2733C47.6653 48.3147 47.988 48.7053 47.9467 49.1453C47.8547 50.1133 48.5987 51.28 49.0667 51.3813C49.92 51.5667 50.9467 50.5573 51.56 49.9533C51.8453 49.6733 52.0507 49.4707 52.26 49.344C53.116 48.832 54.0613 48.952 54.8973 49.0573C55.6907 49.1573 56.1947 49.2 56.5133 48.9453C57.0907 48.4853 56.7187 47.284 56.2867 46.092C55.244 43.2067 55.236 40.0733 55.228 37.044C55.2187 33.2947 55.2093 29.7547 53.3453 26.8387C52.576 25.6573 51.52 24.6533 50.2947 23.9413C49.0693 23.2293 47.6747 22.808 46.2613 22.724C45.82 22.6973 45.484 22.3187 45.5107 21.8773C45.5373 21.436 45.916 21.1 46.3573 21.1267C48.02 21.2267 49.66 21.7213 51.1 22.5587C52.54 23.396 53.7813 24.576 54.6907 25.972C56.8093 29.2853 56.8187 33.228 56.8293 37.0413C56.8373 39.9333 56.8453 42.9253 57.7933 45.5493C58.2587 46.8333 59.036 48.984 57.5133 50.1973C56.644 50.892 55.5653 50.756 54.6987 50.6467C54.064 50.5667 53.4653 50.4907 53.0867 50.7173C53.028 50.7573 52.8373 50.9453 52.6853 51.0947C51.9333 51.8307 50.7387 53.0067 49.2933 53.0067Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M45.9947 40.4373C44.8733 40.4373 43.876 39.564 43.4853 38.5747C43.108 37.6173 43.164 36.6053 43.212 35.7133L43.22 35.572C43.292 34.1613 43.3027 32.5147 42.82 31.012C42.576 30.2493 42.2547 29.7133 41.8373 29.3707C41.5 29.0933 41.0813 29.072 40.596 29.3067C40.1987 29.4987 39.72 29.332 39.528 28.9347C39.336 28.5373 39.5027 28.0587 39.9 27.8667C40.9507 27.3587 42.0267 27.456 42.8533 28.1347C43.5147 28.6773 44.0027 29.4587 44.344 30.524C44.9053 32.272 44.8987 34.0987 44.8187 35.656L44.8107 35.8C44.7667 36.6 44.7253 37.356 44.9747 37.988C45.164 38.468 45.684 38.9293 46.128 38.8213C46.5573 38.7173 46.9893 38.98 47.0947 39.4093C47.1987 39.8387 46.936 40.2707 46.5067 40.376C46.3333 40.4173 46.1627 40.4373 45.9947 40.4373Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M26.0587 32.4613C25.976 32.4613 25.892 32.448 25.808 32.4213C25.388 32.2827 25.16 31.8307 25.2987 31.4107C26.248 28.5267 28.5933 26.6573 30.392 25.5973C33.236 23.92 36.1613 23.5453 38.4173 24.5693C38.6133 24.6587 38.764 24.8213 38.8387 25.024C38.9133 25.2267 38.9013 25.448 38.8093 25.6427C38.716 25.84 38.7013 26.076 38.772 26.2427C38.8147 26.3427 38.88 26.4013 38.984 26.436C39.4027 26.576 39.6293 27.0293 39.4893 27.448C39.3493 27.8667 38.896 28.0933 38.4773 27.9533C37.9387 27.7733 37.5213 27.388 37.3 26.868C37.16 26.5373 37.1053 26.1667 37.1373 25.7973C34.7787 25.1107 32.244 26.364 31.2053 26.976C28.996 28.2773 27.4387 30.0307 26.8187 31.912C26.708 32.248 26.3947 32.4613 26.0587 32.4613Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M45.2787 52.3187C44.868 52.3187 44.5173 52.0027 44.4827 51.5853C44.3133 49.5773 44.704 48.6573 45.5333 46.9307C45.8373 46.3 46.412 46.1613 46.756 46.0787C46.8307 46.06 46.9013 46.044 46.9627 46.024C47.28 45.924 47.5933 45.8093 47.896 45.6813C48.508 45.428 49.0827 45.1013 49.6107 44.7093C50.6747 43.9053 51.416 42.8227 51.6907 41.6667C51.832 41.084 52.024 39.668 50.7747 39.0373C50.2293 38.7613 49.6947 38.6533 48.2293 39.9413C47.8973 40.2333 47.392 40.2 47.1 39.868C46.808 39.536 46.8413 39.0307 47.1733 38.7387C49.2773 36.8893 50.4947 37.1027 51.4947 37.608C53.0467 38.392 53.7173 40.0893 53.2453 42.0387C52.8853 43.5533 51.9347 44.9573 50.5693 45.988C49.932 46.4613 49.2413 46.8533 48.5133 47.1547C48.168 47.3 47.8067 47.4333 47.4427 47.5467C47.332 47.5813 47.2253 47.608 47.132 47.6307C47.0733 47.6453 46.9973 47.6627 46.948 47.6787C46.1813 49.2787 45.944 49.88 46.0773 51.448C46.1147 51.888 45.788 52.276 45.348 52.312C45.324 52.3173 45.3013 52.3187 45.2787 52.3187Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M35.884 53.4987C35.4587 53.4987 35.1053 53.164 35.0853 52.7347C35.0427 51.796 35.0333 51.324 35.06 50.68C33.4573 50.9893 31.8253 50.7053 30.5667 50.4853C28.5333 50.1267 26.9533 49.4027 25.736 48.2707C23.4987 46.1867 22.4547 42.808 22.8707 38.9987C23.0267 37.5867 23.608 35.4853 24.428 33.3773C24.588 32.9653 25.052 32.7613 25.464 32.9213C25.876 33.0813 26.08 33.5453 25.92 33.9573C25.0107 36.296 24.5707 38.1853 24.4613 39.1733C24.1 42.4733 24.9613 45.3627 26.8267 47.0987C27.824 48.0267 29.1 48.6013 30.8427 48.908C32.624 49.2187 34.2133 49.428 35.62 48.8533C35.8747 48.7493 36.1653 48.784 36.3893 48.944C36.6133 49.1053 36.7387 49.3693 36.7213 49.644C36.636 50.9853 36.6213 51.2813 36.6853 52.6573C36.7053 53.0987 36.364 53.4733 35.9227 53.4933C35.9093 53.4987 35.8973 53.4987 35.884 53.4987Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M29.124 37.3467C29.6395 37.3467 30.0573 36.8393 30.0573 36.2134C30.0573 35.5874 29.6395 35.08 29.124 35.08C28.6085 35.08 28.1907 35.5874 28.1907 36.2134C28.1907 36.8393 28.6085 37.3467 29.124 37.3467Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M33.6573 37.66C34.1728 37.66 34.5907 37.1526 34.5907 36.5267C34.5907 35.9008 34.1728 35.3933 33.6573 35.3933C33.1419 35.3933 32.724 35.9008 32.724 36.5267C32.724 37.1526 33.1419 37.66 33.6573 37.66Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
595
+ }
596
+ ]
597
+ },
598
+ {
599
+ "id": "hm1-p-000011",
600
+ "source": {
601
+ "groupId": "head",
602
+ "sourceGroupName": "Head",
603
+ "partId": "011"
604
+ },
605
+ "name": "long-straight",
606
+ "aliases": [
607
+ "head-long-straight"
608
+ ],
609
+ "selectionSlot": "head",
610
+ "uiGroups": [
611
+ "head"
612
+ ],
613
+ "layers": [
614
+ {
615
+ "layerSlot": "head",
616
+ "svgPath": "assets/humation-1/head/011.svg",
617
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M45.3333 52.2667C45.18 50.4427 45.4813 48.9373 46.2746 47.2867C46.4533 46.9133 46.8413 46.9173 47.224 46.796C47.5626 46.6893 47.8986 46.5667 48.2266 46.428C48.8946 46.1507 49.5253 45.792 50.1066 45.3613C51.256 44.4933 52.1506 43.2747 52.488 41.8613C52.7933 40.58 52.5786 39.0547 51.148 38.3333C50.1453 37.8267 49.2453 38.0067 47.716 39.3507L46.316 39.6C45.444 39.812 44.5613 39.116 44.2293 38.2827C43.8973 37.4493 43.9706 36.516 44.0186 35.616C44.1026 33.9867 44.08 32.3227 43.5813 30.7693C43.3373 30.008 42.964 29.2613 42.3453 28.7547C41.7266 28.248 40.8253 28.032 40.1053 28.38L39.1 27.1267C38.3 26.86 37.7533 25.9987 38.0866 25.2987C35.7653 24.2453 32.9946 24.9933 30.7986 26.288C28.6946 27.528 26.8226 29.344 26.0586 31.6627L25.3333 33.4667C24.5333 34.6667 24.4 36.1333 24 37.6C24 38.0213 22.3786 43.712 26.1333 47.4667C27.4666 48.8 29.2 49.3333 31 49.7333C32.6146 49.9827 34.3786 50.2333 35.9333 49.6C35.844 50.988 35.8693 52.2107 35.9333 53.6\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M20.1333 62.6667C19.7333 54.0533 19.6 45.572 19.7333 36.9613C19.7347 36.8547 19.744 36.748 19.7587 36.6413C20.4133 32.0733 21.2253 27.0227 25.0573 23.8507C25.1907 23.7427 25.312 23.6213 25.4187 23.488C25.4813 23.4067 25.54 23.3267 25.6013 23.2467C25.732 23.0747 25.8853 22.92 26.0573 22.7867C27.8507 21.412 29.7693 20.4227 31.924 20.4C31.9733 20.4 32.0214 20.4 32.0707 20.4C34.1414 20.256 35.964 19.4893 37.908 18.9627C37.968 18.9467 38.0254 18.9267 38.084 18.9067C39.7574 18.3027 41.888 18.6787 42.7907 20.304C42.8747 20.4613 42.9734 20.6093 43.0867 20.748C43.4334 21.1573 43.8733 21.4773 44.3693 21.68C44.8653 21.8827 45.404 21.964 45.9387 21.916H45.948C46.1747 21.9067 46.4027 21.928 46.624 21.9787C51.1307 23.0093 54.456 27.1333 55.92 31.5467C57.4254 36.08 57.36 40.9533 57.528 45.7253C57.7027 50.6493 58.14 55.56 58.6107 60.4653C58.6653 61.056 58.508 61.6467 58.1654 62.1307C57.8227 62.6147 57.3187 62.9613 56.744 63.1067C53.708 63.8813 50.5747 64.208 47.444 64.0747C46.8027 64.044 46.1987 63.768 45.7573 63.3013C45.316 62.8347 45.0734 62.216 45.0787 61.5747C45.092 59.044 45.1814 56.516 45.3454 53.9907L45.2907 52.6C45.1373 50.776 45.4734 48.9427 46.2667 47.292C46.4454 46.9187 46.8334 46.9227 47.216 46.8013C47.5547 46.6947 47.8907 46.572 48.2187 46.4333C48.8867 46.156 49.5173 45.7973 50.0987 45.3667C51.248 44.4987 52.1427 43.28 52.48 41.8667C52.7854 40.5853 52.5707 39.06 51.14 38.3387C50.1373 37.832 49.2374 38.012 47.708 39.356L46.5 39.4133C45.848 39.1027 45.176 38.7773 44.704 38.2293C43.9134 37.3133 43.8494 35.984 43.96 34.7787C44.0707 33.5733 44.3107 32.3387 43.992 31.1787C43.548 29.556 41.94 28.3307 40.2587 28.332L39.2307 26.884C38.3627 26.7827 37.7187 25.7907 37.98 24.956C36.2774 24.3907 34.372 24.7013 32.7547 25.4787C31.1374 26.256 29.7707 27.468 28.5107 28.7467C27.548 29.724 26.6134 30.7813 26.1254 32.0627L25.3333 33.4667C24.5333 34.6667 24.4 36.1333 24 37.6C24 38.0213 22.3787 43.712 26.1333 47.4667C27.4667 48.8 29.2 49.3333 31 49.7333C32.6147 49.9827 34.3787 50.2333 35.9334 49.6C35.8414 51.0147 35.86 51.184 35.9334 52.6C35.376 52.4453 34.6134 52.6773 34.0667 52.8667C33.5814 53.0373 32.848 53.86 32.3334 53.8493C31.6134 53.8333 31.3987 53.7133 30.6854 53.8173C30.036 53.912 29.636 54.576 29.052 54.8747C28.252 55.2867 27.2373 54.9427 26.3853 55.236C25.804 55.436 25.3587 55.9027 25.0067 56.4107C24.8107 56.6907 24.6067 57.008 24.28 57.104C24.0507 57.172 23.8013 57.116 23.5667 57.164C23.2587 57.2267 23.0133 57.4573 22.804 57.6907C21.56 59.0773 20.9027 60.8747 20.1333 62.6667Z\" fill=\"var(--hm-hair, #000000)\"/>\n<path d=\"M46.508 40.1973C46.392 40.1973 46.276 40.172 46.164 40.12C45.5094 39.808 44.696 39.42 44.1067 38.736C43.3134 37.816 43.008 36.4933 43.172 34.6907C43.1934 34.4587 43.2187 34.2267 43.2454 33.9933C43.3494 33.0573 43.448 32.1733 43.2294 31.3733C42.8747 30.0773 41.928 29.3347 40.632 29.3347C40.1907 29.3347 39.832 28.976 39.832 28.5347C39.832 28.0933 40.1907 27.7347 40.632 27.7347C42.6427 27.7347 44.2294 28.968 44.772 30.952C45.0707 32.0467 44.9507 33.1267 44.8347 34.1707C44.8094 34.3933 44.7854 34.6147 44.7654 34.836C44.6427 36.1827 44.824 37.1173 45.3187 37.692C45.688 38.1213 46.28 38.4027 46.8534 38.676C47.252 38.8667 47.4214 39.344 47.2307 39.7427C47.0934 40.0293 46.8067 40.1973 46.508 40.1973Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M26.1334 32.8467C26.0387 32.8467 25.9427 32.8293 25.8494 32.7947C25.436 32.6373 25.2294 32.1747 25.3867 31.7627C25.9267 30.3427 26.9374 29.1973 27.9494 28.1707C29.0627 27.04 30.5774 25.6293 32.416 24.744C34.3934 23.7907 36.4614 23.592 38.2414 24.1827C38.6574 24.3213 38.8854 24.768 38.752 25.1853C38.652 25.5 38.704 25.7493 38.78 25.8667C38.8147 25.9213 38.8654 25.9733 38.9934 25.988C39.432 26.0387 39.7467 26.436 39.6947 26.8747C39.6427 27.3133 39.2467 27.628 38.8067 27.576C38.228 27.508 37.7414 27.2093 37.4334 26.732C37.2134 26.3907 37.1 25.9747 37.096 25.5373C35.8654 25.3147 34.448 25.5387 33.1094 26.184C31.5027 26.9587 30.1747 28.1907 29.088 29.2933C28.1987 30.196 27.316 31.1893 26.88 32.332C26.76 32.6507 26.456 32.8467 26.1334 32.8467Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M48.7894 64.8947C47.5227 64.8947 46.256 64.8213 45.0027 64.6747C44.604 64.628 44.3014 64.292 44.296 63.8907C44.2507 60.5853 44.3374 57.2347 44.5547 53.932C44.584 53.4907 44.9667 53.1587 45.4054 53.1867C45.8467 53.216 46.18 53.596 46.1507 54.0373C45.952 57.0613 45.8627 60.1267 45.8867 63.1587C49.9267 63.5387 54.0694 63.1173 57.9494 61.932C57.4374 56.6387 56.9227 51.1813 56.7294 45.7467C56.708 45.1253 56.6894 44.504 56.672 43.8813C56.5547 39.8227 56.4334 35.6253 55.1614 31.792C53.5147 26.8307 50.2427 23.4373 46.4094 22.716C45.9747 22.6347 45.6894 22.216 45.7707 21.7813C45.852 21.3467 46.2707 21.0613 46.7054 21.1427C49.0867 21.592 51.2134 22.832 53.0267 24.828C54.5827 26.5427 55.8467 28.776 56.68 31.2867C58.0267 35.3427 58.1507 39.6587 58.2707 43.8333C58.288 44.4533 58.3067 45.072 58.328 45.6893C58.5267 51.2947 59.0734 56.9507 59.604 62.42C59.64 62.792 59.4134 63.14 59.0574 63.2573C55.7627 64.3427 52.2707 64.8947 48.7894 64.8947Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M20.1334 63.4667C19.708 63.4667 19.3547 63.132 19.3347 62.704C18.9307 53.9627 18.8 45.4853 18.9334 36.788C18.9334 36.7547 18.936 36.72 18.9414 36.6867C19.584 32.188 20.3827 26.592 24.6614 23.14C24.7427 23.0547 24.8134 22.96 24.8934 22.8533C25.0027 22.7067 25.128 22.5413 25.3014 22.368C25.324 22.3453 25.348 22.324 25.3734 22.304C27.712 20.4667 29.8107 19.6067 31.9747 19.6C33.3814 19.508 34.672 19.1067 36.0387 18.68C36.5947 18.5067 37.1694 18.328 37.7547 18.1707C39.796 17.4067 42.5227 17.912 43.588 20.092C43.7827 20.4894 43.6174 20.968 43.2214 21.1627C42.824 21.3574 42.3454 21.192 42.1507 20.796C41.48 19.4254 39.66 19.152 38.2867 19.68C38.26 19.6907 38.2334 19.6987 38.2054 19.7067C37.6387 19.8574 37.0667 20.036 36.5134 20.208C35.1094 20.6453 33.6573 21.0974 32.0493 21.1987C32.0333 21.2 32.016 21.2 32 21.2C30.216 21.2 28.436 21.94 26.4027 23.5293C26.3227 23.6147 26.2534 23.7067 26.1734 23.8134C26.064 23.96 25.9387 24.1254 25.7654 24.2987C25.744 24.32 25.7227 24.3387 25.7 24.3573C21.8974 27.4 21.1667 32.4213 20.5334 36.8627C20.4014 45.5093 20.532 53.9373 20.9334 62.6293C20.9534 63.0707 20.612 63.4453 20.1707 63.4653C20.1574 63.4667 20.1454 63.4667 20.1334 63.4667Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M45.2787 52.3187C44.868 52.3187 44.5174 52.0027 44.4827 51.5853C44.3134 49.5773 44.704 48.6573 45.5334 46.9307C45.8374 46.3 46.412 46.1613 46.756 46.0787C46.8307 46.06 46.9014 46.044 46.9627 46.024C47.28 45.924 47.5934 45.8093 47.896 45.6813C48.508 45.428 49.0827 45.1013 49.6107 44.7093C50.6747 43.9053 51.416 42.8227 51.6907 41.6667C51.832 41.084 52.024 39.668 50.7747 39.0373C50.2294 38.7613 49.6947 38.6533 48.2294 39.9413C47.8974 40.2333 47.392 40.2 47.1 39.868C46.808 39.536 46.8414 39.0307 47.1734 38.7387C49.2774 36.8893 50.4947 37.1027 51.4947 37.608C53.0467 38.392 53.7174 40.0893 53.2454 42.0387C52.8854 43.5533 51.9347 44.9573 50.5694 45.988C49.932 46.4613 49.2414 46.8533 48.5134 47.1547C48.168 47.3 47.8067 47.4333 47.4427 47.5467C47.332 47.5813 47.2254 47.608 47.132 47.6307C47.0734 47.6453 46.9974 47.6627 46.948 47.6787C46.1814 49.2787 45.944 49.88 46.0774 51.448C46.1147 51.888 45.788 52.276 45.348 52.312C45.324 52.3173 45.3014 52.3187 45.2787 52.3187Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M35.884 53.4987C35.4587 53.4987 35.1053 53.164 35.0853 52.7347C35.0427 51.796 35.0333 51.324 35.06 50.68C33.4573 50.9893 31.8253 50.7053 30.5667 50.4853C28.5333 50.1267 26.9533 49.4027 25.736 48.2707C23.4987 46.1867 22.4547 42.808 22.8707 38.9987C23.0267 37.5867 23.608 35.4853 24.428 33.3773C24.588 32.9653 25.052 32.7613 25.464 32.9213C25.876 33.0813 26.08 33.5453 25.92 33.9573C25.0107 36.296 24.5707 38.1853 24.4613 39.1733C24.1 42.4733 24.9613 45.3627 26.8267 47.0987C27.824 48.0267 29.1 48.6013 30.8427 48.908C32.624 49.2187 34.2133 49.428 35.62 48.8533C35.8747 48.7493 36.1653 48.784 36.3893 48.944C36.6133 49.1053 36.7387 49.3693 36.7213 49.644C36.636 50.9853 36.6213 51.2813 36.6853 52.6573C36.7053 53.0987 36.364 53.4733 35.9227 53.4933C35.9093 53.4987 35.8973 53.4987 35.884 53.4987Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M29.124 37.3467C29.6395 37.3467 30.0573 36.8393 30.0573 36.2134C30.0573 35.5874 29.6395 35.08 29.124 35.08C28.6085 35.08 28.1907 35.5874 28.1907 36.2134C28.1907 36.8393 28.6085 37.3467 29.124 37.3467Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M33.6573 37.66C34.1728 37.66 34.5907 37.1526 34.5907 36.5267C34.5907 35.9008 34.1728 35.3933 33.6573 35.3933C33.1419 35.3933 32.724 35.9008 32.724 36.5267C32.724 37.1526 33.1419 37.66 33.6573 37.66Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
618
+ }
619
+ ]
620
+ },
621
+ {
622
+ "id": "hm1-p-000012",
623
+ "source": {
624
+ "groupId": "head",
625
+ "sourceGroupName": "Head",
626
+ "partId": "012"
627
+ },
628
+ "name": "side-swept-lob",
629
+ "aliases": [
630
+ "head-side-swept-lob"
631
+ ],
632
+ "selectionSlot": "head",
633
+ "uiGroups": [
634
+ "head"
635
+ ],
636
+ "layers": [
637
+ {
638
+ "layerSlot": "head",
639
+ "svgPath": "assets/humation-1/head/012.svg",
640
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M34.6667 51.388C33.968 51.9693 32.9693 52.2787 32.1333 51.9213C31.7253 51.748 31.3733 51.4293 30.9333 51.3547C30.0573 51.2067 29.3787 52.0587 28.608 52.5C27.4507 53.1667 25.928 52.86 24.8533 52.072C23.7787 51.284 23.076 50.0933 22.5 48.892C20.4587 44.6387 19.652 39.7827 20.3267 35.1133C21.0013 30.444 23.1813 25.988 26.5333 22.6667C27.8187 21.3907 29.3147 20.2587 31.056 19.7533C31.9893 19.4867 32.9787 19.3987 33.932 19.18C35.556 18.8067 37.08 18.0413 38.7253 17.776C40.3707 17.5107 42.2987 17.8987 43.1827 19.312L46.9627 20.9907C48.5067 21.084 50.008 21.5373 51.3467 22.3147C52.684 23.092 53.8213 24.172 54.6667 25.4667C58.2333 31.0467 55.4347 38.6507 57.6867 44.8787C58.1427 46.1427 58.7107 47.792 57.6587 48.6293C56.492 49.5627 54.6 48.3213 53.3187 49.088C52.7853 49.4093 51.224 51.5867 49.5427 51.2213C48.5867 51.0133 46.8387 50.7347 46.96 49.468L34.6667 51.388Z\" fill=\"var(--hm-hair, #000000)\"/>\n<path d=\"M35.8853 53.3653C35.82 51.976 35.8333 50.9853 35.9227 49.5973C34.58 50.148 32.9773 49.808 31.5787 49.5667C30.2213 49.5013 29.0213 48.968 27.8213 48.4347C26.2213 47.6347 25.0213 46.168 24.3547 44.568C22.888 40.8347 24.6667 36.1333 25.8667 32.5333C32.5333 34.1333 39.2 30.1333 42.356 24.368C45.8613 33.412 43.2133 35.6347 46.96 38.356L47.8227 39.0013C49.352 37.6573 50.3107 37.9173 51.3147 38.424C52.744 39.1453 52.6267 40.5587 52.468 41.852C52.132 43.2653 51.396 44.456 50.2467 45.324C49.6667 45.7547 49.0347 46.1133 48.3667 46.3907C48.0387 46.5293 47.704 46.652 47.364 46.7587C46.9813 46.88 46.5947 46.876 46.4147 47.2493C45.6227 48.9 45.312 50.6067 45.4667 52.432L35.8853 53.3653Z\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M46.96 39.156C46.7973 39.156 46.632 39.1067 46.4907 39.0027C44.1773 37.3227 43.992 35.7227 43.712 33.3027C43.5173 31.6214 43.26 29.4014 42.172 26.2C40.5413 28.596 38.3253 30.5947 35.8 31.9214C32.536 33.636 29.036 34.1173 25.68 33.312C25.2507 33.2093 24.9853 32.7774 25.0893 32.348C25.192 31.9187 25.624 31.6533 26.0533 31.7573C29.0267 32.4707 32.14 32.0387 35.056 30.5067C37.7973 29.0667 40.1413 26.7507 41.6547 23.9867C41.804 23.7133 42.0973 23.5533 42.4093 23.572C42.72 23.592 42.9907 23.7907 43.1027 24.0813C44.7467 28.3227 45.068 31.096 45.3013 33.1214C45.5653 35.4027 45.6853 36.444 47.4307 37.7107C47.788 37.9707 47.868 38.4707 47.608 38.828C47.4507 39.0413 47.2067 39.156 46.96 39.156Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M27.1813 53.664C26.232 53.664 25.236 53.344 24.3893 52.7227C23.1147 51.788 22.3293 50.3733 21.788 49.244C19.656 44.7973 18.8587 39.74 19.544 35.004C20.256 30.0893 22.5387 25.5053 25.9707 22.0987C27.5947 20.48 29.1853 19.46 30.832 18.9827C31.424 18.8107 32.02 18.7107 32.5973 18.6147C32.9987 18.548 33.3787 18.484 33.752 18.3987C34.4253 18.244 35.0813 18.0173 35.776 17.7773C36.676 17.4667 37.608 17.144 38.5973 16.9853C40.304 16.7107 42.7067 17.0427 43.86 18.8867C44.0947 19.2613 43.98 19.7547 43.6053 19.9893C43.2307 20.224 42.7373 20.1093 42.5027 19.7347C42.0053 18.9387 40.6827 18.2693 38.8507 18.564C37.9987 18.7013 37.172 18.9867 36.2973 19.2893C35.5933 19.532 34.8653 19.784 34.108 19.9587C33.6867 20.0547 33.2653 20.1253 32.8587 20.1933C32.3027 20.2867 31.7787 20.3733 31.276 20.52C29.8933 20.9213 28.5267 21.8093 27.0973 23.2347C23.908 26.4 21.788 30.6613 21.1253 35.2347C20.4853 39.66 21.232 44.3893 23.228 48.5533C23.7173 49.5733 24.3507 50.7133 25.3333 51.4347C26.248 52.1053 27.4347 52.2613 28.2187 51.8133C28.4013 51.7093 28.5933 51.5627 28.7973 51.4093C29.384 50.9653 30.116 50.412 31.0733 50.5747C31.4907 50.6453 31.8267 50.8427 32.096 51.0013C32.224 51.076 32.344 51.148 32.4507 51.192C33.0053 51.428 33.7107 51.1547 34.1627 50.78C34.5027 50.4987 35.0067 50.5453 35.2893 50.8853C35.5707 51.2253 35.524 51.7293 35.184 52.012C34.176 52.8467 32.8587 53.1027 31.828 52.6653C31.6253 52.58 31.444 52.4733 31.2853 52.38C31.104 52.2733 30.9333 52.1733 30.8067 52.1507C30.5307 52.104 30.1573 52.3853 29.764 52.684C29.5293 52.8613 29.2853 53.0453 29.0147 53.2013C28.468 53.5107 27.836 53.664 27.1813 53.664Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M49.9387 52.064C49.7533 52.064 49.5653 52.0453 49.372 52.0027C48.14 51.7347 46.0907 50.3627 45.1187 48.8214C44.8827 48.448 44.9947 47.9533 45.3693 47.7174C45.7427 47.4814 46.2373 47.5934 46.4733 47.968C47.2213 49.156 48.928 50.268 49.712 50.4387C50.5667 50.624 51.592 49.6147 52.2053 49.0107C52.4907 48.7307 52.696 48.528 52.9053 48.4014C53.7613 47.8894 54.708 48.0093 55.5427 48.1147C56.336 48.2147 56.84 48.2573 57.1587 48.0027C57.736 47.5427 57.364 46.34 56.9333 45.148C55.8893 42.2627 55.8813 39.1294 55.8733 36.1C55.864 32.352 55.8547 28.812 53.9907 25.896C53.2213 24.716 52.1653 23.7134 50.9413 23.0027C49.7173 22.292 48.324 21.8707 46.9107 21.7854C46.4693 21.7587 46.1333 21.38 46.16 20.9387C46.1867 20.4974 46.5653 20.1614 47.0067 20.188C48.668 20.288 50.3067 20.7827 51.7453 21.6187C53.184 22.4547 54.4253 23.6334 55.3347 25.028C57.4533 28.3414 57.4627 32.284 57.4733 36.096C57.4813 38.9893 57.488 41.9814 58.4373 44.6054C58.9013 45.8907 59.6773 48.0427 58.1547 49.2547C57.2867 49.9494 56.208 49.8133 55.34 49.7027C54.7053 49.6227 54.1067 49.5467 53.7267 49.7733C53.668 49.8147 53.4773 50.0014 53.3253 50.1507C52.58 50.888 51.384 52.064 49.9387 52.064Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M45.2787 52.3187C44.868 52.3187 44.5173 52.0027 44.4827 51.5853C44.3133 49.5773 44.704 48.6573 45.5333 46.9307C45.8373 46.3 46.412 46.1613 46.756 46.0787C46.8307 46.06 46.9013 46.044 46.9627 46.024C47.28 45.924 47.5933 45.8093 47.896 45.6813C48.508 45.428 49.0827 45.1013 49.6107 44.7093C50.6747 43.9053 51.416 42.8227 51.6907 41.6667C51.832 41.084 52.024 39.668 50.7747 39.0373C50.2293 38.7613 49.6947 38.6533 48.2293 39.9413C47.8973 40.2333 47.392 40.2 47.1 39.868C46.808 39.536 46.8413 39.0307 47.1733 38.7387C49.2773 36.8893 50.4947 37.1027 51.4947 37.608C53.0467 38.392 53.7173 40.0893 53.2453 42.0387C52.8853 43.5533 51.9347 44.9573 50.5693 45.988C49.932 46.4613 49.2413 46.8533 48.5133 47.1547C48.168 47.3 47.8067 47.4333 47.4427 47.5467C47.332 47.5813 47.2253 47.608 47.132 47.6307C47.0733 47.6453 46.9973 47.6627 46.948 47.6787C46.1813 49.2787 45.944 49.88 46.0773 51.448C46.1147 51.888 45.788 52.276 45.348 52.312C45.324 52.3173 45.3013 52.3187 45.2787 52.3187Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M35.884 53.4987C35.4587 53.4987 35.1053 53.164 35.0853 52.7347C35.0427 51.796 35.0333 51.324 35.06 50.68C33.4573 50.9893 31.8253 50.7053 30.5667 50.4853C28.5333 50.1267 26.9533 49.4027 25.736 48.2707C23.4987 46.1867 22.4547 42.808 22.8707 38.9987C23.0267 37.5867 23.608 35.4853 24.428 33.3773C24.588 32.9653 25.052 32.7613 25.464 32.9213C25.876 33.0813 26.08 33.5453 25.92 33.9573C25.0107 36.296 24.5707 38.1853 24.4613 39.1733C24.1 42.4733 24.9613 45.3627 26.8267 47.0987C27.824 48.0267 29.1 48.6013 30.8427 48.908C32.624 49.2187 34.2133 49.428 35.62 48.8533C35.8747 48.7493 36.1653 48.784 36.3893 48.944C36.6133 49.1053 36.7387 49.3693 36.7213 49.644C36.636 50.9853 36.6213 51.2813 36.6853 52.6573C36.7053 53.0987 36.364 53.4733 35.9227 53.4933C35.9093 53.4987 35.8973 53.4987 35.884 53.4987Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M29.124 37.3467C29.6395 37.3467 30.0573 36.8393 30.0573 36.2134C30.0573 35.5874 29.6395 35.08 29.124 35.08C28.6085 35.08 28.1907 35.5874 28.1907 36.2134C28.1907 36.8393 28.6085 37.3467 29.124 37.3467Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M33.6573 37.66C34.1728 37.66 34.5907 37.1526 34.5907 36.5267C34.5907 35.9008 34.1728 35.3933 33.6573 35.3933C33.1419 35.3933 32.724 35.9008 32.724 36.5267C32.724 37.1526 33.1419 37.66 33.6573 37.66Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
641
+ }
642
+ ]
643
+ },
644
+ {
645
+ "id": "hm1-p-000013",
646
+ "source": {
647
+ "groupId": "head",
648
+ "sourceGroupName": "Head",
649
+ "partId": "013"
650
+ },
651
+ "name": "blunt-bob",
652
+ "aliases": [
653
+ "head-blunt-bob"
654
+ ],
655
+ "selectionSlot": "head",
656
+ "uiGroups": [
657
+ "head"
658
+ ],
659
+ "layers": [
660
+ {
661
+ "layerSlot": "head",
662
+ "svgPath": "assets/humation-1/head/013.svg",
663
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M34.908 51.4666C28.7093 51.8986 22.4987 50.8307 16.8 48.352C16.9107 43.86 17.4867 39.392 18.52 35.0187C19.0787 32.6507 19.78 30.2893 20.976 28.128C22.0427 26.2093 23.4693 24.484 24.956 22.8187C26.4427 21.1533 28.0067 19.5227 29.916 18.272C35.1387 14.8507 42.5973 14.8373 48.1387 17.812L50.7533 18.7693C53.6747 19.448 55.1707 22.3693 55.9933 25.02C58.56 33.2773 58.4373 42.004 58.296 50.5853C54.584 51.5707 50.7307 51.9106 46.9027 51.5906L34.908 51.4666Z\" fill=\"var(--hm-hair, #000000)\"/>\n<path d=\"M35.8853 53.4C35.8213 52.0107 35.8347 51.2867 35.9227 49.8987C34.2587 50.5787 32.4187 50.2987 30.704 50C29.06 49.7107 27.5227 49.1427 26.2813 47.988C23.952 45.8187 23.3333 42.4347 23.6667 39.3893C23.8 38.18 24.3147 36.1827 25.1747 33.9707L26.7853 31.616C34.0173 34.7227 40.0773 35.8227 40.2227 35.0693C40.2667 35.2267 45.1373 28.568 45.212 28.4347C45.2213 28.4213 45.252 28.424 45.248 28.4347C43.0893 37.796 45.5973 38.6893 46.4267 39.448L47.7013 39.6333C49.2307 38.2893 50.1307 38.1093 51.1347 38.616C52.564 39.3373 52.7787 40.8627 52.468 42.144C52.132 43.5573 51.236 44.776 50.0867 45.644C49.5067 46.0747 48.8747 46.4333 48.2067 46.7107C47.8787 46.8493 47.544 46.972 47.204 47.0787C46.8213 47.2 46.4347 47.196 46.2547 47.5693C45.4627 49.22 45.1253 50.3867 45.28 52.2107\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M46.4266 39.9467C46.2333 39.9467 46.04 39.8773 45.8866 39.7373C45.8346 39.6893 45.76 39.632 45.6746 39.564C45.1386 39.1413 44.24 38.4347 43.824 36.6213C43.5173 35.288 43.5133 33.5667 43.8146 31.4053C43.612 31.68 43.456 31.8907 43.3866 31.984C42.6973 32.9147 42.1106 33.696 41.6893 34.2453C41.4386 34.572 41.24 34.8253 41.0973 35C41.0186 35.0973 40.9413 35.192 40.8586 35.276C40.7666 35.4093 40.64 35.52 40.484 35.6027C39.812 35.9587 38.12 35.8027 35.452 35.1387C32.7146 34.4587 29.5253 33.36 26.4693 32.048C26.064 31.8733 25.876 31.4027 26.0506 30.9973C26.2253 30.592 26.696 30.404 27.1013 30.5787C33.5186 33.336 38.5986 34.3187 39.6666 34.192C39.692 34.168 39.7173 34.1453 39.7453 34.1253C40.3453 33.444 44.1786 28.2347 44.5346 27.7067C44.5413 27.696 44.5493 27.684 44.5573 27.6733C44.796 27.3347 45.252 27.2253 45.6186 27.42C45.9426 27.592 46.108 27.964 46.0266 28.3133C44.1746 36.3467 45.856 37.6707 46.664 38.3067C46.7706 38.3907 46.8706 38.4693 46.9666 38.5573C47.292 38.856 47.3146 39.3613 47.0173 39.688C46.8586 39.8587 46.6426 39.9467 46.4266 39.9467ZM45.8653 28.592C45.86 28.6013 45.8533 28.6107 45.8453 28.62C45.8533 28.612 45.86 28.6027 45.8653 28.592ZM44.5333 27.7107C44.524 27.7253 44.5173 27.7373 44.5146 27.7427C44.52 27.732 44.5266 27.7213 44.5333 27.7107Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M49.708 52.5053C48.752 52.5053 47.796 52.4653 46.8373 52.3853C46.3973 52.348 46.0693 51.9613 46.1066 51.5213C46.144 51.0813 46.5306 50.7533 46.9706 50.7907C50.516 51.0867 54.0573 50.8067 57.508 49.9587C57.6413 41.7347 57.7186 33.256 55.2306 25.2547C54.204 21.9453 52.6373 20.0253 50.5733 19.5453C50.1426 19.4453 49.8746 19.016 49.9746 18.5853C50.0746 18.1547 50.504 17.8867 50.9346 17.9867C53.5906 18.604 55.5506 20.8893 56.7573 24.78C59.3813 33.224 59.236 42.0547 59.096 50.596C59.0906 50.9533 58.8466 51.264 58.5013 51.356C55.62 52.12 52.672 52.5053 49.708 52.5053Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M32.248 52.3587C26.8413 52.3587 21.4413 51.2427 16.4813 49.0853C16.1826 48.956 15.992 48.6573 16.0013 48.332C16.1133 43.7933 16.6986 39.252 17.7426 34.8347C18.2533 32.668 18.9546 30.1307 20.2773 27.74C21.4186 25.688 22.9133 23.9053 24.36 22.2853C26.0773 20.3627 27.604 18.8293 29.4786 17.6027C32.136 15.8627 35.3906 14.908 38.8946 14.844C42.264 14.7827 45.684 15.5853 48.5186 17.108C48.908 17.3173 49.0546 17.8027 48.8453 18.1907C48.636 18.58 48.152 18.7267 47.7626 18.5173C42.34 15.6067 35.1826 15.78 30.3573 18.9413C28.6293 20.0733 27.188 21.5227 25.556 23.352C24.1706 24.904 22.7426 26.6027 21.6786 28.5173C20.4506 30.736 19.788 33.1427 19.3026 35.2027C18.3253 39.3373 17.76 43.5827 17.62 47.8307C23.044 50.0973 28.9906 51.0773 34.8573 50.6693C35.2973 50.6373 35.68 50.9707 35.7106 51.412C35.7413 51.8533 35.4093 52.2347 34.968 52.2653C34.06 52.328 33.1533 52.3587 32.248 52.3587Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M45.2787 52.3187C44.868 52.3187 44.5173 52.004 44.4827 51.5853C44.3133 49.5773 44.704 48.6587 45.5333 46.9307C45.8373 46.3 46.412 46.1613 46.756 46.0787C46.8307 46.06 46.9013 46.044 46.9627 46.024C47.28 45.924 47.5933 45.8093 47.896 45.6813C48.508 45.428 49.0827 45.1013 49.6107 44.7093C50.6747 43.9053 51.416 42.824 51.6907 41.6667C51.832 41.084 52.024 39.668 50.7747 39.0373C50.2293 38.7613 49.6947 38.6533 48.2293 39.9413C47.8973 40.2333 47.392 40.2 47.1 39.868C46.808 39.536 46.8413 39.0307 47.1733 38.7387C49.2773 36.8893 50.4933 37.1027 51.4947 37.608C53.0467 38.392 53.7173 40.0893 53.2453 42.0387C52.8853 43.5533 51.9347 44.9573 50.5693 45.988C49.932 46.4613 49.2413 46.8533 48.5133 47.1547C48.168 47.3 47.8067 47.4333 47.4427 47.5467C47.332 47.5813 47.2253 47.608 47.132 47.6307C47.0733 47.6453 46.9973 47.6627 46.948 47.6787C46.1813 49.2787 45.944 49.88 46.0773 51.448C46.1147 51.888 45.788 52.2747 45.348 52.312C45.324 52.3173 45.3013 52.3187 45.2787 52.3187Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M35.8853 53.4987C35.46 53.4987 35.1067 53.164 35.0867 52.7347C35.044 51.796 35.0347 51.324 35.0613 50.68C33.4587 50.9893 31.8267 50.7053 30.568 50.4853C28.5347 50.1267 26.9547 49.4027 25.7373 48.2707C23.5 46.1867 22.456 42.808 22.872 38.9987C23.028 37.5867 23.6093 35.4853 24.4293 33.3773C24.5893 32.9653 25.0533 32.7613 25.4653 32.9213C25.8773 33.0813 26.0813 33.5453 25.9213 33.9573C25.012 36.296 24.572 38.1853 24.4627 39.1733C24.1013 42.4733 24.9627 45.3627 26.828 47.0987C27.8253 48.0267 29.1013 48.6013 30.844 48.908C32.6253 49.2187 34.216 49.428 35.6213 48.8533C35.876 48.7493 36.1667 48.784 36.3907 48.944C36.6147 49.1053 36.74 49.3693 36.7227 49.644C36.6373 50.9853 36.6227 51.2813 36.6867 52.6573C36.7067 53.0987 36.3653 53.4733 35.924 53.4933C35.9093 53.4987 35.8973 53.4987 35.8853 53.4987Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M29.124 37.3467C29.6395 37.3467 30.0573 36.8393 30.0573 36.2134C30.0573 35.5874 29.6395 35.08 29.124 35.08C28.6085 35.08 28.1907 35.5874 28.1907 36.2134C28.1907 36.8393 28.6085 37.3467 29.124 37.3467Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M33.6573 37.66C34.1728 37.66 34.5907 37.1526 34.5907 36.5267C34.5907 35.9008 34.1728 35.3933 33.6573 35.3933C33.1419 35.3933 32.724 35.9008 32.724 36.5267C32.724 37.1526 33.1419 37.66 33.6573 37.66Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
664
+ }
665
+ ]
666
+ },
667
+ {
668
+ "id": "hm1-p-000014",
669
+ "source": {
670
+ "groupId": "head",
671
+ "sourceGroupName": "Head",
672
+ "partId": "014"
673
+ },
674
+ "name": "bun",
675
+ "aliases": [
676
+ "head-bun"
677
+ ],
678
+ "selectionSlot": "head",
679
+ "uiGroups": [
680
+ "head"
681
+ ],
682
+ "layers": [
683
+ {
684
+ "layerSlot": "head",
685
+ "svgPath": "assets/humation-1/head/014.svg",
686
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M47.8307 49.1467C49.492 49.444 51.2373 49.0373 52.696 48.1893C55.9907 46.276 57.68 42.3227 57.8427 38.5213C58.0053 34.72 56.876 30.9827 55.692 27.3627C55.5587 26.9627 55.432 26.5213 55.6067 26.14C55.8573 25.588 56.572 25.4733 57.1667 25.364C58.4387 25.12 59.62 24.5373 60.588 23.6787C61.556 22.82 62.2747 21.7147 62.668 20.4813C63.0613 19.248 63.1147 17.932 62.824 16.6707C62.532 15.4093 61.9053 14.2507 61.0107 13.3147C59.2773 11.5107 56.6827 10.72 54.1827 10.7667C51.8973 10.808 49.5613 11.54 47.9093 13.12C46.2573 14.7 45.4147 17.2 46.1333 19.3733L44.9573 19.752C41.0733 18.1827 36.648 17.92 32.648 19.1667C28.648 20.4133 25.1173 23.1853 23.088 26.8507C21.932 28.9387 21.2653 31.2707 20.9187 33.632C20.6013 35.7973 21.9413 39.5093 23.5867 40.956L26.7453 32.876C28.816 33.212 30.9267 32.6987 32.9253 32.0613C36.62 30.8827 40.4267 29.04 42.2587 25.6227C41.6173 27.4053 41.636 29.1907 41.7747 30.94C41.908 32.5813 42.1467 34.248 42.872 35.7267C43.5973 37.2053 44.872 38.4853 46.4787 38.864\" fill=\"var(--hm-hair, #000000)\"/>\n<path d=\"M45.2667 52.4C45.1147 50.5747 45.472 48.932 46.2667 47.2813C46.4467 46.908 46.8334 46.912 47.216 46.7907C47.556 46.684 47.8894 46.5613 48.2187 46.4227C48.8867 46.1453 49.5174 45.7867 50.0987 45.356C51.248 44.488 52.144 43.2693 52.48 41.856C52.7854 40.5747 52.5707 39.0493 51.1467 38.328C50.1427 37.8213 49.2427 38.0013 47.7134 39.3453L46.488 38.8653C44.888 38.4867 43.6067 37.2067 42.8814 35.728C42.156 34.2493 41.9147 32.5827 41.784 30.9413C41.6507 29.192 41.6267 27.4067 42.268 25.624C40.432 29.0413 36.6254 30.884 32.9347 32.0627C30.9347 32.7 28.8254 33.2133 26.7547 32.8773L25.1907 33.6773C24.3307 35.8893 23.8134 37.8867 23.6827 39.096C23.3534 42.1413 23.968 45.5253 26.2974 47.6947C27.5387 48.8493 29.076 49.4173 30.72 49.7067C32.4347 50.0093 34.2747 50.2853 35.9387 49.6053C35.8507 50.9933 35.8374 51.984 35.9014 53.3733\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M46.476 39.6613C46.4147 39.6613 46.3534 39.6547 46.2907 39.64C44.596 39.2387 43.048 37.9067 42.1507 36.076C41.3387 34.4187 41.1 32.58 40.9747 31C40.9174 30.24 40.8774 29.456 40.9054 28.6587C39.104 30.368 36.544 31.7413 33.1667 32.82C31.208 33.444 28.8974 34.0333 26.6147 33.6627C26.1787 33.592 25.8827 33.1813 25.9534 32.7453C26.024 32.3093 26.436 32.0133 26.8707 32.084C28.8147 32.3987 30.812 31.892 32.68 31.2973C37.3067 29.82 40.1254 27.896 41.552 25.2427C41.7507 24.8733 42.2 24.72 42.5827 24.8907C42.9654 25.0613 43.152 25.4987 43.0094 25.892C42.448 27.4507 42.428 29.0133 42.5707 30.8773C42.684 32.304 42.8947 33.9573 43.588 35.372C44.2774 36.7773 45.4267 37.7907 46.66 38.0827C47.0894 38.184 47.356 38.616 47.2547 39.0453C47.168 39.4133 46.8387 39.6613 46.476 39.6613Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M22.312 40.5653C22.124 40.5653 21.936 40.5 21.784 40.3667C20.216 38.988 19.656 36.684 20.1214 33.516C20.5147 30.8347 21.276 28.4627 22.3827 26.4627C24.4814 22.6707 28.1347 19.7333 32.404 18.4027C36.5334 17.116 41.096 17.3307 45.2507 19.0107C45.66 19.176 45.8587 19.6427 45.6934 20.052C45.528 20.4613 45.0614 20.66 44.652 20.4947C40.8387 18.9547 36.6587 18.7533 32.88 19.9307C29 21.14 25.684 23.804 23.7814 27.2387C22.768 29.0693 22.0694 31.2587 21.704 33.7493C21.324 36.3453 21.7054 38.168 22.8414 39.1653C23.1734 39.4573 23.2054 39.9627 22.9134 40.2947C22.7547 40.4733 22.5334 40.5653 22.312 40.5653Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M48.9507 50.044C48.528 50.044 48.108 50.008 47.6974 49.9347C47.2627 49.8573 46.9734 49.4413 47.0507 49.0067C47.128 48.572 47.544 48.2827 47.9787 48.36C49.38 48.6107 50.916 48.304 52.3014 47.4987C55.6014 45.5827 56.9187 41.588 57.0507 38.488C57.2054 34.8787 56.14 31.284 54.9387 27.612C54.8014 27.1947 54.572 26.4933 54.8867 25.808C55.296 24.9053 56.288 24.7187 56.944 24.5947L57.024 24.58C58.152 24.3627 59.204 23.8453 60.064 23.0813C60.924 22.3173 61.564 21.3347 61.9134 20.24C62.2627 19.144 62.3107 17.9733 62.052 16.852C61.7934 15.732 61.236 14.7 60.44 13.8693C58.9934 12.36 56.7227 11.5227 54.2054 11.568C51.932 11.6093 49.8414 12.3853 48.4707 13.6987C46.944 15.1613 46.3107 17.3427 46.8947 19.1253C47.032 19.5453 46.804 19.9973 46.384 20.1347C45.964 20.272 45.512 20.044 45.3747 19.624C44.6027 17.268 45.4027 14.4227 47.364 12.544C49.0467 10.932 51.4654 10.0173 54.176 9.96801C57.1374 9.91334 59.8414 10.9307 61.596 12.7627C62.5907 13.8013 63.2867 15.0907 63.6107 16.492C63.9347 17.8933 63.8747 19.3573 63.4387 20.7267C63.0014 22.096 62.2027 23.324 61.1267 24.2787C60.052 25.2333 58.7374 25.88 57.3254 26.152L57.24 26.168C56.9494 26.2227 56.4094 26.324 56.3427 26.4733C56.288 26.592 56.4134 26.9733 56.46 27.116C57.708 30.9333 58.816 34.68 58.6494 38.5587C58.4574 43.0533 56.3334 47.0093 53.1054 48.884C51.7894 49.6453 50.3507 50.044 48.9507 50.044Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M45.2787 52.3187C44.868 52.3187 44.5174 52.004 44.4827 51.5853C44.3134 49.5773 44.704 48.6587 45.5334 46.9307C45.8374 46.3 46.412 46.1613 46.756 46.0787C46.8307 46.06 46.9014 46.044 46.9627 46.024C47.28 45.924 47.5934 45.8093 47.896 45.6813C48.508 45.428 49.0827 45.1013 49.6107 44.7093C50.6747 43.9053 51.416 42.824 51.6907 41.6667C51.832 41.084 52.024 39.668 50.7747 39.0373C50.2294 38.7613 49.6947 38.6533 48.2294 39.9413C47.8974 40.2333 47.392 40.2 47.1 39.868C46.808 39.536 46.8414 39.0307 47.1734 38.7387C49.2774 36.8893 50.4934 37.1027 51.4947 37.608C53.0467 38.392 53.7174 40.0893 53.2454 42.0387C52.8854 43.5533 51.9347 44.9573 50.5694 45.988C49.932 46.4613 49.2414 46.8533 48.5134 47.1547C48.168 47.3 47.8067 47.4333 47.4427 47.5467C47.332 47.5813 47.2254 47.608 47.132 47.6307C47.0734 47.6453 46.9974 47.6627 46.948 47.6787C46.1814 49.2787 45.944 49.88 46.0774 51.448C46.1147 51.888 45.788 52.2747 45.348 52.312C45.324 52.3173 45.3014 52.3187 45.2787 52.3187Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M35.8854 53.4987C35.46 53.4987 35.1067 53.164 35.0867 52.7347C35.044 51.796 35.0347 51.324 35.0614 50.68C33.4587 50.9893 31.8267 50.7053 30.568 50.4853C28.5347 50.1267 26.9547 49.4027 25.7374 48.2707C23.5 46.1867 22.456 42.808 22.872 38.9987C23.028 37.5867 23.6094 35.4853 24.4294 33.3773C24.5894 32.9653 25.0534 32.7613 25.4654 32.9213C25.8774 33.0813 26.0814 33.5453 25.9214 33.9573C25.012 36.296 24.572 38.1853 24.4627 39.1733C24.1014 42.4733 24.9627 45.3627 26.828 47.0987C27.8254 48.0267 29.1014 48.6013 30.844 48.908C32.6254 49.2187 34.216 49.428 35.6214 48.8533C35.876 48.7493 36.1667 48.784 36.3907 48.944C36.6147 49.1053 36.74 49.3693 36.7227 49.644C36.6374 50.9853 36.6227 51.2813 36.6867 52.6573C36.7067 53.0987 36.3654 53.4733 35.924 53.4933C35.9094 53.4987 35.8974 53.4987 35.8854 53.4987Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M29.124 37.3467C29.6395 37.3467 30.0573 36.8393 30.0573 36.2134C30.0573 35.5874 29.6395 35.08 29.124 35.08C28.6085 35.08 28.1907 35.5874 28.1907 36.2134C28.1907 36.8393 28.6085 37.3467 29.124 37.3467Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M33.6573 37.66C34.1728 37.66 34.5907 37.1526 34.5907 36.5267C34.5907 35.9008 34.1728 35.3933 33.6573 35.3933C33.1419 35.3933 32.724 35.9008 32.724 36.5267C32.724 37.1526 33.1419 37.66 33.6573 37.66Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
687
+ }
688
+ ]
689
+ },
690
+ {
691
+ "id": "hm1-p-000015",
692
+ "source": {
693
+ "groupId": "head",
694
+ "sourceGroupName": "Head",
695
+ "partId": "015"
696
+ },
697
+ "name": "low-side-bun",
698
+ "aliases": [
699
+ "head-low-side-bun"
700
+ ],
701
+ "selectionSlot": "head",
702
+ "uiGroups": [
703
+ "head"
704
+ ],
705
+ "layers": [
706
+ {
707
+ "layerSlot": "head",
708
+ "svgPath": "assets/humation-1/head/015.svg",
709
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M46.744 39.084C44.376 38.0693 42.8 35.692 42.1654 33.2C41.748 31.5587 41.6854 29.86 41.7654 28.2067C41.772 28.0493 41.7294 27.8947 41.644 27.7613C41.5587 27.6293 41.4347 27.5267 41.2894 27.4667C41.144 27.4067 40.9827 27.3947 40.8294 27.4293C40.676 27.464 40.5374 27.5467 40.432 27.6627C37.6667 30.712 33.9347 32.7133 29.8667 33.3333C28.604 33.5173 27.1894 33.524 26.2014 32.716L23.7147 42.4493L22.648 41.916C21.1947 40.916 20.908 38.9067 20.904 37.1413C20.8907 32.1453 22.2454 26.8747 25.888 23.456C29.3014 20.256 34.2134 19.1467 38.892 19.1C39.948 19.0893 41.0254 19.1293 42.028 19.4533C43.1774 19.824 44.2307 20.5613 45.4374 20.6267L47.26 21.208C51.292 21.2747 54.716 24.62 55.9907 28.4453C57.2654 32.2707 54.736 37.1507 55.9174 40.3907C56.9267 43.16 61.6067 42.604 62.584 45.3867C63.5614 48.1693 62.744 51.4707 60.644 53.54C58.544 55.6093 55.2814 56.3787 52.4547 55.54C51.9774 55.3973 51.4947 55.2027 51.1547 54.8373C50.8147 54.472 50.6534 53.9707 50.5187 53.4853C50.052 51.8013 51.228 49.0467 49.6347 48.3267C48.716 47.912 47.7894 49.2267 46.7867 49.1067L45.5587 49.24\" fill=\"var(--hm-hair, #000000)\"/>\n<path d=\"M45.2854 52.1893C45.1334 50.364 45.472 48.932 46.2667 47.2813C46.4467 46.908 46.8333 46.912 47.216 46.7907C47.556 46.684 47.8894 46.5613 48.2187 46.4227C48.8867 46.1453 49.5187 45.7867 50.0987 45.356C51.248 44.488 52.144 43.2693 52.48 41.856C52.7853 40.5747 52.5707 39.0493 51.1467 38.328C50.1427 37.8213 49.2427 38.0013 47.7133 39.3453L46.756 39.088C44.376 38.0693 42.8 35.692 42.1653 33.2C41.748 31.5587 41.6853 29.86 41.7653 28.2067C41.772 28.0493 41.7293 27.8947 41.644 27.7613C41.5587 27.6293 41.4347 27.5267 41.2894 27.4667C41.144 27.408 40.9827 27.3947 40.8293 27.4293C40.676 27.464 40.5373 27.5467 40.432 27.6627C37.6667 30.712 33.9347 32.7133 29.8667 33.3333C28.604 33.5173 27.1893 33.524 26.2013 32.716L25.1733 33.668C24.3133 35.88 23.796 37.8773 23.6653 39.0867C23.336 42.132 23.9507 45.516 26.28 47.6853C27.5213 48.84 29.0587 49.408 30.7027 49.6973C32.4173 50 34.2573 50.276 35.9213 49.596C35.8333 50.984 35.82 51.9747 35.884 53.364\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M46.744 39.884C46.6386 39.884 46.532 39.8627 46.4293 39.8187C44.0373 38.7933 42.1533 36.3933 41.3906 33.3973C41.0093 31.8973 40.872 30.2653 40.9626 28.2707C38.0866 31.4067 34.1933 33.484 29.988 34.124C28.0853 34.4013 26.684 34.1427 25.696 33.3347C25.3546 33.0547 25.304 32.5507 25.5826 32.2093C25.8626 31.868 26.3666 31.8173 26.708 32.096C27.328 32.604 28.324 32.7493 29.752 32.5413C33.6213 31.952 37.2066 30.028 39.84 27.1253C40.0546 26.888 40.336 26.7227 40.6506 26.6493C40.9653 26.576 41.2906 26.6027 41.5906 26.7253C41.8906 26.8467 42.1413 27.056 42.316 27.328C42.4906 27.6 42.5773 27.9147 42.564 28.2373C42.4733 30.1227 42.592 31.6347 42.94 33.0013C43.5813 35.5187 45.12 37.5173 47.0586 38.3467C47.4653 38.5213 47.6533 38.9907 47.4786 39.3973C47.3493 39.7027 47.0546 39.884 46.744 39.884Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M22.644 42.7173C22.488 42.7173 22.3293 42.672 22.1906 42.576C20.784 41.608 20.1 39.8307 20.1 37.1427C20.084 31.1253 21.944 26.0573 25.3373 22.8733C29.2893 19.1667 34.884 18.34 38.88 18.3013C39.9746 18.2907 41.1426 18.3307 42.2693 18.6933C42.7186 18.84 43.14 19.0293 43.5466 19.212C44.2146 19.512 44.8453 19.796 45.476 19.8293C45.9173 19.8533 46.256 20.2307 46.232 20.672C46.208 21.1133 45.8306 21.4493 45.3893 21.428C44.4613 21.3773 43.6626 21.0187 42.8906 20.672C42.5053 20.4987 42.1413 20.336 41.776 20.216C40.868 19.924 39.8546 19.892 38.8946 19.9013C35.1826 19.9387 30.0066 20.6867 26.4293 24.0413C22.2933 27.9213 21.6893 33.9147 21.6986 37.1413C21.6986 39.2653 22.156 40.612 23.096 41.2587C23.46 41.5093 23.552 42.0067 23.3013 42.3707C23.1493 42.596 22.8986 42.7173 22.644 42.7173Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M54.8066 56.68C53.94 56.68 53.0693 56.5587 52.2253 56.308C51.7106 56.1547 51.0573 55.9107 50.5666 55.384C50.1013 54.884 49.8986 54.2533 49.7453 53.7013C49.5346 52.9387 49.5946 52.084 49.6533 51.256C49.7373 50.0613 49.7586 49.264 49.3026 49.0573C49.176 49 48.7973 49.212 48.5213 49.3667C48.0266 49.644 47.4106 49.988 46.6893 49.9027C46.2506 49.8507 45.9373 49.452 45.9906 49.0133C46.0426 48.5747 46.4413 48.2613 46.88 48.3147C47.084 48.34 47.4173 48.152 47.74 47.972C48.3133 47.6507 49.1 47.2107 49.9626 47.6C51.468 48.28 51.348 49.9933 51.2506 51.3693C51.2013 52.0613 51.1506 52.7773 51.2893 53.2747C51.396 53.6613 51.52 54.0587 51.74 54.2947C51.968 54.5387 52.364 54.68 52.684 54.776C55.244 55.536 58.2173 54.8107 60.0826 52.9733C61.9706 51.112 62.6893 48.1027 61.8293 45.6547C61.4613 44.6053 60.3013 44.152 58.96 43.6267C57.476 43.0453 55.7933 42.388 55.1666 40.6667C54.5213 38.896 54.8386 36.848 55.1746 34.68C55.4946 32.6147 55.8253 30.4787 55.2333 28.7C54.6333 26.9013 53.5333 25.24 52.136 24.0227C50.656 22.7347 48.9666 22.0387 47.2493 22.0093C46.808 22.0027 46.4546 21.6373 46.4626 21.196C46.4693 20.7547 46.8373 20.4013 47.276 20.4093C51.3506 20.4773 55.248 23.6773 56.752 28.1933C57.4666 30.34 57.1053 32.6707 56.756 34.924C56.452 36.8827 56.1653 38.732 56.6706 40.1173C57.0506 41.1587 58.2066 41.6107 59.544 42.1347C61.0373 42.7187 62.728 43.3813 63.34 45.1227C64.4146 48.1827 63.5573 51.7947 61.2066 54.1107C59.516 55.7733 57.176 56.68 54.8066 56.68Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M45.2786 52.3187C44.868 52.3187 44.5173 52.004 44.4826 51.5853C44.3133 49.5773 44.704 48.6587 45.5333 46.9307C45.8373 46.3 46.412 46.1613 46.756 46.0787C46.8306 46.06 46.9013 46.044 46.9626 46.024C47.28 45.924 47.5933 45.8093 47.896 45.6813C48.508 45.428 49.0826 45.1013 49.6106 44.7093C50.6746 43.9053 51.416 42.824 51.6906 41.6667C51.832 41.084 52.024 39.668 50.7746 39.0373C50.2293 38.7613 49.6946 38.6533 48.2293 39.9413C47.8973 40.2333 47.392 40.2 47.1 39.868C46.808 39.536 46.8413 39.0307 47.1733 38.7387C49.2773 36.8893 50.4933 37.1027 51.4946 37.608C53.0466 38.392 53.7173 40.0893 53.2453 42.0387C52.8853 43.5533 51.9346 44.9573 50.5693 45.988C49.932 46.4613 49.2413 46.8533 48.5133 47.1547C48.168 47.3 47.8066 47.4333 47.4426 47.5467C47.332 47.5813 47.2253 47.608 47.132 47.6307C47.0733 47.6453 46.9973 47.6627 46.948 47.6787C46.1813 49.2787 45.944 49.88 46.0773 51.448C46.1146 51.888 45.788 52.2747 45.348 52.312C45.324 52.3173 45.3013 52.3187 45.2786 52.3187Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M35.8853 53.4986C35.46 53.4986 35.1066 53.164 35.0866 52.7347C35.044 51.796 35.0346 51.324 35.0613 50.68C33.4586 50.9893 31.8266 50.7053 30.568 50.4853C28.5346 50.1267 26.9546 49.4027 25.7373 48.2707C23.5 46.1867 22.456 42.808 22.872 38.9986C23.028 37.5866 23.6093 35.4853 24.4293 33.3773C24.5893 32.9653 25.0533 32.7613 25.4653 32.9213C25.8773 33.0813 26.0813 33.5453 25.9213 33.9573C25.012 36.296 24.572 38.1853 24.4626 39.1733C24.1013 42.4733 24.9626 45.3626 26.828 47.0986C27.8253 48.0267 29.1013 48.6013 30.844 48.908C32.6253 49.2187 34.216 49.428 35.6213 48.8533C35.876 48.7493 36.1666 48.784 36.3906 48.944C36.6146 49.1053 36.74 49.3693 36.7226 49.644C36.6373 50.9853 36.6226 51.2813 36.6866 52.6573C36.7066 53.0987 36.3653 53.4733 35.924 53.4933C35.9093 53.4987 35.8973 53.4986 35.8853 53.4986Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M29.124 37.3467C29.6395 37.3467 30.0573 36.8393 30.0573 36.2134C30.0573 35.5874 29.6395 35.08 29.124 35.08C28.6085 35.08 28.1907 35.5874 28.1907 36.2134C28.1907 36.8393 28.6085 37.3467 29.124 37.3467Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M33.6573 37.66C34.1728 37.66 34.5907 37.1526 34.5907 36.5267C34.5907 35.9008 34.1728 35.3933 33.6573 35.3933C33.1419 35.3933 32.724 35.9008 32.724 36.5267C32.724 37.1526 33.1419 37.66 33.6573 37.66Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
710
+ }
711
+ ]
712
+ },
713
+ {
714
+ "id": "hm1-p-000016",
715
+ "source": {
716
+ "groupId": "head",
717
+ "sourceGroupName": "Head",
718
+ "partId": "016"
719
+ },
720
+ "name": "low-twin-buns",
721
+ "aliases": [
722
+ "head-low-twin-buns"
723
+ ],
724
+ "selectionSlot": "head",
725
+ "uiGroups": [
726
+ "head"
727
+ ],
728
+ "layers": [
729
+ {
730
+ "layerSlot": "head",
731
+ "svgPath": "assets/humation-1/head/016.svg",
732
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M26.4774 32.832C27.1987 33.0307 27.9427 33.136 28.6907 33.1467C34.4174 33.3307 40.1041 29.9067 42.6214 24.7587C41.9894 27.328 41.8401 29.9933 42.1827 32.6173C42.3414 33.9333 42.6107 35.26 43.2387 36.428C43.8667 37.596 44.8974 38.5973 46.1721 38.948L45.9707 49.7653C46.5974 49.6107 47.1587 49.26 47.5707 48.7627C47.4081 52.1627 47.3041 55.6813 48.5614 58.8427C49.0614 60.0947 49.8227 61.3147 51.0054 61.9613C52.5934 62.828 54.5814 62.4747 56.2414 61.756C57.3627 61.2707 58.4387 60.6107 59.1987 59.6547C60.7774 57.6707 60.6721 54.7053 59.4467 52.4853C58.2214 50.2653 56.0734 48.6947 53.8121 47.552C55.2694 46.0227 56.3601 44.1813 56.9974 42.1667C57.6361 40.152 57.8067 38.0187 57.4974 35.9293C57.0974 33.368 55.98 30.9827 54.8774 28.6373C54.2187 27.2373 53.5294 25.796 52.3721 24.7707C50.6534 23.2453 48.1761 22.872 46.3347 21.4987L42.6681 20.4427C42.0187 19.092 40.3041 18.584 38.8134 18.728C37.3227 18.872 35.9241 19.5067 34.4587 19.816C33.1574 20.092 31.8081 20.112 30.5187 20.444C26.1494 21.568 23.4827 25.896 21.5534 29.9747C19.9534 33.3467 18.5241 36.9347 18.6201 40.664C18.7161 44.3933 20.7094 48.296 24.2001 49.608C22.3641 50.6093 20.8467 52.1067 19.8201 53.928C19.3947 54.6867 19.0534 55.536 19.1241 56.4027C19.1947 57.2693 19.6961 58.0933 20.3241 58.7227C22.3147 60.716 25.7534 61.04 28.0827 59.4547C30.4121 57.8693 31.3681 54.5493 30.1001 51.7707C31.9401 52.0547 33.8227 51.8267 35.5427 51.1133\" fill=\"var(--hm-hair, #000000)\"/>\n<path d=\"M35.8854 53.3653C35.8214 51.976 35.8347 50.9853 35.9227 49.5973C34.2587 50.2773 32.4187 49.9973 30.7041 49.6987C29.0601 49.4093 27.5227 48.8413 26.2814 47.6867C23.9521 45.5173 23.3334 42.1333 23.6667 39.088C23.8001 37.8787 24.3147 35.8813 25.1747 33.6693L26.4774 32.832C27.1987 33.0307 27.9427 33.136 28.6907 33.1467C34.4174 33.3307 40.1041 29.9067 42.6214 24.7587C41.9894 27.328 41.8414 29.9933 42.1827 32.6173C42.3414 33.9333 42.6107 35.26 43.2387 36.428C43.8667 37.596 44.8974 38.5973 46.1721 38.948L47.6974 39.3413C49.2267 37.9973 50.1267 37.8173 51.1307 38.324C52.5601 39.0453 52.7747 40.5707 52.4641 41.852C52.1281 43.2653 51.2321 44.484 50.0827 45.352C49.5027 45.7827 48.8707 46.1413 48.2027 46.4187C47.8747 46.5573 47.5401 46.68 47.2001 46.7867C46.8174 46.908 46.4307 46.904 46.2507 47.2773C45.4587 48.928 45.1214 50.3613 45.2761 52.1853\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M24.7 61.2587C22.884 61.2587 21.0653 60.584 19.7667 59.284C18.9227 58.4387 18.4147 57.4373 18.3347 56.464C18.2613 55.564 18.5133 54.632 19.1307 53.5333C19.9893 52.0093 21.1627 50.7013 22.5707 49.6907C21.3347 48.9347 20.2733 47.8333 19.456 46.4453C18.4587 44.7533 17.88 42.7067 17.828 40.6813C17.7267 36.756 19.2147 33.0493 20.8387 29.628C22.724 25.6413 25.508 20.9053 30.328 19.6653C31.0867 19.4693 31.852 19.3773 32.592 19.2867C33.1867 19.2147 33.7493 19.1467 34.3013 19.0293C34.8533 18.9133 35.396 18.7467 35.9693 18.572C36.8547 18.3013 37.7707 18.0213 38.744 17.928C40.4627 17.7627 42.5667 18.3667 43.396 20.092C43.588 20.4907 43.42 20.968 43.0213 21.16C42.624 21.352 42.1453 21.184 41.9533 20.7853C41.4613 19.7613 40.024 19.412 38.896 19.52C38.0813 19.5987 37.2813 19.8427 36.4347 20.1013C35.852 20.2787 35.2507 20.4627 34.6293 20.5933C34.0093 20.7253 33.3853 20.8 32.7813 20.8733C32.0613 20.9613 31.38 21.044 30.7227 21.2133C26.5467 22.288 24.0173 26.64 22.2813 30.3107C20.7427 33.5533 19.332 37.048 19.424 40.6373C19.5027 43.708 21.12 47.588 24.4853 48.8533C24.7787 48.964 24.98 49.2347 25.0013 49.5467C25.0227 49.8587 24.8613 50.1547 24.5867 50.3053C22.88 51.236 21.4747 52.6227 20.5213 54.316C20.0693 55.1227 19.8787 55.764 19.9253 56.3333C19.9733 56.9213 20.3267 57.584 20.8947 58.1533C22.608 59.868 25.632 60.1533 27.6373 58.7893C29.688 57.3933 30.452 54.4547 29.3773 52.0987C29.2547 51.8307 29.2893 51.5187 29.4667 51.284C29.644 51.0493 29.936 50.932 30.2267 50.976C31.9227 51.2373 33.656 51.028 35.2413 50.3707C35.6493 50.2013 36.1173 50.3947 36.2867 50.8027C36.456 51.2107 36.2627 51.6787 35.8547 51.848C34.3973 52.4533 32.832 52.7333 31.2667 52.6787C31.9573 55.476 30.9027 58.5027 28.5387 60.112C27.4067 60.884 26.0547 61.2587 24.7 61.2587Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M53.1587 63.2627C52.228 63.2627 51.3734 63.0627 50.632 62.66C49.444 62.0107 48.5014 60.8253 47.8267 59.1347C46.736 56.4053 46.612 53.5173 46.712 50.3587C46.536 50.432 46.3547 50.492 46.1694 50.5373C45.74 50.6427 45.3067 50.3813 45.2014 49.952C45.096 49.5227 45.3574 49.0893 45.7867 48.984C46.244 48.8707 46.6614 48.6093 46.9627 48.2467C47.1827 47.9813 47.5467 47.8867 47.868 48.012C48.1894 48.136 48.3947 48.452 48.3774 48.796C48.204 52.4147 48.1547 55.6453 49.312 58.5413C49.8454 59.8773 50.5467 60.7907 51.3974 61.2547C52.936 62.0893 54.8987 61.464 55.932 61.0173C57.128 60.5 57.9947 59.8893 58.5814 59.152C59.8494 57.5613 59.92 54.9773 58.7547 52.8667C57.7747 51.0907 55.9934 49.5413 53.46 48.2613C53.2347 48.1467 53.076 47.9333 53.032 47.6827C52.9894 47.4333 53.0667 47.1787 53.2414 46.9947C54.608 45.5613 55.6454 43.8067 56.244 41.92C56.8427 40.032 57.0054 38 56.7147 36.0413C56.3294 33.5813 55.228 31.2387 54.1614 28.972C53.5427 27.6573 52.9014 26.2973 51.8494 25.364C51.024 24.6307 49.9707 24.1827 48.856 23.7067C47.8414 23.2747 46.7934 22.8267 45.864 22.1347C45.5094 21.8707 45.4374 21.3693 45.7014 21.0147C45.9654 20.6613 46.4667 20.588 46.8214 20.852C47.5974 21.4307 48.5134 21.8213 49.484 22.2347C50.668 22.7387 51.8907 23.2613 52.912 24.1667C54.2107 25.3187 54.9547 26.8973 55.6107 28.2907C56.724 30.6587 57.876 33.108 58.2974 35.8C58.624 38.004 58.4414 40.2853 57.7707 42.4027C57.204 44.1893 56.2854 45.8707 55.092 47.3187C57.4427 48.6547 59.1454 50.2573 60.1574 52.092C61.6494 54.7947 61.52 58.032 59.8347 60.1467C59.0814 61.0947 58.0134 61.8587 56.5694 62.484C55.3734 63.0027 54.2174 63.2627 53.1587 63.2627Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M46.176 39.748C46.1054 39.748 46.0347 39.7387 45.964 39.7187C44.5707 39.3373 43.3227 38.2747 42.536 36.804C41.7907 35.408 41.532 33.884 41.392 32.712C41.1987 31.2333 41.156 29.748 41.2627 28.272C40.148 29.5773 38.804 30.7147 37.272 31.6373C34.6067 33.2427 31.6334 34.0413 28.672 33.9453C27.8587 33.9333 27.0494 33.8187 26.2654 33.6027C25.8387 33.4853 25.5894 33.0453 25.7067 32.6187C25.824 32.1933 26.264 31.9427 26.6907 32.06C27.3467 32.24 28.0227 32.3373 28.7027 32.3467C28.708 32.3467 28.7134 32.3467 28.7174 32.3467C34.1094 32.5213 39.532 29.2573 41.908 24.4067C42.088 24.04 42.5147 23.8667 42.9 24.0067C43.284 24.1467 43.5014 24.5533 43.404 24.9493C42.7934 27.4333 42.652 29.9773 42.9814 32.5133C43.1667 34.056 43.4654 35.144 43.9494 36.0507C44.528 37.1347 45.4174 37.9093 46.388 38.176C46.8147 38.2933 47.0654 38.7333 46.948 39.1587C46.8507 39.5147 46.528 39.748 46.176 39.748Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M45.2787 52.3187C44.868 52.3187 44.5174 52.0027 44.4827 51.5853C44.3134 49.5773 44.704 48.6573 45.5334 46.9307C45.8374 46.3 46.412 46.1613 46.756 46.0787C46.8307 46.06 46.9014 46.044 46.9627 46.024C47.28 45.924 47.5934 45.8093 47.896 45.6813C48.508 45.428 49.0827 45.1013 49.6107 44.7093C50.6747 43.9053 51.416 42.8227 51.6907 41.6667C51.832 41.084 52.024 39.668 50.7747 39.0373C50.2294 38.7613 49.6947 38.6533 48.2294 39.9413C47.8974 40.2333 47.392 40.2 47.1 39.868C46.808 39.536 46.8414 39.0307 47.1734 38.7387C49.2774 36.8893 50.4947 37.1027 51.4947 37.608C53.0467 38.392 53.7174 40.0893 53.2454 42.0387C52.8854 43.5533 51.9347 44.9573 50.5694 45.988C49.932 46.4613 49.2414 46.8533 48.5134 47.1547C48.168 47.3 47.8067 47.4333 47.4427 47.5467C47.332 47.5813 47.2254 47.608 47.132 47.6307C47.0734 47.6453 46.9974 47.6627 46.948 47.6787C46.1814 49.2787 45.944 49.88 46.0774 51.448C46.1147 51.888 45.788 52.276 45.348 52.312C45.324 52.3173 45.3014 52.3187 45.2787 52.3187Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M35.884 53.4987C35.4587 53.4987 35.1053 53.164 35.0853 52.7347C35.0427 51.796 35.0333 51.324 35.06 50.68C33.4573 50.9893 31.8253 50.7053 30.5667 50.4853C28.5333 50.1267 26.9533 49.4027 25.736 48.2707C23.4987 46.1867 22.4547 42.808 22.8707 38.9987C23.0267 37.5867 23.608 35.4853 24.428 33.3773C24.588 32.9653 25.052 32.7613 25.464 32.9213C25.876 33.0813 26.08 33.5453 25.92 33.9573C25.0107 36.296 24.5707 38.1853 24.4613 39.1733C24.1 42.4733 24.9613 45.3627 26.8267 47.0987C27.824 48.0267 29.1 48.6013 30.8427 48.908C32.624 49.2187 34.2133 49.428 35.62 48.8533C35.8747 48.7493 36.1653 48.784 36.3893 48.944C36.6133 49.1053 36.7387 49.3693 36.7213 49.644C36.636 50.9853 36.6213 51.2813 36.6853 52.6573C36.7053 53.0987 36.364 53.4733 35.9227 53.4933C35.9093 53.4987 35.8973 53.4987 35.884 53.4987Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M29.124 37.3467C29.6395 37.3467 30.0573 36.8393 30.0573 36.2134C30.0573 35.5874 29.6395 35.08 29.124 35.08C28.6085 35.08 28.1907 35.5874 28.1907 36.2134C28.1907 36.8393 28.6085 37.3467 29.124 37.3467Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M33.6573 37.66C34.1728 37.66 34.5907 37.1526 34.5907 36.5267C34.5907 35.9008 34.1728 35.3933 33.6573 35.3933C33.1419 35.3933 32.724 35.9008 32.724 36.5267C32.724 37.1526 33.1419 37.66 33.6573 37.66Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
733
+ }
734
+ ]
735
+ },
736
+ {
737
+ "id": "hm1-p-000017",
738
+ "source": {
739
+ "groupId": "head",
740
+ "sourceGroupName": "Head",
741
+ "partId": "017"
742
+ },
743
+ "name": "ponytail",
744
+ "aliases": [
745
+ "head-ponytail"
746
+ ],
747
+ "selectionSlot": "head",
748
+ "uiGroups": [
749
+ "head"
750
+ ],
751
+ "layers": [
752
+ {
753
+ "layerSlot": "head",
754
+ "svgPath": "assets/humation-1/head/017.svg",
755
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M35.8853 53.3653C35.8213 51.976 35.8347 50.9853 35.9227 49.5973C34.2587 50.2773 32.4187 49.9973 30.704 49.6987C29.06 49.4093 27.5227 48.8413 26.2813 47.6867C23.952 45.5173 23.3333 42.1333 23.6667 39.088C23.8 37.8787 24.3147 35.8813 25.1747 33.6693L25.6653 31.292C26.048 27.888 28.3733 24.88 31.3547 23.1947C34.336 21.5093 37.888 21.0413 41.3027 21.3667C45.1027 21.7293 48.9867 23.1733 51.3547 26.1667C53.7227 29.16 54.0653 33.9 51.424 36.656L47.7013 39.3427C49.2307 37.9987 50.1307 37.8187 51.1347 38.3253C52.564 39.0467 52.7787 40.572 52.468 41.8533C52.132 43.2667 51.236 44.4853 50.0867 45.3533C49.5067 45.784 48.8747 46.1427 48.2067 46.42C47.8787 46.5587 47.544 46.6813 47.204 46.788C46.8213 46.9093 46.4347 46.9053 46.2547 47.2787C45.4627 48.9293 45.1253 50.3627 45.28 52.1867\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M45.0853 20.108C45.532 19.3213 46.1653 18.6573 46.9293 18.1733C47.6933 17.6893 48.564 17.4013 49.4667 17.3333C53.0667 17.0667 56.8 18.6667 58.5333 22C59.7333 24.2667 60.5333 26.5333 60.6667 28.9333C60.8227 30.532 60.7773 32.1453 60.5333 33.7333C60.1333 36.8 59.0667 39.4667 58.1333 42.4C57.3333 45.2 57.3333 48.2667 58.8 50.8C58.9333 50.9333 58.9333 51.2 58.9333 51.3333C59.2 52 59.7333 52.6667 59.7333 53.4667C58.4 55.2 55.8667 54 54.4 52.9333C52.6667 51.7333 51.4667 50.1333 50.6667 48.2667C50.4 47.3333 49.8667 46.2667 50.4 45.3333C50.8 44.5333 51.8667 44.2667 52.1333 43.3333C52.4 42.4 52.9333 41.6 52.8 40.5333C52.5333 39.3333 52 38.1333 50.6667 37.8667C50.24 37.8053 49.804 37.86 49.4053 38.024C49.0067 38.188 48.6587 38.456 48.4 38.8C48.2667 38.9333 48.1333 38.8 48 38.9333C47.0667 40.1333 45.2 41.0667 44 39.8667C42.9333 38.6667 43.3333 37.0667 43.6 35.7333C44 32.2667 41.3333 27.7333 37.4667 28.2667C36.8 28.4 36.1333 28.6667 35.4667 28.5333C33.2973 27.8987 30.9707 28.0893 28.9333 29.0667C28.6667 29.3333 28.4 29.4667 28 29.7333C27.2 30.2667 26.6667 30.9333 26.1333 31.7333C25.7333 32.4 25.3333 32.8 24.9333 33.4667C24.5333 34.2667 24.8 35.2 24.5333 35.972C24.5307 35.8947 24.5533 35.82 24.596 35.756C24.5893 35.8307 24.568 35.9053 24.5333 35.972C24.4333 35.856 24 35.4293 24.08 35.264C24.2293 34.948 24.5773 35.776 24.5333 35.972C23.3027 34.3547 23.3653 32.2253 23.7893 30.3373C24.2667 28.2667 24.9333 26.1333 26.6667 24.5333C28.2667 23.0667 30.2667 22.5333 32.1333 21.4667C32.4 21.3333 32.5333 21.0667 32.8 20.9333C36.6667 19.0667 40.9333 19.0667 44.8733 20.304L45.0853 20.108Z\" fill=\"var(--hm-hair, #000000)\"/>\n<path d=\"M45.3653 41.0427C45.06 41.0427 44.7547 41.0027 44.456 40.9213C44.008 40.792 43.6067 40.5573 43.284 40.2373C42.9613 39.9173 42.724 39.5173 42.596 39.0827C42.5933 39.0733 42.5907 39.0627 42.588 39.0533C42.4293 38.4267 42.5387 37.8347 42.6347 37.312C42.6493 37.2293 42.6653 37.148 42.6787 37.0667C42.8893 35.7533 42.7587 34.3893 42.3027 33.1307C41.8467 31.872 41.072 30.7427 40.0627 29.8627C39.4973 29.3813 38.632 28.8227 37.7627 28.924C37.5427 28.9493 37.3013 29.0213 37.0467 29.096C36.648 29.2133 36.196 29.3507 35.692 29.3427C35.1067 29.3373 34.5893 29.1467 34.132 28.9773C33.8507 28.8733 33.584 28.7747 33.3347 28.732C32.552 28.596 31.6907 28.956 30.728 29.404C28.9547 30.2293 27.3053 31.092 26.6093 32.5533C26.42 32.952 25.9413 33.1213 25.5427 32.932C25.144 32.7427 24.9747 32.2653 25.164 31.8653C26.088 29.924 28.0027 28.9067 30.0507 27.9533C30.9853 27.5187 32.264 26.9227 33.608 27.156C34 27.2253 34.348 27.3533 34.684 27.4773C35.0507 27.6133 35.3973 27.74 35.7053 27.7427C35.9653 27.7467 36.272 27.656 36.592 27.5613C36.8853 27.4747 37.2187 27.376 37.5747 27.3347C38.716 27.2013 39.9373 27.6573 41.104 28.6507C42.324 29.7147 43.256 31.072 43.804 32.5853C44.352 34.0987 44.508 35.7387 44.2547 37.328C44.2387 37.4253 44.2213 37.5147 44.2053 37.604C44.1333 37.9933 44.0653 38.3613 44.1333 38.6467C44.1867 38.8187 44.2827 38.9773 44.4107 39.104C44.5427 39.2347 44.7067 39.3307 44.884 39.3827C45.3093 39.4973 45.7747 39.4547 46.1813 39.2573C46.58 39.0653 47.0573 39.232 47.2493 39.6307C47.4413 40.028 47.2747 40.5067 46.876 40.6987C46.4027 40.9253 45.8853 41.0427 45.3653 41.0427Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M24.1053 36.2787C23.7973 36.2787 23.5027 36.1 23.372 35.7986C21.8373 32.2866 23.3587 28.4533 24.404 26.48C25.02 25.316 26.032 23.6706 27.7093 22.8386C28.0613 22.664 28.4133 22.5387 28.7533 22.4173C28.9867 22.3347 29.2067 22.256 29.416 22.1653C30.0147 21.9067 30.5733 21.5333 31.1653 21.1373C31.5133 20.904 31.8733 20.664 32.2493 20.4427C34.304 19.2387 36.848 18.6373 39.6067 18.7013C41.7787 18.7533 44.096 19.1946 46.8973 20.0893C47.3187 20.224 47.5507 20.6747 47.416 21.0947C47.2813 21.516 46.832 21.748 46.4107 21.6133C43.7573 20.7653 41.584 20.348 39.568 20.3C37.1067 20.2413 34.8547 20.768 33.0587 21.8213C32.724 22.0187 32.3987 22.236 32.0547 22.4653C31.4293 22.884 30.7827 23.316 30.0493 23.6333C29.792 23.744 29.5373 23.8346 29.2907 23.9226C28.98 24.0333 28.6853 24.1386 28.4187 24.2706C27.4587 24.7466 26.632 25.6867 25.8173 27.2267C24.908 28.9453 23.572 32.26 24.8373 35.156C25.0147 35.5613 24.8293 36.032 24.4253 36.2093C24.3213 36.2573 24.2133 36.2787 24.1053 36.2787Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M52.852 42.6667C52.5107 42.6667 52.1933 42.4466 52.088 42.1026C51.9573 41.68 52.1947 41.232 52.616 41.1026C54.2147 40.6093 54.8347 38.56 55.0267 37.7026C55.9133 33.7573 54.6107 29.3893 51.7093 26.5746C51.392 26.2666 51.384 25.76 51.692 25.444C52 25.1266 52.5053 25.1186 52.8227 25.4266C56.116 28.6213 57.5933 33.5773 56.588 38.0533C56.052 40.4413 54.776 42.1106 53.088 42.632C53.0093 42.656 52.9293 42.6667 52.852 42.6667Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M58.4987 54.9893C58.448 54.9893 58.396 54.988 58.3427 54.9867C56.044 54.8933 53.7613 53.712 52.0747 51.7453C50.6827 50.1213 49.8413 48.3493 49.2613 45.82C49.1627 45.3893 49.432 44.96 49.8627 44.8613C50.2933 44.7627 50.7227 45.032 50.8213 45.4627C51.34 47.724 52.0787 49.2907 53.2907 50.7053C54.688 52.336 56.5533 53.3133 58.4067 53.3893C58.856 53.4067 58.9573 53.3067 58.9573 53.3067C58.9693 53.2587 58.9613 53.0653 58.5587 52.4293C57.1747 50.2267 56.5733 47.592 56.8613 45.0093C57.0507 43.3467 57.5987 41.78 58.128 40.2653C58.3093 39.7453 58.4973 39.208 58.6653 38.6813C60.6147 32.5613 60.1547 26.4813 57.4027 21.9973C56.8587 21.1133 56.3427 20.4827 55.776 20.0107C54.932 19.3093 53.7867 18.8053 52.1707 18.4267C51.18 18.1947 49.888 17.9653 48.6893 18.2467C48.076 18.3947 47.508 18.668 47.004 19.0573C46.5 19.4467 46.0933 19.928 45.792 20.488C45.5827 20.8773 45.0973 21.0227 44.708 20.8133C44.3187 20.604 44.1733 20.1187 44.3827 19.7293C44.7907 18.9693 45.344 18.3173 46.0267 17.7893C46.7093 17.2613 47.4813 16.892 48.3187 16.6893C49.8453 16.3307 51.3747 16.596 52.536 16.868C53.712 17.144 55.432 17.6413 56.8 18.78C57.504 19.3653 58.1293 20.1213 58.7667 21.1587C61.7627 26.04 62.2813 32.6027 60.1907 39.1653C60.016 39.7133 59.824 40.2613 59.64 40.792C59.116 42.2893 58.6227 43.704 58.4533 45.1867C58.2053 47.4093 58.724 49.6787 59.9147 51.5747C60.228 52.0707 60.9667 53.2387 60.2613 54.236C59.896 54.7373 59.3053 54.9893 58.4987 54.9893Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M45.2787 52.3187C44.868 52.3187 44.5173 52.0027 44.4827 51.5853C44.3133 49.5773 44.704 48.6573 45.5333 46.9307C45.8373 46.3 46.412 46.1613 46.756 46.0787C46.8307 46.06 46.9013 46.044 46.9627 46.024C47.28 45.924 47.5933 45.8093 47.896 45.6813C48.508 45.428 49.0827 45.1013 49.6107 44.7093C50.6747 43.9053 51.416 42.8227 51.6907 41.6667C51.832 41.084 52.024 39.668 50.7747 39.0373C50.2293 38.7613 49.6947 38.6533 48.2293 39.9413C47.8973 40.2333 47.392 40.2 47.1 39.868C46.808 39.536 46.8413 39.0307 47.1733 38.7387C49.2773 36.8893 50.4947 37.1027 51.4947 37.608C53.0467 38.392 53.7173 40.0893 53.2453 42.0387C52.8853 43.5533 51.9347 44.9573 50.5693 45.988C49.932 46.4613 49.2413 46.8533 48.5133 47.1547C48.168 47.3 47.8067 47.4333 47.4427 47.5467C47.332 47.5813 47.2253 47.608 47.132 47.6307C47.0733 47.6453 46.9973 47.6627 46.948 47.6787C46.1813 49.2787 45.944 49.88 46.0773 51.448C46.1147 51.888 45.788 52.276 45.348 52.312C45.324 52.3173 45.3013 52.3187 45.2787 52.3187Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M35.884 53.4986C35.4587 53.4986 35.1053 53.164 35.0853 52.7347C35.0427 51.796 35.0333 51.324 35.06 50.68C33.4573 50.9893 31.8253 50.7053 30.5667 50.4853C28.5333 50.1267 26.9533 49.4027 25.736 48.2707C23.4987 46.1867 22.4547 42.808 22.8707 38.9986C23.0267 37.5866 23.608 35.4853 24.428 33.3773C24.588 32.9653 25.052 32.7613 25.464 32.9213C25.876 33.0813 26.08 33.5453 25.92 33.9573C25.0107 36.296 24.5707 38.1853 24.4613 39.1733C24.1 42.4733 24.9613 45.3626 26.8267 47.0986C27.824 48.0267 29.1 48.6013 30.8427 48.908C32.624 49.2187 34.2133 49.428 35.62 48.8533C35.8747 48.7493 36.1653 48.784 36.3893 48.944C36.6133 49.1053 36.7387 49.3693 36.7213 49.644C36.636 50.9853 36.6213 51.2813 36.6853 52.6573C36.7053 53.0987 36.364 53.4733 35.9227 53.4933C35.9093 53.4987 35.8973 53.4986 35.884 53.4986Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M29.124 37.3467C29.6395 37.3467 30.0573 36.8393 30.0573 36.2134C30.0573 35.5874 29.6395 35.08 29.124 35.08C28.6085 35.08 28.1907 35.5874 28.1907 36.2134C28.1907 36.8393 28.6085 37.3467 29.124 37.3467Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M33.6573 37.66C34.1728 37.66 34.5907 37.1526 34.5907 36.5267C34.5907 35.9008 34.1728 35.3933 33.6573 35.3933C33.1419 35.3933 32.724 35.9008 32.724 36.5267C32.724 37.1526 33.1419 37.66 33.6573 37.66Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
756
+ }
757
+ ]
758
+ },
759
+ {
760
+ "id": "hm1-p-000018",
761
+ "source": {
762
+ "groupId": "head",
763
+ "sourceGroupName": "Head",
764
+ "partId": "018"
765
+ },
766
+ "name": "low-ponytail",
767
+ "aliases": [
768
+ "head-low-ponytail"
769
+ ],
770
+ "selectionSlot": "head",
771
+ "uiGroups": [
772
+ "head"
773
+ ],
774
+ "layers": [
775
+ {
776
+ "layerSlot": "head",
777
+ "svgPath": "assets/humation-1/head/018.svg",
778
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M45.2667 52.3333C45.1147 50.508 45.472 48.932 46.2667 47.2813C46.4467 46.908 46.8333 46.912 47.216 46.7907C47.556 46.684 47.8893 46.5613 48.2187 46.4227C48.8867 46.1453 49.5187 45.7867 50.0987 45.356C51.248 44.488 52.144 43.2693 52.48 41.856C52.7853 40.5747 52.5707 39.0493 51.1467 38.328C50.1427 37.8213 49.2427 38.0013 47.7133 39.3453L46.5973 38.5733C46.0973 38.916 45.4387 38.392 45.1773 37.8453C44.504 36.436 44.8373 34.7787 45.184 33.2533C44.384 34.116 42.928 34.2533 41.984 33.5547C41.332 33.0707 40.964 32.2787 40.828 31.4787C40.692 30.6787 40.7627 29.8587 40.84 29.0507C40.0293 30.6 38.5667 31.6347 36.9813 31.8093C36.1853 31.8893 35.3813 31.7693 34.6427 31.4613C33.904 31.1533 33.2533 30.6667 32.7493 30.0453C32.5533 30.6 32.2293 31.1013 31.8067 31.5107C31.3827 31.92 30.8707 32.224 30.3093 32.4C29.748 32.576 29.1533 32.62 28.572 32.528C27.9907 32.436 27.4387 32.2093 26.96 31.8667L26.7173 32.308L25.176 33.6667C24.316 35.8787 23.7987 37.876 23.668 39.0853C23.3387 42.1307 23.9533 45.5147 26.2827 47.684C27.524 48.8387 29.0613 49.4067 30.7053 49.696C32.42 49.9987 34.26 50.2747 35.924 49.5947C35.836 50.9827 35.86 52.2107 35.924 53.6\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M46.4 49.7773C47.2 50 48 50.6667 48.1333 51.4667C48.5333 54.6667 48.4 57.7333 48 60.9333C47.7333 63.4667 47.2 63.972 47.0667 66.5053C46.8 68.2387 47.04 68.7027 47.3067 70.5693C47.5733 72.3027 48.1067 73.9027 49.1733 75.3693C50.64 77.236 52.24 78.036 54.7733 78.036C56.3733 77.1027 55.44 76.436 54.7733 75.236C54.1307 73.6627 54.084 71.908 54.64 70.3027C55.7067 66.836 56.9387 66.9333 57.2053 63.3333C57.344 62.0747 57.208 60.8013 56.8053 59.6C56.4053 58.8 56.272 58 55.7387 57.2C54.9387 56.2667 54.4053 55.3333 53.7387 54.2667C53.072 53.2 52.5387 52.1333 52.672 50.9333C52.9387 49.3333 54.272 48.2667 55.3387 46.9333C55.7693 46.3773 56.1707 45.7987 56.5387 45.2C56.672 44.9333 56.8053 44.5333 56.9387 44.2667C57.2053 43.6 57.3387 42.8 57.472 42.1333C57.472 39.0667 57.6053 36 56.672 33.0667C55.7387 30.2667 54.272 27.8667 52.5387 25.4667C52.1387 24.9333 51.7387 24.5333 51.3387 24C50.672 23.4667 49.872 22.8 49.072 22.4C47.7387 21.8667 46.4053 22.1333 45.072 21.8667C44.4053 21.6 43.7387 21.4667 43.3387 20.9333C42.5387 19.8667 41.872 18.5333 40.5387 18.4C39.7387 18.4 39.072 18.2667 38.272 18.4C35.872 19.0667 33.6053 19.8667 31.2053 20C27.872 20.1333 25.072 22.5333 23.6053 25.4667L23.2053 25.8667C21.872 28.6667 20.0053 31.3333 19.7387 34.4C19.472 36.9333 19.3387 39.7333 21.072 41.8667C22.0053 42.4 22.9387 42.9333 23.9373 43.5467C23.4787 41.4853 23.4653 43.268 23.9373 43.5467C23.496 41.48 23.5053 39.3427 23.9667 37.28C24.1933 36.2467 24.5133 35.236 24.9227 34.26C25.16 33.6947 25.3787 33.4987 25.8307 33.1013C26.2827 32.704 26.6733 32.4027 26.964 31.8747C28.9853 33.3067 31.9147 32.3787 32.744 30.0467C34.3853 32.1093 37.4467 32.3907 39.4667 30.7387C40.032 30.2747 40.4973 29.7 40.8347 29.052C40.6933 30.5293 40.588 32.3333 41.8133 33.4213C42.7467 34.2547 44.324 34.1813 45.1773 33.2547C44.9413 34.292 44.708 35.364 44.8013 36.4347C44.8 37.4667 45.4667 38.8 46.8 38.6667C47.2 38.6667 47.3333 39.2 47.7333 39.3333C47.8667 39.3333 48 39.0667 48.1333 38.9333C48.8 38.4 49.6 38 50.5333 38.1333C51.044 38.1907 51.52 38.42 51.884 38.7827C52.248 39.1467 52.476 39.6227 52.5333 40.1333C52.9333 42.8 51.0667 44.9333 48.9333 46.1333C48.6667 46.2667 48.2667 46.4 48 46.5333C47.4667 46.6667 46.9333 46.6667 46.5333 46.9333C45.8667 47.4667 45.8667 48.2667 45.592 49.092L46.4 49.7773Z\" fill=\"var(--hm-hair, #000000)\"/>\n<path d=\"M54.4187 78.876C53.9453 78.876 53.5173 78.7133 53.1507 78.544C50.368 77.2707 48.312 76.144 47.2213 73.24C46.2027 70.5307 45.8 68.7133 46.264 65.7187C46.4187 64.7227 46.5667 64.244 46.7107 63.7827C46.8413 63.3613 46.9653 62.964 47.1053 62.112C47.588 59.164 47.5187 56.1293 47.4507 53.1933C47.436 52.5613 47.4213 51.908 47.2067 51.3827C47.0253 50.9373 46.6627 50.6053 46.3253 50.5747C45.8853 50.5333 45.5613 50.144 45.6027 49.704C45.6427 49.264 46.032 48.9413 46.4733 48.9813C47.4227 49.0693 48.2707 49.7573 48.688 50.7773C49.0147 51.576 49.0333 52.416 49.0493 53.156C49.1187 56.164 49.1893 59.276 48.6827 62.3693C48.5253 63.332 48.3787 63.8013 48.2373 64.256C48.1053 64.6813 47.98 65.084 47.844 65.9613C47.432 68.62 47.7813 70.1813 48.7187 72.6747C49.596 75.0107 51.3067 75.9387 53.8173 77.0867C54.0347 77.1867 54.3053 77.296 54.4813 77.268C54.608 77.248 54.7253 77.236 54.832 77.228C54.7293 76.9 54.56 76.568 54.384 76.2227C54.2453 75.9507 54.1013 75.668 53.9787 75.3667C53.4027 73.9507 53.3387 72.216 53.7947 70.3493C54.0947 69.1227 54.5707 67.96 55.0307 66.836C55.156 66.532 55.28 66.228 55.4013 65.9227L55.5987 65.4307C56.7373 62.584 56.9427 62.072 55.8027 59.1987C55.38 58.1333 54.7307 57.1733 54.0427 56.156C53.364 55.152 52.6613 54.1133 52.1773 52.944C51.7293 51.8613 51.872 50.4867 52.2427 49.6893C52.692 48.728 53.3587 47.94 54.004 47.1787C54.316 46.8107 54.6093 46.4627 54.8787 46.1C55.3507 45.4613 55.84 44.8027 56.1413 44.1053C56.7373 42.728 56.6813 41.056 56.6307 39.5827C56.564 37.5733 56.4947 35.496 55.9387 33.5653C55.3867 31.6467 54.3133 29.8107 53.2627 28.0947C52.46 26.7867 51.6533 25.532 50.62 24.5507C49.508 23.4947 48.232 22.892 47.0267 22.8507C46.5853 22.836 46.2387 22.4653 46.2533 22.024C46.268 21.5827 46.64 21.236 47.08 21.252C48.6773 21.3053 50.3253 22.0653 51.7213 23.3893C52.896 24.504 53.7667 25.856 54.6267 27.2573C55.736 29.068 56.868 31.0107 57.476 33.1213C58.0867 35.244 58.16 37.4227 58.2293 39.528C58.2853 41.1707 58.348 43.0333 57.6093 44.74C57.2347 45.6067 56.6907 46.3413 56.1653 47.052C55.8667 47.4573 55.5413 47.8413 55.2267 48.2133C54.6227 48.9267 54.052 49.6 53.6947 50.3667C53.5053 50.772 53.388 51.6813 53.6573 52.3333C54.08 53.3533 54.7067 54.28 55.3693 55.2613C56.0747 56.3053 56.804 57.384 57.2907 58.6107C58.6667 62.076 58.268 63.072 57.0853 66.028L56.8907 66.516C56.768 66.8253 56.6413 67.136 56.5133 67.4453C56.0547 68.564 55.6213 69.62 55.3507 70.7307C55.0893 71.8027 54.896 73.3733 55.4627 74.764C55.56 75.004 55.6827 75.244 55.812 75.4987C56.0853 76.036 56.368 76.5907 56.484 77.2547C56.524 77.48 56.616 78.0093 56.2827 78.416C55.968 78.7987 55.528 78.808 55.2053 78.816C55.0587 78.8187 54.9067 78.8227 54.736 78.8493C54.6267 78.868 54.5213 78.876 54.4187 78.876Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M46.2373 39.4773C46.108 39.4773 45.976 39.46 45.844 39.4253C45.1693 39.2453 44.68 38.6707 44.4467 38.1933C43.908 37.0667 43.9107 35.8427 44.0667 34.7293C43.1853 34.9107 42.2333 34.7413 41.496 34.1947C40.736 33.6307 40.2147 32.7133 40.028 31.6107C40.0133 31.5213 40 31.432 39.9893 31.3427C39.1467 32.04 38.1347 32.484 37.0573 32.6027C36.124 32.696 35.1813 32.556 34.3227 32.1987C33.8267 31.992 33.3627 31.7147 32.9467 31.3773C32.772 31.6307 32.5733 31.868 32.352 32.0813C31.8427 32.5733 31.2173 32.9453 30.544 33.1587C29.8693 33.372 29.1427 33.4267 28.4453 33.3173C28.02 33.2507 27.6027 33.1227 27.212 32.9413C26.9667 33.1347 26.62 33.1747 26.3293 33.0147C25.9427 32.8013 25.8013 32.3147 26.0133 31.928L26.256 31.4867C26.3653 31.2867 26.556 31.144 26.7787 31.092C27.0013 31.0413 27.2347 31.088 27.42 31.22C27.796 31.4867 28.236 31.6653 28.692 31.7373C29.148 31.8093 29.6213 31.7733 30.0613 31.6333C30.5013 31.4947 30.9093 31.2507 31.24 30.9307C31.572 30.6107 31.8293 30.2107 31.9827 29.776C32.08 29.5027 32.316 29.304 32.6013 29.2547C32.8853 29.2053 33.176 29.3147 33.3587 29.54C33.7773 30.0573 34.324 30.4653 34.9387 30.7213C35.5533 30.9773 36.2267 31.0773 36.8893 31.0107C38.2013 30.8667 39.4413 29.972 40.1187 28.6773C40.296 28.3387 40.688 28.172 41.056 28.2813C41.4227 28.3907 41.6613 28.744 41.624 29.124C41.5427 29.9693 41.4907 30.6693 41.604 31.3413C41.672 31.744 41.8733 32.4827 42.448 32.9093C43.0627 33.3653 44.0613 33.2707 44.584 32.7067C44.8307 32.4413 45.224 32.3747 45.544 32.5427C45.864 32.712 46.0307 33.0747 45.9507 33.428C45.596 34.9867 45.3467 36.368 45.8853 37.4973C45.9733 37.6773 46.124 37.8133 46.212 37.8613C46.568 37.6747 47.0147 37.7813 47.2453 38.1213C47.4933 38.4867 47.3973 38.984 47.032 39.232C46.796 39.3933 46.5213 39.4773 46.2373 39.4773Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M22.052 43.2347C21.9707 43.2347 21.888 43.2227 21.8053 43.196C20.3827 42.736 19.4213 41.3227 19.0267 39.1093C18.616 36.816 18.6693 34.6827 19.1827 32.7693C19.5733 31.3187 20.2133 30.0027 20.9467 28.5547C21.9387 26.5773 22.9653 24.5293 24.4573 22.7787C26.184 20.7533 28.3187 19.4707 30.468 19.1667C31.0133 19.088 31.5533 19.0693 32.076 19.0533C32.556 19.0373 33.0093 19.0227 33.452 18.9627C34.2627 18.852 35.0547 18.5867 35.8933 18.3053C36.6293 18.0587 37.392 17.8027 38.1907 17.6507C40.0747 17.2933 42.428 17.7333 43.4373 19.524C43.6547 19.9093 43.5173 20.3973 43.1333 20.6133C42.748 20.8307 42.26 20.6933 42.044 20.3093C41.428 19.216 39.7693 18.98 38.4907 19.2227C37.7987 19.3533 37.1213 19.5813 36.404 19.8227C35.532 20.116 34.6307 20.4187 33.6693 20.548C33.1467 20.6187 32.6307 20.636 32.132 20.652C31.6307 20.668 31.1573 20.684 30.6987 20.7507C28.9333 21 27.152 22.0893 25.68 23.816C24.3133 25.4187 23.3307 27.3787 22.3813 29.2747C21.6867 30.6453 21.084 31.8827 20.7333 33.184C20.2813 34.868 20.2387 36.7667 20.6067 38.8267C20.8053 39.94 21.2613 41.336 22.3027 41.6733C22.7227 41.8093 22.9533 42.26 22.8173 42.68C22.704 43.02 22.3893 43.2347 22.052 43.2347Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M45.2787 52.3187C44.868 52.3187 44.5173 52.0027 44.4827 51.5853C44.3133 49.5773 44.704 48.6573 45.5333 46.9307C45.8373 46.3 46.412 46.1613 46.756 46.0787C46.8307 46.06 46.9013 46.044 46.9627 46.024C47.28 45.924 47.5933 45.8093 47.896 45.6813C48.508 45.428 49.0827 45.1013 49.6107 44.7093C50.6747 43.9053 51.416 42.8227 51.6907 41.6667C51.832 41.084 52.024 39.668 50.7747 39.0373C50.2293 38.7613 49.6947 38.6533 48.2293 39.9413C47.8973 40.2333 47.392 40.2 47.1 39.868C46.808 39.536 46.8413 39.0307 47.1733 38.7387C49.2773 36.8893 50.4947 37.1027 51.4947 37.608C53.0467 38.392 53.7173 40.0893 53.2453 42.0387C52.8853 43.5533 51.9347 44.9573 50.5693 45.988C49.932 46.4613 49.2413 46.8533 48.5133 47.1547C48.168 47.3 47.8067 47.4333 47.4427 47.5467C47.332 47.5813 47.2253 47.608 47.132 47.6307C47.0733 47.6453 46.9973 47.6627 46.948 47.6787C46.1813 49.2787 45.944 49.88 46.0773 51.448C46.1147 51.888 45.788 52.276 45.348 52.312C45.324 52.3173 45.3013 52.3187 45.2787 52.3187Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M35.884 53.4987C35.4587 53.4987 35.1053 53.164 35.0853 52.7347C35.0427 51.796 35.0333 51.324 35.06 50.68C33.4573 50.9893 31.8253 50.7053 30.5667 50.4853C28.5333 50.1267 26.9533 49.4027 25.736 48.2707C23.4987 46.1867 22.4547 42.808 22.8707 38.9987C23.0267 37.5867 23.608 35.4853 24.428 33.3773C24.588 32.9653 25.052 32.7613 25.464 32.9213C25.876 33.0813 26.08 33.5453 25.92 33.9573C25.0107 36.296 24.5707 38.1853 24.4613 39.1733C24.1 42.4733 24.9613 45.3627 26.8267 47.0987C27.824 48.0267 29.1 48.6013 30.8427 48.908C32.624 49.2187 34.2133 49.428 35.62 48.8533C35.8747 48.7493 36.1653 48.784 36.3893 48.944C36.6133 49.1053 36.7387 49.3693 36.7213 49.644C36.636 50.9853 36.6213 51.2813 36.6853 52.6573C36.7053 53.0987 36.364 53.4733 35.9227 53.4933C35.9093 53.4987 35.8973 53.4987 35.884 53.4987Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M29.124 37.3467C29.6395 37.3467 30.0573 36.8393 30.0573 36.2134C30.0573 35.5874 29.6395 35.08 29.124 35.08C28.6085 35.08 28.1907 35.5874 28.1907 36.2134C28.1907 36.8393 28.6085 37.3467 29.124 37.3467Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M33.6573 37.66C34.1728 37.66 34.5907 37.1526 34.5907 36.5267C34.5907 35.9008 34.1728 35.3933 33.6573 35.3933C33.1419 35.3933 32.724 35.9008 32.724 36.5267C32.724 37.1526 33.1419 37.66 33.6573 37.66Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
779
+ }
780
+ ]
781
+ },
782
+ {
783
+ "id": "hm1-p-000019",
784
+ "source": {
785
+ "groupId": "head",
786
+ "sourceGroupName": "Head",
787
+ "partId": "019"
788
+ },
789
+ "name": "low-twin-tails",
790
+ "aliases": [
791
+ "head-low-twin-tails"
792
+ ],
793
+ "selectionSlot": "head",
794
+ "uiGroups": [
795
+ "head"
796
+ ],
797
+ "layers": [
798
+ {
799
+ "layerSlot": "head",
800
+ "svgPath": "assets/humation-1/head/019.svg",
801
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M35.9227 53.4667C35.8587 52.0773 35.8347 51.128 35.9227 49.74C34.2587 50.42 32.4187 50.14 30.704 49.8413C29.06 49.552 27.5227 48.984 26.2813 47.8293C23.952 45.66 23.3333 42.276 23.6667 39.2307C23.8 38.0214 24.3147 35.8813 25.1747 33.6693L26.524 32.9733C27.3653 33.2053 28.256 33.192 29.0893 32.9333C29.9227 32.6747 30.6653 32.1827 31.2267 31.5147C31.5 31.1787 31.7533 30.7814 32.16 30.6467C32.8067 30.4347 33.428 30.968 34.0147 31.3134C35.428 32.144 37.272 31.9187 38.7213 31.1507C40.1707 30.3827 41.3107 29.1507 42.4107 27.9333C42.072 29.5453 41.8 30.9 41.528 32.2533C41.4027 32.8733 41.2787 33.5187 41.4267 34.1347C41.5747 34.7507 42.0747 35.3347 42.708 35.352C42.8973 35.3587 43.1187 35.328 43.2413 35.4693C43.3133 35.5747 43.348 35.7013 43.3413 35.8293C43.452 37.5133 44.8373 39.0293 46.504 39.296L47.692 39.4907C49.2213 38.1467 50.1213 37.9667 51.1253 38.4733C52.5547 39.1947 52.7693 40.72 52.4587 42.0014C52.1227 43.4147 51.2267 44.6334 50.0773 45.5014C49.4973 45.932 48.8653 46.2907 48.1973 46.568C47.8693 46.7067 47.5347 46.8293 47.1947 46.936C46.812 47.0573 46.4253 47.0534 46.2453 47.4267C45.4533 49.0774 45.116 50.5107 45.2707 52.3347\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M29.1773 65.1227C29.616 63.5213 28.732 62.312 28.0773 60.7707C26.6059 57.2987 28.7981 53.4129 31.0885 50.0691L33.5357 50.1208C35.2868 53.1898 33.7981 55.5525 34.0187 58.66C34.2787 62.324 33.7587 65.8333 30.7227 68.2973C30.1253 68.7853 29.1147 69.868 28.5907 69.3133C28.4427 69.1387 28.3547 68.9293 28.34 68.7107C28.1907 67.4493 28.8373 66.3547 29.1773 65.1227Z\" fill=\"var(--hm-hair, #000000)\"/>\n<path d=\"M45.5146 48.9693C46 48.1333 46.2666 47.2 47.0666 46.9333C49.4666 46.1333 51.6 44.8 52.5333 42.5333C53.0666 41.4667 52.9333 40.2667 52.2666 39.2C51.7333 38.2667 50.5333 37.8667 49.6 38.2667C48.5333 38.5333 47.6 39.7333 46.2666 39.4667C45.7586 39.3387 45.2826 39.108 44.8706 38.7853C44.4573 38.464 44.116 38.06 43.8666 37.6C43.4666 36.9333 43.6 36 43.2 35.3333C41.6 35.2 41.0666 33.6 41.3333 32.2667C41.6 30.6667 42.1333 29.2 42.416 27.7907C42.26 27.9947 42.1866 28.2507 42.212 28.5067C42.32 28.2813 42.3893 28.0387 42.416 27.7907C40.5333 30.5333 36.5333 33.3333 33.4666 30.6667C32 30 31.0666 31.4667 30.1333 32.4C29.2 33.2 27.8666 32.9333 26.8 32.9333C25.4666 32.9333 24.9333 34.1333 24.6666 35.2C23.7333 37.7333 23.3333 40.4 23.9173 42.9907C22.5333 42 21.8666 40.2667 21.7333 38.6667C21.4666 34.6667 22.5333 30.8 24.8 27.3333C25.8666 25.8667 26.9333 24.5333 28.5333 23.7333L28.9333 23.3333C30.1826 22.4293 31.5826 21.752 33.0666 21.3333C36.4 20.5333 40 19.3333 43.2 20.9333C43.6 21.2 43.8666 21.7333 44.4 21.8667C47.2 22.6667 49.8666 23.6 52 25.7333C53.7333 27.6 55.0666 29.7333 55.4666 32.2667C55.7333 34.4 55.7333 36.4 55.7333 38.5333C56 41.0667 56.9333 43.6 55.8666 46C55.6 46.6667 55.0666 47.2 54.5333 47.6C53.6 48.2667 52.8093 48.9467 51.7 49.4867C51.7493 49.4587 51.736 49.52 51.7 49.4867C53.8666 52 54.4 55.3333 53.7333 58.5333C53.2 60.6667 52.2666 62.6667 52 64.8C51.8666 66.1333 52.2666 67.3333 52.6666 68.5333C53.0666 69.8667 53.2 72 51.3333 72.1333C48.9333 71.2 47.3333 69.0667 46.2666 66.8C44.2666 62.6667 44.9333 58 46.2666 53.7333L46.4 53.2C46.8 51.8667 47.3333 50.6667 48.4786 49.9173C48.1573 50.104 47.6786 50.2653 48.4786 49.9173C48.0733 50.0867 47.6293 50.136 47.1973 50.0613C46.7653 49.9867 46.3626 49.7907 46.0373 49.496L45.5146 48.9693Z\" fill=\"var(--hm-hair, #000000)\"/>\n<path d=\"M28.944 70.2667C28.4627 70.2667 28.1507 70.012 28.0094 69.8613C28 69.852 27.992 69.8427 27.984 69.8333C27.7267 69.5333 27.5734 69.1707 27.5427 68.7867C27.4214 67.7173 27.752 66.8 28.0734 65.912C28.1974 65.568 28.3147 65.244 28.4067 64.9107C28.6774 63.924 28.2774 63.0853 27.772 62.024C27.6294 61.7253 27.4827 61.416 27.3414 61.0853C25.8046 57.4601 27.7673 53.5172 29.9506 50.2L30.8 50L32.4 49.936L33.6 50.2L34.7106 50.6C35.4248 52.429 35.2087 54.0733 34.9974 55.68C34.8734 56.6213 34.7454 57.596 34.8174 58.604C35.2627 64.8747 32.9814 67.4933 31.2267 68.9173C31.1387 68.9893 31.04 69.076 30.9334 69.1693C30.6027 69.46 30.2267 69.7893 29.8254 70.0107C29.488 70.1987 29.1934 70.2667 28.944 70.2667ZM32.4 50.6602C32.0766 50.6181 31.5669 50.6602 31.5669 50.6602C31.5669 50.6602 27.5192 57.4046 28.8147 60.46C28.9414 60.7573 29.0814 61.052 29.216 61.336C29.7867 62.5347 30.3774 63.7733 29.9494 65.3347C29.8414 65.728 29.708 66.0973 29.5787 66.4547C29.3027 67.22 29.0627 67.884 29.1294 68.5693C29.3694 68.416 29.6974 68.128 29.8787 67.968C30 67.8613 30.1147 67.7613 30.2174 67.6773C32.5987 65.7453 33.524 62.9827 33.2214 58.7187C33.1387 57.548 33.2774 56.4933 33.4107 55.472C33.6288 53.807 33.0578 50.8 33.0578 50.8C33.0578 50.8 32.6663 50.6949 32.4 50.6602Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M51.58 72.8827C50.7534 72.8827 50.0414 72.3987 49.76 72.208C46.852 70.2267 44.8467 66.6653 44.3934 62.6827C44.0254 59.4413 44.604 55.8307 46.1147 51.9507C46.272 51.5453 46.4454 51.1387 46.6574 50.7587C46.2294 50.624 45.8334 50.3987 45.4987 50.0933C45.172 49.796 45.1467 49.2907 45.444 48.9627C45.7414 48.636 46.2467 48.612 46.5747 48.908C46.7867 49.1013 47.0494 49.2293 47.332 49.2773C47.6147 49.3267 47.904 49.2933 48.1694 49.1827C48.5587 49.02 49.008 49.188 49.1947 49.5667C49.3814 49.9453 49.2427 50.404 48.8774 50.6147C48.3134 50.94 47.9614 51.6147 47.6067 52.5293C46.1907 56.1653 45.6454 59.52 45.984 62.5C46.3854 66.028 48.1334 69.1613 50.6614 70.884C51.1627 71.2253 51.5294 71.3467 51.748 71.2453C51.964 71.1453 52.1067 70.72 52.092 70.2107C52.0734 69.492 51.8774 68.7707 51.6694 68.0067C51.4694 67.2707 51.2627 66.5093 51.204 65.7013C51.0774 63.9893 51.6294 62.4013 52.1614 60.8653C52.3587 60.2987 52.544 59.7627 52.6987 59.2187C53.6854 55.7453 53.0734 52.2227 51.1014 50.0253C50.948 49.8547 50.876 49.628 50.9014 49.4C50.9267 49.172 51.0494 48.968 51.236 48.836C51.584 48.5907 51.9387 48.36 52.2814 48.136C53.432 47.3853 54.52 46.6747 55.072 45.6453C55.7974 44.292 55.536 42.6293 55.2574 40.8693C55.1854 40.4133 55.1107 39.94 55.056 39.476C54.932 38.404 54.916 37.3267 54.9 36.2853C54.8814 35.004 54.864 33.7947 54.6614 32.5987C53.9387 28.336 50.6734 24.632 46.536 23.3813C46.1134 23.2533 45.8734 22.8067 46.0014 22.384C46.1294 21.9613 46.576 21.7227 46.9987 21.8493C51.704 23.2707 55.4174 27.4827 56.2387 32.3307C56.4614 33.648 56.4814 34.976 56.5 36.2613C56.516 37.3093 56.5294 38.2987 56.6454 39.2893C56.6974 39.7213 56.7654 40.1573 56.8387 40.62C57.1454 42.564 57.4627 44.5747 56.4827 46.4013C55.7374 47.7907 54.4254 48.6467 53.156 49.4747C53.06 49.5373 52.9614 49.6013 52.864 49.6653C54.7427 52.268 55.2747 56.0027 54.2374 59.6533C54.0707 60.2413 53.868 60.824 53.672 61.3867C53.1707 62.8333 52.696 64.1987 52.7987 65.5827C52.8467 66.2373 53.024 66.892 53.212 67.5853C53.4347 68.4067 53.6654 69.256 53.6894 70.1653C53.7214 71.3653 53.2467 72.312 52.4174 72.696C52.1347 72.8307 51.852 72.8827 51.58 72.8827Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M23.6667 43.4666C23.4947 43.4666 23.3227 43.412 23.176 43.2986C21.412 41.9253 21.0507 40.0333 20.9334 38.5373C20.7854 36.648 21.2 34.7747 21.6014 33.1667C21.936 31.816 22.332 30.3773 22.956 29.0253C24.3667 25.9627 26.9587 23.3587 30.2547 21.692C33.1467 20.2307 36.6267 19.4747 40.3147 19.508C43.4774 19.5267 44.356 20.7707 44.6454 21.18C44.9 21.5413 44.8147 22.04 44.4534 22.2947C44.092 22.5507 43.5934 22.464 43.3387 22.1027C42.872 21.4427 41.8787 21.1173 40.3027 21.108C36.8667 21.0773 33.6414 21.7733 30.976 23.1213C28.0014 24.6253 25.668 26.96 24.408 29.696C23.8387 30.928 23.468 32.2786 23.152 33.5533C22.7814 35.04 22.3974 36.764 22.5267 38.4133C22.6667 40.1946 23.1387 41.244 24.156 42.036C24.5054 42.308 24.568 42.8093 24.296 43.1586C24.14 43.36 23.904 43.4666 23.6667 43.4666Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M46.5147 39.9467C46.4734 39.9467 46.4307 39.9427 46.3867 39.936C44.4227 39.6213 42.828 37.952 42.5774 35.9947C41.6774 35.9093 40.8974 35.1747 40.6574 34.1707C40.4654 33.3667 40.624 32.5787 40.752 31.9453C40.8587 31.4067 40.9667 30.8653 41.0814 30.3C40.488 30.8293 39.832 31.324 39.104 31.708C37.2427 32.6933 35.1414 32.748 33.6174 31.8533C33.504 31.7867 33.3894 31.7133 33.2734 31.64C32.968 31.4453 32.588 31.2013 32.4174 31.2573C32.2987 31.296 32.1254 31.5213 31.9854 31.7027C31.944 31.7573 31.9014 31.8107 31.86 31.864C31.856 31.8693 31.8507 31.8747 31.8467 31.88C31.1854 32.6667 30.316 33.244 29.3347 33.548C28.3534 33.852 27.3094 33.868 26.3187 33.5947C25.8934 33.4773 25.6427 33.036 25.7614 32.6107C25.8787 32.1853 26.32 31.936 26.7454 32.0533C27.44 32.2453 28.172 32.2347 28.86 32.0213C29.5454 31.8093 30.152 31.4067 30.6147 30.86C30.6494 30.8173 30.6827 30.7733 30.7174 30.728C30.9774 30.3907 31.3334 29.928 31.9214 29.7373C32.8107 29.4453 33.576 29.936 34.136 30.2933C34.2347 30.356 34.332 30.4187 34.4294 30.476C35.6827 31.212 37.2787 30.8653 38.356 30.296C39.6294 29.6213 40.6387 28.5627 41.8267 27.2493C42.0694 26.9813 42.4614 26.9093 42.7827 27.0733C43.1054 27.2373 43.2774 27.5973 43.2027 27.9507C42.8534 29.6133 42.5814 30.9427 42.3227 32.2613C42.22 32.7693 42.104 33.3413 42.2147 33.8027C42.2907 34.1227 42.5347 34.3987 42.7467 34.4067C42.7707 34.408 42.7947 34.408 42.8187 34.4067H42.82C43.0427 34.4067 43.504 34.4067 43.8467 34.7893C43.8707 34.816 43.892 34.844 43.912 34.8733C44.0694 35.1053 44.1534 35.384 44.1507 35.6653C44.2534 36.972 45.34 38.152 46.6387 38.36C47.0747 38.4293 47.372 38.84 47.3027 39.276C47.24 39.6667 46.9 39.9467 46.5147 39.9467Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M45.2787 52.3187C44.868 52.3187 44.5174 52.004 44.4827 51.5867C44.3134 49.5787 44.704 48.6587 45.5334 46.932C45.8374 46.3013 46.412 46.1627 46.756 46.0787C46.8307 46.0613 46.9014 46.044 46.9627 46.024C47.28 45.924 47.5934 45.8093 47.896 45.6813C48.508 45.4267 49.0827 45.1013 49.6107 44.7093C50.6747 43.9053 51.416 42.824 51.6907 41.6667C51.832 41.084 52.024 39.668 50.7747 39.0373C50.2294 38.7613 49.6947 38.6533 48.2294 39.9413C47.8974 40.2333 47.392 40.2 47.1 39.868C46.808 39.536 46.8414 39.0307 47.1734 38.7387C49.2774 36.8893 50.4934 37.1027 51.4947 37.608C53.0467 38.392 53.7174 40.0893 53.2454 42.0387C52.8854 43.5533 51.9347 44.9573 50.568 45.988C49.9307 46.4613 49.24 46.8533 48.512 47.1547C48.168 47.3 47.8054 47.4333 47.4427 47.5467C47.3307 47.5827 47.2254 47.608 47.132 47.6307C47.072 47.6453 46.9974 47.6627 46.948 47.6787C46.1814 49.2787 45.944 49.88 46.0774 51.448C46.1147 51.888 45.788 52.276 45.348 52.312C45.324 52.3173 45.3014 52.3187 45.2787 52.3187Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M35.8854 53.4987C35.46 53.4987 35.1067 53.164 35.0867 52.7347C35.044 51.796 35.0347 51.324 35.0614 50.68C33.4587 50.9893 31.8267 50.7053 30.568 50.4853C28.5347 50.128 26.9547 49.4027 25.7374 48.2707C23.5 46.1867 22.456 42.8067 22.872 38.9987C23.028 37.5867 23.6094 35.4853 24.4294 33.3773C24.5894 32.9653 25.0534 32.7613 25.4654 32.9213C25.8774 33.0813 26.0814 33.5453 25.9214 33.9573C25.012 36.296 24.572 38.1853 24.4627 39.1733C24.1014 42.4733 24.9627 45.3627 26.828 47.0987C27.8254 48.0267 29.1014 48.6013 30.844 48.908C32.6254 49.2187 34.2147 49.428 35.6214 48.8547C35.876 48.7507 36.1667 48.7853 36.3907 48.9453C36.6147 49.1067 36.74 49.3707 36.7227 49.6453C36.6374 50.9867 36.6227 51.2827 36.6867 52.6587C36.7067 53.1 36.3654 53.4747 35.924 53.4947C35.9094 53.4987 35.8974 53.4987 35.8854 53.4987Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M29.124 37.3467C29.6395 37.3467 30.0573 36.8393 30.0573 36.2134C30.0573 35.5874 29.6395 35.08 29.124 35.08C28.6085 35.08 28.1907 35.5874 28.1907 36.2134C28.1907 36.8393 28.6085 37.3467 29.124 37.3467Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M33.6573 37.66C34.1728 37.66 34.5907 37.1526 34.5907 36.5267C34.5907 35.9008 34.1728 35.3933 33.6573 35.3933C33.1419 35.3933 32.724 35.9008 32.724 36.5267C32.724 37.1526 33.1419 37.66 33.6573 37.66Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
802
+ }
803
+ ]
804
+ },
805
+ {
806
+ "id": "hm1-p-000020",
807
+ "source": {
808
+ "groupId": "head",
809
+ "sourceGroupName": "Head",
810
+ "partId": "020"
811
+ },
812
+ "name": "braids",
813
+ "aliases": [
814
+ "head-braids"
815
+ ],
816
+ "selectionSlot": "head",
817
+ "uiGroups": [
818
+ "head"
819
+ ],
820
+ "layers": [
821
+ {
822
+ "layerSlot": "head",
823
+ "svgPath": "assets/humation-1/head/020.svg",
824
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M35.744 50.3547C34.172 51.9693 32.0373 52.9133 29.7853 52.992C29.9973 53.5587 30.016 54.1787 29.8373 54.7573C29.6586 55.3347 29.2946 55.8373 28.8 56.1853C29.9866 57.5293 29.72 59.8827 28.2666 60.928C28.7093 61.876 29.1586 62.8467 29.2586 63.8867C29.3586 64.9267 29.0453 66.0707 28.208 66.6973C28.9066 67.8973 28.844 69.42 28.3626 70.7213C27.8813 72.0227 27.0293 73.148 26.18 74.2427L25.568 71.5333C25.3573 72.1547 24.964 72.6973 24.44 73.0907C24.0506 72.0653 23.8666 70.972 23.9013 69.876C23.936 68.78 24.1866 67.7 24.64 66.7013C23.8173 66.192 23.4186 65.148 23.5226 64.1867C23.6266 63.2253 24.1653 62.3493 24.856 61.6733C23.4226 60.34 23.7266 57.624 25.4213 56.6373C24.276 55.0373 24.328 52.6787 25.232 50.7507C23.98 51.4747 22.2906 50.7733 21.452 49.5947C20.6133 48.416 20.4146 46.9133 20.2693 45.4747C19.8693 41.4747 19.6746 37.3933 20.4573 33.444C21.24 29.4947 23.0666 25.6493 26.152 23.0667C28.612 20.9987 30.7626 20.6507 33.7786 19.54C35.204 19.0147 37.7693 18.348 39.2733 18.5653C40.9133 18.8013 42.1653 19.232 43.3106 20.432L46.1226 21.4627C47.9493 21.2227 49.8 22.0387 51.152 23.2907C52.504 24.5427 53.4186 26.1933 54.1733 27.8733C55.8386 31.584 56.828 35.5613 57.0946 39.62C57.1973 41.1973 57.1853 42.8093 56.7146 44.3173C56.3373 45.4947 55.6946 46.5693 54.836 47.46C53.9773 48.3507 52.9266 49.032 51.764 49.452C53.5813 50.824 53.8586 53.812 52.3253 55.4947C54.3546 56.3267 54.8813 59.476 53.232 60.9213C55.0986 62.308 55.0986 65.532 53.2493 66.9293C55.7906 69.8547 55.2493 74.9093 52.1453 77.2293L51.052 74.9627C50.9026 75.2693 50.6826 75.536 50.4093 75.74C50.136 75.944 49.8173 76.08 49.4813 76.136C48.884 74.7747 48.6533 73.2787 48.8146 71.8C48.976 70.3213 49.5226 68.9107 50.4 67.7107C48.3693 66.644 47.676 63.6507 49.0266 61.7933C47.536 60.4013 47.28 57.88 48.46 56.2173C47.0266 54.848 46.624 52.516 47.4266 50.624L46.1066 50.1573L46.1706 38.948C44.892 38.5973 43.8613 37.596 43.2373 36.428C42.6133 35.26 42.34 33.9333 42.1813 32.6173C41.84 29.9933 41.988 27.328 42.62 24.7587C40.104 29.9067 34.4173 33.3333 28.6906 33.1467C27.9426 33.136 27.1986 33.0307 26.4773 32.832\" fill=\"var(--hm-hair, #000000)\"/>\n<path d=\"M35.8853 53.4987C35.8213 52.1093 35.8347 50.9853 35.9227 49.5973C34.2587 50.2773 32.4187 49.9973 30.704 49.6987C29.06 49.4093 27.5227 48.8413 26.2813 47.6867C23.952 45.5173 23.3333 42.1333 23.6667 39.088C23.8 37.8787 24.3147 35.8813 25.1747 33.6693L26.4773 32.832C27.1987 33.0307 27.9427 33.136 28.6907 33.1467C34.4173 33.3307 40.104 29.9067 42.6213 24.7587C41.9893 27.328 41.8413 29.9933 42.1827 32.6173C42.3413 33.9333 42.6107 35.26 43.2387 36.428C43.8667 37.596 44.8973 38.5973 46.172 38.948L47.6973 39.3413C49.2267 37.9973 50.1267 37.8173 51.1307 38.324C52.56 39.0453 52.7747 40.5707 52.464 41.852C52.128 43.2653 51.232 44.484 50.0827 45.352C49.5027 45.7827 48.8707 46.1413 48.2027 46.4187C47.8747 46.5573 47.54 46.68 47.2 46.7867C46.8173 46.908 46.4307 46.904 46.2507 47.2773C45.4587 48.928 45.1213 50.4947 45.276 52.3187\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M46.176 39.748C46.1054 39.748 46.0347 39.7387 45.964 39.7187C44.572 39.3373 43.3227 38.2747 42.536 36.804C41.7907 35.408 41.5334 33.884 41.392 32.712C41.1987 31.2333 41.156 29.748 41.2627 28.272C40.148 29.5773 38.804 30.7147 37.272 31.6373C34.6067 33.2427 31.6347 34.04 28.672 33.9453C27.8587 33.9333 27.0494 33.8187 26.2654 33.6027C25.84 33.4853 25.5894 33.0453 25.7067 32.6187C25.824 32.1933 26.264 31.9427 26.6907 32.06C27.3467 32.24 28.0227 32.3373 28.7027 32.3453C28.708 32.3453 28.7134 32.3453 28.7174 32.3453C34.1107 32.5213 39.532 29.256 41.908 24.4053C42.088 24.0387 42.516 23.8653 42.9 24.0053C43.284 24.1453 43.5014 24.552 43.404 24.948C42.7934 27.432 42.652 29.976 42.9814 32.512C43.168 34.0547 43.4654 35.1427 43.9494 36.0493C44.5294 37.1333 45.4174 37.908 46.388 38.1747C46.8147 38.292 47.0654 38.732 46.948 39.1573C46.8507 39.5147 46.528 39.748 46.176 39.748Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M52.1454 78.024C52.0814 78.024 52.0187 78.016 51.956 78.0013C51.724 77.944 51.5294 77.7867 51.4254 77.572L50.8587 76.3987C50.4907 76.6667 50.06 76.8467 49.612 76.9213C49.2507 76.9813 48.896 76.788 48.748 76.4533C48.096 74.9667 47.844 73.3267 48.02 71.712C48.1667 70.3733 48.6027 69.0813 49.2934 67.932C48.4987 67.276 47.9214 66.332 47.6654 65.2373C47.3907 64.0627 47.5254 62.8773 48.028 61.8933C46.792 60.352 46.5614 58.0747 47.464 56.3173C46.3307 54.916 45.9334 52.936 46.4134 51.116L45.8374 50.912C45.4214 50.7653 45.2027 50.308 45.3494 49.8907C45.496 49.4733 45.9534 49.256 46.3707 49.4027L47.6907 49.8693C47.8987 49.9427 48.0667 50.0987 48.156 50.3013C48.2454 50.504 48.2467 50.7333 48.16 50.936C47.48 52.54 47.836 54.5187 49.0094 55.6387C49.296 55.9133 49.3387 56.356 49.1094 56.68C48.1614 58.016 48.372 60.0893 49.5694 61.208C49.864 61.484 49.908 61.936 49.6707 62.2627C49.1627 62.9613 48.9987 63.912 49.2227 64.8707C49.4454 65.8253 50.0094 66.6013 50.7694 67.0013C50.9747 67.1093 51.124 67.3013 51.176 67.528C51.2294 67.7547 51.18 67.9933 51.0427 68.1813C50.2507 69.2667 49.7534 70.5467 49.608 71.884C49.4907 72.964 49.604 74.0573 49.936 75.0867C50.1014 74.96 50.2374 74.7947 50.328 74.608C50.4614 74.332 50.7414 74.1573 51.048 74.1573H51.0494C51.356 74.1573 51.636 74.3333 51.7694 74.6093L52.4 75.916C53.2867 74.9533 53.8614 73.652 54.016 72.216C54.2094 70.4133 53.7094 68.676 52.6427 67.448C52.4974 67.2813 52.428 67.06 52.4507 66.84C52.4734 66.62 52.5867 66.4187 52.764 66.2853C53.436 65.7773 53.8347 64.8893 53.8307 63.9093C53.8267 62.936 53.4227 62.0573 52.752 61.5573C52.5574 61.4133 52.44 61.1893 52.4294 60.948C52.4187 60.7067 52.52 60.4733 52.7014 60.3147C53.2574 59.828 53.512 58.9813 53.3654 58.1053C53.2187 57.2293 52.7027 56.5107 52.0174 56.2293C51.776 56.1307 51.5974 55.92 51.54 55.6653C51.4827 55.4107 51.5534 55.144 51.7294 54.9507C52.3094 54.3147 52.5894 53.3947 52.5 52.4253C52.4107 51.4573 51.964 50.604 51.2774 50.0853C51.0427 49.908 50.924 49.6173 50.968 49.328C51.012 49.0373 51.2107 48.7947 51.4867 48.6947C52.528 48.3173 53.4854 47.6973 54.2547 46.9C55.024 46.1027 55.6094 45.1227 55.948 44.068C56.4094 42.5893 56.3747 40.9387 56.292 39.6667C56.0307 35.6907 55.0707 31.8307 53.4387 28.196C52.8307 26.8427 51.9587 25.128 50.604 23.8733C49.3027 22.668 47.6654 22.0613 46.2227 22.252C45.7854 22.3093 45.3827 22.0013 45.3254 21.5627C45.268 21.124 45.576 20.7227 46.0147 20.6653C47.924 20.4147 50.0454 21.1747 51.692 22.7C53.2587 24.152 54.2294 26.0493 54.9 27.5413C56.6107 31.352 57.616 35.396 57.8894 39.564C57.9814 40.9747 58.0174 42.8147 57.4747 44.552C57.06 45.8453 56.3454 47.0387 55.408 48.012C54.7494 48.696 53.9774 49.272 53.1347 49.7147C53.668 50.4333 54.0054 51.3227 54.0934 52.28C54.192 53.3493 53.972 54.3893 53.4774 55.252C54.236 55.8547 54.764 56.7707 54.9427 57.844C55.128 58.9587 54.904 60.0347 54.336 60.864C55.0267 61.6627 55.4254 62.748 55.4294 63.9053C55.4347 65.088 55.0294 66.1987 54.32 67.0107C55.3507 68.5067 55.816 70.424 55.6054 72.3893C55.3654 74.632 54.276 76.6293 52.62 77.8667C52.484 77.9693 52.316 78.024 52.1454 78.024Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M26.18 75.0427C26.1227 75.0427 26.064 75.036 26.0067 75.024C25.704 74.9573 25.468 74.7213 25.4 74.42L25.1934 73.5066C25.1067 73.5853 25.0147 73.66 24.92 73.7306C24.7187 73.8813 24.4587 73.9293 24.2174 73.86C23.976 73.7907 23.7814 73.6107 23.692 73.376C23.2627 72.2453 23.064 71.06 23.1014 69.852C23.132 68.852 23.3254 67.876 23.6734 66.9453C22.98 66.2373 22.6107 65.1706 22.7267 64.1026C22.8174 63.26 23.192 62.4107 23.796 61.656C23.2894 60.9 23.06 59.9333 23.1694 58.9413C23.28 57.9547 23.7134 57.0653 24.368 56.4387C23.7094 55.124 23.5787 53.468 23.9934 51.844C22.7387 51.7973 21.5 51.0467 20.7987 50.0613C19.8614 48.744 19.6294 47.1133 19.472 45.5573C19.1014 41.856 18.836 37.5053 19.6707 33.2906C20.5654 28.7746 22.684 24.9266 25.636 22.456C27.6534 20.76 29.4774 20.1533 31.5894 19.4506C32.1974 19.248 32.8267 19.0386 33.4987 18.792C34.8494 18.2946 37.6094 17.52 39.384 17.776C40.884 17.992 42.468 18.396 43.8854 19.8826C44.1907 20.2026 44.1787 20.7093 43.8587 21.0133C43.5387 21.3186 43.032 21.3066 42.728 20.9866C41.7027 19.912 40.6 19.568 39.156 19.36C37.956 19.1866 35.6307 19.712 34.052 20.2933C33.3547 20.5493 32.7134 20.7626 32.0934 20.9693C30.056 21.6466 28.448 22.1813 26.6627 23.6813C23.988 25.92 22.0627 29.4426 21.2374 33.6013C20.4427 37.6093 20.7027 41.8133 21.06 45.3973C21.2014 46.7947 21.3867 48.1333 22.0987 49.1333C22.696 49.972 23.9627 50.56 24.8267 50.06C25.1294 49.8853 25.5107 49.9267 25.768 50.1627C26.0254 50.3987 26.1 50.7747 25.952 51.092C25.1187 52.8707 25.164 54.912 26.068 56.1733C26.1987 56.356 26.2467 56.5866 26.2 56.8066C26.1534 57.0266 26.0147 57.2173 25.82 57.3307C25.2414 57.668 24.844 58.336 24.756 59.1187C24.6694 59.8987 24.908 60.636 25.396 61.0893C25.556 61.2387 25.648 61.4467 25.6507 61.6653C25.6534 61.884 25.5667 62.0947 25.4107 62.2467C24.7774 62.8667 24.388 63.5867 24.3134 64.2747C24.236 64.9853 24.5414 65.704 25.056 66.0227C25.3974 66.2347 25.5294 66.6667 25.364 67.0333C24.952 67.9413 24.728 68.9067 24.6974 69.9027C24.6827 70.384 24.712 70.8613 24.788 71.3307C24.7947 71.3133 24.8 71.296 24.8067 71.2787C24.9214 70.94 25.248 70.7187 25.6067 70.7373C25.964 70.756 26.2654 71.0107 26.3454 71.36L26.5734 72.3693C26.9814 71.7693 27.36 71.1213 27.6094 70.4466C28.06 69.2293 28.024 67.9786 27.5134 67.1026C27.3094 66.752 27.4 66.3027 27.7254 66.06C28.2547 65.664 28.5427 64.8413 28.4587 63.9667C28.3707 63.0533 27.948 62.1467 27.5387 61.2693C27.376 60.9213 27.484 60.5066 27.796 60.2813C28.3067 59.9146 28.644 59.2946 28.7254 58.5813C28.8054 57.868 28.6134 57.1893 28.1974 56.7173C28.0467 56.5467 27.976 56.32 28.0027 56.0947C28.0294 55.8693 28.1507 55.6653 28.336 55.5333C28.684 55.288 28.944 54.9293 29.0694 54.5227C29.1947 54.116 29.1814 53.6733 29.032 53.2747C28.9414 53.0333 28.9734 52.764 29.116 52.5493C29.2587 52.3346 29.496 52.2026 29.7534 52.1946C31.8094 52.1226 33.732 51.272 35.1667 49.7986C35.4747 49.4826 35.9814 49.476 36.2974 49.784C36.6134 50.092 36.62 50.5986 36.312 50.916C34.808 52.46 32.8587 53.436 30.7454 53.716C30.7747 54.1467 30.7254 54.5813 30.5974 54.9946C30.4467 55.4813 30.1907 55.932 29.852 56.3093C30.2454 57.0253 30.412 57.8827 30.3134 58.7587C30.2094 59.6787 29.8267 60.5133 29.2374 61.1347C29.6054 61.9493 29.9574 62.8453 30.0494 63.812C30.1627 64.988 29.8347 66.1053 29.176 66.8746C29.6614 68.0853 29.6427 69.5533 29.108 71C28.6054 72.3587 27.768 73.4947 26.8067 74.7347C26.6587 74.9307 26.424 75.0427 26.18 75.0427Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M45.2787 52.3187C44.868 52.3187 44.5174 52.004 44.4827 51.5867C44.3134 49.5787 44.704 48.6587 45.5334 46.932C45.8374 46.3013 46.412 46.1627 46.756 46.0787C46.8307 46.0613 46.9014 46.044 46.9627 46.024C47.28 45.924 47.5934 45.8093 47.896 45.6813C48.508 45.4267 49.0827 45.1013 49.6107 44.7093C50.6747 43.9053 51.416 42.824 51.6907 41.6667C51.832 41.084 52.024 39.668 50.7747 39.0373C50.2294 38.7613 49.6947 38.6533 48.2294 39.9413C47.8974 40.2333 47.392 40.2 47.1 39.868C46.808 39.536 46.8414 39.0307 47.1734 38.7387C49.2774 36.8893 50.4934 37.1027 51.4947 37.608C53.0467 38.392 53.7174 40.0893 53.2454 42.0387C52.8854 43.5533 51.9347 44.9573 50.568 45.988C49.9307 46.4613 49.24 46.8533 48.512 47.1547C48.168 47.3 47.8054 47.4333 47.4427 47.5467C47.3307 47.5827 47.2254 47.608 47.132 47.6307C47.072 47.6453 46.9974 47.6627 46.948 47.6787C46.1814 49.2787 45.944 49.88 46.0774 51.448C46.1147 51.888 45.788 52.276 45.348 52.312C45.324 52.3173 45.3014 52.3187 45.2787 52.3187Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M35.8854 53.4987C35.46 53.4987 35.1067 53.164 35.0867 52.7347C35.044 51.796 35.0347 51.324 35.0614 50.68C33.4587 50.9893 31.8267 50.7053 30.568 50.4853C28.5347 50.128 26.9547 49.4027 25.7374 48.2707C23.5 46.1867 22.456 42.8067 22.872 38.9987C23.028 37.5867 23.6094 35.4853 24.4294 33.3773C24.5894 32.9653 25.0534 32.7613 25.4654 32.9213C25.8774 33.0813 26.0814 33.5453 25.9214 33.9573C25.012 36.296 24.572 38.1853 24.4627 39.1733C24.1014 42.4733 24.9627 45.3627 26.828 47.0987C27.8254 48.0267 29.1014 48.6013 30.844 48.908C32.6254 49.2187 34.2147 49.428 35.6214 48.8547C35.876 48.7507 36.1667 48.7853 36.3907 48.9453C36.6147 49.1067 36.74 49.3707 36.7227 49.6453C36.6374 50.9867 36.6227 51.2827 36.6867 52.6587C36.7067 53.1 36.3654 53.4747 35.924 53.4947C35.9094 53.4987 35.8974 53.4987 35.8854 53.4987Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M29.124 37.3467C29.6395 37.3467 30.0573 36.8393 30.0573 36.2134C30.0573 35.5874 29.6395 35.08 29.124 35.08C28.6085 35.08 28.1907 35.5874 28.1907 36.2134C28.1907 36.8393 28.6085 37.3467 29.124 37.3467Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M33.6573 37.66C34.1728 37.66 34.5907 37.1526 34.5907 36.5267C34.5907 35.9008 34.1728 35.3933 33.6573 35.3933C33.1419 35.3933 32.724 35.9008 32.724 36.5267C32.724 37.1526 33.1419 37.66 33.6573 37.66Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
825
+ }
826
+ ]
827
+ },
828
+ {
829
+ "id": "hm1-p-000021",
830
+ "source": {
831
+ "groupId": "head",
832
+ "sourceGroupName": "Head",
833
+ "partId": "021"
834
+ },
835
+ "name": "blunt-long",
836
+ "aliases": [
837
+ "head-blunt-long"
838
+ ],
839
+ "selectionSlot": "head",
840
+ "uiGroups": [
841
+ "head"
842
+ ],
843
+ "layers": [
844
+ {
845
+ "layerSlot": "head",
846
+ "svgPath": "assets/humation-1/head/021.svg",
847
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M35.9373 49.6027C35.848 50.9907 35.8347 51.9813 35.8987 53.3707L45.2987 52.184C45.1453 50.36 45.4813 48.9267 46.2747 47.276C46.4533 46.9027 46.8413 46.9067 47.224 46.7853C47.56 46.684 47.8987 46.5507 48.2267 46.4173C48.8947 46.14 49.5253 45.7813 50.1067 45.3507C51.256 44.4827 52.1507 43.264 52.488 41.8507C52.7933 40.5693 52.5787 39.044 51.148 38.3227C50.1453 37.816 49.2453 37.996 47.716 39.34L47.4667 37.8667L45.2667 36.3333L47.224 26.8667C45.6387 29.3107 42.24 34.2 41.3333 34.2C38.2 34.2 30.156 31.4 27.212 30.2C26.772 30.7693 26.3933 31.3787 26.1373 32.0493L25.3373 33.4693C24.5373 34.6693 24.404 36.136 24.004 37.6027C24.004 38.024 22.3827 43.7147 26.1373 47.4693C27.4707 48.8027 29.204 49.336 31.004 49.736C32.6147 49.988 34.3787 50.2387 35.9373 49.6027Z\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M20.1333 61.8667C18.9333 58.8 18.5333 55.6 18 52.2667C16.8 45.6 17.0667 39.2 19.0667 32.9333C20.5333 28.4 23.1867 25.3773 26.7867 22.044C29.32 19.7773 31.9 17.8867 35.3667 18.02C36.3 18.1533 37.42 18.3747 38.3533 18.3747C40.68 18.5987 45.9613 18.8547 48.5333 21.7333C48.9333 22.2667 49.6 22.5333 50.2667 22.8C50.6973 23.068 51.1 23.3813 51.4667 23.7333C52 24.4 52.4 25.2 52.8 25.8667C54.6667 29.4667 55.6 33.0667 56.6667 36.9333C59.6813 48.812 58.9453 56.9627 57.7187 74.5253C57.2573 74.5187 55.088 74.5333 54.5333 74.5333C52.9333 74.5333 51.2 74.4 49.6 74.4C47.8667 74.2667 47.804 74.6293 46.204 73.9627C45.9373 73.8293 46.0707 73.296 45.9373 73.0293C45.6707 66.7627 45.3333 51.3333 45.3333 51.3333C45.2 49.8667 45.6 48.5333 46.2667 47.2C47.6 46.5333 49.2 46.2667 50.4 45.2C50.6667 44.9333 50.8 44.6667 51.0667 44.5333C52.2667 43.3333 52.8 41.7333 52.4 40C52.2667 39.0667 51.7333 38.4 50.7733 38.1707C49.6053 37.7827 48.532 38.612 47.7067 39.3413C47.5933 38.86 47.528 38.3293 47.3587 37.8653C47.128 37.236 46.1587 36.7467 45.5827 36.4427C45.5013 36.4 45.24 36.32 45.1907 36.2507C45.1413 36.1813 45.1907 35.9933 45.2107 35.8747C45.2573 35.5893 45.304 35.3053 45.352 35.0227C45.452 34.44 45.5587 33.8573 45.6693 33.2773C46.1133 30.9853 46.6533 28.7147 47.288 26.468C45.6 29.0667 44.4 31.8667 41.7333 33.8667C40.8 34.4 39.8667 34.1333 38.9333 33.8667C34.8 32.9333 31.0667 31.6 27.2 30C26.8227 30.2573 26.5413 30.632 26.4 31.0667C24.9333 33.7333 23.8667 36.4 23.6 39.3333C23.4667 41.0667 23.4667 42.8 24.1333 44.4C24.2667 44.6667 24.4 45.0667 24.5333 45.3333C25.4667 47.6 27.7333 49.0667 30.176 49.6C32.0173 50 34.124 50.336 35.9227 49.6C35.8467 50.6827 35.8587 51.7693 35.9587 52.8493C34.5707 52.34 33.0173 52.5213 31.6 52.9467C26.884 54.3587 20.2667 61.8667 20.1333 61.8667Z\" fill=\"var(--hm-hair, #000000)\"/>\n<path d=\"M47.3094 38.5027C47.1094 38.5027 46.9094 38.428 46.7547 38.2787C46.1867 37.732 45.5347 37.2893 44.8174 36.964C44.4894 36.816 44.3013 36.468 44.3573 36.112C44.6187 34.4253 44.936 32.7387 45.3027 31.064C44.5613 32.068 43.8 32.9747 42.9974 33.8107C42.7227 34.1227 42.4013 34.3853 42.04 34.592C42.0293 34.5987 42.0173 34.604 42.0067 34.6107C41.1747 35.036 40.2694 34.9053 39.4854 34.748C35.3507 33.9347 31.3107 32.6453 27.468 30.9133L26.5747 32.2027C26.3227 32.5653 25.824 32.656 25.4614 32.4053C25.0987 32.1533 25.008 31.656 25.2587 31.292L26.5333 29.452C26.7547 29.132 27.1747 29.0173 27.528 29.1827C31.4374 31.0013 35.564 32.3467 39.796 33.1787C40.3347 33.2867 40.888 33.3747 41.2613 33.1933C41.4653 33.0733 41.648 32.9227 41.8027 32.744C41.8107 32.7347 41.82 32.724 41.8293 32.7147C43.528 30.948 45.0387 28.8387 46.5813 26.0787C46.78 25.724 47.2107 25.5747 47.5854 25.7293C47.96 25.8853 48.16 26.296 48.0493 26.6867C47.2053 29.6653 46.5267 32.72 46.028 35.78C46.6973 36.1427 47.312 36.5933 47.864 37.1253C48.1827 37.432 48.192 37.9387 47.8854 38.256C47.728 38.42 47.5187 38.5027 47.3094 38.5027Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M49.7573 75.4133C48.8893 75.4133 47.9853 75.3427 46.7373 75.076C46.3693 75.0253 46.024 74.8733 45.7387 74.6347C45.7133 74.6133 45.6893 74.5907 45.6667 74.5667C45.256 74.128 45.2293 73.5613 45.216 73.2573C44.932 67.536 44.7293 61.3507 44.6147 54.8787C44.6067 54.4373 44.9587 54.072 45.4 54.064C45.4053 54.064 45.4093 54.064 45.4147 54.064C45.8493 54.064 46.2067 54.4133 46.2147 54.8493C46.3293 61.3053 46.532 67.4733 46.8147 73.18C46.8213 73.308 46.8293 73.4 46.8413 73.4547C46.88 73.4733 46.9227 73.4867 46.9667 73.492C46.992 73.4947 47.0173 73.4987 47.0427 73.504C48.772 73.876 49.7413 73.832 51.084 73.772C51.6813 73.7453 52.3587 73.716 53.188 73.7173C53.6293 73.7187 53.9867 74.0787 53.9853 74.52C53.984 74.9613 53.6267 75.3173 53.1853 75.3173C53.1533 75.3147 53.1213 75.3173 53.0893 75.3173C52.3387 75.3173 51.7107 75.3453 51.1547 75.3707C50.6693 75.3933 50.2187 75.4133 49.7573 75.4133Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M57.1347 75.3147C56.472 75.3147 55.9187 75.3013 55.092 75.2427C54.6507 75.212 54.3187 74.8293 54.3507 74.388C54.3813 73.9467 54.764 73.616 55.2053 73.6453C55.9227 73.696 56.412 73.7107 56.9813 73.712C57.0627 70.6747 57.2693 67.624 57.4693 64.6667C57.9933 56.9267 58.488 49.6173 56.9933 42.2053C55.832 36.4533 54.5973 32.148 52.9907 28.2467C52.3 26.5707 51.476 24.86 50.1373 23.7133C49.8013 23.4253 49.7627 22.9213 50.0507 22.5853C50.3387 22.2507 50.8427 22.2107 51.1787 22.4987C52.7747 23.8653 53.704 25.776 54.4707 27.6373C56.1173 31.6373 57.38 36.0333 58.5613 41.8893C60.0973 49.512 59.5733 57.2707 59.0653 64.7747C58.8493 67.968 58.6253 71.2693 58.5627 74.5253C58.5547 74.9587 58.2013 75.3067 57.768 75.3093C57.54 75.3133 57.332 75.3147 57.1347 75.3147Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M20.2253 62.696C20.22 62.696 20.216 62.696 20.2107 62.696C19.968 62.692 19.376 62.592 19.14 61.7307C16.504 52.1467 15.8867 44.0467 17.2493 36.9667C18.8653 28.5773 23.6787 22.1267 31.172 18.312C33.3013 17.232 35.0493 16.9787 36.5147 17.5387C36.928 17.696 37.1347 18.1587 36.976 18.572C36.8187 18.9853 36.356 19.192 35.9427 19.0333C34.9227 18.644 33.5987 18.8747 31.896 19.7387C24.86 23.32 20.3387 29.3827 18.82 37.2693C17.524 43.996 18.0947 51.7213 20.564 60.872C20.6227 60.8947 20.68 60.924 20.7347 60.96C21.0733 61.1867 21.2213 61.6347 21.0907 62.0493C20.972 62.4387 20.624 62.696 20.2253 62.696Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M48.8027 22.844C48.584 22.844 48.368 22.756 48.2094 22.5813C47.3347 21.616 46.3253 20.8347 45.2067 20.2573C42.512 18.8653 39.9227 19.0307 39.0707 19.0853C38.628 19.112 38.2494 18.7787 38.2214 18.3373C38.1934 17.896 38.528 17.516 38.9693 17.488C39.9293 17.4267 42.852 17.2413 45.9414 18.836C47.2294 19.5013 48.392 20.4 49.3947 21.508C49.6907 21.836 49.6667 22.3413 49.3387 22.6387C49.1867 22.776 48.9947 22.844 48.8027 22.844Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M45.2787 52.3187C44.868 52.3187 44.5174 52.004 44.4827 51.5867C44.3134 49.5787 44.704 48.6587 45.5334 46.932C45.8374 46.3013 46.412 46.1627 46.756 46.0787C46.8307 46.0613 46.9014 46.044 46.9627 46.024C47.28 45.924 47.5934 45.8093 47.896 45.6813C48.508 45.4267 49.0827 45.1013 49.6107 44.7093C50.6747 43.9053 51.416 42.824 51.6907 41.6667C51.832 41.084 52.024 39.668 50.7747 39.0373C50.2294 38.7613 49.6947 38.6533 48.2294 39.9413C47.8974 40.2333 47.392 40.2 47.1 39.868C46.808 39.536 46.8414 39.0307 47.1734 38.7387C49.2774 36.8893 50.4934 37.1027 51.4947 37.608C53.0467 38.392 53.7174 40.0893 53.2454 42.0387C52.8854 43.5533 51.9347 44.9573 50.568 45.988C49.9307 46.4613 49.24 46.8533 48.512 47.1547C48.168 47.3 47.8054 47.4333 47.4427 47.5467C47.3307 47.5827 47.2254 47.608 47.132 47.6307C47.072 47.6453 46.9974 47.6627 46.948 47.6787C46.1814 49.2787 45.944 49.88 46.0774 51.448C46.1147 51.888 45.788 52.276 45.348 52.312C45.324 52.3173 45.3014 52.3187 45.2787 52.3187Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M35.8854 53.4987C35.46 53.4987 35.1067 53.164 35.0867 52.7347C35.044 51.796 35.0347 51.324 35.0614 50.68C33.4587 50.9893 31.8267 50.7053 30.568 50.4853C28.5347 50.128 26.9547 49.4027 25.7374 48.2707C23.5 46.1867 22.456 42.8067 22.872 38.9987C23.028 37.5867 23.6094 35.4853 24.4294 33.3773C24.5894 32.9653 25.0534 32.7613 25.4654 32.9213C25.8774 33.0813 26.0814 33.5453 25.9214 33.9573C25.012 36.296 24.572 38.1853 24.4627 39.1733C24.1014 42.4733 24.9627 45.3627 26.828 47.0987C27.8254 48.0267 29.1014 48.6013 30.844 48.908C32.6254 49.2187 34.2147 49.428 35.6214 48.8547C35.876 48.7507 36.1667 48.7853 36.3907 48.9453C36.6147 49.1067 36.74 49.3707 36.7227 49.6453C36.6374 50.9867 36.6227 51.2827 36.6867 52.6587C36.7067 53.1 36.3654 53.4747 35.924 53.4947C35.9094 53.4987 35.8974 53.4987 35.8854 53.4987Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M29.124 37.3467C29.6395 37.3467 30.0573 36.8393 30.0573 36.2134C30.0573 35.5874 29.6395 35.08 29.124 35.08C28.6085 35.08 28.1907 35.5874 28.1907 36.2134C28.1907 36.8393 28.6085 37.3467 29.124 37.3467Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M33.6573 37.66C34.1728 37.66 34.5907 37.1526 34.5907 36.5267C34.5907 35.9008 34.1728 35.3933 33.6573 35.3933C33.1419 35.3933 32.724 35.9008 32.724 36.5267C32.724 37.1526 33.1419 37.66 33.6573 37.66Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
848
+ }
849
+ ]
850
+ },
851
+ {
852
+ "id": "hm1-p-000022",
853
+ "source": {
854
+ "groupId": "head",
855
+ "sourceGroupName": "Head",
856
+ "partId": "022"
857
+ },
858
+ "name": "side-swept-long",
859
+ "aliases": [
860
+ "head-side-swept-long"
861
+ ],
862
+ "selectionSlot": "head",
863
+ "uiGroups": [
864
+ "head"
865
+ ],
866
+ "layers": [
867
+ {
868
+ "layerSlot": "head",
869
+ "svgPath": "assets/humation-1/head/022.svg",
870
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M35.8853 53.4987C35.8213 52.1093 35.8347 50.9853 35.9227 49.5973C34.2587 50.2773 32.4187 49.9973 30.704 49.6987C29.06 49.4093 27.5227 48.8413 26.2813 47.6867C23.952 45.5173 23.3333 42.1333 23.6667 39.088C23.8 37.8787 24.3147 35.8813 25.1747 33.6693L25.6653 31.292C26.048 27.888 28.3733 24.88 31.3547 23.1947C34.336 21.5093 37.888 21.0413 41.3027 21.3667C45.1027 21.7293 48.9867 23.1733 51.3547 26.1667C53.7227 29.16 54.0653 33.9 51.424 36.656L47.7013 39.3427C49.2307 37.9987 50.1307 37.8187 51.1347 38.3253C52.564 39.0467 52.7787 40.572 52.468 41.8533C52.132 43.2667 51.236 44.4853 50.0867 45.3533C49.5067 45.784 48.8747 46.1427 48.2067 46.42C47.8787 46.5587 47.544 46.6813 47.204 46.788C46.8213 46.9093 46.4347 46.9053 46.2547 47.2787C45.4627 48.9293 45.1253 50.496 45.28 52.32\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M60 48.9333C59.3333 47.7333 58.6667 46.6667 58.5333 45.3333C58.2667 42.6667 59.0667 40.1333 59.4667 37.4667V35.6C59.2 34.2667 58.9333 33.0667 58.4 31.8667C57.8667 30.5333 57.0667 29.2 56.2667 27.8667C56 27.2 55.6 26.5333 55.0667 25.7333L54.6667 25.3333C52.5333 21.8667 48.9333 20 45.4667 18.5333C44.4 18 43.3333 17.6 42.2667 17.4667C40.8 17.3333 39.3333 17.0667 37.8667 17.2C34.2667 17.4667 29.7333 18.2667 28.4 22.1333C26.2667 23.3333 24.1333 24.8 22.9333 27.0667C22.2693 28.436 22.1267 30 22.5333 31.4667C22.6907 31.7667 22.824 32.0787 22.9333 32.4C23.0667 32.9333 23.4667 33.4667 23.8093 33.8093L25.0373 34.3933C24.9333 34.1333 25.2 33.7333 25.3333 33.4667C25.3333 31.3333 26.4 29.3333 27.8667 27.8667C28.5333 27.2 28.9333 26.4 29.4667 25.6C29.7453 25.3347 30.0587 25.1107 30.4 24.9333C31.4667 24.5333 32.6667 24.4 33.8667 24.4C34.4 24.4 34.9333 24.6667 35.4667 24.6667C37.2 25.0667 38.6667 25.4667 40.2667 26.1333C41.336 26.6467 42.288 27.372 43.0667 28.2667C43.244 28.608 43.468 28.9227 43.7333 29.2C45.2 31.3333 45.6 33.7333 45.8667 36.1333C46 38.4 46.1333 40.5333 46.4 42.8C46.5333 44.2253 47.0173 45.4773 47.6333 46.68C47.5 46.7093 47.3547 46.7453 47.2093 46.7907C46.8267 46.912 46.44 46.908 46.26 47.2813C45.472 48.916 45.136 50.0653 45.284 51.8733C46.0093 51.824 46.736 52.6307 47.3907 52.948C48.0453 53.2653 48.6067 53.748 49.0173 54.348C49.2987 54.7693 49.504 55.244 49.8493 55.6133C49.8707 55.6373 49.8933 55.6613 49.9173 55.684C49.4227 57.1147 48.648 58.516 48.0027 59.8667C47.58 60.7853 47.4853 61.82 47.736 62.8C48.136 64 49.2027 64.8 49.8693 65.8667C50.8027 67.6 49.336 69.2 49.6027 70.9333C49.8693 72.5333 51.4693 73.7333 53.0693 73.8667C55.336 73.8667 57.336 74.5333 59.336 75.6C61.0693 76.4 62.936 74.9333 63.2027 73.2C63.336 71.7333 63.0693 70.4 62.536 69.0667C62.136 67.8667 62.0027 66.6667 61.8693 65.4667C61.8693 63.2 63.2027 61.4667 63.736 59.3333C64.8 55.3333 61.8667 52.1333 60 48.9333Z\" fill=\"var(--hm-hair, #000000)\"/>\n<path d=\"M51.2147 73.8667C51.1027 73.8667 50.9893 73.8427 50.8813 73.7933C50.184 73.4733 49.6027 72.9587 49.2 72.3053C48.7987 71.652 48.6013 70.9013 48.6293 70.1347C48.6293 70.1293 48.6293 70.1253 48.6307 70.12C48.6653 69.5067 48.8427 68.9507 49.0133 68.4147C49.1987 67.8333 49.3747 67.2827 49.304 66.7947C49.22 66.2053 48.7947 65.6893 48.3027 65.092C47.8293 64.5173 47.34 63.924 47.0733 63.16C46.4427 61.3453 47.3413 59.596 48.1333 58.0533C48.1867 57.948 48.2413 57.844 48.2933 57.7413C49.2707 55.808 50.2053 53.0267 49.0947 50.7613C48.8707 50.3013 48.564 49.8707 48.2413 49.4133C48.0613 49.1587 47.8747 48.8947 47.6987 48.62C45.8093 45.6733 45.5133 42.1547 45.228 38.7507C45.188 38.28 45.1493 37.812 45.1053 37.3467C44.7973 34.048 44.0747 29.9787 41.1973 27.7653C40.2253 27.0187 39.0053 26.4707 37.2413 25.992C36.3627 25.7533 35.4613 25.5587 34.564 25.412C34.128 25.3413 33.832 24.9307 33.9027 24.4947C33.9733 24.0587 34.3853 23.7613 34.82 23.8333C35.772 23.988 36.728 24.1947 37.66 24.448C39.636 24.984 41.028 25.616 42.172 26.496C45.54 29.0853 46.36 33.5747 46.6987 37.1973C46.7427 37.668 46.7827 38.1413 46.8227 38.6173C47.092 41.8267 47.3707 45.144 49.0453 47.756C49.2013 48 49.3693 48.236 49.5467 48.488C49.892 48.976 50.2507 49.4813 50.532 50.056C51.932 52.912 50.8627 56.204 49.72 58.4627C49.6653 58.5693 49.612 58.676 49.556 58.7827C48.8787 60.1013 48.1787 61.4653 48.584 62.6333C48.756 63.128 49.136 63.5867 49.536 64.0747C50.1 64.7587 50.7387 65.5333 50.8867 66.5667C51.0107 67.4187 50.7587 68.2067 50.5373 68.9013C50.3907 69.36 50.252 69.7947 50.228 70.2027C50.212 70.6493 50.328 71.088 50.5627 71.468C50.7987 71.8507 51.1387 72.1533 51.548 72.34C51.9493 72.524 52.1253 72.9987 51.9413 73.4013C51.8067 73.6933 51.5173 73.8667 51.2147 73.8667Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M23.8107 34.6093C23.5493 34.6093 23.2933 34.4813 23.14 34.2453C21.828 32.232 21.376 30.2147 21.796 28.2467C22.2667 26.044 23.8387 24.0253 26.344 22.4093C26.716 22.1707 27.2107 22.2773 27.4493 22.648C27.688 23.02 27.5813 23.5147 27.2107 23.7533C25.0707 25.1333 23.74 26.8013 23.36 28.58C23.032 30.116 23.4093 31.728 24.4787 33.372C24.72 33.7427 24.6147 34.2373 24.2453 34.4787C24.1107 34.568 23.96 34.6093 23.8107 34.6093Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M28.4787 22.7307C28.3907 22.7307 28.3013 22.716 28.2133 22.6853C27.796 22.5387 27.5773 22.0827 27.724 21.6653C28.54 19.3413 30.8547 18.1173 32.6533 17.5C36.7627 16.0893 41.6787 16.248 46.496 17.9467C46.9133 18.0933 47.132 18.5507 46.9853 18.9667C46.8387 19.384 46.3813 19.6027 45.9653 19.456C41.4867 17.8773 36.944 17.72 33.1733 19.0147C31.7093 19.5173 29.8373 20.4773 29.2333 22.196C29.1173 22.5253 28.8093 22.7307 28.4787 22.7307Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M60.3547 76.64C60.288 76.64 60.2213 76.6373 60.156 76.632C59.308 76.5653 58.6013 76.156 57.9787 75.796C57.8347 75.712 57.6907 75.6293 57.5453 75.5507C56.2467 74.852 54.7827 74.548 53.3107 74.672C52.8693 74.708 52.4827 74.3827 52.4453 73.9427C52.408 73.5027 52.7347 73.1147 53.1747 73.0773C54.956 72.9267 56.7307 73.2947 58.304 74.1427C58.464 74.2293 58.6213 74.32 58.7787 74.412C59.3013 74.7147 59.7947 75 60.2787 75.0373C61.1867 75.1027 62.02 74.2107 62.2667 73.3413C62.5813 72.2373 62.312 70.988 62.008 69.912C61.948 69.7 61.8853 69.4867 61.8227 69.2747C61.5027 68.192 61.172 67.0733 61.1613 65.8773C61.1453 64.32 61.672 62.888 62.1813 61.5027C62.64 60.256 63.0733 59.0773 63.1053 57.8693C63.172 55.6627 61.9293 53.7133 60.6147 51.648C59.48 49.8653 58.3067 48.0213 57.9173 45.892C57.4093 43.092 57.8173 41.5693 58.212 40.0973C58.5773 38.7373 58.9213 37.4533 58.4867 35.0133C58.2787 33.8813 57.7853 32.772 57.2547 31.6427C56.1773 29.3547 54.9867 26.948 53.3253 24.8693C51.7187 22.86 50.4867 21.4867 48.1093 20.7427C47.688 20.6107 47.4533 20.1613 47.584 19.74C47.716 19.3187 48.1653 19.084 48.5867 19.2147C51.3867 20.0907 52.8933 21.768 54.5747 23.868C56.3453 26.0827 57.5853 28.5853 58.7027 30.96C59.28 32.1893 59.8187 33.4013 60.0613 34.7267C60.5587 37.5213 60.152 39.0413 59.7573 40.5107C59.392 41.872 59.0467 43.1587 59.4907 45.6053C59.8227 47.4267 60.8627 49.06 61.9627 50.788C63.3493 52.9667 64.784 55.2187 64.7027 57.9147C64.6627 59.384 64.164 60.7413 63.6813 62.0547C63.2 63.3627 62.7467 64.5973 62.76 65.8627C62.7693 66.836 63.0547 67.8013 63.356 68.8227C63.42 69.0413 63.4853 69.26 63.5467 69.4787C63.912 70.7707 64.2293 72.2933 63.8053 73.7827C63.2667 75.6747 61.668 76.64 60.3547 76.64Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M45.2787 52.3187C44.868 52.3187 44.5174 52.004 44.4827 51.5853C44.3134 49.5773 44.704 48.6573 45.5334 46.9307C45.8374 46.3 46.412 46.1613 46.756 46.0773C46.8307 46.06 46.9014 46.0427 46.9627 46.0227C47.384 45.8893 47.8334 46.1227 47.9667 46.544C48.1 46.9653 47.8667 47.4147 47.4454 47.548C47.332 47.584 47.2254 47.6093 47.132 47.632C47.072 47.6467 46.9974 47.664 46.948 47.68C46.1814 49.28 45.944 49.8813 46.0774 51.4493C46.1147 51.8893 45.788 52.2773 45.348 52.3133C45.324 52.3173 45.3014 52.3187 45.2787 52.3187Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M35.884 53.4987C35.4587 53.4987 35.1054 53.164 35.0854 52.7347C35.0427 51.796 35.0334 51.324 35.06 50.68C33.4574 50.9893 31.8254 50.7053 30.5667 50.4853C28.5334 50.128 26.9534 49.4027 25.736 48.2707C23.4987 46.1867 22.4534 42.808 22.8707 38.9987C23.0267 37.5867 23.608 35.4853 24.428 33.3773C24.588 32.9653 25.052 32.7613 25.464 32.9213C25.876 33.0813 26.08 33.5453 25.92 33.9573C25.0107 36.296 24.5707 38.1853 24.4614 39.1733C24.1 42.4733 24.9614 45.3627 26.8267 47.0987C27.824 48.0267 29.1 48.6013 30.8427 48.908C32.624 49.2187 34.2134 49.428 35.62 48.8547C35.8747 48.7507 36.1654 48.7853 36.3894 48.9453C36.6134 49.1067 36.7387 49.3707 36.7214 49.6453C36.636 50.9867 36.6214 51.2827 36.6854 52.6587C36.7054 53.1 36.364 53.4747 35.9227 53.4947C35.9094 53.4987 35.8974 53.4987 35.884 53.4987Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M25.6013 32.4053C25.564 32.4053 25.5253 32.4027 25.4867 32.3973C25.0493 32.3347 24.7453 31.9293 24.808 31.492C25.12 29.3213 25.9027 28.52 26.7027 27.9787C27.3067 27.5693 27.408 27.3667 27.656 26.8773C27.752 26.6867 27.8627 26.4693 28.0173 26.2067C28.4107 25.54 28.9453 24.9813 29.5653 24.5933C30.0987 24.2587 30.6853 24.04 31.308 23.9453C31.7427 23.8787 32.1533 24.1773 32.22 24.6147C32.2867 25.052 31.988 25.46 31.5507 25.5267C31.1453 25.5893 30.7627 25.7307 30.416 25.9493C30.012 26.2027 29.66 26.572 29.396 27.02C29.268 27.2387 29.1747 27.4227 29.084 27.6C28.796 28.1693 28.5467 28.6613 27.6013 29.3027C27.0987 29.644 26.628 30.0853 26.392 31.72C26.336 32.1173 25.9933 32.4053 25.6013 32.4053Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M29.124 37.3467C29.6395 37.3467 30.0573 36.8393 30.0573 36.2134C30.0573 35.5874 29.6395 35.08 29.124 35.08C28.6085 35.08 28.1907 35.5874 28.1907 36.2134C28.1907 36.8393 28.6085 37.3467 29.124 37.3467Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M33.6573 37.66C34.1728 37.66 34.5907 37.1526 34.5907 36.5267C34.5907 35.9008 34.1728 35.3933 33.6573 35.3933C33.1419 35.3933 32.724 35.9008 32.724 36.5267C32.724 37.1526 33.1419 37.66 33.6573 37.66Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
871
+ }
872
+ ]
873
+ },
874
+ {
875
+ "id": "hm1-p-000023",
876
+ "source": {
877
+ "groupId": "head",
878
+ "sourceGroupName": "Head",
879
+ "partId": "023"
880
+ },
881
+ "name": "wavy-long",
882
+ "aliases": [
883
+ "head-wavy-long"
884
+ ],
885
+ "selectionSlot": "head",
886
+ "uiGroups": [
887
+ "head"
888
+ ],
889
+ "layers": [
890
+ {
891
+ "layerSlot": "head",
892
+ "svgPath": "assets/humation-1/head/023.svg",
893
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M35.8854 53.3653C35.8214 51.976 35.8347 50.9853 35.9227 49.5973C34.2587 50.2773 32.4187 49.9973 30.7041 49.6987C29.0601 49.4093 27.5227 48.8413 26.2814 47.6867C23.9521 45.5173 23.3334 42.1333 23.6667 39.088C23.8001 37.8787 24.3147 35.8813 25.1747 33.6693L25.6654 31.292C26.0481 27.888 28.3734 24.88 31.3547 23.1947C34.3361 21.5093 37.8881 21.0413 41.3027 21.3667C45.1027 21.7293 48.9867 23.1733 51.3547 26.1667C53.7227 29.16 54.0654 33.9 51.4241 36.656L47.7014 39.3427C49.2307 37.9987 50.1307 37.8187 51.1347 38.3253C52.5641 39.0467 52.7787 40.572 52.4681 41.8533C52.1321 43.2667 51.2361 44.4853 50.0867 45.3533C49.5067 45.784 48.8747 46.1427 48.2067 46.42C47.8787 46.5587 47.5441 46.6813 47.2041 46.788C46.8214 46.9093 46.4347 46.9053 46.2547 47.2787C45.4627 48.9293 45.1121 50.4427 45.2667 52.2667\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M58.5733 44.4827C58.6387 47.0373 59.992 49.1973 61.3253 51.2827L61.352 51.3253C62.612 53.3093 63.972 55.448 63.904 57.8867C63.8253 60.7707 61.7987 63.252 61.9707 66.1707C62.1333 68.936 64.5653 72.516 62.2227 74.9707C61.1733 76.0693 59.8893 75.9493 58.648 75.252C57.3 74.4947 55.9587 73.932 54.3907 73.8493C54.008 73.8293 53.624 73.8347 53.2413 73.868L51.2147 73.068C50.6627 72.8147 50.1987 72.4027 49.88 71.8853C49.5627 71.368 49.4053 70.768 49.4293 70.1613C49.496 68.972 50.2667 67.8547 50.096 66.676C49.8853 65.204 48.3187 64.2947 47.8293 62.892C47.2733 61.2907 48.2387 59.6093 49.0067 58.0987C49.5293 57.092 49.9253 56.024 50.1827 54.92C50.0933 54.888 50.0133 54.836 49.948 54.768C49.788 54.604 49.6933 54.3827 49.5307 54.22C49.216 53.9013 48.7107 53.8547 48.3533 53.588C48.1347 53.4227 47.9853 53.1827 47.796 52.9827C47.4733 52.6573 47.0507 51.7813 46.5947 51.7213C46.1387 51.6613 45.6773 51.7533 45.28 51.984C45.124 50.1387 45.4613 48.9507 46.2587 47.2787C46.4387 46.9053 46.8253 46.9093 47.252 46.8093C47.3467 46.7467 47.4453 46.688 47.5467 46.632C46.3013 43.7627 46.1933 40.4333 45.9013 37.268C45.5507 33.5133 44.6733 29.4253 41.684 27.1267C40.448 26.176 38.9533 25.624 37.4493 25.216C36.1493 24.8627 34.824 24.6067 33.4853 24.4507L32.1173 24.6893C31.3667 24.6667 30.6253 24.8693 29.9893 25.268C29.3533 25.668 28.8493 26.248 28.5427 26.9347L27.1093 28.5C25.8987 29.8813 25.2666 31.6747 25.3413 33.5093C24.3133 35.8827 23.7987 37.88 23.6653 39.0893C23.332 42.1347 23.9506 45.5187 26.2786 47.6867C27.52 48.8413 29.0573 49.4093 30.7013 49.6987C32.416 49.9973 34.256 50.2773 35.92 49.5973C35.832 50.984 35.7226 50.86 35.6653 52.268C35.5666 52.6427 35.0653 53.1667 32.8653 52.6507C30.6653 52.1347 29.7987 53.852 28.7987 55.3347C27.7987 56.8173 26.9626 57.328 26.1346 57.664C24.4293 58.3587 24.184 60.7707 22.668 61.8773C22.6173 60.1107 23.296 58.4147 23.7346 56.7027C24.1733 54.9907 24.3453 53.0493 23.3866 51.564C22.7346 50.548 21.644 49.888 20.9586 48.8973C20.084 47.6333 19.9786 45.992 20.068 44.46C20.1573 42.928 20.408 41.3733 20.132 39.8613C20 37.8667 19.2 35.7333 19.6 33.4667C20.2666 29.0667 22.5333 24.8 26.2587 22.4227L28 21.2773C28.5946 20.276 29.4453 19.452 30.4627 18.8867C31.48 18.3213 32.6307 18.0373 33.7947 18.0613L35.1413 17.7453C39.6933 17.1427 44.3187 17.9933 48.3573 20.1773C52.396 22.3613 55.6413 25.7667 57.6293 29.9053C58.3387 31.384 58.8867 32.9787 58.9027 34.6187C58.9267 37.22 57.6187 39.808 58.208 42.3413L58.5733 44.4827Z\" fill=\"var(--hm-hair, #000000)\"/>\n<path d=\"M51.2146 73.8666C51.1026 73.8666 50.9893 73.8426 50.8813 73.7933C50.184 73.4733 49.6026 72.9586 49.2 72.3053C48.7986 71.652 48.6013 70.9013 48.6293 70.1346C48.6293 70.1293 48.6293 70.1253 48.6306 70.12C48.6653 69.5066 48.8426 68.9506 49.0133 68.4146C49.1986 67.8333 49.3746 67.2826 49.304 66.7946C49.22 66.2053 48.7946 65.6893 48.3026 65.092C47.8293 64.5186 47.34 63.924 47.0733 63.16C46.4426 61.3453 47.3413 59.596 48.1333 58.0533C48.1866 57.948 48.2413 57.844 48.2933 57.7413C49.2706 55.808 50.2053 53.0266 49.0946 50.7613C48.8706 50.3013 48.564 49.8706 48.2413 49.4133C48.0613 49.1586 47.8746 48.8946 47.6986 48.62C45.8093 45.6733 45.5133 42.1546 45.228 38.7506C45.188 38.28 45.1493 37.812 45.1053 37.3466C44.7973 34.048 44.0746 29.9773 41.1973 27.7653C40.2253 27.0186 39.0053 26.4706 37.2413 25.992C35.9826 25.6506 34.688 25.4 33.3946 25.2493C32.956 25.1986 32.6413 24.8013 32.6933 24.3613C32.744 23.9226 33.1426 23.608 33.5813 23.66C34.9546 23.82 36.3266 24.0853 37.6626 24.448C39.6386 24.984 41.0306 25.616 42.1746 26.496C45.5426 29.0853 46.3626 33.5746 46.7013 37.1973C46.7453 37.668 46.7853 38.1413 46.8253 38.6173C47.0946 41.8266 47.3733 45.144 49.048 47.756C49.204 48 49.372 48.236 49.5493 48.488C49.8946 48.976 50.2533 49.4813 50.5346 50.056C51.9346 52.912 50.8653 56.204 49.7226 58.4626C49.668 58.5693 49.6146 58.676 49.5586 58.7826C48.8813 60.1013 48.1813 61.4653 48.5866 62.6333C48.7586 63.128 49.1386 63.5866 49.5386 64.0746C50.1026 64.7586 50.7413 65.5333 50.8893 66.5666C51.0133 67.4186 50.7613 68.2066 50.54 68.9013C50.3933 69.36 50.2546 69.7946 50.2306 70.2026C50.2146 70.6493 50.3306 71.088 50.5653 71.468C50.8013 71.8506 51.1413 72.1533 51.5506 72.34C51.952 72.524 52.128 72.9986 51.944 73.4013C51.8066 73.6933 51.5173 73.8666 51.2146 73.8666Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M22.6693 62.676C22.2386 62.676 21.8826 62.3333 21.8706 61.8986C21.8293 60.4426 22.228 59.0706 22.6146 57.7453C22.7333 57.3373 22.8573 56.9146 22.9613 56.504C23.4706 54.5146 23.3906 53.0413 22.716 51.996C22.4293 51.5493 22.02 51.1626 21.5866 50.7533C21.14 50.332 20.6786 49.896 20.3026 49.3507C19.212 47.7747 19.192 45.7773 19.2706 44.412C19.292 44.0453 19.3226 43.6747 19.352 43.3173C19.448 42.156 19.5386 41.0586 19.3466 40.004C19.3413 39.9746 19.3373 39.944 19.336 39.9133C19.2933 39.2707 19.1746 38.6013 19.048 37.8933C18.804 36.5187 18.5266 34.96 18.8106 33.3373C19.572 28.332 22.1293 24.1093 25.828 21.748C26.2 21.5106 26.6946 21.62 26.9333 21.992C27.1706 22.364 27.0613 22.8586 26.6893 23.0973C23.4253 25.18 21.0706 29.1013 20.3906 33.5866C20.3893 33.5933 20.388 33.6 20.388 33.6053C20.1506 34.952 20.3906 36.3053 20.6226 37.6133C20.748 38.3187 20.8773 39.0466 20.928 39.7613C21.148 41.0093 21.0453 42.2493 20.9466 43.4493C20.9173 43.7973 20.888 44.1573 20.868 44.5053C20.7626 46.3 21.0013 47.5506 21.6173 48.4413C21.9 48.8493 22.2813 49.2093 22.6853 49.5906C23.1693 50.048 23.6693 50.5213 24.0613 51.1307C24.9893 52.5693 25.1373 54.4573 24.5106 56.9013C24.3986 57.3373 24.272 57.772 24.1493 58.1933C23.7813 59.456 23.4333 60.6493 23.468 61.8533C23.4813 62.2946 23.1333 62.6627 22.6906 62.676C22.684 62.676 22.676 62.676 22.6693 62.676Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M27.9986 22.0773C27.86 22.0773 27.7186 22.0413 27.5893 21.964C27.2093 21.7373 27.0853 21.2467 27.312 20.8667C27.9786 19.7467 28.9346 18.82 30.0746 18.188C31.2146 17.556 32.5093 17.2373 33.8106 17.264C34.252 17.2733 34.6026 17.6387 34.5933 18.0813C34.584 18.5227 34.2213 18.872 33.776 18.864C32.7573 18.8413 31.7426 19.092 30.8493 19.588C29.956 20.084 29.208 20.808 28.6853 21.6853C28.5373 21.9387 28.272 22.0773 27.9986 22.0773Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M58.064 42.0987C57.6413 42.0987 57.2867 41.7667 57.2653 41.3387C57.2027 40.096 57.452 38.8707 57.692 37.6867C57.908 36.6253 58.112 35.6227 58.1027 34.6293C58.0907 33.3347 57.7 31.904 56.908 30.2547C54.9813 26.2413 51.8933 23.0013 47.9773 20.884C44.0613 18.7667 39.66 17.956 35.2467 18.5413C34.8093 18.5987 34.4067 18.2907 34.348 17.8533C34.2893 17.416 34.5987 17.0133 35.036 16.9547C39.7853 16.3253 44.524 17.1973 48.7387 19.476C52.9533 21.7547 56.2773 25.2427 58.3507 29.5613C59.2453 31.4267 59.688 33.0787 59.7027 34.6133C59.7133 35.776 59.4827 36.9093 59.26 38.0053C59.0293 39.1427 58.8107 40.216 58.8627 41.2573C58.8853 41.6987 58.5453 42.0747 58.104 42.0973C58.0907 42.0987 58.0773 42.0987 58.064 42.0987Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M60.4293 76.5933C59.744 76.5933 59.012 76.3827 58.2573 75.9573C56.7493 75.1107 55.5813 74.7213 54.3493 74.656C54.004 74.6373 53.6547 74.644 53.3107 74.6733C52.8733 74.7147 52.4827 74.3853 52.4453 73.9453C52.4067 73.5053 52.7333 73.1173 53.1733 73.08C53.5907 73.044 54.0147 73.0373 54.4333 73.06C56.3093 73.1587 57.8147 73.876 59.04 74.564C60.4827 75.3747 61.2173 74.8733 61.644 74.4267C62.9333 73.0773 62.3867 71.188 61.808 69.188C61.5227 68.2027 61.228 67.184 61.172 66.2253C61.0707 64.5133 61.6347 62.9853 62.1813 61.508C62.6387 60.268 63.072 59.0973 63.1053 57.8733C63.1653 55.684 61.9067 53.6973 60.6893 51.7773L60.6507 51.716C59.336 49.648 57.8467 47.304 57.7747 44.508C57.764 44.0667 58.112 43.6987 58.5533 43.688C58.9933 43.6787 59.3627 44.0253 59.3733 44.4667C59.4333 46.8187 60.7387 48.872 62.0013 50.8573L62.04 50.9187C63.324 52.9427 64.7787 55.2373 64.704 57.9147C64.664 59.4027 64.164 60.7533 63.6827 62.06C63.172 63.444 62.6893 64.7507 62.7707 66.1293C62.816 66.9093 63.0747 67.7987 63.3467 68.7413C63.9947 70.9787 64.728 73.5147 62.8027 75.5293C62.1267 76.2373 61.3173 76.5933 60.4293 76.5933Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M45.2787 52.3187C44.868 52.3187 44.5173 52.004 44.4827 51.5853C44.3133 49.5773 44.704 48.6573 45.5333 46.9307C45.8373 46.3 46.412 46.1613 46.756 46.0773C46.8307 46.06 46.9013 46.0427 46.9627 46.0227C47.384 45.8893 47.8333 46.1227 47.9667 46.544C48.1 46.9653 47.8667 47.4147 47.4453 47.548C47.332 47.584 47.2253 47.6093 47.132 47.632C47.072 47.6467 46.9973 47.664 46.948 47.68C46.1813 49.28 45.944 49.8813 46.0773 51.4493C46.1147 51.8893 45.788 52.2773 45.348 52.3133C45.324 52.3173 45.3013 52.3187 45.2787 52.3187Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M35.884 53.4987C35.4587 53.4987 35.1053 53.164 35.0853 52.7347C35.0427 51.796 35.0333 51.324 35.06 50.68C33.4573 50.9893 31.8253 50.7053 30.5666 50.4853C28.5333 50.128 26.9533 49.4027 25.736 48.2707C23.4986 46.1867 22.4533 42.808 22.8706 38.9987C23.0266 37.5867 23.608 35.4853 24.428 33.3773C24.588 32.9653 25.052 32.7613 25.464 32.9213C25.876 33.0813 26.08 33.5453 25.92 33.9573C25.0106 36.296 24.5706 38.1853 24.4613 39.1733C24.1 42.4733 24.9613 45.3627 26.8266 47.0987C27.824 48.0267 29.1 48.6013 30.8427 48.908C32.624 49.2187 34.2133 49.428 35.62 48.8547C35.8746 48.7507 36.1653 48.7853 36.3893 48.9453C36.6133 49.1053 36.7387 49.3707 36.7213 49.6453C36.636 50.9867 36.6213 51.2827 36.6853 52.6587C36.7053 53.1 36.364 53.4747 35.9227 53.4947C35.9093 53.4987 35.8973 53.4987 35.884 53.4987Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M25.6013 32.4053C25.564 32.4053 25.5253 32.4027 25.4866 32.3973C25.0493 32.3347 24.7453 31.9293 24.808 31.492C25.12 29.3213 25.9026 28.52 26.7026 27.9787C27.3066 27.5693 27.408 27.3667 27.656 26.8773C27.752 26.6867 27.8626 26.4693 28.0173 26.2067C28.4106 25.54 28.9453 24.9813 29.5653 24.5933C30.0986 24.2587 30.6853 24.04 31.308 23.9453C31.744 23.8787 32.1533 24.1773 32.22 24.6147C32.2866 25.052 31.988 25.46 31.5506 25.5267C31.1453 25.5893 30.7626 25.7307 30.416 25.9493C30.012 26.2027 29.66 26.572 29.396 27.02C29.268 27.2387 29.1746 27.4227 29.084 27.6C28.796 28.1693 28.5466 28.6613 27.6013 29.3027C27.0986 29.644 26.628 30.0853 26.392 31.72C26.336 32.1173 25.9933 32.4053 25.6013 32.4053Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M29.124 37.3467C29.6395 37.3467 30.0573 36.8393 30.0573 36.2134C30.0573 35.5874 29.6395 35.08 29.124 35.08C28.6085 35.08 28.1907 35.5874 28.1907 36.2134C28.1907 36.8393 28.6085 37.3467 29.124 37.3467Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M33.6573 37.66C34.1728 37.66 34.5907 37.1526 34.5907 36.5267C34.5907 35.9008 34.1728 35.3933 33.6573 35.3933C33.1419 35.3933 32.724 35.9008 32.724 36.5267C32.724 37.1526 33.1419 37.66 33.6573 37.66Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
894
+ }
895
+ ]
896
+ },
897
+ {
898
+ "id": "hm1-p-000024",
899
+ "source": {
900
+ "groupId": "head",
901
+ "sourceGroupName": "Head",
902
+ "partId": "024"
903
+ },
904
+ "name": "curly-long",
905
+ "aliases": [
906
+ "head-curly-long"
907
+ ],
908
+ "selectionSlot": "head",
909
+ "uiGroups": [
910
+ "head"
911
+ ],
912
+ "layers": [
913
+ {
914
+ "layerSlot": "head",
915
+ "svgPath": "assets/humation-1/head/024.svg",
916
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M35.8854 53.3653C35.8214 51.976 35.8347 50.9853 35.9227 49.5973C34.2587 50.2773 32.4187 49.9973 30.7041 49.6987C29.0601 49.4093 27.5227 48.8413 26.2814 47.6867C23.9521 45.5173 23.3334 42.1333 23.6667 39.088C23.8001 37.8787 24.3147 35.8813 25.1747 33.6693L25.6654 31.292C26.0481 27.888 28.3734 24.88 31.3547 23.1947C34.3361 21.5093 37.8881 21.0413 41.3027 21.3667C45.1027 21.7293 48.9867 23.1733 51.3547 26.1667C53.7227 29.16 54.0654 33.9 51.4241 36.656L47.7014 39.3427C49.2307 37.9987 50.1307 37.8187 51.1347 38.3253C52.5641 39.0467 52.7787 40.572 52.4681 41.8533C52.1321 43.2667 51.2361 44.4853 50.0867 45.3533C49.5067 45.784 48.8747 46.1427 48.2067 46.42C47.8787 46.5587 47.5441 46.6813 47.2041 46.788C46.8214 46.9093 46.4347 46.9053 46.2547 47.2787C45.4627 48.9293 44.8454 50.4427 45.0001 52.2667\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M69.2 65.7333C68.852 65.276 68.4174 64.864 68.224 64.3227C67.9987 63.6947 68.136 63.004 68.2094 62.3427C68.4227 60.3787 68.0507 58.396 67.1427 56.6413C66.5494 55.5027 65.7267 54.4573 65.424 53.2107C64.624 49.9387 67.6307 46.572 66.684 43.344C65.8547 40.5107 62.3507 39.1347 61.46 36.3187C60.8054 34.244 61.7614 31.9547 61.2787 29.8333C60.932 28.3093 59.8894 27.056 59.1547 25.6773C58.028 23.564 57.608 21.112 56.3427 19.0787C55.0774 17.0453 52.4134 15.4947 50.304 16.6347C46.9534 14.068 44.272 12.8693 41.556 12.5667C38.84 12.264 36.0894 12.792 33.5014 13.6707C30.6667 14.6333 27.9307 16.056 25.848 18.204C23.7654 20.352 22.392 23.3 22.5627 26.288L22.6214 26.3707C19.608 30.8507 17.9107 36.7107 18.8654 42.104C19.1187 43.5333 19.6654 44.8707 20.0214 46.2747C20.324 47.4973 20.3614 48.7693 20.1307 50.008C19.7214 52.3587 18.6507 54.5867 18.5134 56.9867C18.4334 58.3053 18.7707 59.616 19.48 60.7307C20.28 62.02 21.1734 63.144 21.364 64.7L21.3574 64.66C21.3414 64.7387 21.356 64.82 21.3987 64.8893C21.4414 64.9573 21.508 65.0067 21.5854 65.0267C22.1 64.7333 22.1454 64.0253 22.1774 63.4333C22.272 61.7213 22.9494 59.8333 24.52 59.148C25.2067 58.8467 26.0414 58.7813 26.5454 58.2267C27.1987 57.508 26.5027 55.6587 27.3414 55.1667C27.972 54.7973 28.8427 55.1147 29.4667 54.7333C29.9707 54.4267 30.2 53.3667 30.6 52.9333C31.7334 51.712 34.4134 52.9333 35.76 52.5027C35.8507 51.264 35.876 50.4293 35.9294 49.5973C34.7147 50.0933 33.3787 50.0773 32.0974 49.916C30.28 49.7333 28.4134 49.3333 26.8134 48.1333C22.28 44.5333 23.08 38.1333 25.3467 33.6C25.3467 31.2 26.1467 28.2667 28.772 27.548C29.3467 29.2 31.2134 30.1333 32.9467 29.8667C34.5467 29.4667 35.48 28.1333 36.68 27.0667C37.2134 26.6667 37.7467 27.4667 37.88 28C38.0134 29.2 38.28 30.6667 39.6134 31.2C40.4134 31.4667 41.3467 31.2 42.1467 31.6C43.08 32.2667 43.2134 33.4667 44.1467 34C44.8134 34.2667 45.7467 34.5333 46.1467 35.0667C47.2134 36.6667 46.28 38.4 46.5467 40.1333C46.68 40.5333 46.8134 40.8 46.9467 41.2C47.88 42.9333 49.28 43.4 49.68 45.4C49.7014 45.524 49.6694 45.5467 49.68 45.6667C49.1627 45.916 48.64 46.272 48.08 46.4C47.364 46.56 46.7654 47.2 46.3414 47.7987C46.1827 48.052 46.0707 48.332 46.012 48.6253C45.776 49.5333 45.56 50.4453 45.3627 51.364C45.276 51.7733 45.4134 52.2 45.504 52.3227C45.5947 52.4453 46.5467 52.4667 46.5467 52.4667C46.5467 52.4667 47.6094 52.6733 48.1387 52.5653C48.06 53.8453 48.5707 55.1213 49.0827 56.2747C49.4827 57.3413 49.7494 58.5413 49.216 59.7413C48.6827 60.808 48.1494 61.8747 48.016 63.0747C47.8827 64.5413 48.816 65.7413 49.216 67.0747C49.4827 68.808 49.0827 70.408 49.616 72.1413C49.8827 73.208 50.4827 74.3413 51.7494 74.104L52.7147 74.2907C53.272 74.2893 53.824 74.388 54.3454 74.5827C56.4947 76.1053 59.5614 76.2813 61.9067 75.0013C62.8707 74.468 63.7267 73.7227 64.78 73.412C65.4654 73.2107 66.196 73.2093 66.8894 73.0307C69.804 72.2747 71.02 68.1333 69.2 65.7333Z\" fill=\"var(--hm-hair, #000000)\"/>\n<path d=\"M21.3493 65.5C20.9507 65.5 20.6053 65.2027 20.556 64.7973C20.42 63.688 19.8573 62.8173 19.2053 61.8093C19.0653 61.5933 18.9253 61.376 18.7867 61.1533C17.988 59.896 17.6107 58.4373 17.7013 56.9413C17.7867 55.4466 18.2067 54.0333 18.6133 52.6653C18.8987 51.7066 19.1667 50.8026 19.3293 49.8733C19.5413 48.7306 19.508 47.5893 19.232 46.4693C19.0973 45.9386 18.9267 45.3947 18.7627 44.868C18.5 44.028 18.228 43.1586 18.0653 42.2453C17.14 37.0146 18.5907 30.9146 21.9453 25.9253C22.192 25.5586 22.6893 25.4613 23.056 25.708C23.4227 25.9546 23.52 26.452 23.2733 26.8186C20.144 31.472 18.7867 37.1346 19.6413 41.9666C19.7853 42.7786 20.0307 43.5613 20.2893 44.3893C20.4613 44.936 20.6373 45.5026 20.784 46.08C21.1173 47.4266 21.1573 48.7973 20.904 50.156C20.728 51.168 20.4333 52.16 20.148 53.12C19.7507 54.4586 19.3747 55.7227 19.3 57.0333C19.2293 58.1933 19.5213 59.3213 20.1427 60.3C20.28 60.5213 20.416 60.7307 20.5493 60.9387C21.2453 62.0147 21.964 63.1267 22.1453 64.6013C22.1987 65.04 21.8867 65.4387 21.448 65.492C21.4147 65.4987 21.3827 65.5 21.3493 65.5Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M58.464 76.6427C56.8227 76.6427 55.1787 76.1587 53.828 75.208C53.4667 74.9533 53.38 74.4547 53.6347 74.0933C53.8893 73.732 54.388 73.6453 54.7493 73.9C56.7 75.2733 59.4147 75.428 61.5053 74.288C61.812 74.1213 62.1107 73.9267 62.4267 73.7213C63.0693 73.3027 63.7347 72.8693 64.536 72.6333C64.9587 72.5093 65.3733 72.4533 65.7733 72.4C66.092 72.3573 66.3933 72.3173 66.6733 72.2453C67.7093 71.9787 68.5747 71.1053 68.9907 69.9107C69.448 68.5973 69.2773 67.1827 68.5466 66.2187C68.4666 66.1133 68.3773 66.0067 68.2827 65.8933C67.984 65.5333 67.644 65.1267 67.4547 64.5933C67.1987 63.88 67.2867 63.1693 67.364 62.5427C67.376 62.4467 67.388 62.352 67.3987 62.256C67.5947 60.444 67.256 58.6293 66.4173 57.0107C66.2467 56.6827 66.0533 56.36 65.8493 56.0187C65.368 55.2133 64.8693 54.3813 64.632 53.4C64.1867 51.5773 64.756 49.8147 65.3053 48.1093C65.824 46.5 66.3147 44.9787 65.9013 43.5693C65.544 42.3413 64.548 41.384 63.4947 40.3693C62.3587 39.2773 61.1853 38.148 60.6827 36.56C60.2893 35.312 60.4013 34.0547 60.5093 32.8387C60.5987 31.836 60.684 30.8893 60.484 30.0107C60.2733 29.088 59.752 28.244 59.1987 27.3507C58.94 26.9333 58.6733 26.5013 58.4333 26.0533C57.8933 25.04 57.5107 23.9653 57.1413 22.9253C56.704 21.6973 56.292 20.5373 55.648 19.5013C54.2987 17.328 51.9853 16.6293 50.672 17.34C50.3947 17.4893 50.0547 17.4627 49.8053 17.272C46.656 14.86 44.0813 13.6547 41.456 13.364C39.1373 13.1067 36.6147 13.456 33.7467 14.4307C30.6493 15.48 28.1813 16.9373 26.4107 18.764C24.3173 20.9227 23.2013 23.6507 23.3493 26.2453C23.3747 26.6867 23.0373 27.064 22.596 27.0893C22.1573 27.1147 21.7773 26.7773 21.752 26.336C21.5787 23.2947 22.8573 20.1293 25.2613 17.6493C27.2107 15.6387 29.892 14.0467 33.232 12.9147C36.3267 11.864 39.0747 11.4907 41.632 11.7733C44.4533 12.0853 47.1707 13.304 50.3947 15.712C52.8013 14.8013 55.6333 16.4453 57.0067 18.6573C57.7413 19.84 58.2027 21.136 58.648 22.3907C59.0147 23.4213 59.36 24.3947 59.8453 25.3027C60.06 25.7053 60.3027 26.096 60.5587 26.5107C61.156 27.476 61.7747 28.4747 62.044 29.6573C62.3 30.7813 62.2 31.9013 62.1027 32.9827C62.004 34.0907 61.9107 35.136 62.208 36.0787C62.5867 37.2773 63.5667 38.22 64.6027 39.2173C65.7613 40.332 66.9613 41.4853 67.436 43.1213C67.9867 45.0013 67.3973 46.832 66.8267 48.6013C66.3227 50.1627 65.848 51.6387 66.1853 53.0227C66.3667 53.768 66.7813 54.4627 67.2213 55.1973C67.428 55.544 67.6427 55.9013 67.836 56.2733C68.8213 58.1747 69.2187 60.304 68.988 62.4307C68.9773 62.5347 68.964 62.6373 68.9507 62.74C68.8893 63.2333 68.832 63.6987 68.96 64.0547C69.0547 64.3213 69.2773 64.588 69.512 64.8693C69.6133 64.9907 69.7173 65.1173 69.82 65.2507C70.8707 66.636 71.132 68.6227 70.5013 70.436C69.9093 72.1373 68.6267 73.3933 67.072 73.7947C66.7 73.8907 66.3373 73.9387 65.9867 73.9867C65.6307 74.0347 65.2933 74.08 64.9893 74.1693C64.4133 74.3387 63.8733 74.6907 63.3027 75.0627C62.9747 75.276 62.6347 75.4973 62.272 75.6933C61.1067 76.3293 59.7853 76.6427 58.464 76.6427Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M51.7413 74.86C51.204 74.86 50.6773 74.684 50.1973 74.3413C49.352 73.7373 48.7267 72.656 48.5653 71.52C48.4667 70.8213 48.488 70.136 48.5093 69.4747C48.5333 68.732 48.556 68.0293 48.408 67.3773C48.304 66.9213 48.112 66.4667 47.908 65.984C47.5853 65.22 47.2507 64.4307 47.216 63.5213C47.1733 62.4 47.5933 61.4213 48 60.4747C48.34 59.684 48.66 58.936 48.66 58.1973C48.66 57.4893 48.364 56.7747 48.0507 56.0187C47.7347 55.2573 47.408 54.4693 47.3307 53.5827C47.204 52.1493 47.748 50.8627 48.2747 49.6187C48.768 48.4533 49.2333 47.3533 49.0693 46.2827C48.92 45.308 48.2573 44.4427 47.5573 43.5267C46.7453 42.464 45.9053 41.3653 45.7267 39.94C45.64 39.2547 45.7067 38.5453 45.7693 37.8587C45.8907 36.548 45.9347 35.7253 45.3453 35.34C45.1867 35.236 44.956 35.164 44.7133 35.0867C44.4133 34.992 44.0733 34.8853 43.7467 34.6867C43.1267 34.308 42.748 33.72 42.4133 33.2027C42.1053 32.724 41.8387 32.3107 41.4867 32.196C41.2893 32.132 41.012 32.1493 40.72 32.1667C40.564 32.176 40.404 32.1853 40.2347 32.1853C39.0853 32.1813 37.592 31.428 36.9427 27.888C35.6547 29.3307 34.5213 30.204 33.5667 30.484C31.3787 31.1267 29.044 29.8573 28.3613 27.6547C28.2307 27.232 28.4667 26.784 28.8893 26.6533C29.3107 26.5227 29.76 26.7587 29.8907 27.18C30.324 28.576 31.7413 29.352 33.1173 28.948C33.7747 28.7547 34.772 27.9373 35.8533 26.7053C36.04 26.4907 36.2853 26.332 36.5613 26.2507C36.836 26.168 37.128 26.1667 37.4053 26.244C37.6827 26.3213 37.9307 26.476 38.1227 26.6893C38.316 26.904 38.4427 27.1667 38.4907 27.4493C38.616 28.1827 39.116 30.5813 40.2387 30.5853C40.3573 30.5853 40.488 30.5773 40.6253 30.5693C41.0333 30.5453 41.4973 30.5173 41.98 30.6733C42.876 30.9627 43.3453 31.692 43.76 32.336C44.024 32.7467 44.2733 33.1333 44.5813 33.3213C44.7413 33.4187 44.9613 33.488 45.1947 33.5613C45.5147 33.6613 45.8787 33.776 46.2227 34.0013C47.6493 34.9347 47.492 36.6387 47.3653 38.0067C47.3093 38.608 47.252 39.228 47.316 39.7413C47.4413 40.7387 48.116 41.6213 48.8307 42.556C49.6227 43.5907 50.4413 44.6613 50.6533 46.0413C50.8867 47.5613 50.3093 48.9253 49.7507 50.244C49.28 51.3573 48.8347 52.408 48.9267 53.4427C48.984 54.084 49.2493 54.7267 49.532 55.408C49.892 56.276 50.264 57.1733 50.264 58.1987C50.264 59.2653 49.8627 60.2013 49.4747 61.1067C49.1227 61.9267 48.7907 62.7013 48.82 63.4613C48.8427 64.0787 49.1067 64.7027 49.3867 65.3613C49.6093 65.8867 49.8387 66.4293 49.9733 67.024C50.1667 67.876 50.14 68.7147 50.1133 69.5267C50.0933 70.148 50.0747 70.736 50.1533 71.2973C50.252 71.992 50.6453 72.6933 51.1307 73.0413C51.3933 73.2293 51.652 73.296 51.9173 73.2453C52.352 73.1627 52.7707 73.4467 52.8533 73.8813C52.936 74.3147 52.652 74.7347 52.2173 74.8173C52.056 74.8453 51.8973 74.86 51.7413 74.86Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M35.884 53.4986C35.4587 53.4986 35.1053 53.164 35.0853 52.7346C35.0427 51.796 35.0333 51.324 35.06 50.68C33.4573 50.9893 31.8253 50.7053 30.5666 50.4853C28.5333 50.128 26.9533 49.4026 25.736 48.2706C23.4986 46.1866 22.4533 42.808 22.8706 38.9986C23.036 37.5026 23.6413 35.4547 24.536 33.3533C24.4826 31.2613 25.012 29.6947 26.2413 28.292C26.532 27.96 27.0386 27.9267 27.3706 28.2173C27.7026 28.508 27.736 29.0133 27.4453 29.3467C26.46 30.472 26.0693 31.7053 26.1426 33.4733C26.148 33.5933 26.1253 33.7133 26.0773 33.824C25.216 35.812 24.612 37.812 24.4626 39.1733C24.1013 42.4733 24.9626 45.3626 26.828 47.0986C27.8253 48.0266 29.1013 48.6013 30.844 48.908C32.6253 49.2186 34.2147 49.428 35.6213 48.8546C35.876 48.7506 36.1666 48.7853 36.3906 48.9453C36.6146 49.1053 36.74 49.3707 36.7227 49.6453C36.6373 50.9867 36.6226 51.2826 36.6866 52.6586C36.7066 53.1 36.3653 53.4746 35.924 53.4946C35.9093 53.4986 35.8973 53.4986 35.884 53.4986Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M45.2787 52.3187C44.868 52.3187 44.5173 52.004 44.4827 51.5853C44.3133 49.5773 44.704 48.6573 45.5333 46.9307C45.8373 46.3 46.412 46.1613 46.756 46.0773C46.8307 46.06 46.9013 46.0427 46.9627 46.0227C47.384 45.8893 47.8333 46.1227 47.9667 46.544C48.1 46.9653 47.8667 47.4147 47.4453 47.548C47.332 47.584 47.2253 47.6093 47.132 47.632C47.072 47.6467 46.9973 47.664 46.948 47.68C46.1813 49.28 45.944 49.8813 46.0773 51.4493C46.1147 51.8893 45.788 52.2773 45.348 52.3133C45.324 52.3173 45.3013 52.3187 45.2787 52.3187Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M29.124 37.3467C29.6395 37.3467 30.0573 36.8393 30.0573 36.2134C30.0573 35.5874 29.6395 35.08 29.124 35.08C28.6085 35.08 28.1907 35.5874 28.1907 36.2134C28.1907 36.8393 28.6085 37.3467 29.124 37.3467Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M33.6573 37.66C34.1728 37.66 34.5907 37.1526 34.5907 36.5267C34.5907 35.9008 34.1728 35.3933 33.6573 35.3933C33.1419 35.3933 32.724 35.9008 32.724 36.5267C32.724 37.1526 33.1419 37.66 33.6573 37.66Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
917
+ }
918
+ ]
919
+ },
920
+ {
921
+ "id": "hm1-p-000025",
922
+ "source": {
923
+ "groupId": "body",
924
+ "sourceGroupName": "Body",
925
+ "partId": "001"
926
+ },
927
+ "name": "cropped-shirt",
928
+ "aliases": [
929
+ "body-cropped-shirt"
930
+ ],
931
+ "selectionSlot": "body",
932
+ "uiGroups": [
933
+ "body"
934
+ ],
935
+ "layers": [
936
+ {
937
+ "layerSlot": "body",
938
+ "svgPath": "assets/humation-1/body/001.svg",
939
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_2_1786)\">\n<path d=\"M45.2493 1.53555e-05C45.3693 1.34668 45.92 4.38935 47.9693 3.93335L48.1893 4.26668C48.0893 6.35602 47.0307 7.82935 45.372 9.35602C43.6867 10.8827 41.5373 11.8 39.2693 11.9613C37.2693 12.108 35.1427 11.6294 33.6467 10.288C32.1507 8.94668 31.364 7.08802 32.3547 5.49468H32.4987C32.9493 5.50802 33.364 5.27202 33.7453 5.03202C34.2307 4.72535 34.1973 3.22668 34.496 2.86402C34.896 2.34535 36.0933 0.620015 36.2987 -0.00131798H45.2493V1.53555e-05Z\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M52.692 58.408C51.408 58.8227 49.8413 60.088 50.928 61.512C51.5253 62.2973 52.428 62.72 53.256 63.2133C53.8933 63.592 54.0627 64.872 54.3093 65.5493C54.9333 67.2613 56.1453 68.6667 58.1333 68.5333C60.1547 68.4 61.412 66.6787 61.796 64.8227C62.212 62.8093 61.764 60.4013 61.4293 58.4107L52.692 58.408Z\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M16.8467 54.62C15.9133 54.968 15.1133 55.768 15.38 56.8347C17.1133 58.568 16.7133 61.1014 16.58 63.2347C16.58 65.092 18.3053 65.2734 19.7053 65.216C20.5907 65.172 21.4187 64.816 21.8747 64.0934C22.3307 63.3707 22.3187 62.4507 22.5893 61.6334C23.2107 59.7667 23.732 57.8614 23.4733 55.6147L16.8467 54.62Z\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M26.6267 41.7013C26.2653 45.3213 25.7013 48.9173 24.9333 52.4733C24.2653 52.176 23.544 52.0147 22.8133 52L21.08 51.8867C19.7253 51.7213 18.6373 51.5573 17.2827 51.3933C17.844 45.2 18.564 39.0227 19.4427 32.86C20.2067 27.4933 21.096 22.1253 22.6747 16.94C24.0773 12.332 26.3027 7.56667 30.528 5.256L31.02 4.49467L35.12 1.188C35.3667 1.59467 35.1773 2.12133 35.0307 1.988L34.4773 3.964C34.4053 4.16667 34.3773 4.38267 34.392 4.59733C34.4827 5.21867 35.2227 5.47467 35.836 5.604L36.4 5.65467C39.004 4.588 40.9653 3.6 42.9253 2.61067C44.4027 1.86533 45.928 1.10667 47.5787 0.98L48.208 3.2C50.5667 3.832 52.396 5.64933 53.8693 7.51067C55.476 9.54267 56.736 11.8253 57.6 14.2667C58.084 15.6307 58.8493 17.1653 59.1653 18.576L59.5867 19.8667C62.2187 31.2 62.3573 42.9453 62.4827 54.5813L50.8747 54.3907C50.36 50.472 49.9547 46.5427 49.6587 42.6L49.1427 42.6173C43.9667 43.2773 38.6587 42.7253 33.6587 42.0907C31.0067 42.4093 28.2973 42.2107 25.7813 41.4\" fill=\"var(--hm-clothes, #FFFFFF)\"/>\n<path d=\"M51.5413 54.4987C51.3307 55.5187 51.2613 56.5613 51.3333 57.6C51.3307 57.66 51.3387 57.72 51.36 57.776C51.3813 57.832 51.4133 57.884 51.4547 57.928C51.5387 57.9787 51.6373 58.0013 51.7347 57.9907L60.8013 57.9653C60.9387 57.976 61.076 57.9507 61.2013 57.8933C61.4573 57.748 61.4773 57.3933 61.468 57.0933L61.372 54.636L51.5413 54.4987Z\" fill=\"var(--hm-clothes, #FFFFFF)\"/>\n<path d=\"M17.7107 51.492C17.284 52.3933 17.1773 53.58 17.092 54.5733C18.4453 54.9853 21.9787 55.1587 23.56 55.4093C23.596 55.42 23.6347 55.4147 23.668 55.3973C23.688 55.38 23.7027 55.3573 23.7093 55.332C24.0733 54.4373 24.556 53.0933 24.6333 52.132L17.7107 51.492Z\" fill=\"var(--hm-clothes, #FFFFFF)\"/>\n<path d=\"M36.4 5.65601L37.6773 11.2C39.708 10.4867 41.744 9.77201 43.6773 8.82668C44.3733 8.48668 45.072 8.10268 45.576 7.51468C46.172 6.82002 46.4387 5.91468 46.6907 5.03068C47.0693 3.69735 47.4507 2.36401 47.576 0.981348C45.9253 1.10801 44.4 1.86668 42.9227 2.61201C40.9613 3.60001 39 4.59068 36.4 5.65601Z\" fill=\"var(--hm-clothes, #FFFFFF)\"/>\n<path d=\"M35.0267 1.98935L34.4733 3.96535C34.4013 4.16802 34.3733 4.38402 34.388 4.59868C34.4787 5.22002 35.2187 5.47602 35.832 5.60535C35.1427 7.26002 34.1467 8.77068 32.8987 10.0574C32.208 9.31602 31.6827 8.43735 31.3573 7.47735C31.032 6.51735 30.916 5.50002 31.0147 4.49202L35.1147 1.18535C35.3627 1.59202 35.1733 2.11202 35.0267 1.98935Z\" fill=\"var(--hm-clothes, #FFFFFF)\"/>\n<path d=\"M59.164 19.376C58.7973 19.376 58.468 19.1227 58.384 18.7507C58.192 17.8947 57.8066 16.9507 57.4333 16.0374C57.2293 15.54 57.02 15.0254 56.8453 14.5347C56.0093 12.1694 54.796 9.97335 53.2413 8.00669C52.108 6.57335 50.3307 4.59735 48 3.97202C47.5733 3.85735 47.32 3.41869 47.4347 2.99202C47.5493 2.56535 47.988 2.31335 48.4146 2.42669C51.2026 3.17335 53.2213 5.40269 54.496 7.01335C56.16 9.11869 57.4586 11.4694 58.3533 13.9987C58.5146 14.4534 58.7093 14.928 58.9146 15.4307C59.3133 16.4054 59.724 17.4134 59.9453 18.4C60.0413 18.8307 59.7706 19.2587 59.34 19.356C59.2813 19.3694 59.2226 19.376 59.164 19.376Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M57.8813 69.3414C55.944 69.3414 54.3787 68.0747 53.5587 65.8227C53.4853 65.62 53.4227 65.3934 53.3573 65.1547C53.264 64.8147 53.0467 64.0187 52.848 63.9014C52.7067 63.8174 52.5653 63.736 52.4227 63.6547C51.7013 63.2427 50.884 62.7747 50.292 61.996C49.6507 61.156 49.6987 60.3987 49.8507 59.912C50.1933 58.8187 51.3827 58.084 52.3827 57.7614C52.8027 57.6254 53.2547 57.856 53.3893 58.2773C53.5253 58.6973 53.2947 59.1494 52.8733 59.284C52.132 59.524 51.5027 59.9894 51.376 60.3907C51.352 60.4667 51.2893 60.668 51.5627 61.0267C51.9587 61.5467 52.568 61.896 53.2147 62.2653C53.3653 62.352 53.516 62.4374 53.664 62.5254C54.4173 62.972 54.684 63.948 54.8987 64.732C54.956 64.9387 55.0093 65.1347 55.06 65.2747C55.492 66.46 56.364 67.8454 58.0787 67.7347C59.2053 67.66 60.5653 66.8134 61.012 64.66C61.3547 63.0027 61.044 61.2173 60.744 59.4907C60.708 59.2827 60.672 59.076 60.6373 58.8707C60.564 58.4347 60.8573 58.0227 61.2933 57.948C61.7293 57.8733 62.1413 58.168 62.216 58.604C62.2507 58.8067 62.2853 59.012 62.3213 59.216C62.6467 61.0894 62.984 63.0267 62.58 64.9827C62.0627 67.4814 60.3387 69.188 58.1867 69.3294C58.084 69.3387 57.9813 69.3414 57.8813 69.3414Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M19.3013 66.0254C18.392 66.0254 17.28 65.888 16.5347 65.1733C16.0347 64.6933 15.78 64.0413 15.78 63.236C15.78 63.22 15.78 63.2027 15.7813 63.1867C15.7947 62.9653 15.812 62.7387 15.8293 62.5093C15.968 60.636 16.1107 58.6987 14.8147 57.4014C14.712 57.2987 14.64 57.1707 14.604 57.0293C14.272 55.7013 15.0613 54.432 16.568 53.8707C16.9813 53.716 17.4427 53.9267 17.5973 54.3413C17.752 54.7547 17.5413 55.216 17.1267 55.3707C16.9453 55.4387 16.104 55.7894 16.1307 56.464C17.748 58.2614 17.5693 60.6747 17.4253 62.6267C17.4093 62.84 17.3933 63.052 17.3813 63.2587C17.3867 63.7733 17.58 63.9573 17.644 64.0187C17.9627 64.3253 18.6467 64.4587 19.6747 64.4173C20.3627 64.3827 20.9213 64.1093 21.2 63.6667C21.5733 63.076 21.688 62.284 21.8 61.5187L22.6773 55.5C22.7413 55.0627 23.1467 54.7587 23.584 54.824C24.0213 54.888 24.324 55.2934 24.26 55.7307L23.3827 61.7493C23.26 62.5933 23.1067 63.6427 22.5533 64.5213C21.992 65.4107 20.9693 65.9547 19.7467 66.016C19.6053 66.0213 19.456 66.0254 19.3013 66.0254Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M37.6773 12C37.544 12 37.4107 11.9667 37.292 11.9013C37.092 11.792 36.9493 11.6013 36.8987 11.38L35.6213 5.83599C35.5333 5.45466 35.7347 5.06532 36.0973 4.91599C38.6413 3.87332 40.604 2.88532 42.5026 1.92799L42.564 1.89732C44.0253 1.15999 45.6827 0.323992 47.516 0.183992C47.7507 0.165325 47.9813 0.251992 48.1467 0.419992C48.312 0.587992 48.3947 0.819992 48.3733 1.05333C48.2427 2.49732 47.8507 3.87599 47.472 5.20932L47.4613 5.24799C47.2147 6.11466 46.9067 7.19199 46.184 8.03466C45.592 8.72532 44.7987 9.16932 44.0293 9.54399C42.0587 10.5067 39.9747 11.24 37.9587 11.948L37.9427 11.9533C37.856 11.9853 37.7666 12 37.6773 12ZM37.332 6.13466L38.256 10.148C39.9653 9.54266 41.7027 8.90132 43.3253 8.10799C43.8987 7.82799 44.544 7.48799 44.968 6.99466C45.4627 6.41732 45.696 5.60132 45.9213 4.81199L45.932 4.77332C46.2067 3.80532 46.4707 2.87599 46.6387 1.93999C45.4827 2.21733 44.368 2.77866 43.2826 3.32666L43.2213 3.35732C41.4533 4.24799 39.6307 5.16666 37.332 6.13466Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M32.8987 10.8574C32.896 10.8574 32.8933 10.8574 32.8907 10.8574C32.672 10.8547 32.4627 10.7627 32.3133 10.6027C31.54 9.77335 30.964 8.80802 30.6 7.73336C30.236 6.66002 30.108 5.54269 30.2187 4.41336C30.24 4.20002 30.3453 4.00269 30.5133 3.86802L34.6133 0.561356C34.7933 0.417356 35.0253 0.356022 35.252 0.396022C35.4787 0.436022 35.6773 0.570689 35.7973 0.768023C36.148 1.34269 36.1 2.13069 35.704 2.53602L35.244 4.18002C35.2387 4.19736 35.2333 4.21336 35.228 4.23069C35.1987 4.31469 35.184 4.40136 35.184 4.48936C35.2093 4.52536 35.364 4.68802 35.9973 4.82136C36.2307 4.87069 36.4293 5.02136 36.54 5.23202C36.6507 5.44269 36.6627 5.69202 36.5707 5.91202C35.8387 7.66669 34.7973 9.24935 33.4733 10.6134C33.3227 10.7694 33.1147 10.8574 32.8987 10.8574ZM31.7867 4.89736C31.7493 5.68669 31.86 6.46802 32.1147 7.22136C32.3107 7.80002 32.584 8.34002 32.9307 8.83202C33.6427 7.99336 34.2453 7.07602 34.732 6.09069C34.0653 5.78136 33.684 5.32002 33.5947 4.71469C33.592 4.69469 33.5893 4.67602 33.588 4.65602C33.5653 4.33869 33.6053 4.02669 33.708 3.72669L33.8453 3.23602L31.7867 4.89736Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M33.6933 42.42C33.6787 42.42 33.6653 42.42 33.6507 42.4187C33.2093 42.396 32.8707 42.0187 32.8947 41.5773C33.2187 35.448 33.636 29.2107 34.0387 23.1787C34.4067 17.668 34.788 11.9693 35.0987 6.35599C35.1227 5.91466 35.5013 5.57866 35.9413 5.60133C36.3827 5.62533 36.72 6.00266 36.696 6.44399C36.3853 12.0667 36.004 17.7707 35.6347 23.2853C35.232 29.312 34.8147 35.544 34.492 41.6613C34.468 42.0893 34.1147 42.42 33.6933 42.42Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M62.4827 55.376C62.4787 55.376 62.4733 55.376 62.4693 55.376L50.8613 55.1853C50.4653 55.1787 50.1333 54.8827 50.0813 54.4893C48.5013 42.4587 47.9493 30.2107 48.4413 18.0867C48.4587 17.6453 48.832 17.3013 49.2733 17.32C49.7147 17.3373 50.0587 17.7107 50.04 18.152C49.5613 29.956 50.0787 41.8773 51.5787 53.5973L61.6733 53.7627C61.6653 52.9053 61.6587 52.0547 61.6507 51.2107C61.568 41.1653 61.4907 31.676 59.1373 21.5347C59.0373 21.104 59.3053 20.6747 59.736 20.5747C60.1653 20.4747 60.596 20.7427 60.696 21.1733C63.088 31.4867 63.1667 41.0613 63.2507 51.1973C63.26 52.3093 63.2693 53.4307 63.2813 54.5667C63.284 54.7827 63.1987 54.9907 63.0453 55.1427C62.8973 55.292 62.6933 55.376 62.4827 55.376Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M51.6893 58.7933C51.4613 58.7933 51.2347 58.7306 51.0387 58.612C50.9787 58.576 50.924 58.532 50.876 58.4813C50.7587 58.3573 50.668 58.2146 50.6093 58.0546C50.5573 57.916 50.532 57.7693 50.532 57.62C50.4587 56.5213 50.5347 55.4173 50.7573 54.3386C50.8467 53.9053 51.2707 53.628 51.7027 53.7173C52.136 53.8066 52.4133 54.2293 52.324 54.6626C52.152 55.4946 52.0813 56.344 52.112 57.192L60.6693 57.168C60.6693 57.1533 60.6693 57.1373 60.668 57.12L60.572 54.6666C60.5547 54.2253 60.8987 53.8533 61.34 53.836C61.784 53.8146 62.1533 54.1626 62.1707 54.604L62.2667 57.0613C62.276 57.344 62.3013 58.188 61.596 58.588C61.576 58.5986 61.556 58.6093 61.5347 58.62C61.2987 58.728 61.0373 58.7786 60.7773 58.7653L51.7667 58.7906C51.7413 58.792 51.7147 58.7933 51.6893 58.7933Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M43.56 43.7533C40.4733 43.7533 37.188 43.4666 33.64 42.8906C30.832 43.2133 28.032 42.9586 25.536 42.1533C25.16 42.032 24.628 41.8146 24.3333 41.3306C24.04 40.848 24.0893 40.3173 24.1187 40C24.7093 33.66 25.3027 27.32 25.896 20.9813C26.0227 19.6266 26.0453 17.9866 25.0853 17.324C24.7213 17.0733 24.6307 16.5746 24.8827 16.2106C25.1333 15.8466 25.632 15.756 25.996 16.008C27.6373 17.144 27.6573 19.3426 27.4893 21.1306C26.896 27.4706 26.3027 33.8093 25.712 40.1493C25.7053 40.224 25.688 40.4093 25.7013 40.4906C25.736 40.5146 25.8227 40.5653 26.0267 40.6306C28.3373 41.3746 30.944 41.6026 33.5613 41.288C33.636 41.2786 33.712 41.28 33.7853 41.2933C39.4893 42.2266 44.4787 42.3973 49.0387 41.816C49.476 41.7613 49.8773 42.0706 49.9333 42.508C49.9893 42.9466 49.6787 43.3466 49.2413 43.4026C47.4187 43.6373 45.5293 43.7533 43.56 43.7533Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M24.9333 53.2733C24.908 53.2733 24.8827 53.272 24.8573 53.2693C24.352 53.2213 23.8093 53.1253 23.2853 53.0333C22.92 52.9693 22.5747 52.908 22.28 52.8707L20.3013 52.5893C19.632 52.508 19.184 52.4453 18.7507 52.3867C18.292 52.324 17.8587 52.264 17.1787 52.1813C16.7493 52.1293 16.4387 51.7453 16.4787 51.3147C17.0387 45.132 17.7667 38.8827 18.644 32.74C19.3853 27.5333 20.2933 21.9867 21.9027 16.7C23.816 10.4387 26.4333 6.57867 30.1413 4.55067C30.5293 4.33867 31.0147 4.48134 31.2267 4.86934C31.4387 5.25734 31.296 5.74267 30.908 5.95467C27.5907 7.76934 25.2147 11.332 23.432 17.1667C21.8547 22.3493 20.9587 27.8227 20.2267 32.9653C19.3907 38.8267 18.6893 44.784 18.1413 50.688C18.4507 50.728 18.712 50.764 18.9693 50.8C19.3987 50.8587 19.8413 50.92 20.5027 51.0013C20.508 51.0013 20.5133 51.0027 20.5187 51.004L22.4947 51.2853C22.816 51.3267 23.1787 51.3907 23.5627 51.4587C23.8093 51.5027 24.0587 51.5467 24.3027 51.5853C24.984 48.3027 25.4973 44.9547 25.8293 41.624C25.8733 41.184 26.2653 40.864 26.704 40.9067C27.144 40.9507 27.464 41.3427 27.4213 41.7827C27.0587 45.4187 26.4853 49.072 25.7133 52.644C25.6347 53.0133 25.3067 53.2733 24.9333 53.2733Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M23.6 56.2147C23.536 56.2147 23.472 56.208 23.408 56.1947C22.844 56.1067 22.008 56.0267 21.1227 55.9413C19.4813 55.784 17.7853 55.62 16.8587 55.3387C16.4987 55.2293 16.264 54.884 16.2947 54.5093C16.376 53.5027 16.468 52.3613 16.964 51.316C17.1533 50.9173 17.6307 50.748 18.0307 50.9373C18.4293 51.1267 18.6 51.604 18.4093 52.004C18.132 52.588 18.0187 53.2653 17.9493 53.952C18.8253 54.1133 20.112 54.2373 21.276 54.3493C21.956 54.4147 22.608 54.4773 23.1493 54.5453C23.3773 53.8733 23.5213 53.1773 23.5787 52.468C23.6147 52.028 24.0013 51.7 24.4413 51.736C24.8813 51.772 25.2093 52.1573 25.1733 52.5987C25.0893 53.6347 24.8493 54.648 24.46 55.6107C24.4053 55.7627 24.3133 55.8987 24.1907 56.0053C24.148 56.0427 24.1013 56.0747 24.0533 56.1013C23.912 56.176 23.7573 56.2147 23.6 56.2147Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_2_1786\">\n<rect width=\"80\" height=\"80\" fill=\"#FFFFFF\"/>\n</clipPath>\n</defs>\n</svg>"
940
+ }
941
+ ]
942
+ },
943
+ {
944
+ "id": "hm1-p-000026",
945
+ "source": {
946
+ "groupId": "body",
947
+ "sourceGroupName": "Body",
948
+ "partId": "002"
949
+ },
950
+ "name": "tank-top",
951
+ "aliases": [
952
+ "body-tank-top"
953
+ ],
954
+ "selectionSlot": "body",
955
+ "uiGroups": [
956
+ "body"
957
+ ],
958
+ "layers": [
959
+ {
960
+ "layerSlot": "body",
961
+ "svgPath": "assets/humation-1/body/002.svg",
962
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M28.7027 7.97066L28.9493 7.20532C28.168 7.41866 27.5787 8.05199 27.0827 8.68932C25.54 10.6613 24.7253 13.1627 24.3413 15.636C22.82 25.44 20.1707 41.9213 18.4293 54.964C17.9987 54.912 17.5613 54.9867 17.1707 55.176C16.78 55.3653 16.452 55.664 16.2267 56.0347C16.0013 56.4053 15.8853 56.8333 15.896 57.2667C15.9053 57.7013 16.04 58.1227 16.2827 58.4827C16.4267 58.6933 16.6067 58.8826 16.7387 59.0987C17.076 59.6613 17.0573 60.3613 17.0173 61.0173C16.9427 62.2427 16.8453 63.5333 17.372 64.6427C17.8987 65.752 19.3067 66.548 20.3853 65.9613C21.1373 65.5507 21.46 64.6573 21.7187 63.8413C22.0827 62.764 22.392 61.668 22.644 60.5587C22.9307 59.192 24.1107 53.128 24.2253 51.7347L23.156 51.2107C23.156 51.2107 26.9973 22.5133 28.7027 7.97066Z\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M50.0853 21.3333L50.2707 21.544C50.1267 33.688 51.756 45.8187 52.9427 58.3213C52.48 58.36 52.04 58.54 51.6853 58.8386C51.3293 59.1373 51.0747 59.5386 50.9573 59.988C50.8387 60.4373 50.864 60.912 51.0267 61.3466C51.1893 61.7813 51.484 62.1546 51.868 62.416C52.2813 62.696 52.7773 62.832 53.2013 63.0973C55.1453 64.3093 54.912 67.652 56.9667 68.6626C58.4827 69.408 60.3827 68.2706 61.0693 66.7253C61.756 65.18 61.568 63.408 61.364 61.7306C60.4933 54.5946 58.4173 33.692 58.0547 29.3173C58.0547 29.3173 56.316 13.1466 55.868 11.2893C55.42 9.43198 53.9013 7.84265 52.5173 6.52532L52.2187 6.33198C51.284 8.69598 48.7107 18.8253 50.0853 21.3333Z\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M45.2493 0C45.3693 1.34667 45.92 4.38933 47.9693 3.93333L48.1893 4.26667C48.0893 6.356 47.0306 7.82933 45.372 9.356C43.6866 10.8827 41.5373 11.8 39.2693 11.9613C37.2693 12.108 35.1426 11.6293 33.6466 10.288C32.1506 8.94667 31.364 7.088 32.3546 5.49467H32.4986C32.9493 5.508 33.364 5.272 33.7453 5.032C34.2306 4.72533 35.232 3.468 35.532 3.10667C35.932 2.588 36.0946 0.621333 36.3 0H45.2493V0Z\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M50.0853 21.3334C48.7107 18.8254 51.284 8.69602 52.2173 6.33202C52.312 6.15068 52.1827 6.27335 52.1613 6.07068C52.096 5.76002 49.4227 4.07202 48.2253 3.93335C47.9987 6.20002 47.0493 7.81468 45.3707 9.35602C43.6853 10.8827 41.536 11.8 39.268 11.9613C37.268 12.108 35.1413 11.6294 33.6453 10.288C32.1493 8.94668 31.4453 6.64802 32.436 5.05868L29.7333 6.29868C29.412 6.44535 29.0667 6.60802 28.884 6.90802C28.7013 7.20802 28.7507 7.60935 28.7107 7.97468C27 22.5174 22.668 50.392 23.0547 50.4347C31.9987 51.4934 43.556 52.4467 52.224 49.9987H52.2453C51.5333 40.3987 50.1667 30.98 50.2813 21.5467\" fill=\"var(--hm-clothes, #FFFFFF)\"/>\n<path d=\"M38.8307 52.3347C33.3773 52.3347 27.82 51.804 22.96 51.2293C22.7387 51.2027 22.5307 51.08 22.3987 50.9C22.1813 50.6013 22.092 50.4773 22.5947 45.4667C22.9093 42.3307 23.3693 38.2987 23.892 34.1133C24.5293 28.9987 26.1973 16.216 27.9187 7.85468C27.924 7.78801 27.928 7.71201 27.9307 7.63334C27.944 7.30001 27.9613 6.88668 28.2 6.49334C28.5147 5.97601 29.048 5.73334 29.4 5.57201L32.1027 4.33334C32.424 4.18668 32.804 4.26668 33.036 4.53201C33.2693 4.79734 33.3013 5.18401 33.1147 5.48401C32.3973 6.63601 32.8747 8.52401 34.1787 9.69468C35.384 10.776 37.2173 11.312 39.2093 11.1653C41.2907 11.0173 43.288 10.1653 44.8333 8.76534C46.456 7.27601 47.2333 5.80668 47.428 3.85601C47.4493 3.64268 47.556 3.44668 47.7227 3.31201C47.8893 3.17734 48.104 3.11601 48.316 3.14001C49.1747 3.24001 50.376 3.87601 51.016 4.24668C52.5307 5.12401 52.8253 5.53734 52.9107 5.78534C53.0533 6.00134 53.112 6.30401 52.948 6.65468C52.5427 7.69601 51.676 10.6933 51.0707 13.9267C50.0947 19.144 50.6053 20.6213 50.7853 20.9493C50.9973 21.3373 50.856 21.8227 50.468 22.036C50.08 22.248 49.5947 22.1067 49.3813 21.7187C48.6893 20.4573 48.728 17.736 49.4973 13.632C50.032 10.7787 50.8227 7.83068 51.3467 6.36801C50.8987 6.01068 49.7547 5.31734 48.88 4.95468C48.5013 6.86001 47.5613 8.42934 45.9107 9.94401C44.0973 11.5867 41.76 12.5853 39.324 12.7587C36.9027 12.9347 34.6387 12.252 33.1107 10.8827C31.932 9.82534 31.1067 8.13068 31.184 6.51201L30.0653 7.02534C29.9 7.10134 29.6253 7.22668 29.5653 7.32401C29.54 7.37601 29.5333 7.56934 29.528 7.69734C29.524 7.80801 29.5187 7.93334 29.504 8.06134C29.5013 8.08668 29.4973 8.11201 29.492 8.13601C26.888 20.7627 24.0493 45.5013 23.832 49.72C32.7147 50.748 43.7573 51.5573 52.0053 49.228C52.4307 49.108 52.872 49.356 52.992 49.78C53.112 50.2053 52.8653 50.6467 52.44 50.768C48.352 51.924 43.6307 52.3347 38.8307 52.3347ZM23.1427 49.64C23.1467 49.64 23.1507 49.6413 23.156 49.6413C23.1507 49.64 23.1467 49.64 23.1427 49.64Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M57.9893 69.6947C57.5067 69.6947 57.0387 69.5893 56.6133 69.38C55.2773 68.7227 54.736 67.3547 54.2573 66.1467C53.8653 65.1573 53.496 64.2227 52.7773 63.7747C52.624 63.6787 52.4387 63.596 52.2427 63.508C51.9867 63.3933 51.6947 63.264 51.4187 63.076C50.8947 62.72 50.5 62.2187 50.2773 61.6253C50.0547 61.032 50.0227 60.3947 50.184 59.7827C50.3453 59.1707 50.6867 58.632 51.172 58.224C51.4453 57.9947 51.752 57.8173 52.0813 57.6973C51.8467 55.2653 51.5947 52.8227 51.3507 50.4533C50.3267 40.5187 49.3587 31.1347 49.472 21.5347C49.4773 21.0933 49.8427 20.7427 50.2813 20.744C50.7227 20.7493 51.0773 21.112 51.072 21.5533C50.9587 31.0627 51.9227 40.4013 52.9413 50.2893C53.2093 52.888 53.4867 55.576 53.74 58.2453C53.76 58.4587 53.6947 58.6707 53.5573 58.8347C53.42 58.9987 53.2227 59.1013 53.0093 59.1187C52.7093 59.1427 52.4307 59.2587 52.2 59.452C51.9693 59.6453 51.808 59.9 51.732 60.1907C51.656 60.4813 51.6707 60.784 51.776 61.0653C51.8813 61.3467 52.0693 61.584 52.3173 61.7533C52.476 61.8613 52.68 61.952 52.896 62.048C53.1227 62.1493 53.3787 62.264 53.6267 62.4187C54.792 63.1453 55.2987 64.4267 55.7467 65.5587C56.1547 66.588 56.5387 67.56 57.32 67.944C57.8173 68.188 58.328 68.0933 58.6693 67.9693C59.3733 67.7147 60.028 67.0987 60.3387 66.4C60.912 65.1107 60.7893 63.6293 60.5707 61.8267C59.708 54.7587 57.6373 33.9573 57.2587 29.3933C56.6587 23.816 55.4347 12.9067 55.092 11.4773C54.708 9.88267 53.364 8.43334 51.968 7.10667C51.648 6.80267 51.6347 6.296 51.94 5.976C52.244 5.656 52.7507 5.64267 53.0707 5.948C54.644 7.444 56.1667 9.10534 56.648 11.104C57.1013 12.9907 58.78 28.5707 58.8507 29.2333C58.8507 29.24 58.852 29.2467 58.852 29.2533C59.228 33.788 61.2973 54.576 62.1587 61.636C62.3547 63.2493 62.5987 65.256 61.8013 67.052C61.316 68.1453 60.3253 69.0733 59.216 69.476C58.8053 69.62 58.392 69.6947 57.9893 69.6947Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M47.8133 4.9C47.7973 4.9 47.7813 4.9 47.7653 4.89867C46.2787 4.81067 45.7973 3.95334 45.412 3.26534C45.312 3.088 45.2093 2.904 45.088 2.724C44.8413 2.35734 44.9387 1.86 45.304 1.61334C45.6707 1.36667 46.168 1.464 46.4147 1.82934C46.5733 2.064 46.6973 2.28534 46.8067 2.48134C47.1533 3.09867 47.2453 3.264 47.86 3.30134C48.3013 3.328 48.6373 3.70667 48.6107 4.14667C48.5853 4.572 48.2333 4.9 47.8133 4.9Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M19.5893 66.9587C19.3027 66.9587 19.0093 66.912 18.7187 66.8173C17.8427 66.532 17.0493 65.8307 16.6493 64.9867C16.0493 63.724 16.136 62.3187 16.212 61.0773L16.2187 60.9693C16.2533 60.404 16.2667 59.868 16.052 59.5107C16.0067 59.436 15.9333 59.344 15.856 59.2453C15.7827 59.1533 15.7 59.0493 15.6213 58.9347C15.2893 58.4427 15.108 57.8747 15.0947 57.2853C15.0813 56.6973 15.236 56.12 15.5427 55.6173C15.8493 55.1147 16.2907 54.7133 16.82 54.456C17.108 54.316 17.4147 54.2227 17.728 54.1773C19.1373 43.8333 20.9933 31.9493 22.4907 22.3613C22.88 19.8653 23.2413 17.556 23.556 15.5147C24.016 12.5333 24.992 10.0707 26.4573 8.19734C27.0133 7.48268 27.72 6.71334 28.744 6.43468C29.1707 6.31868 29.6107 6.56934 29.7267 6.99601C29.8427 7.42268 29.592 7.86268 29.1653 7.97868C28.596 8.13468 28.1147 8.67468 27.72 9.18268C26.424 10.84 25.556 13.052 25.1373 15.76C24.8227 17.8027 24.4613 20.1133 24.072 22.6093C22.5427 32.4013 20.64 44.588 19.2227 55.0707C19.164 55.504 18.768 55.808 18.336 55.7573C18.056 55.724 17.7747 55.772 17.5213 55.8947C17.268 56.0173 17.056 56.2093 16.9107 56.4507C16.764 56.6907 16.6907 56.9667 16.696 57.248C16.7027 57.5293 16.7893 57.8013 16.9467 58.0347C16.9907 58.0987 17.0493 58.1733 17.1107 58.2507C17.2093 58.376 17.3213 58.516 17.4213 58.68C17.8733 59.4347 17.864 60.272 17.816 61.064L17.8093 61.1733C17.7413 62.272 17.672 63.408 18.0947 64.2973C18.3107 64.7507 18.7493 65.1427 19.2147 65.2933C19.42 65.36 19.724 65.408 20.004 65.256C20.48 64.996 20.736 64.2933 20.9573 63.5973C20.9587 63.592 20.96 63.588 20.9627 63.5827C21.316 62.5373 21.6187 61.4613 21.864 60.3853C22.1587 58.9747 23.3187 51.848 23.4293 50.5027C23.4653 50.0627 23.8533 49.736 24.292 49.7707C24.732 49.8067 25.06 50.1933 25.024 50.6333C24.9067 52.0627 23.7333 59.2613 23.428 60.72C23.4267 60.724 23.4267 60.7293 23.4253 60.7333C23.168 61.8627 22.8507 62.9907 22.48 64.0867C22.244 64.832 21.848 66.0707 20.7693 66.66C20.408 66.86 20.0053 66.9587 19.5893 66.9587Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M32.3547 6.29466C31.9613 6.29466 31.6173 6.00399 31.5627 5.60266C31.5027 5.16533 31.8093 4.76133 32.2467 4.70133C33.1947 4.57199 33.808 4.016 34.2147 3.64933L34.2627 3.60533C34.7773 3.14133 34.832 3.01733 34.9413 2.76799C34.9573 2.73066 34.9747 2.69333 34.992 2.65333C35.1747 2.25066 35.648 2.07199 36.0507 2.25466C36.4533 2.43733 36.632 2.91066 36.4493 3.31333L36.4053 3.412C36.2173 3.84 36.052 4.14799 35.3333 4.79466L35.2867 4.83599C34.8013 5.27466 33.9 6.09066 32.4613 6.28799C32.428 6.292 32.3907 6.29466 32.3547 6.29466Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
963
+ }
964
+ ]
965
+ },
966
+ {
967
+ "id": "hm1-p-000027",
968
+ "source": {
969
+ "groupId": "body",
970
+ "sourceGroupName": "Body",
971
+ "partId": "003"
972
+ },
973
+ "name": "drape-tee",
974
+ "aliases": [
975
+ "body-drape-tee"
976
+ ],
977
+ "selectionSlot": "body",
978
+ "uiGroups": [
979
+ "body"
980
+ ],
981
+ "layers": [
982
+ {
983
+ "layerSlot": "body",
984
+ "svgPath": "assets/humation-1/body/003.svg",
985
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M45.2493 0C45.3693 1.34667 45.92 4.38933 47.9693 3.93333L48.1893 4.26667C48.0893 6.356 47.0306 7.82933 45.372 9.356C43.6866 10.8827 41.5373 11.8 39.2693 11.9613C37.2693 12.108 35.1426 11.6293 33.6466 10.288C32.1506 8.94667 31.364 7.088 32.3546 5.49467H32.4986C32.9493 5.508 33.364 5.272 33.7453 5.032C34.2306 4.72533 35.232 3.468 35.532 3.10667C35.932 2.588 36.0946 0.621333 36.3 0H45.2493V0Z\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M56.9453 16.4227C56.6547 16.892 56.34 17.3453 56.004 17.7827C54.8533 19.268 53.3533 20.544 51.56 21.116L51.3013 21.5267C51.1573 33.6707 51.756 45.824 52.9427 58.3267C52.4813 58.3653 52.044 58.5467 51.6893 58.8453C51.3347 59.144 51.0813 59.544 50.964 59.992C50.8467 60.44 50.8693 60.9133 51.032 61.3467C51.1933 61.78 51.4853 62.1533 51.868 62.4147C52.2813 62.6947 52.7773 62.8307 53.2013 63.096C55.1453 64.308 54.912 67.6507 56.9667 68.6613C58.4827 69.4067 60.3827 68.2693 61.0693 66.724C61.756 65.1787 61.568 63.4067 61.364 61.7293C60.4933 54.5933 58.4173 33.6907 58.0547 29.316L57.0347 17.0133L56.9453 16.4227Z\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M23.3333 16.7827C21.352 29.4107 19.388 41.7453 18.4293 54.964C17.9987 54.912 17.5613 54.9867 17.1707 55.176C16.78 55.3653 16.452 55.664 16.2267 56.0347C16.0013 56.4053 15.8853 56.8333 15.896 57.2667C15.9053 57.7013 16.04 58.1227 16.2827 58.4827C16.4267 58.6933 16.6067 58.8827 16.7387 59.0987C17.076 59.6613 17.0573 60.3613 17.0173 61.0173C16.9427 62.2427 16.8453 63.5333 17.372 64.6427C17.8987 65.752 19.3067 66.548 20.3853 65.9613C21.1373 65.5507 21.46 64.6573 21.7187 63.8413C22.0827 62.764 22.392 61.668 22.644 60.5587C22.9307 59.192 23.044 57.7947 23.1587 56.4013L23.8253 48.2307L25.3333 19.356C24.9267 18.272 24.268 17.3013 23.412 16.5213L23.3333 16.7827Z\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M58.944 38.596C60.5306 41.872 61.8 45.116 61.8 45.116C61.9293 45.5013 61.924 45.9187 61.7853 46.3C61.4213 47.0453 60.1653 47.0747 59.7653 46.3493L58.944 38.596Z\" fill=\"var(--hm-clothes, #FFFFFF)\"/>\n<path d=\"M25.3333 19.356C24.6933 17.656 23.444 16.2547 21.8293 15.4227C23.3307 14.4893 24.088 12.756 24.992 11.2347C27.1773 7.58533 30.5533 4.8 34.5507 3.348C34.168 3.768 33.532 4.51466 33.6173 5.37733C33.6733 5.98 34.0893 6.50533 34.6053 6.82266C35.1213 7.14 35.7253 7.27733 36.324 7.36533C38.844 7.724 41.4133 7.284 43.6693 6.10666C44.8693 5.47466 46.0347 4.54133 46.3107 3.088C48.1253 2.71466 50 3.60533 51.3493 4.87466C52.6987 6.144 53.6507 7.76533 54.732 9.27466C55.8133 10.784 57.1053 12.2333 58.828 12.916C57.9987 14.6027 57.1613 16.3013 56.0107 17.788C54.86 19.2747 53.36 20.5493 51.5667 21.1213L51.308 21.532C51.204 30.3067 51.488 39.0853 52.1 47.9973L52.0933 48.072C50.3893 49.492 47.8747 49.296 45.7307 48.7267C43.5867 48.1573 41.4227 47.284 39.2267 47.6013C38.1427 47.7587 37.1187 48.2027 36.04 48.3893C32.5947 48.9853 29.0787 46.9227 25.6507 47.604C24.5013 47.8347 23.3093 48.368 22.2093 47.9653C20.9053 47.4893 20.4067 45.5893 21.3093 44.5347C23.212 36.4933 24.628 28.3453 25.5493 20.1347L25.3333 19.356Z\" fill=\"var(--hm-clothes, #FFFFFF)\"/>\n<path d=\"M48.6733 49.9573C47.7187 49.9573 46.664 49.804 45.5133 49.4987C45.0773 49.3827 44.636 49.2533 44.2107 49.1293C42.516 48.632 40.9147 48.1627 39.3293 48.392C38.8147 48.4667 38.3027 48.6173 37.76 48.776C37.2493 48.9253 36.72 49.0813 36.1653 49.1773C34.3213 49.496 32.5067 49.124 30.752 48.7627C29.0173 48.4067 27.38 48.0707 25.7973 48.388C25.5373 48.44 25.2733 48.508 24.9933 48.5813C24.0547 48.8267 22.9907 49.104 21.9253 48.716C21.0653 48.4013 20.4013 47.6347 20.148 46.6653C19.9147 45.772 20.0693 44.86 20.56 44.1787C22.676 35.2147 24.1933 26.024 25.0707 16.856C25.1133 16.416 25.504 16.0947 25.9427 16.136C26.3827 16.1787 26.7053 16.5693 26.6627 17.008C25.772 26.3053 24.2293 35.628 22.076 44.716C22.0467 44.84 21.988 44.9547 21.9053 45.052C21.6533 45.3467 21.5747 45.7973 21.6947 46.2587C21.816 46.7213 22.1067 47.0773 22.472 47.212C23.0667 47.4293 23.8053 47.236 24.588 47.032C24.8787 46.956 25.1787 46.8773 25.4827 46.8173C27.3827 46.436 29.2587 46.8213 31.0733 47.1947C32.756 47.54 34.3467 47.8667 35.892 47.6C36.3573 47.52 36.82 47.384 37.3093 47.24C37.8813 47.072 38.472 46.8987 39.1 46.808C41.032 46.528 42.8773 47.0693 44.6613 47.5933C45.0773 47.7147 45.508 47.8413 45.924 47.952C48.4653 48.6267 50.364 48.46 51.5693 47.456C51.9093 47.1733 52.4133 47.2187 52.696 47.5587C52.9787 47.8987 52.9333 48.4027 52.5933 48.6853C51.5773 49.532 50.2653 49.9573 48.6733 49.9573Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M51.5667 21.9214C51.228 21.9214 50.9133 21.704 50.8053 21.364C50.6707 20.9427 50.904 20.4934 51.324 20.3587C53.1733 19.7694 54.5493 18.368 55.3787 17.2973C56.3213 16.08 57.06 14.6814 57.752 13.2907C56.1293 12.4014 54.952 10.9547 54.0827 9.74002C53.8133 9.36402 53.5507 8.97868 53.296 8.60668C52.5053 7.44935 51.7587 6.35735 50.8027 5.45735C49.604 4.32935 48.196 3.73468 46.9453 3.80935C46.532 5.00668 45.5587 6.01602 44.0427 6.81335C41.62 8.07735 38.9133 8.54135 36.212 8.15602C35.6213 8.06935 34.86 7.91735 34.1867 7.50268C33.4067 7.02268 32.896 6.25602 32.8213 5.44935C32.8133 5.37068 32.8093 5.29468 32.8093 5.22135C29.7533 6.72402 27.312 8.91602 25.6787 11.644C25.52 11.9107 25.3667 12.1827 25.2053 12.472C24.6387 13.48 24.0573 14.5147 23.2187 15.336C24.5147 16.2667 25.512 17.56 26.0827 19.072C26.2387 19.4853 26.0293 19.9467 25.616 20.1027C25.2027 20.2587 24.7413 20.0494 24.5853 19.636C24.0133 18.1187 22.9053 16.8747 21.464 16.132C21.208 16 21.0427 15.7414 21.0307 15.4534C21.0187 15.1654 21.1627 14.8934 21.408 14.7414C22.4613 14.0867 23.1173 12.9214 23.8107 11.6867C23.9707 11.4027 24.136 11.1094 24.3053 10.824C26.4787 7.19335 29.9333 4.43868 34.296 2.85335C34.6427 2.72802 35.0293 2.85469 35.2333 3.16002C35.4373 3.46535 35.408 3.87202 35.16 4.14402C35.0933 4.21735 35.02 4.29202 34.944 4.36935C34.56 4.75868 34.3827 4.97735 34.4133 5.29735C34.4413 5.60402 34.676 5.92535 35.024 6.14002C35.4467 6.40002 35.9773 6.50535 36.44 6.57335C38.804 6.91068 41.1773 6.50268 43.2987 5.39735C44.612 4.70535 45.3413 3.90002 45.524 2.93869C45.584 2.62002 45.8307 2.36935 46.1493 2.30402C48.0173 1.92002 50.1653 2.66268 51.8973 4.29202C52.98 5.31068 53.812 6.52802 54.616 7.70535C54.8653 8.07068 55.124 8.44802 55.3827 8.80935C56.2587 10.032 57.476 11.52 59.1227 12.1734C59.3307 12.256 59.4933 12.4214 59.5747 12.6294C59.6547 12.8374 59.6453 13.0694 59.5467 13.2707C58.712 14.9667 57.8507 16.7213 56.644 18.2787C55.256 20.072 53.5853 21.3187 51.8107 21.884C51.7293 21.9094 51.6467 21.9214 51.5667 21.9214Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M60.7547 47.676C60.0307 47.676 59.3867 47.3187 59.064 46.7347C58.8507 46.348 58.9907 45.8614 59.3787 45.648C59.7653 45.4347 60.252 45.5747 60.4653 45.9627C60.504 46.032 60.6307 46.08 60.7693 46.076C60.8907 46.0734 61.0027 46.0307 61.0507 45.972C61.108 45.7814 61.1067 45.576 61.0467 45.3867C60.936 45.1054 59.712 42.0187 58.224 38.944C58.032 38.5467 58.1973 38.068 58.5947 37.8747C58.992 37.6827 59.4707 37.848 59.664 38.2467C61.2453 41.5134 62.532 44.7907 62.5453 44.824C62.5507 44.836 62.5547 44.848 62.5587 44.8614C62.744 45.416 62.7373 46.024 62.5373 46.5734C62.528 46.6 62.516 46.6254 62.504 46.6507C62.204 47.264 61.5547 47.6574 60.8093 47.676C60.792 47.676 60.7733 47.676 60.7547 47.676Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M57.9893 69.6947C57.5067 69.6947 57.0387 69.5894 56.6133 69.38C55.2773 68.7227 54.736 67.3547 54.2573 66.1467C53.8653 65.1574 53.496 64.2227 52.7773 63.7747C52.624 63.6787 52.4387 63.596 52.2427 63.508C51.9867 63.3934 51.6947 63.264 51.4187 63.076C50.8947 62.72 50.5 62.2187 50.2773 61.6254C50.0547 61.032 50.0227 60.3947 50.184 59.7827C50.3453 59.1707 50.6867 58.632 51.172 58.224C51.4453 57.9947 51.7533 57.8174 52.0827 57.6974C50.884 44.844 50.368 33 50.504 21.5107C50.5093 21.072 50.8667 20.72 51.304 20.72C51.3067 20.72 51.3107 20.72 51.3133 20.72C51.7547 20.7254 52.1093 21.088 52.104 21.5294C51.9667 33.1694 52.5013 45.1787 53.7413 58.244C53.7613 58.4574 53.696 58.6694 53.5587 58.8334C53.4213 58.9974 53.224 59.1 53.0107 59.1174C52.7107 59.1414 52.432 59.2574 52.2013 59.4507C51.9707 59.644 51.8093 59.8987 51.7333 60.1894C51.6573 60.48 51.672 60.7827 51.7773 61.064C51.8827 61.3454 52.0707 61.5827 52.3187 61.752C52.4773 61.86 52.6813 61.9507 52.8973 62.0467C53.124 62.148 53.38 62.2627 53.628 62.4174C54.7933 63.144 55.3 64.4254 55.748 65.5574C56.156 66.5867 56.54 67.5587 57.3213 67.9427C57.8187 68.1867 58.3293 68.092 58.6707 67.968C59.3747 67.7134 60.0293 67.0974 60.34 66.3987C60.9133 65.1094 60.7907 63.628 60.572 61.8254C59.7093 54.752 57.636 33.9254 57.26 29.3814L56.24 17.0787C56.204 16.6387 56.5307 16.252 56.9707 16.2147C57.4107 16.18 57.7973 16.5054 57.8347 16.9454L58.8547 29.248C59.2307 33.7827 61.3 54.5707 62.1613 61.6307C62.3573 63.244 62.6013 65.2507 61.804 67.0467C61.3187 68.14 60.328 69.068 59.2187 69.4707C58.8053 69.62 58.392 69.6947 57.9893 69.6947Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M19.5893 66.9587C19.3027 66.9587 19.0093 66.912 18.7187 66.8173C17.8427 66.532 17.0493 65.8307 16.6493 64.9867C16.0493 63.724 16.136 62.3187 16.212 61.0773L16.2187 60.9693C16.2533 60.404 16.2667 59.868 16.052 59.5107C16.0067 59.436 15.9333 59.344 15.856 59.2467C15.7827 59.1547 15.7 59.0493 15.6213 58.936C15.2893 58.444 15.108 57.876 15.0947 57.2867C15.0813 56.6987 15.236 56.1213 15.5427 55.6187C15.8493 55.116 16.2907 54.7147 16.82 54.4573C17.0947 54.324 17.3853 54.2333 17.684 54.1853C18.6373 41.536 20.464 29.896 22.3973 17.5867L22.5427 16.6587C22.6107 16.2227 23.02 15.9253 23.4573 15.992C23.8933 16.06 24.192 16.4693 24.124 16.9067L23.9787 17.8347C22.0147 30.344 20.16 42.1613 19.228 55.0227C19.212 55.2413 19.108 55.4427 18.9387 55.5813C18.7707 55.72 18.552 55.7853 18.3347 55.7587C18.0547 55.7253 17.7733 55.7733 17.52 55.896C17.2667 56.0187 17.0547 56.2107 16.9093 56.452C16.7627 56.692 16.6893 56.968 16.6947 57.2493C16.7013 57.5307 16.788 57.8027 16.9453 58.036C16.9893 58.1 17.048 58.1747 17.1093 58.252C17.208 58.3773 17.32 58.5173 17.42 58.6813C17.872 59.436 17.8627 60.2733 17.8147 61.0653L17.808 61.1747C17.74 62.2733 17.6707 63.4093 18.0933 64.2987C18.3093 64.752 18.748 65.144 19.2133 65.2947C19.4187 65.3613 19.7227 65.4093 20.0027 65.2573C20.4787 64.9973 20.7347 64.2947 20.956 63.5987C20.9573 63.5933 20.9587 63.5893 20.9613 63.584C21.3147 62.5387 21.6173 61.464 21.8627 60.3867C22.136 59.0827 22.2493 57.7053 22.3587 56.3733L23.028 48.1653C23.064 47.7253 23.4507 47.396 23.8907 47.4333C24.3307 47.4693 24.6587 47.856 24.6227 48.296L23.9533 56.5053C23.84 57.8893 23.7213 59.32 23.428 60.7227C23.4267 60.7267 23.4267 60.732 23.4253 60.736C23.168 61.8653 22.8507 62.9933 22.48 64.0893C22.244 64.8347 21.848 66.0733 20.7693 66.6627C20.408 66.86 20.0053 66.9587 19.5893 66.9587Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
986
+ }
987
+ ]
988
+ },
989
+ {
990
+ "id": "hm1-p-000028",
991
+ "source": {
992
+ "groupId": "body",
993
+ "sourceGroupName": "Body",
994
+ "partId": "004"
995
+ },
996
+ "name": "polo",
997
+ "aliases": [
998
+ "body-polo"
999
+ ],
1000
+ "selectionSlot": "body",
1001
+ "uiGroups": [
1002
+ "body"
1003
+ ],
1004
+ "layers": [
1005
+ {
1006
+ "layerSlot": "body",
1007
+ "svgPath": "assets/humation-1/body/004.svg",
1008
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M45.2493 0C45.3693 1.34667 45.92 4.38933 47.9693 3.93333L48.1893 4.26667C48.0893 6.356 47.0306 7.82933 45.372 9.356C43.6866 10.8827 41.5373 11.8 39.2693 11.9613C37.2693 12.108 35.1426 11.6293 33.6466 10.288C32.1506 8.94667 31.364 7.088 32.3546 5.49467H32.4986C32.9493 5.508 33.364 5.272 33.7453 5.032C34.2306 4.72533 34.644 3.348 34.944 2.98667C35.344 2.468 36.0933 0.621333 36.2986 0H45.2493V0Z\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M58.9773 37.1813C61.9307 46.3253 63.9853 53.3387 66.684 62.164C66.8173 62.6147 67.3507 64.208 67.104 64.6067C66.9387 64.8733 66.6613 65.044 66.3907 65.1973C64.9107 66.0387 63.2947 66.1093 61.6253 66.4453L55.4293 67.6787C46.5613 69.2693 37.6613 69.6587 28.7773 68.16L27.1013 67.964L21.368 66.8667C20.8507 66.768 20.2827 66.636 19.98 66.2C19.7294 65.8427 19.7307 65.372 19.7493 64.936C19.8253 63.2027 20.0253 61.4827 20.2253 59.7613L21.8027 46.1613C22.4787 40.3347 23.156 34.4987 24.0773 28.708L24.0133 28.688C22.4627 28.1547 20.936 27.5627 19.408 26.9693C19.1973 26.9093 19.008 26.792 18.8587 26.632C18.5587 26.2453 18.816 25.6907 19.0733 25.2733C21.3453 21.58 23.288 17.6947 24.8813 13.6613C26.0973 10.5813 27.3667 7.116 30.3347 5.648L36.5373 6.356L48.208 3.2C50.2493 3.74667 51.924 5.21067 53.2987 6.81733C55.036 8.848 56.4133 11.1613 57.3733 13.656C59.4973 19.18 59.4987 25.4067 62.06 30.7427C60.8453 31.1027 59.612 31.392 58.3653 31.612L58.9773 37.1813Z\" fill=\"var(--hm-clothes, #FFFFFF)\"/>\n<path d=\"M36.2067 7.13202C36.3067 8.50402 36.6813 9.84135 37.3067 11.0667C37.36 11.1947 37.4467 11.3054 37.5573 11.388C37.7533 11.508 38.008 11.4347 38.224 11.356C40.1747 10.648 42.0627 9.77602 43.8667 8.75069C44.7867 8.22802 45.7173 7.63335 46.2667 6.73069C46.7867 5.87869 46.9107 4.85202 47.0227 3.86135L47.2613 1.74535C47.284 1.63735 47.2733 1.52535 47.2293 1.42535C47.112 1.22269 46.8093 1.26935 46.588 1.34402C43.0133 2.55869 39.5773 4.19069 36.2067 7.13202Z\" fill=\"var(--hm-clothes, #FFFFFF)\"/>\n<path d=\"M35.0667 2.12C34.6787 2.82933 34.2787 3.59466 34.348 4.4C34.4174 5.20533 35.1787 6 35.9587 5.78933C36.004 6.74533 35.3294 7.56533 34.6947 8.28133L33.044 10.148C32.9827 10.2307 32.9 10.2947 32.804 10.332C32.5747 10.3973 32.3827 10.1547 32.2707 9.94266C31.572 8.624 31.0547 7.21733 30.7334 5.76C30.66 5.55733 30.652 5.33733 30.708 5.12933C30.7654 4.92133 30.884 4.736 31.0507 4.59866C31.8987 3.63333 32.8854 2.79733 33.8987 2.00666C34.1454 1.81333 34.432 1.60666 34.7414 1.64666C35.0507 1.68666 35.3 2.104 35.0667 2.12Z\" fill=\"var(--hm-clothes, #FFFFFF)\"/>\n<path d=\"M51.8413 32.2413C52.0893 40.948 52.7493 49.6293 53.8226 58.2867C52.9413 58.3413 52.028 58.5533 51.36 59.1293C50.692 59.7053 50.3533 60.7293 50.768 61.512C51.3293 62.5667 52.8693 62.6893 53.5893 63.6453C54.0613 64.2707 54.0813 65.112 54.3213 65.8627C54.536 66.5307 54.932 67.124 55.4653 67.5787C55.9986 68.0333 56.648 68.3307 57.3413 68.4373C58.0346 68.544 58.7426 68.4547 59.388 68.1813C60.0333 67.908 60.5893 67.4587 60.9946 66.8867C62.0506 65.3947 61.8933 63.3947 61.692 61.5787C60.6026 51.7267 59.512 41.8787 58.4226 32.036L51.8413 32.2413Z\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M20.2307 59.7667C20.0307 61.488 19.8307 63.2107 19.7547 64.9413L19.6547 65.2867C18.6294 65.1027 17.5014 64.7987 16.9574 63.9107C16.0734 62.468 17.2907 60.5147 16.6907 58.932C16.2747 57.824 14.996 56.852 15.4294 55.7507C15.7907 54.8333 17.052 54.7267 17.7934 54.0773C18.5347 53.428 18.652 52.372 18.7334 51.4107L20.7187 27.7747L20.7734 27.508C21.848 27.9213 22.9254 28.3253 24.0147 28.6987L24.076 28.7347C23.156 34.5213 22.476 40.352 21.8094 46.172\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M52.5173 32.932C50.904 32.932 49.2853 32.8187 47.6653 32.5907C47.2613 32.5333 46.9653 32.1827 46.9773 31.776L47.3413 19C47.3533 18.5587 47.7213 18.2067 48.164 18.2227C48.6053 18.2347 48.9533 18.604 48.9413 19.0453L48.5973 31.0987C52.756 31.5947 56.904 31.3013 60.9493 30.2253C59.7707 27.4533 59.1787 24.4813 58.604 21.5973C58.0933 19.032 57.5653 16.3813 56.628 13.9453C55.6987 11.5293 54.3747 9.30666 52.692 7.33999C51.1173 5.49999 49.5827 4.39866 48.0027 3.97599C47.576 3.86133 47.3227 3.42266 47.4373 2.99599C47.552 2.56933 47.9907 2.31599 48.4173 2.43066C50.32 2.93999 52.1173 4.20666 53.9093 6.30133C55.7107 8.40666 57.128 10.7867 58.1227 13.3733C59.108 15.9373 59.6507 18.6573 60.1747 21.288C60.8187 24.5187 61.4253 27.5707 62.784 30.4013C62.8853 30.6133 62.8893 30.8573 62.7933 31.072C62.6973 31.2867 62.5133 31.448 62.2893 31.5147C59.0827 32.456 55.812 32.932 52.5173 32.932Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M24.0187 29.4973C23.932 29.4973 23.8453 29.4827 23.7587 29.4533C22.204 28.92 20.6547 28.3187 19.156 27.736L19.1533 27.7347C18.8187 27.6307 18.516 27.4413 18.2773 27.184C18.2613 27.1667 18.2467 27.1493 18.232 27.1307C17.776 26.5427 17.832 25.78 18.3973 24.8613C20.6373 21.2187 22.5707 17.3533 24.1427 13.3747L24.2813 13.0213C25.4867 9.95734 26.8533 6.48534 29.9853 4.93734C30.3813 4.74134 30.8613 4.90401 31.0573 5.30001C31.2533 5.69601 31.0907 6.17601 30.6947 6.37201C28.1173 7.64534 26.924 10.676 25.7707 13.6067L25.6307 13.9613C24.0253 18.0267 22.0493 21.976 19.76 25.6987C19.608 25.9453 19.556 26.0907 19.5387 26.1653C19.568 26.1827 19.6 26.1973 19.6347 26.2067C19.6587 26.2133 19.6813 26.2213 19.704 26.2293L19.736 26.2413C21.22 26.8173 22.7547 27.4133 24.2787 27.936C24.696 28.08 24.9187 28.5347 24.776 28.952C24.6613 29.2893 24.3507 29.4973 24.0187 29.4973Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M26.0227 68.5654C25.9733 68.5654 25.9227 68.56 25.872 68.5507L21.2227 67.6614C20.6973 67.556 19.832 67.3814 19.3307 66.6694C18.9387 66.1107 18.9307 65.468 18.9547 64.9107C19.032 63.148 19.2373 61.384 19.4347 59.6787L21.0507 45.744C22.1493 36.34 23.284 26.6147 25.4947 17.232C25.596 16.8027 26.0253 16.5347 26.4573 16.6374C26.8867 16.7387 27.1533 17.1694 27.052 17.6C24.8627 26.8934 23.7333 36.572 22.64 45.932L21.024 59.8654C20.8293 61.544 20.628 63.2787 20.552 64.9827C20.5427 65.1947 20.5253 65.592 20.6387 65.752C20.772 65.9414 21.2467 66.0374 21.5293 66.0934L26.1707 66.9814C26.604 67.064 26.8893 67.484 26.8053 67.9174C26.7347 68.2987 26.4 68.5654 26.0227 68.5654Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M40.2627 69.9053C36.2773 69.9053 32.4213 69.5867 28.6453 68.9493C28.2093 68.876 27.916 68.4627 27.9893 68.028C28.0627 67.592 28.4747 67.2973 28.9107 67.372C37.1307 68.7587 45.7587 68.6013 55.288 66.892C55.7227 66.8133 56.1387 67.1027 56.216 67.5387C56.2947 67.9733 56.0053 68.3893 55.5693 68.4667C50.2213 69.4253 45.1453 69.9053 40.2627 69.9053Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M61.624 67.2453C61.2507 67.2453 60.9174 66.9826 60.84 66.6026C60.7534 66.1693 61.0334 65.748 61.4667 65.66C61.8894 65.5746 62.3054 65.5066 62.708 65.4413C63.8867 65.248 65 65.0666 65.9934 64.5013C66.1027 64.4386 66.272 64.344 66.368 64.2493C66.3654 64.052 66.2854 63.5986 65.972 62.5773C65.9494 62.504 65.9294 62.44 65.9147 62.3906C65.1787 59.984 64.4854 57.696 63.816 55.4826C62.0374 49.6106 60.3587 44.064 58.2147 37.4266C58.0787 37.0066 58.3094 36.5546 58.7307 36.42C59.1507 36.2853 59.6014 36.5146 59.7374 36.936C61.8854 43.5866 63.5667 49.14 65.348 55.0186C66.0174 57.2306 66.7107 59.5173 67.448 61.9293C67.464 61.9826 67.4814 62.04 67.5027 62.1066C67.952 63.568 68.1294 64.4667 67.784 65.0267C67.52 65.4533 67.1294 65.6973 66.784 65.8933C65.5427 66.5986 64.2334 66.8133 62.9667 67.0213C62.5774 67.0853 62.176 67.1506 61.7827 67.2306C61.7294 67.24 61.6774 67.2453 61.624 67.2453Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M57.9067 69.28C57.6733 69.28 57.44 69.2627 57.2067 69.2267C56.3667 69.0973 55.5813 68.7373 54.9347 68.184C54.288 67.632 53.8093 66.912 53.5493 66.1027C53.46 65.82 53.4 65.5453 53.344 65.2787C53.244 64.8093 53.156 64.404 52.944 64.1213C52.7187 63.824 52.3013 63.608 51.8587 63.38C51.2093 63.0453 50.4733 62.6667 50.056 61.8827C49.4973 60.8253 49.832 59.38 50.836 58.5187C51.376 58.0547 52.0787 57.7427 52.9307 57.5867C51.9253 49.2067 51.2987 40.6893 51.0667 32.26C51.0547 31.8187 51.4027 31.4507 51.844 31.4387C51.852 31.4387 51.8587 31.4387 51.8667 31.4387C52.2987 31.4387 52.6547 31.7827 52.6667 32.216C52.904 40.8627 53.56 49.6 54.616 58.1867C54.6427 58.4053 54.5787 58.6253 54.4373 58.796C54.296 58.9653 54.092 59.0693 53.872 59.0827C52.988 59.1373 52.3173 59.356 51.88 59.732C51.444 60.1067 51.2613 60.7347 51.472 61.132C51.6533 61.4733 52.0893 61.6973 52.5933 61.9573C53.148 62.244 53.7773 62.568 54.2227 63.1573C54.6493 63.7227 54.788 64.3707 54.9107 64.9427C54.9627 65.1827 55.0107 65.4093 55.076 65.616C55.244 66.14 55.556 66.608 55.976 66.968C56.396 67.3267 56.908 67.5613 57.4533 67.6453C58 67.7293 58.5573 67.66 59.0667 67.4453C59.576 67.2293 60.0133 66.8773 60.3333 66.4267C61.1987 65.2067 61.0933 63.48 60.8947 61.668L57.6547 32.124C57.6067 31.6853 57.924 31.2893 58.3627 31.2413C58.8027 31.1933 59.1973 31.5107 59.2453 31.9493L62.4853 61.4933C62.6613 63.1027 62.928 65.5347 61.6387 67.352C61.1467 68.0453 60.4733 68.5867 59.6907 68.9187C59.1227 69.1587 58.5173 69.28 57.9067 69.28Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M19.66 66.0827C19.6133 66.0827 19.5653 66.0787 19.5173 66.0693C18.312 65.8533 16.9853 65.4773 16.2787 64.324C15.6533 63.3067 15.812 62.172 15.952 61.172C16.0547 60.4427 16.1507 59.7533 15.9453 59.2093C15.8347 58.912 15.62 58.596 15.3947 58.26C14.8853 57.504 14.252 56.564 14.688 55.4533C15.0293 54.592 15.8213 54.224 16.456 53.928C16.7747 53.78 17.0747 53.64 17.2707 53.4693C17.7573 53.0453 17.864 52.22 17.9387 51.3387L19.924 27.7027C19.9613 27.2627 20.3507 26.936 20.788 26.972C21.228 27.0093 21.5547 27.396 21.5187 27.836L19.5333 51.472C19.4347 52.6453 19.26 53.8587 18.3213 54.6747C17.9547 54.9933 17.5173 55.1973 17.1307 55.3773C16.6747 55.5893 16.2813 55.772 16.176 56.04C16.056 56.344 16.3027 56.744 16.7213 57.3653C16.9893 57.7627 17.2653 58.1733 17.4427 58.6453C17.7907 59.5707 17.6547 60.5387 17.536 61.392C17.4187 62.232 17.3173 62.9573 17.6413 63.4853C18.0187 64.1 18.9427 64.34 19.7987 64.4933C20.2333 64.5707 20.5227 64.9867 20.4453 65.4213C20.3773 65.8107 20.04 66.0827 19.66 66.0827Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M37.8 12.2507C37.5907 12.2507 37.3613 12.2054 37.14 12.0694C37.12 12.0574 37.1013 12.044 37.0827 12.0307C36.864 11.8694 36.692 11.6534 36.5827 11.4054C35.912 10.0854 35.5173 8.66669 35.4093 7.18936C35.3907 6.93869 35.492 6.69336 35.6813 6.52802C38.6973 3.89602 41.9827 2.06269 46.332 0.585358C47.1573 0.306691 47.6947 0.629358 47.9227 1.02269C47.9373 1.04936 47.9507 1.07602 47.9627 1.10269C48.068 1.34402 48.0987 1.60536 48.0533 1.86402L47.8187 3.94936C47.7093 4.92002 47.572 6.12669 46.9507 7.14536C46.288 8.23469 45.216 8.90269 44.2627 9.44402C42.424 10.4894 40.4853 11.384 38.4973 12.1054C38.3653 12.156 38.104 12.2507 37.8 12.2507ZM37.0413 7.46936C37.1667 8.56002 37.4773 9.61069 37.9667 10.5987C39.864 9.90936 41.716 9.05336 43.472 8.05602C44.2507 7.61336 45.12 7.07869 45.584 6.31602C46.0227 5.59869 46.1267 4.67069 46.228 3.77336L46.3987 2.25736C42.6253 3.58402 39.7067 5.20936 37.0413 7.46936Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M32.792 11.1987C32.4707 11.1987 31.9934 11.0613 31.6294 10.3733C30.9 8.99733 30.36 7.528 30.0227 6.00666C29.9454 5.72266 29.9267 5.432 29.9667 5.14133C29.972 5.104 29.98 5.068 29.9894 5.032C30.0894 4.67866 30.28 4.356 30.5387 4.09733C31.432 3.12 32.42 2.22133 33.4774 1.42533C33.752 1.212 34.256 0.82133 34.9134 0.90933C35.4307 0.978663 36.1707 1.49866 36.1494 2.15866C36.1414 2.39866 36.04 2.61066 35.876 2.76C35.8374 2.82666 35.7987 2.89333 35.76 2.96133C35.472 3.46 35.1734 3.976 35.208 4.39333C35.224 4.58666 35.364 4.80533 36.2614 5.08533C36.5827 5.18533 36.8067 5.476 36.8227 5.812C36.884 7.14933 35.9294 8.228 35.3587 8.872L33.7254 10.7173C33.5787 10.904 33.384 11.0493 33.1627 11.136C33.1374 11.1453 33.112 11.1547 33.0867 11.1613C33.0267 11.176 32.9227 11.1987 32.792 11.1987ZM31.548 5.416C31.5454 5.476 31.5534 5.53466 31.5694 5.59333C31.5734 5.60933 31.5774 5.62533 31.5814 5.64133C31.8587 6.90133 32.2894 8.12133 32.864 9.27466L34.1627 7.808C34.5734 7.344 34.976 6.86 35.1454 6.38133C34.4894 6.1 33.7054 5.576 33.6174 4.52533C33.576 4.03066 33.6854 3.57733 33.8587 3.16C33.0934 3.78266 32.3734 4.46266 31.7094 5.19066C31.6987 5.20266 31.688 5.21333 31.676 5.22533C31.62 5.28 31.576 5.34533 31.548 5.416Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M35 13.6C35.405 13.6 35.7334 13.2717 35.7334 12.8667C35.7334 12.4617 35.405 12.1333 35 12.1333C34.595 12.1333 34.2667 12.4617 34.2667 12.8667C34.2667 13.2717 34.595 13.6 35 13.6Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M34.4667 18.6667C34.8717 18.6667 35.2 18.3383 35.2 17.9333C35.2 17.5283 34.8717 17.2 34.4667 17.2C34.0617 17.2 33.7333 17.5283 33.7333 17.9333C33.7333 18.3383 34.0617 18.6667 34.4667 18.6667Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
1009
+ }
1010
+ ]
1011
+ },
1012
+ {
1013
+ "id": "hm1-p-000029",
1014
+ "source": {
1015
+ "groupId": "body",
1016
+ "sourceGroupName": "Body",
1017
+ "partId": "005"
1018
+ },
1019
+ "name": "tee",
1020
+ "aliases": [
1021
+ "body-tee"
1022
+ ],
1023
+ "selectionSlot": "body",
1024
+ "uiGroups": [
1025
+ "body"
1026
+ ],
1027
+ "layers": [
1028
+ {
1029
+ "layerSlot": "body",
1030
+ "svgPath": "assets/humation-1/body/005.svg",
1031
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M45.2493 0C45.3693 1.34667 45.92 4.38933 47.9693 3.93333L48.1893 4.26667C48.0893 6.356 47.0306 7.82933 45.372 9.356C43.6866 10.8827 41.5373 11.8 39.2693 11.9613C37.2693 12.108 35.1426 11.6293 33.6466 10.288C32.1506 8.94667 31.364 7.088 32.3546 5.49467H32.4986C32.9493 5.508 33.364 5.272 33.7453 5.032C34.2306 4.72533 35.232 3.468 35.532 3.10667C35.932 2.588 36.0946 0.621333 36.3 0H45.2493V0Z\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M48.252 3.188C50.2933 3.73333 51.968 5.2 53.3427 6.8C55.08 8.83067 56.4573 11.144 57.4173 13.6387C59.5413 19.1627 59.5427 25.3893 62.104 30.7253C60.7133 31.1373 59.2987 31.4573 57.8667 31.6853L59.0213 37.1613C61.9747 46.3053 64.0293 53.3187 66.728 62.144C66.8613 62.5947 67.3946 64.188 67.148 64.5867C66.9827 64.8533 66.7053 65.024 66.4347 65.1773C64.9547 66.0187 63.3386 66.0893 61.6693 66.4253L55.4733 67.6587C46.6053 69.2493 37.7053 69.6387 28.8213 68.14L27.1453 67.944L21.412 66.8467C20.8947 66.748 20.3267 66.616 20.024 66.18C19.7733 65.8227 19.7747 65.352 19.7933 64.916C19.8693 63.1827 20.0693 61.4627 20.2693 59.7413L21.8467 46.1413C22.5333 40.332 23.2 34.4987 24.1333 28.7093L24.0693 28.6827C22.5187 28.1493 20.992 27.5573 19.464 26.964C19.2533 26.904 19.064 26.7867 18.9147 26.6267C18.6147 26.24 18.872 25.6853 19.1293 25.268C21.4 21.5747 23.3413 17.6893 24.9333 13.656C26.1493 10.576 27.4187 7.11067 30.3867 5.64267L33.7507 4.23467C33.4653 4.72133 33.8267 6.10933 34.212 6.52133C34.5973 6.93333 35.1453 7.14933 35.6787 7.32133C37.468 7.87867 39.412 8.02667 41.228 7.588C43.044 7.14933 44.7413 6.084 45.808 4.54133C46.0747 4.16267 46.2973 3.752 46.628 3.43067C46.9587 3.10933 47.428 2.88267 47.8773 2.98267L48.252 3.188Z\" fill=\"var(--hm-clothes, #FFFFFF)\"/>\n<path d=\"M51.8667 32.2374C52.1053 40.948 52.7573 49.6307 53.8213 58.284C52.94 58.3387 52.0267 58.5507 51.3573 59.1254C50.688 59.7 50.3493 60.7253 50.7627 61.5067C51.324 62.5613 52.8627 62.6867 53.5827 63.64C54.0547 64.2667 54.0733 65.1067 54.312 65.8587C54.5267 66.5267 54.9213 67.1214 55.4547 67.576C55.988 68.0307 56.6373 68.3294 57.3293 68.436C58.0227 68.5427 58.7307 68.4547 59.376 68.1814C60.0213 67.908 60.5787 67.46 60.984 66.8894C62.0413 65.3987 61.8867 63.3974 61.688 61.5814L58.448 32.0374L51.8667 32.2374Z\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M20.7227 27.7707L18.7373 51.4067C18.656 52.372 18.5267 53.4387 17.7973 54.0733C17.068 54.708 15.7973 54.8293 15.4333 55.7467C15 56.848 16.2787 57.82 16.6947 58.928C17.2907 60.5107 16.0733 62.464 16.9613 63.9067C17.5053 64.7947 18.6333 65.0987 19.6587 65.2827L19.7587 64.9373C19.8347 63.204 20.0347 61.484 20.2347 59.7627L21.812 46.1627C22.528 39.996 23.2453 33.8187 24.252 27.6947L20.7227 27.7707Z\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M52.5173 32.932C50.904 32.932 49.2853 32.8187 47.6653 32.5907C47.2613 32.5333 46.9653 32.1827 46.9773 31.776L47.3413 19C47.3533 18.5587 47.7227 18.2067 48.164 18.2227C48.6053 18.2347 48.9533 18.604 48.9413 19.0453L48.5973 31.0987C52.756 31.5947 56.904 31.3013 60.9493 30.2253C59.7707 27.4533 59.1787 24.4813 58.604 21.5973C58.0933 19.032 57.5653 16.3813 56.628 13.9453C55.6987 11.5293 54.3747 9.30666 52.692 7.33999C51.1173 5.49999 49.5827 4.39866 48.0027 3.97599C47.576 3.86133 47.3227 3.42266 47.4373 2.99599C47.552 2.56933 47.9907 2.31599 48.4173 2.43066C50.32 2.93999 52.1173 4.20666 53.9093 6.30133C55.7107 8.40666 57.128 10.7867 58.1227 13.3733C59.108 15.9373 59.6507 18.6573 60.1747 21.288C60.8187 24.5187 61.4253 27.5707 62.784 30.4013C62.8853 30.6133 62.8893 30.8573 62.7933 31.072C62.6973 31.2867 62.5133 31.448 62.2893 31.5147C59.0827 32.456 55.812 32.932 52.5173 32.932Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M24.0187 29.4973C23.932 29.4973 23.8453 29.4827 23.7587 29.4533C22.204 28.92 20.6547 28.3187 19.156 27.736L19.1533 27.7347C18.8187 27.6307 18.516 27.4413 18.2773 27.184C18.2613 27.1667 18.2467 27.1493 18.232 27.1307C17.776 26.5427 17.832 25.78 18.3973 24.8613C20.6373 21.2187 22.5707 17.3533 24.1427 13.3747L24.2813 13.0213C25.4867 9.95734 26.8533 6.48534 29.9853 4.93734C30.3813 4.74134 30.8613 4.904 31.0573 5.3C31.2533 5.69601 31.0907 6.176 30.6947 6.372C28.1173 7.64534 26.924 10.676 25.7707 13.6067L25.6307 13.9613C24.0253 18.0267 22.0493 21.976 19.76 25.6987C19.608 25.9453 19.556 26.0907 19.5387 26.1653C19.568 26.1827 19.6 26.1973 19.6347 26.2067C19.6587 26.2133 19.6813 26.2213 19.704 26.2293L19.736 26.2413C21.22 26.8173 22.7547 27.4133 24.2787 27.936C24.696 28.08 24.9187 28.5347 24.776 28.952C24.6613 29.2893 24.3507 29.4973 24.0187 29.4973Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M26.2507 68.6093C26.2013 68.6093 26.1507 68.604 26.1 68.5947L21.224 67.6613C20.6987 67.556 19.8333 67.3813 19.332 66.6693C18.94 66.1107 18.932 65.468 18.956 64.9107C19.0333 63.148 19.2387 61.384 19.436 59.6787L21.052 45.744C22.1507 36.34 23.2853 26.6147 25.496 17.232C25.5973 16.8027 26.0267 16.5347 26.4587 16.6373C26.888 16.7387 27.1547 17.1693 27.0533 17.6C24.864 26.8933 23.7347 36.572 22.6413 45.932L21.0253 59.8653C20.8307 61.544 20.6293 63.2787 20.5533 64.9827C20.544 65.1947 20.5267 65.592 20.64 65.752C20.7733 65.9414 21.248 66.0373 21.5307 66.0933L26.4 67.0253C26.8333 67.108 27.1187 67.528 27.0347 67.9613C26.9627 68.3427 26.6267 68.6093 26.2507 68.6093Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M40.2627 69.9053C36.2773 69.9053 32.4213 69.5867 28.6453 68.9493C28.2093 68.876 27.916 68.4627 27.9893 68.028C28.0627 67.592 28.4747 67.2973 28.9107 67.372C37.1307 68.7587 45.7587 68.6013 55.288 66.892C55.7227 66.8133 56.1387 67.1027 56.216 67.5387C56.2947 67.9733 56.0053 68.3893 55.5693 68.4667C50.2213 69.4253 45.1453 69.9053 40.2627 69.9053Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M61.624 67.2453C61.2507 67.2453 60.9174 66.9826 60.84 66.6026C60.7534 66.1693 61.0334 65.748 61.4667 65.66C61.8894 65.5747 62.3054 65.5066 62.708 65.4413C63.8867 65.248 65 65.0666 65.9934 64.5013C66.1027 64.4386 66.272 64.344 66.368 64.2493C66.3654 64.052 66.2854 63.5986 65.972 62.5773C65.9494 62.504 65.9294 62.44 65.9147 62.3906C65.1787 59.984 64.4854 57.696 63.816 55.4826C62.0374 49.6106 60.3587 44.064 58.2147 37.4267C58.0787 37.0067 58.3094 36.5546 58.7307 36.42C59.152 36.2853 59.6014 36.5146 59.7374 36.936C61.8854 43.5866 63.5667 49.14 65.348 55.0186C66.0174 57.2306 66.7107 59.5173 67.448 61.9293C67.464 61.9826 67.4814 62.04 67.5027 62.1066C67.952 63.568 68.1294 64.4666 67.784 65.0266C67.52 65.4533 67.1294 65.6973 66.784 65.8933C65.5427 66.5986 64.2334 66.8133 62.9667 67.0213C62.5774 67.0853 62.176 67.1506 61.7827 67.2306C61.7294 67.24 61.6774 67.2453 61.624 67.2453Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M57.9067 69.28C57.6733 69.28 57.44 69.2627 57.2067 69.2267C56.3667 69.0973 55.5813 68.7373 54.9347 68.184C54.288 67.632 53.8093 66.912 53.5493 66.1027C53.46 65.82 53.4 65.5453 53.344 65.2787C53.244 64.8093 53.156 64.404 52.944 64.1213C52.7187 63.824 52.3013 63.608 51.8587 63.38C51.2093 63.0453 50.4733 62.6667 50.056 61.8827C49.4973 60.8253 49.832 59.38 50.836 58.5187C51.376 58.0547 52.0787 57.7427 52.9307 57.5867C51.9253 49.2067 51.2987 40.6893 51.0667 32.26C51.0547 31.8187 51.4027 31.4507 51.844 31.4387C51.852 31.4387 51.8587 31.4387 51.8667 31.4387C52.2987 31.4387 52.6547 31.7827 52.6667 32.216C52.904 40.8627 53.56 49.6 54.616 58.1867C54.6427 58.4053 54.5787 58.6253 54.4373 58.796C54.296 58.9653 54.092 59.0693 53.872 59.0827C52.988 59.1373 52.3173 59.356 51.88 59.732C51.444 60.1067 51.2613 60.7347 51.472 61.132C51.6533 61.4733 52.0893 61.6973 52.5933 61.9573C53.148 62.244 53.7773 62.568 54.2227 63.1573C54.6493 63.7227 54.788 64.3707 54.9107 64.9427C54.9627 65.1827 55.0107 65.4093 55.076 65.616C55.244 66.14 55.556 66.608 55.976 66.968C56.396 67.3267 56.908 67.5613 57.4533 67.6453C58 67.7293 58.5573 67.66 59.0667 67.4453C59.576 67.2293 60.0133 66.8773 60.3333 66.4267C61.1987 65.2067 61.0933 63.48 60.8947 61.668L57.6547 32.124C57.6067 31.6853 57.924 31.2893 58.3627 31.2413C58.804 31.1933 59.1973 31.5107 59.2453 31.9493L62.4853 61.4933C62.6613 63.1027 62.928 65.5347 61.6387 67.352C61.1467 68.0453 60.4733 68.5867 59.6907 68.9187C59.1227 69.1587 58.5173 69.28 57.9067 69.28Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M19.66 66.0827C19.6133 66.0827 19.5653 66.0787 19.5173 66.0693C18.312 65.8533 16.9853 65.4773 16.2787 64.324C15.6533 63.3067 15.812 62.172 15.952 61.172C16.0547 60.4427 16.1507 59.7533 15.9453 59.2093C15.8347 58.912 15.62 58.596 15.3947 58.26C14.8853 57.504 14.252 56.564 14.688 55.4533C15.0293 54.592 15.8213 54.224 16.456 53.928C16.7747 53.78 17.0747 53.64 17.2707 53.4693C17.7573 53.0453 17.864 52.22 17.9387 51.3387L19.924 27.7027C19.9613 27.2627 20.3493 26.936 20.788 26.972C21.228 27.0093 21.5547 27.396 21.5187 27.836L19.5333 51.472C19.4347 52.6453 19.26 53.8587 18.3213 54.6747C17.9547 54.9933 17.5173 55.1973 17.1307 55.3773C16.6747 55.5893 16.2813 55.772 16.176 56.04C16.056 56.344 16.3027 56.744 16.7213 57.3653C16.9893 57.7627 17.2653 58.1733 17.4427 58.6453C17.7907 59.5707 17.6547 60.5387 17.536 61.392C17.4187 62.232 17.3173 62.9573 17.6413 63.4853C18.0187 64.1 18.9427 64.34 19.7987 64.4933C20.2333 64.5707 20.5227 64.9867 20.4453 65.4213C20.3773 65.8107 20.04 66.0827 19.66 66.0827Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M31.6267 5.88135C31.332 5.88135 31.048 5.71735 30.9093 5.43601C30.7133 5.04001 30.876 4.56001 31.272 4.36401L33.4307 3.29735C33.8267 3.10135 34.3067 3.26401 34.5027 3.66001C34.6987 4.05601 34.536 4.53601 34.14 4.73201L31.9813 5.79868C31.8654 5.85468 31.7453 5.88135 31.6267 5.88135Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M38.9654 8.65865C37.7947 8.65865 36.5894 8.47198 35.3947 8.09864C34.7507 7.89065 34.0907 7.62531 33.5814 7.08131C32.9107 6.36398 32.7534 5.33465 33.1987 4.57731C33.4227 4.19598 33.9134 4.06931 34.2934 4.29331C34.6747 4.51731 34.8014 5.00798 34.5774 5.38798C34.4974 5.52398 34.5774 5.80398 34.7494 5.98798C35.0094 6.26665 35.4454 6.43331 35.8774 6.57331C37.6307 7.11998 39.4014 7.20664 40.9934 6.82398C42.6907 6.41598 44.188 5.42264 45.1027 4.09998C45.176 3.99464 45.2427 3.89331 45.3094 3.79198C45.5027 3.49731 45.7227 3.16265 46.0227 2.87065C46.5974 2.31198 47.3374 2.06798 48.004 2.21598C48.4347 2.31198 48.7067 2.73865 48.6107 3.17064C48.5147 3.60131 48.088 3.87331 47.656 3.77731C47.528 3.74931 47.3107 3.85064 47.1387 4.01864C46.964 4.18798 46.8107 4.42264 46.648 4.67064C46.572 4.78664 46.496 4.90264 46.416 5.01598C45.284 6.65198 43.444 7.87998 41.3694 8.37998C40.5947 8.56664 39.7894 8.65865 38.9654 8.65865Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M39.388 10.5787C38.7534 10.5787 38.1507 10.552 37.6027 10.5174C36.4573 10.4467 35.14 10.316 33.9947 9.64935C32.8227 8.96802 31.5414 8.12002 31.176 6.68135C31.0667 6.25335 31.3254 5.81735 31.7547 5.70935C32.1827 5.60002 32.6187 5.85869 32.7267 6.28802C32.94 7.12535 33.908 7.74935 34.7987 8.26669C35.6413 8.75735 36.7387 8.86135 37.7 8.92135C39.3507 9.02269 41.2867 9.05335 43.116 8.51335C44.988 7.96135 46.2534 6.09335 46.8414 5.02935C47.0547 4.64269 47.5413 4.50269 47.928 4.71602C48.3147 4.92935 48.4547 5.41602 48.2414 5.80269C47.5347 7.08135 45.988 9.33469 43.568 10.048C42.1667 10.4627 40.7067 10.5787 39.388 10.5787Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M46.508 4.30402C46.2747 4.30402 46.044 4.20269 45.8854 4.00669C45.696 3.77202 45.5507 3.51335 45.4107 3.26402C45.3107 3.08669 45.208 2.90269 45.0867 2.72269C44.84 2.35602 44.9374 1.85869 45.3027 1.61202C45.6694 1.36535 46.1667 1.46269 46.4134 1.82802C46.572 2.06269 46.696 2.28535 46.8054 2.48135C46.9227 2.69069 47.024 2.87069 47.128 3.00002C47.4054 3.34402 47.3534 3.84669 47.0094 4.12535C46.8627 4.24669 46.6854 4.30402 46.508 4.30402Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M33.748 5.80932C33.472 5.80932 33.204 5.66665 33.056 5.41065C32.8334 5.02932 32.964 4.53865 33.3454 4.31732C33.7147 4.10265 34.004 3.83999 34.216 3.64932L34.2654 3.60532C34.7414 3.17599 34.8227 3.00665 34.924 2.79332C34.9534 2.73199 34.9827 2.67199 35.016 2.60799C35.2227 2.21732 35.7067 2.06799 36.0974 2.27332C36.488 2.47999 36.6374 2.96399 36.432 3.35465C36.4094 3.39865 36.3894 3.43999 36.3694 3.48265C36.1947 3.84799 35.996 4.19865 35.3387 4.79199L35.292 4.83465C35.0427 5.05999 34.6667 5.40132 34.152 5.69999C34.0227 5.77465 33.884 5.80932 33.748 5.80932Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
1032
+ }
1033
+ ]
1034
+ },
1035
+ {
1036
+ "id": "hm1-p-000030",
1037
+ "source": {
1038
+ "groupId": "body",
1039
+ "sourceGroupName": "Body",
1040
+ "partId": "006"
1041
+ },
1042
+ "name": "shirt",
1043
+ "aliases": [
1044
+ "body-shirt"
1045
+ ],
1046
+ "selectionSlot": "body",
1047
+ "uiGroups": [
1048
+ "body"
1049
+ ],
1050
+ "layers": [
1051
+ {
1052
+ "layerSlot": "body",
1053
+ "svgPath": "assets/humation-1/body/006.svg",
1054
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M45.2493 0C45.3693 1.34667 45.92 4.38933 47.9693 3.93333L48.1893 4.26667C48.0893 6.356 47.0306 7.82933 45.372 9.356C43.6866 10.8827 41.5373 11.8 39.2693 11.9613C37.2693 12.108 35.1426 11.6293 33.6466 10.288C32.1506 8.94667 31.364 7.088 32.3546 5.49467H32.4986C32.9493 5.508 33.364 5.272 33.7453 5.032C34.2306 4.72533 35.232 3.468 35.532 3.10667C35.932 2.588 36.0946 0.621333 36.3 0H45.2493V0Z\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M48.208 3.2C50.5667 3.832 52.396 5.64933 53.8693 7.51067C55.476 9.54267 56.736 11.8253 57.6 14.2667C58.084 15.6307 58.8493 17.1653 59.1653 18.576L59.5867 19.8667C61.8693 29.6973 62.2773 39.8373 62.4267 49.9467L62.56 50.0987C63.3813 53.104 66.448 60.704 67.1147 63.904C67.136 64.1773 67.0907 64.452 66.9813 64.704C65.648 66.304 63.3813 65.904 61.628 66.448L55.432 67.6813C46.564 69.272 37.664 69.6613 28.78 68.1627L27.104 67.9667L21.3707 66.8693C20.8533 66.7707 20.2853 66.6387 19.9827 66.2027C19.732 65.8453 19.7333 65.3747 19.752 64.9387C19.828 63.2053 20.028 61.4853 20.228 59.764L21.1427 51.8787H21.0733C19.7187 51.7133 18.6307 51.5493 17.276 51.3853C17.8373 45.192 18.5573 39.0147 19.436 32.852C20.2 27.4853 21.0893 22.1173 22.668 16.932C24.0707 12.324 26.296 7.55867 30.5213 5.248L36.388 5.648L48.208 3.2Z\" fill=\"var(--hm-clothes, #FFFFFF)\"/>\n<path d=\"M52.792 57.9907C51.508 58.4053 49.8453 59.876 50.9253 61.3C51.524 62.0853 52.4253 62.508 53.2533 63C53.892 63.38 54.06 64.6587 54.308 65.3373C54.9306 67.048 56.144 68.4467 58.128 68.3187C60.1493 68.1853 61.4066 66.464 61.7906 64.6067C62.208 62.5933 61.6573 59.98 61.3226 57.9907H52.792Z\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M19.748 65.2986C18.4053 65.2466 17.112 64.4346 16.5787 63.2346C16.712 61.1013 17.112 58.568 15.3787 56.8346C15.112 55.768 15.912 54.968 16.8453 54.62L20.8453 54.4106L19.748 65.2986Z\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M36.4 5.65601L37.6774 11.2C39.708 10.4867 41.744 9.77201 43.6774 8.82668C44.3734 8.48668 45.072 8.10268 45.576 7.51468C46.172 6.82001 46.4387 5.91468 46.6907 5.03068C47.0694 3.69735 47.4507 2.36401 47.576 0.981348C45.9254 1.10801 44.4 1.86668 42.9227 2.61201C40.9614 3.60001 39 4.59068 36.4 5.65601Z\" fill=\"var(--hm-clothes, #FFFFFF)\"/>\n<path d=\"M35 3L34.4733 3.96535C34.4013 4.16802 34.3733 4.38402 34.388 4.59868C34.4787 5.22002 35.2187 5.47602 35.832 5.60535C35.1427 7.26002 34.1467 8.77068 32.8987 10.0574C32.208 9.31602 31.6827 8.43735 31.3573 7.47735C31.032 6.51735 30.916 5.50002 31.0147 4.49202L35 2.5C35.248 2.90667 35.1467 3.12267 35 3Z\" fill=\"var(--hm-clothes, #FFFFFF)\"/>\n<path d=\"M51.5413 54.4987C51.3306 55.5187 51.2613 56.5613 51.3333 57.6C51.3306 57.66 51.3386 57.72 51.36 57.776C51.3813 57.832 51.4133 57.884 51.4546 57.928C51.5386 57.9787 51.6373 58.0013 51.7346 57.9907L60.8013 57.9653C60.9386 57.976 61.076 57.9507 61.2013 57.8933C61.4573 57.748 61.4773 57.3933 61.468 57.0933L61.372 54.636L51.5413 54.4987Z\" fill=\"var(--hm-clothes, #FFFFFF)\"/>\n<path d=\"M17.6866 51.66C17.2586 52.56 17.172 53.58 17.092 54.5733C18.2266 54.9187 19.4053 55.0987 20.5906 55.1067L21.012 51.9707L17.6866 51.66Z\" fill=\"var(--hm-clothes, #FFFFFF)\"/>\n<path d=\"M59.164 19.376C58.7974 19.376 58.468 19.1227 58.384 18.7507C58.192 17.8947 57.8067 16.9507 57.4334 16.0373C57.2294 15.54 57.02 15.0253 56.8454 14.5347C56.008 12.1693 54.796 9.97332 53.2414 8.00665C52.1067 6.57332 50.3294 4.59732 48 3.97199C47.5734 3.85732 47.32 3.41865 47.4347 2.99199C47.5494 2.56532 47.988 2.31199 48.4147 2.42665C51.2027 3.17332 53.2214 5.40265 54.496 7.01332C56.16 9.11865 57.4587 11.468 58.3534 13.9987C58.5147 14.4533 58.7094 14.928 58.9147 15.4307C59.3134 16.4053 59.724 17.4133 59.9454 18.4C60.0414 18.8307 59.7707 19.2587 59.34 19.356C59.2814 19.3693 59.2227 19.376 59.164 19.376Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M25.9014 68.5427C25.852 68.5427 25.8014 68.5373 25.7507 68.528L21.224 67.6613C20.6987 67.556 19.8334 67.3813 19.332 66.6693C18.94 66.1107 18.932 65.468 18.956 64.9107C19.0334 63.148 19.2387 61.384 19.436 59.6787L21.052 45.744C22.1507 36.34 23.2854 26.6147 25.496 17.232C25.5974 16.8027 26.028 16.5347 26.4587 16.6373C26.888 16.7387 27.1547 17.1693 27.0534 17.6C24.864 26.8933 23.7347 36.572 22.6414 45.932L21.0254 59.8653C20.8307 61.544 20.6294 63.2787 20.5534 64.9827C20.544 65.1947 20.5267 65.592 20.64 65.752C20.7734 65.9413 21.248 66.0373 21.5307 66.0933L26.0507 66.9587C26.484 67.0413 26.7694 67.4613 26.6854 67.8947C26.612 68.276 26.2774 68.5427 25.9014 68.5427Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M40.2627 69.9053C36.2773 69.9053 32.4213 69.5867 28.6453 68.9493C28.2093 68.876 27.916 68.4627 27.9893 68.028C28.0627 67.592 28.4747 67.2973 28.9107 67.372C37.1307 68.7587 45.7587 68.6013 55.288 66.892C55.7227 66.8133 56.1387 67.1027 56.216 67.5387C56.2947 67.9733 56.0053 68.3893 55.5693 68.4667C50.2213 69.4253 45.1453 69.9053 40.2627 69.9053Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M61.6253 67.2453C61.284 67.2453 60.968 67.0253 60.8613 66.6827C60.7307 66.26 60.9667 65.812 61.388 65.6813C62.0213 65.4853 62.6893 65.4013 63.3347 65.3213C64.5347 65.172 65.5787 65.0414 66.28 64.2854C66.3067 64.196 66.3187 64.1013 66.316 64.008C65.928 62.1973 64.74 58.876 63.6907 55.9413C62.8933 53.7107 62.1387 51.604 61.7853 50.308C61.6693 49.8813 61.92 49.4413 62.3467 49.3253C62.772 49.2093 63.2133 49.46 63.3293 49.8867C63.668 51.124 64.4107 53.2027 65.1987 55.4027C66.3293 58.564 67.4987 61.8333 67.896 63.74C67.9027 63.7733 67.908 63.8067 67.9107 63.8414C67.9413 64.2427 67.8733 64.6507 67.7147 65.02C67.684 65.0907 67.644 65.156 67.5947 65.2147C66.4893 66.5413 64.92 66.7374 63.5347 66.9094C62.932 66.984 62.3613 67.056 61.864 67.2107C61.784 67.2333 61.704 67.2453 61.6253 67.2453Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M57.8814 69.3414C55.944 69.3414 54.3787 68.0747 53.5587 65.8227C53.4854 65.62 53.4227 65.3933 53.3574 65.1533C53.264 64.8133 53.0467 64.0174 52.848 63.9C52.7067 63.816 52.5654 63.7347 52.4227 63.6533C51.7014 63.2413 50.884 62.7733 50.292 61.9947C49.652 61.1547 49.6987 60.3973 49.8507 59.9107C50.1934 58.8173 51.3827 58.0827 52.3827 57.76C52.8027 57.6254 53.2547 57.8547 53.3894 58.276C53.524 58.6973 53.2947 59.148 52.8734 59.2827C52.132 59.5227 51.5027 59.988 51.3774 60.3894C51.3534 60.4654 51.2907 60.6667 51.564 61.0253C51.96 61.5453 52.5707 61.8947 53.216 62.264C53.3667 62.3507 53.5174 62.436 53.6654 62.524C54.4187 62.9707 54.6854 63.9467 54.9 64.7294C54.956 64.936 55.0107 65.132 55.0614 65.2733C55.4934 66.4587 56.3654 67.844 58.08 67.7333C59.2067 67.6587 60.5667 66.812 61.0134 64.6587C61.356 63.0013 61.0454 61.2173 60.7454 59.4907C60.7094 59.2827 60.6734 59.076 60.6387 58.8693C60.5654 58.4333 60.8587 58.0213 61.2947 57.948C61.7307 57.8733 62.1427 58.168 62.216 58.604C62.2507 58.808 62.2854 59.012 62.3214 59.2174C62.6467 61.0907 62.984 63.028 62.58 64.984C62.0627 67.4827 60.3387 69.1893 58.1867 69.3307C58.084 69.3387 57.9814 69.3414 57.8814 69.3414Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M19.656 66.0866C19.6467 66.0866 19.6374 66.0866 19.6294 66.0866C18.8267 66.06 18.0494 65.8106 17.3814 65.364C16.7134 64.9186 16.184 64.2973 15.852 63.5666C15.7974 63.4466 15.7734 63.316 15.7814 63.1853C15.7947 62.964 15.812 62.7373 15.8294 62.508C15.968 60.6346 16.1107 58.6973 14.8147 57.4C14.712 57.2973 14.64 57.1693 14.604 57.028C14.272 55.7 15.0614 54.4306 16.568 53.8693C16.9814 53.7146 17.4427 53.9253 17.5974 54.34C17.752 54.7533 17.5414 55.2146 17.1267 55.3693C16.9454 55.4373 16.104 55.788 16.1307 56.4626C17.748 58.26 17.5694 60.6733 17.4254 62.6253C17.4147 62.776 17.4027 62.924 17.3934 63.072C17.6027 63.4586 17.904 63.788 18.2707 64.0333C18.6907 64.3133 19.1787 64.4706 19.684 64.4866C20.1254 64.5013 20.472 64.8706 20.4574 65.3133C20.4414 65.7453 20.0854 66.0866 19.656 66.0866Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M37.6827 11.996C37.5494 11.996 37.4147 11.9626 37.2974 11.8986C37.0974 11.7893 36.9494 11.6013 36.8974 11.38L35.62 5.83598C35.532 5.45464 35.7334 5.06531 36.096 4.91598C38.6387 3.87464 40.6 2.88531 42.4974 1.93064L42.5614 1.89864C44.0227 1.16131 45.6787 0.32531 47.5134 0.18531C47.748 0.166643 47.9787 0.25331 48.144 0.42131C48.3094 0.58931 48.392 0.82131 48.3707 1.05464C48.24 2.49731 47.848 3.87731 47.4694 5.21064L47.4574 5.25064C47.2107 6.11731 46.904 7.19464 46.18 8.03731C45.5867 8.72931 44.7947 9.17198 44.0254 9.54664C42.0534 10.5106 39.968 11.244 37.9507 11.952C37.8667 11.9813 37.7747 11.996 37.6827 11.996ZM37.332 6.13464L38.256 10.148C39.9707 9.54131 41.7054 8.89998 43.3254 8.10798C43.8974 7.82798 44.544 7.48798 44.968 6.99464C45.4627 6.41731 45.696 5.60131 45.92 4.81198L45.9307 4.77198C46.2054 3.80398 46.4694 2.87598 46.636 1.93998C45.48 2.21731 44.3654 2.77864 43.28 3.32664L43.2147 3.35998C41.452 4.24931 39.6294 5.16664 37.332 6.13464Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M32.8987 10.8573C32.896 10.8573 32.8933 10.8573 32.8907 10.8573C32.672 10.8547 32.4627 10.7627 32.3133 10.6027C31.54 9.77332 30.964 8.80798 30.6 7.73332C30.236 6.65865 30.108 5.54265 30.2187 4.41332C30.244 4.14798 30.4013 3.91332 30.6347 3.78665L34.9373 1.46665C35.2413 1.30265 35.616 1.35198 35.8667 1.58932C36.1173 1.82665 36.188 2.19865 36.0413 2.51065L35.2173 4.26398C35.1947 4.33732 35.184 4.41332 35.184 4.49065C35.2093 4.52665 35.364 4.68932 35.9973 4.82265C36.2307 4.87198 36.4293 5.02265 36.54 5.23332C36.6507 5.44398 36.6627 5.69332 36.5707 5.91332C35.84 7.66798 34.7973 9.24932 33.4733 10.6147C33.3227 10.7693 33.1147 10.8573 32.8987 10.8573ZM31.784 4.98665C31.7587 5.74665 31.8707 6.49598 32.116 7.22132C32.312 7.79998 32.5853 8.33865 32.932 8.83198C33.644 7.99332 34.2467 7.07598 34.7333 6.09065C34.0667 5.78132 33.6853 5.31998 33.596 4.71465C33.5933 4.69465 33.5907 4.67598 33.5893 4.65598C33.5733 4.42932 33.5893 4.20532 33.636 3.98532L31.784 4.98665Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M21.0733 52.68C21.0413 52.68 21.008 52.6787 20.976 52.6747C20.3067 52.5933 19.6933 52.5107 19.1013 52.4307C18.4933 52.3493 17.864 52.264 17.18 52.1813C16.7507 52.1293 16.44 51.7453 16.48 51.3147C17.04 45.132 17.768 38.8827 18.6453 32.74C19.3867 27.5333 20.2947 21.9867 21.904 16.7C23.8173 10.4387 26.4347 6.57867 30.1427 4.55067C30.5307 4.33867 31.016 4.48134 31.228 4.86934C31.44 5.25734 31.2973 5.74267 30.9093 5.95467C27.592 7.76934 25.216 11.332 23.4333 17.1667C21.856 22.3493 20.96 27.8227 20.228 32.9653C19.3907 38.8267 18.6907 44.7853 18.1427 50.688C18.548 50.74 18.9347 50.792 19.3147 50.844C19.9027 50.9227 20.5093 51.0053 21.1693 51.0853C21.608 51.1387 21.92 51.5373 21.8667 51.976C21.816 52.3827 21.472 52.68 21.0733 52.68Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M34.1134 69.668C33.7134 69.668 33.368 69.3693 33.32 68.9627C31.8867 56.9187 32.6654 44.6667 33.4174 32.8173L35.0974 6.34932C35.1254 5.90799 35.5067 5.57732 35.9467 5.60132C36.388 5.62932 36.7227 6.00933 36.6947 6.45066L35.0147 32.9187C34.2667 44.696 33.4934 56.8747 34.9094 68.7733C34.9614 69.212 34.648 69.6106 34.2094 69.6626C34.1774 69.6666 34.1454 69.668 34.1134 69.668Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M62.4827 55.376C62.4787 55.376 62.4734 55.376 62.4694 55.376L50.8614 55.1853C50.4654 55.1786 50.1334 54.8826 50.0814 54.4893C48.5014 42.4586 47.9494 30.2106 48.4414 18.0866C48.4587 17.6453 48.8307 17.304 49.2734 17.32C49.7147 17.3373 50.0587 17.7106 50.04 18.152C49.5614 29.956 50.0787 41.8773 51.5787 53.5973L61.6734 53.7626C61.668 53.2773 61.664 52.7933 61.6587 52.3106C61.5547 41.604 61.456 31.492 59.0187 20.984C58.9187 20.5533 59.1867 20.124 59.6174 20.024C60.048 19.924 60.4774 20.192 60.5774 20.6226C63.0547 31.3013 63.1534 41.4986 63.2587 52.296C63.2654 53.0506 63.2734 53.8066 63.2814 54.568C63.284 54.784 63.1987 54.992 63.0454 55.144C62.8974 55.292 62.6934 55.376 62.4827 55.376Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M51.6893 58.7933C51.4613 58.7933 51.2347 58.7306 51.0387 58.612C50.9787 58.576 50.924 58.532 50.876 58.4813C50.7587 58.3586 50.6693 58.2146 50.6093 58.0546C50.5573 57.9146 50.532 57.768 50.532 57.6186C50.4587 56.52 50.5347 55.416 50.7573 54.3386C50.8467 53.9053 51.2693 53.6266 51.7027 53.7173C52.136 53.8066 52.4133 54.2293 52.324 54.6626C52.152 55.4946 52.0813 56.344 52.112 57.192L60.6693 57.168C60.6693 57.1533 60.6693 57.1373 60.668 57.12L60.572 54.6666C60.5547 54.2253 60.8987 53.8533 61.34 53.836C61.784 53.816 62.1533 54.1626 62.1707 54.604L62.2667 57.0613C62.276 57.344 62.3013 58.188 61.596 58.588C61.576 58.5986 61.556 58.6093 61.5347 58.6186C61.2987 58.728 61.0373 58.7773 60.7773 58.764L51.7667 58.7893C51.7413 58.792 51.7147 58.7933 51.6893 58.7933Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M20.5907 55.9067H20.5854C19.3214 55.8987 18.068 55.7067 16.8587 55.3387C16.4987 55.2293 16.264 54.884 16.2947 54.5093C16.376 53.5027 16.468 52.3613 16.964 51.316C17.1534 50.9173 17.6307 50.748 18.0307 50.9373C18.4294 51.1267 18.5987 51.604 18.4094 52.004C18.128 52.596 18.016 53.2827 17.9467 53.9787C18.8134 54.1907 19.7027 54.3013 20.596 54.3067C21.0374 54.3093 21.3934 54.6707 21.3907 55.112C21.388 55.552 21.0294 55.9067 20.5907 55.9067Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
1055
+ }
1056
+ ]
1057
+ },
1058
+ {
1059
+ "id": "hm1-p-000031",
1060
+ "source": {
1061
+ "groupId": "body",
1062
+ "sourceGroupName": "Body",
1063
+ "partId": "007"
1064
+ },
1065
+ "name": "jacket",
1066
+ "aliases": [
1067
+ "body-jacket"
1068
+ ],
1069
+ "selectionSlot": "body",
1070
+ "uiGroups": [
1071
+ "body"
1072
+ ],
1073
+ "layers": [
1074
+ {
1075
+ "layerSlot": "body",
1076
+ "svgPath": "assets/humation-1/body/007.svg",
1077
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_2_1901)\">\n<path d=\"M45.2494 0C45.3694 1.34667 45.92 4.38933 47.9694 3.93333L48.1894 4.26667C48.0894 6.356 47.0307 7.82933 45.372 9.356C43.6867 10.8827 41.5374 11.8 39.2694 11.9613C37.2694 12.108 35.1427 11.6293 33.6467 10.288C32.1507 8.94667 31.364 7.088 32.3547 5.49467H32.4987C32.9494 5.508 33.364 5.272 33.7454 5.032C34.2307 4.72533 35.232 3.468 35.532 3.10667C35.932 2.588 36.0947 0.621333 36.3 0H45.2494V0Z\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M16.94 54.632C16.0067 54.98 15.2067 55.78 15.4734 56.8467C17.2067 58.58 16.8067 61.1133 16.6734 63.2467C16.944 63.8413 17.376 64.348 17.9187 64.7107C18.4627 65.0733 19.096 65.2773 19.7494 65.2987L20.8667 55.116L16.94 54.632Z\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M48.3013 3.21467C50.66 3.84667 52.4893 5.664 53.9627 7.524C55.5693 9.55733 56.8307 11.8413 57.696 14.284C58.18 15.6467 58.9453 17.1827 59.2613 18.5933L59.6827 19.8747C61.9493 29.6507 62.368 39.7307 62.52 49.784L62.6533 50.1067C63.4667 53.1133 66.5333 60.7133 67.2 63.9133C67.2213 64.1867 67.176 64.4613 67.0667 64.7133C65.7333 66.3133 63.4667 65.9133 61.7133 66.456L55.5173 67.6907C46.6493 69.2813 43.4827 70.4693 34.6 68.972L34.2 68.872C33.616 63.96 33.1853 58.856 32.936 53.7133L32.8747 53.98C32.0333 58.8973 31.2453 63.4467 31.08 68.432L31.0547 68.644C29.144 68.2787 23.368 67.2453 21.4547 66.88C20.9373 66.78 20.3693 66.6493 20.0667 66.2133C19.816 65.856 19.8173 65.3853 19.836 64.9493C19.912 63.216 20.112 61.4947 20.312 59.7733L21.2267 51.8947H21.1573C19.8027 51.7307 18.7147 51.5667 17.36 51.4027C17.9213 45.208 18.6413 39.0307 19.52 32.8693C20.2853 27.5027 21.1733 22.1347 22.752 16.9493C24.1547 12.3413 27.8467 6.24267 32.072 3.932L34.7027 4.352C36.436 6.07467 39.352 6.44 41.4507 5.196L48.3013 3.21467Z\" fill=\"var(--hm-clothes, #FFFFFF)\"/>\n<path d=\"M52.8813 58C51.5973 58.4147 49.936 60.0987 51.0213 61.5227C51.6187 62.308 52.5213 62.7307 53.3493 63.2227C53.988 63.6027 54.156 64.8813 54.4027 65.56C55.0267 67.2707 56.2387 68.6707 58.224 68.5413C60.2453 68.408 61.5027 66.6867 61.8867 64.8293C62.304 62.816 61.636 59.896 61.3013 57.904L52.8813 58Z\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M51.6347 54.5106C51.4267 55.5306 51.3573 56.5733 51.4307 57.612C51.428 57.672 51.4373 57.732 51.4573 57.788C51.4787 57.844 51.5107 57.896 51.552 57.94C51.636 57.9906 51.7347 58.0133 51.832 58.0013L60.8987 57.976C61.036 57.9866 61.1733 57.9626 61.2987 57.9053C61.5533 57.76 61.5733 57.4053 61.5653 57.112L61.4667 54.6546L51.6347 54.5106Z\" fill=\"var(--hm-clothes, #FFFFFF)\"/>\n<path d=\"M17.78 51.6707C17.3533 52.572 17.2653 53.5907 17.1853 54.5853C18.32 54.9307 19.4986 55.1107 20.684 55.1187L21.0453 52.0267L17.78 51.6707Z\" fill=\"var(--hm-clothes, #FFFFFF)\"/>\n<path d=\"M34.2773 25.1386L34.3813 5.39064C34.3813 4.61864 34.5333 1.91198 34.7693 1.53731C33.036 2.67331 31.9787 4.55598 30.9813 6.36664C30.4093 7.40531 29.8187 8.51864 29.8973 9.69998C30.008 11.3853 31.4347 12.7333 31.6787 14.404C31.96 16.3293 30.6227 18.1293 30.4787 20.0693C30.4053 21.1093 30.8133 23.4026 31.0867 24.4133L33.0787 31.768L33.0107 38.4733C35.3253 33.6466 38.0293 29.016 41.0973 24.6293C42.052 23.2613 43.0973 21.7413 42.892 20.0853C42.7587 19.0186 42.1213 17.9453 42.484 16.9333C42.6387 16.5013 42.96 16.1533 43.272 15.8173L47.78 10.9826C48.088 10.652 48.4053 10.3053 48.54 9.87331C48.692 9.37998 48.584 8.84798 48.4747 8.34264L47.1013 2.01464C46.98 1.45598 46.7467 0.783976 46.1813 0.69331C44.8253 1.58664 43.6213 2.91864 42.5667 4.31331C37.9893 10.3733 35.848 17.7866 34.3 25.296\" fill=\"var(--hm-clothes, #FFFFFF)\"/>\n<path d=\"M41.4506 5.196C39.352 6.44 36.436 6.07467 34.7026 4.352V21.9333L41.4506 5.196Z\" fill=\"var(--hm-clothes, #FFFFFF)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M34.4721 69.76C37.4014 70.2547 39.7201 70.4614 41.8201 70.4614C45.2107 70.4614 48.0334 69.9213 51.94 69.172L52.2538 69.1122C53.2671 68.9189 54.3186 68.7184 55.4861 68.508C56.2036 69.0585 57.0481 69.3493 57.9787 69.3493C58.0774 69.3493 58.176 69.3466 58.272 69.3386C59.6841 69.245 60.9119 68.478 61.7355 67.2557C61.8068 67.2537 61.8781 67.2416 61.9494 67.2187C62.4467 67.064 63.0161 66.9933 63.6187 66.9187C65.0054 66.7467 66.5761 66.5507 67.6814 65.224C67.7307 65.1653 67.7707 65.1 67.8014 65.0293C67.9601 64.66 68.0281 64.252 67.9974 63.8507C67.9947 63.8173 67.9894 63.7827 67.9827 63.7493C67.5895 61.859 66.4339 58.6238 65.3138 55.4879L65.2764 55.3834C64.4937 53.192 63.7565 51.1283 63.4227 49.8973C63.4012 49.8182 63.3686 49.7451 63.3269 49.6792C63.2264 39.9406 62.9879 30.6381 60.7147 20.8373C60.6147 20.4067 60.1854 20.1387 59.7547 20.2387C59.3241 20.3387 59.0561 20.768 59.1561 21.1987C61.5601 31.5653 61.6521 41.4413 61.7481 51.8973L61.7483 51.9293C61.7536 52.5428 61.7588 53.1588 61.7654 53.7773L51.6707 53.612C50.1707 41.892 49.6534 29.9693 50.132 18.1667C50.1507 17.7253 49.8067 17.352 49.3654 17.3347C48.9227 17.3187 48.5507 17.66 48.5334 18.1013C48.0414 30.2253 48.5934 42.472 50.1734 54.504C50.2145 54.8147 50.4303 55.0647 50.7144 55.1593C50.6033 55.9774 50.5756 56.8052 50.6307 57.6307C50.6294 57.7787 50.656 57.924 50.708 58.0667C50.7667 58.2253 50.856 58.368 50.972 58.4907C50.9835 58.5024 50.9952 58.5138 51.0072 58.5248C50.5225 58.8905 50.1207 59.3589 49.944 59.9226C49.7907 60.4093 49.744 61.1666 50.384 62.0066C50.9774 62.7866 51.796 63.2546 52.5187 63.6666L52.6205 63.7251C52.7277 63.7865 52.8348 63.8479 52.94 63.9106C53.1373 64.0285 53.3531 64.8144 53.4474 65.1582L53.4494 65.1653C53.5147 65.4053 53.5774 65.6306 53.6507 65.8346C53.8211 66.3021 54.0238 66.7271 54.2554 67.1071C53.3163 67.2807 52.4399 67.4479 51.64 67.6014L51.6376 67.6018C45.5498 68.7669 42.1724 69.4132 34.9347 68.2147C34.3994 63.6041 34.0107 58.8995 33.7726 54.225L33.7947 54.0973C33.8214 53.9413 33.8012 53.7882 33.7442 53.6525C33.5052 48.7065 33.4352 43.7998 33.5387 39.08C33.6187 39.0107 33.6867 38.924 33.7361 38.8214C36.0241 34.048 38.7227 29.428 41.7574 25.0894C42.7254 23.7027 43.9307 21.976 43.6907 19.992C43.6387 19.5654 43.5254 19.164 43.4147 18.776C43.24 18.1614 43.0894 17.6307 43.2414 17.2054C43.3402 16.9275 43.6003 16.647 43.8521 16.3754L43.8614 16.3654L48.3694 11.5307L48.3717 11.5282C48.7046 11.17 49.1192 10.7239 49.3081 10.112C49.5258 9.40684 49.3733 8.70033 49.2614 8.18222L48.3682 4.06728C50.5628 4.76682 52.2451 6.64487 53.3347 8.02002C54.8907 9.98802 56.104 12.1854 56.9414 14.552C57.116 15.0414 57.3254 15.5547 57.528 16.0507L57.5338 16.0648C57.9053 16.9751 58.289 17.9151 58.48 18.768C58.564 19.14 58.8934 19.3934 59.26 19.3934C59.3187 19.3934 59.3774 19.3867 59.436 19.3734C59.8667 19.276 60.1374 18.848 60.0414 18.4174C59.82 17.4294 59.408 16.42 59.0094 15.444C58.804 14.9427 58.6107 14.4694 58.4494 14.016C57.5534 11.484 56.2547 9.13335 54.5894 7.02669C53.3134 5.41602 51.2947 3.18802 48.508 2.44135C48.3405 2.39633 48.1712 2.40804 48.0203 2.46468L47.8867 1.84936C47.6374 0.688023 47.1067 0.0346898 46.3107 -0.0933102C46.1134 -0.12531 45.9107 -0.0826436 45.744 0.0280231C44.4894 0.853356 43.2427 2.09869 41.9307 3.83336C41.7899 4.01977 41.6514 4.20745 41.5151 4.39634C41.3598 4.38627 41.2 4.42131 41.0561 4.50667C39.3532 5.51686 36.9459 5.2644 35.4597 3.95234C35.6013 3.44338 35.7611 2.97858 35.8467 2.83067C36.048 2.51201 35.9987 2.09734 35.7307 1.83334C35.4627 1.56934 35.0467 1.52801 34.732 1.73467C33.9628 2.23891 33.2536 2.72021 32.6115 3.2457C32.522 3.25945 32.4334 3.28873 32.3494 3.33466C27.6987 5.87866 23.356 12.2613 22 16.716C20.3947 21.9893 19.4854 27.5413 18.7414 32.756C17.8654 38.9 17.136 45.148 16.576 51.3307C16.5533 51.5752 16.6437 51.8048 16.8047 51.967C16.5865 52.6361 16.4951 53.3229 16.4346 53.9735C15.0765 54.5735 14.3825 55.7803 14.6974 57.04C14.7334 57.1813 14.8054 57.3093 14.9081 57.412C16.2041 58.7093 16.0614 60.6467 15.9227 62.52L15.92 62.5564C15.9036 62.7733 15.8874 62.9877 15.8747 63.1973C15.8667 63.328 15.8907 63.4587 15.9454 63.5787C16.2774 64.3093 16.8067 64.9307 17.4747 65.376C17.9762 65.712 18.5402 65.9363 19.1306 66.0382C19.1883 66.2588 19.2807 66.4765 19.4254 66.6827C19.922 67.3896 20.7536 67.5595 21.3149 67.6742L21.3174 67.6747C22.1752 67.8382 23.8253 68.1389 25.5235 68.4483L27.285 68.7694C28.7674 69.0397 30.1603 69.2937 30.9174 69.4387C30.9667 69.448 31.016 69.4534 31.0667 69.4534C31.2347 69.4534 31.4014 69.4 31.54 69.2973C31.72 69.1667 31.836 68.9667 31.8627 68.7467L31.888 68.5347C31.8907 68.512 31.892 68.4894 31.8934 68.4667C31.9775 65.9286 32.255 63.4975 32.6203 61.062C32.8365 63.7134 33.1002 66.3553 33.4107 68.9654C33.4494 69.2947 33.6881 69.5667 34.0107 69.6467L34.4107 69.7467C34.4279 69.7512 34.446 69.7549 34.4634 69.7583L34.4721 69.76ZM29.4776 7.61351C26.7368 10.422 24.4218 14.2512 23.5294 17.1813C22.0427 22.0627 21.1734 27.028 20.324 32.9813C19.488 38.8427 18.7867 44.8013 18.24 50.704C18.5695 50.7464 18.8868 50.7889 19.1982 50.8305L19.3787 50.8547C19.754 50.9049 20.1377 50.9562 20.5378 51.0076L21.1093 46.08C22.2129 36.5713 23.3542 26.7378 25.592 17.2427C25.6934 16.8133 26.124 16.5467 26.5547 16.648C26.984 16.7493 27.2507 17.18 27.1494 17.6107C24.9323 27.0177 23.7963 36.806 22.6977 46.2718L21.12 59.8747C20.9254 61.552 20.724 63.288 20.648 64.9933C20.6387 65.2054 20.6214 65.6027 20.7347 65.7627C20.8659 65.9483 21.3187 66.0416 21.6227 66.1042L21.628 66.1053C22.5677 66.2851 24.5071 66.638 26.3987 66.9822L26.4894 66.9987C27.8747 67.2507 29.296 67.5093 30.3227 67.7C30.5174 63.5587 31.1894 59.716 31.8987 55.66C31.9356 55.4478 31.9727 55.2352 32.01 55.0219L32.0108 55.017L32.0112 55.0151C32.0622 54.7229 32.1135 54.4296 32.1643 54.1352C31.7779 46.4329 31.7976 38.814 32.2414 31.8254C32.2431 31.8042 32.2453 31.7831 32.2484 31.762L30.3147 24.6227C30.0414 23.6133 29.596 21.2107 29.6814 20.0133C29.7507 19.076 30.052 18.2107 30.344 17.3733L30.3449 17.371C30.6926 16.3718 31.0213 15.4273 30.888 14.52C30.792 13.8627 30.452 13.2227 30.092 12.5453L30.0889 12.5394C29.6365 11.6866 29.1692 10.8055 29.1 9.75201C29.0489 8.98962 29.2205 8.27253 29.4776 7.61351ZM33.8787 31.7502L33.9427 31.4174C35.572 22.5334 37.4188 12.4639 43.2067 4.79602C44.2414 3.42669 45.216 2.40269 46.1694 1.68269C46.2161 1.79069 46.2707 1.94936 46.3214 2.18536L47.6947 8.51336L47.6964 8.52107C47.7786 8.90316 47.8714 9.33408 47.7774 9.63869C47.697 9.8997 47.4471 10.1685 47.2044 10.4297L47.1961 10.4387L42.6867 15.2747L42.6795 15.2825C42.3501 15.6385 41.9412 16.0803 41.732 16.6654C41.4067 17.5734 41.6547 18.4454 41.8734 19.2134C41.972 19.5574 42.0641 19.8814 42.1001 20.184C42.2667 21.5614 41.2987 22.9494 40.444 24.1734C37.944 27.7494 35.6667 31.5134 33.6547 35.396C33.7031 34.2646 33.7618 33.1461 33.8307 32.0429C33.8644 31.9505 33.8813 31.8514 33.8787 31.7502ZM32.9237 28.1375L31.8587 24.2053C31.5814 23.1787 31.2134 21.0133 31.276 20.1293C31.3293 19.4047 31.5836 18.6747 31.8526 17.9022L31.854 17.8981C32.2498 16.7601 32.6586 15.5846 32.4694 14.2893C32.3336 13.36 31.9119 12.5662 31.5044 11.7992L31.4961 11.7835C31.1079 11.0508 30.7411 10.3586 30.6947 9.64801C30.6347 8.73601 31.0854 7.83601 31.6814 6.75334C32.2067 5.80001 32.8787 5.08401 33.7014 4.42134C33.628 4.78934 33.5814 5.12934 33.5814 5.38667L33.4774 25.1347C33.4771 25.1792 33.4805 25.2229 33.4873 25.2655C33.2898 26.229 33.1034 27.1876 32.9237 28.1375ZM35.1126 18.4503C36.2739 14.3273 37.8149 10.2751 40.0621 6.58704C39.6115 6.6841 39.1505 6.73201 38.6894 6.73201C37.4578 6.73201 36.2225 6.3918 35.1796 5.73553L35.1126 18.4503ZM18.0414 53.9907C18.0985 53.4186 18.1836 52.8519 18.3697 52.3369C18.6263 52.3706 18.8768 52.4041 19.1241 52.4371L19.3934 52.473L19.3944 52.4731L19.3954 52.4732C19.7064 52.5146 20.0238 52.5568 20.3532 52.5992L20.1556 54.3029C19.4427 54.265 18.7348 54.1603 18.0414 53.9907ZM17.1499 55.4092C18.0708 55.6738 19.016 55.8369 19.9709 55.8949L19.5252 59.7385C19.3497 61.2547 19.169 62.8166 19.0783 64.3834C18.8262 64.3067 18.5857 64.1931 18.3641 64.0453C17.9974 63.8 17.6961 63.4707 17.4867 63.084C17.4927 62.99 17.4997 62.896 17.5067 62.8014L17.5098 62.7599L17.5189 62.6352C17.6629 60.6836 17.8408 58.2713 16.2241 56.4747C16.2 55.8656 16.8834 55.5205 17.1499 55.4092ZM53.4763 58.7955C53.3968 59.0246 53.2144 59.2151 52.9654 59.2946C52.224 59.5333 51.5947 59.9986 51.4694 60.4C51.4454 60.476 51.3827 60.6786 51.656 61.0373C52.0484 61.5538 52.6527 61.9001 53.2926 62.267L53.3107 62.2773C53.46 62.3626 53.6094 62.448 53.7561 62.5346C54.5107 62.984 54.7774 63.96 54.9907 64.7426C55.0467 64.9493 55.1014 65.1453 55.1521 65.2866C55.5827 66.468 56.46 67.856 58.1694 67.7426C59.2947 67.668 60.6547 66.8213 61.1014 64.6666C61.4437 63.0152 61.1354 61.2374 60.8371 59.5166L60.836 59.5106C60.7989 59.3 60.7632 59.0906 60.7274 58.8813L60.7267 58.8773C60.721 58.843 60.7175 58.8089 60.7161 58.7751L53.4763 58.7955ZM62.1109 58.2106C62.2088 58.3197 62.2779 58.4569 62.304 58.612C62.3337 58.7896 62.3642 58.9672 62.395 59.1457L62.4107 59.2373L62.4119 59.2441C62.7355 61.1114 63.0702 63.0423 62.6654 64.9906C62.633 65.1469 62.5959 65.3001 62.5543 65.45C62.8448 65.4037 63.1359 65.3676 63.4227 65.332L63.4243 65.3318C64.625 65.1826 65.667 65.053 66.3694 64.296C66.3961 64.2067 66.4081 64.112 66.4054 64.0187C66.0201 62.216 64.8387 58.9107 63.7947 55.992L63.7773 55.9432C63.6348 55.5441 63.4937 55.1491 63.3562 54.7621C63.3235 54.9108 63.2486 55.0484 63.1387 55.1573C62.9894 55.3067 62.7854 55.3907 62.5747 55.3907H62.5614L62.2961 55.3863L62.364 57.0787C62.3699 57.2888 62.3838 57.7978 62.1109 58.2106ZM60.6942 55.36L52.322 55.2225C52.2237 55.8766 52.1868 56.5387 52.2107 57.2L60.768 57.176C60.768 57.1671 60.768 57.1576 60.7676 57.1479C60.7674 57.1431 60.7671 57.1382 60.7667 57.1333L60.6942 55.36Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_2_1901\">\n<rect width=\"80\" height=\"80\" fill=\"#FFFFFF\"/>\n</clipPath>\n</defs>\n</svg>"
1078
+ }
1079
+ ]
1080
+ },
1081
+ {
1082
+ "id": "hm1-p-000032",
1083
+ "source": {
1084
+ "groupId": "body",
1085
+ "sourceGroupName": "Body",
1086
+ "partId": "008"
1087
+ },
1088
+ "name": "hoodie",
1089
+ "aliases": [
1090
+ "body-hoodie"
1091
+ ],
1092
+ "selectionSlot": "body",
1093
+ "uiGroups": [
1094
+ "body"
1095
+ ],
1096
+ "layers": [
1097
+ {
1098
+ "layerSlot": "body",
1099
+ "svgPath": "assets/humation-1/body/008.svg",
1100
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M45.2494 0C45.3694 1.34667 45.92 4.38933 47.9694 3.93333L48.1894 4.26667C48.0894 6.356 47.0307 7.82933 45.372 9.356C43.6867 10.8827 41.5374 11.8 39.2694 11.9613C37.2694 12.108 35.1427 11.6293 33.6467 10.288C32.1507 8.94667 31.364 7.088 32.3547 5.49467H32.4987C32.9494 5.508 33.364 5.272 33.7454 5.032C34.2307 4.72533 35.232 3.468 35.532 3.10667C35.932 2.588 36.0947 0.621333 36.3 0H45.2494V0Z\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M19.6547 65.2867C19.0013 65.2653 18.368 65.0613 17.824 64.6987C17.28 64.336 16.8493 63.8293 16.5787 63.2347C16.712 61.1013 17.112 58.568 15.3787 56.8347C15.112 55.768 15.912 54.968 16.8453 54.62L20.5893 55.1053L19.6547 65.2867Z\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M20.5907 55.1054C19.4054 55.0974 18.2267 54.9174 17.092 54.572C17.172 53.5787 17.2587 52.5587 17.6867 51.6587L20.984 52.0267L20.5907 55.1054Z\" fill=\"var(--hm-clothes, #FFFFFF)\"/>\n<path d=\"M51.5413 54.4987C51.3306 55.5187 51.2613 56.5613 51.3333 57.6C51.3306 57.66 51.3386 57.72 51.36 57.776C51.3813 57.832 51.4133 57.884 51.4546 57.928C51.5386 57.9787 51.6373 58.0013 51.7346 57.9907L60.8013 57.9653C60.9386 57.976 61.076 57.9507 61.2013 57.8933C61.4573 57.748 61.4773 57.3933 61.468 57.0933L61.372 54.636L51.5413 54.4987Z\" fill=\"var(--hm-clothes, #FFFFFF)\"/>\n<path d=\"M21.076 51.8813C19.7787 51.6347 18.5787 51.6347 17.2454 51.368C18.1787 42.0347 18.9787 33.1013 20.9787 23.6347C22.0454 18.8347 22.9787 14.4347 25.512 10.168C25.512 10.168 26.472 8.79466 26.8454 8.37466L27.52 7.25999C27.3414 6.73866 27.5574 6.13999 27.948 5.75199C28.3387 5.36399 28.8814 5.15866 29.4147 5.04399C29.6627 4.99066 29.9374 4.94266 30.096 4.74533C30.1894 4.60799 30.2467 4.44799 30.264 4.28266C30.4587 3.19733 30.7454 1.88266 31.7947 1.54666C32.6507 1.27199 33.5734 1.86266 34.0614 2.61999C34.5494 3.37733 34.728 4.28266 35.072 5.11333C35.416 5.94399 36.0054 6.76933 36.884 6.96666L38.46 7.45999C41.372 6.65999 43.604 4.39999 45.964 2.51599C46.5907 2.01733 47.2494 1.53066 48.0134 1.29066C48.7774 1.05066 49.672 1.09199 50.3054 1.58266C50.9387 2.07333 51.18 3.07599 50.6947 3.71599C51.0587 3.50933 51.4707 3.40266 51.8894 3.40666C52.308 3.41066 52.7174 3.52399 53.0774 3.73733C53.4374 3.95066 53.7347 4.25466 53.94 4.61866C54.1454 4.98266 54.2507 5.39599 54.2454 5.81333L54.512 8.37333C56.576 11.5053 58.0427 14.972 59.1627 18.5853L59.5867 19.8667C61.8654 29.676 62.2747 39.7933 62.4254 49.8813L62.5587 50.0987C63.38 53.104 66.4467 60.704 67.1134 63.904C67.1347 64.1773 67.0894 64.452 66.98 64.704C65.6467 66.304 63.38 65.904 61.6267 66.448L55.4307 67.6813C46.5627 69.272 37.6627 69.6613 28.7787 68.1627L27.1027 67.9667L21.3694 66.8693C20.852 66.7707 20.284 66.6387 19.9814 66.2027C19.7307 65.8453 19.732 65.3747 19.7507 64.9387C19.8267 63.2053 20.0267 61.4853 20.2267 59.764L21.14 51.8893L21.076 51.8813Z\" fill=\"var(--hm-clothes, #FFFFFF)\"/>\n<path d=\"M52.6293 58.1333C51.344 58.548 49.8413 60.092 50.928 61.516C51.5253 62.3013 52.428 62.724 53.256 63.2173C53.8933 63.596 54.0626 64.876 54.3093 65.5533C54.9333 67.2613 56.1453 68.6667 58.1333 68.5333C60.1546 68.4 61.412 66.6787 61.796 64.8227C62.212 62.8093 61.5026 60.1667 61.168 58.176L52.6293 58.1333Z\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M41.2107 12.2587C41.2387 12.6827 41.5907 13.0067 42.008 13.0067C42.0267 13.0067 42.044 13.0067 42.06 13.0027C45.6267 12.7693 49.1187 11.652 52.16 9.77466C52.7881 9.38765 53.3146 8.98289 53.7386 8.56175C53.7599 8.64708 53.7957 8.73034 53.8467 8.808C55.692 11.608 57.1814 14.8827 58.4014 18.8173C58.508 19.1613 58.824 19.3813 59.1654 19.3813C59.244 19.3813 59.324 19.3693 59.4014 19.3453C59.824 19.2147 60.06 18.7667 59.9294 18.344C58.664 14.2627 57.112 10.856 55.1827 7.928C55.0323 7.69913 54.7847 7.57318 54.5302 7.56822C54.8634 7.01126 55.035 6.43029 55.0427 5.82799C55.0494 5.26933 54.908 4.71733 54.6347 4.23066C54.3614 3.74399 53.9627 3.33599 53.4814 3.05199C53.0014 2.76799 52.452 2.61599 51.8934 2.61066C51.84 2.61066 51.788 2.61066 51.7347 2.61333C51.6574 1.98666 51.3334 1.37333 50.792 0.954659C50.004 0.343993 48.8734 0.185326 47.7707 0.531993C46.8627 0.817326 46.104 1.38399 45.4627 1.89466C44.7593 2.45581 44.1704 3.00654 43.6009 3.53915L43.5787 3.55996C42.23 4.82201 41.1647 5.81884 39.292 6.33333C38.8654 6.45066 38.6147 6.89066 38.732 7.31733C38.8494 7.74399 39.2907 7.99466 39.716 7.87733C41.9707 7.25866 43.284 6.02933 44.6734 4.72799L44.695 4.70773C45.2416 4.19668 45.8074 3.66776 46.46 3.14666C47.012 2.70799 47.604 2.26133 48.2507 2.05866C48.8454 1.87199 49.444 1.93333 49.8134 2.21999C50.1294 2.46533 50.2507 2.97866 50.0547 3.23733C49.8254 3.53999 49.84 3.96266 50.0907 4.24799C50.3414 4.53333 50.7574 4.60399 51.088 4.41733C51.3254 4.28266 51.5947 4.21199 51.8667 4.21199H51.88C52.1574 4.21333 52.4307 4.28933 52.6694 4.43066C52.908 4.57199 53.1054 4.77333 53.2414 5.01599C53.3774 5.25866 53.448 5.53199 53.444 5.80933C53.4334 6.67733 52.7187 7.55333 51.3214 8.41466C48.5014 10.156 45.2627 11.1907 41.956 11.408C41.516 11.4373 41.1814 11.8173 41.2107 12.2587Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M26.072 68.576C26.0227 68.576 25.972 68.5707 25.9214 68.5614L21.2227 67.6614C20.6974 67.556 19.832 67.3813 19.3307 66.6693C19.1862 66.4634 19.0939 66.246 19.0361 66.0258C18.4466 65.9237 17.8831 65.6995 17.3814 65.364C16.7134 64.9186 16.184 64.2973 15.852 63.5666C15.7974 63.4466 15.7734 63.316 15.7814 63.1853C15.794 62.9757 15.8102 62.7613 15.8266 62.5443L15.8294 62.508C15.968 60.6346 16.1107 58.6973 14.8147 57.4C14.712 57.2973 14.64 57.1693 14.604 57.028C14.2891 55.7683 14.9831 54.5614 16.3413 53.9615C16.4018 53.3116 16.4933 52.6256 16.7099 51.9586C16.5288 51.7932 16.4271 51.5479 16.4533 51.288C16.5113 50.7101 16.5685 50.133 16.6254 49.5576L16.6663 49.1443C17.529 40.458 18.344 32.2515 20.2 23.468L20.2867 23.0773C21.32 18.42 22.2973 14.0213 24.828 9.75731C24.8387 9.73998 24.8493 9.72398 24.86 9.70798L24.8746 9.68715C25.0278 9.4693 25.8734 8.26614 26.252 7.84131C26.3941 7.68111 26.5863 7.59164 26.7841 7.57547C26.7772 7.55716 26.7705 7.53866 26.764 7.51998C26.496 6.73998 26.74 5.82398 27.3854 5.18398C27.8374 4.73598 28.4454 4.43465 29.248 4.26131L29.2947 4.25064C29.3467 4.23998 29.416 4.22531 29.468 4.21064C29.468 4.20864 29.4684 4.20698 29.4687 4.20531C29.469 4.20364 29.4694 4.20198 29.4694 4.19998C29.472 4.17864 29.4747 4.15865 29.4787 4.13865L29.4794 4.13502C29.6741 3.06661 29.9991 1.28341 31.552 0.783978C32.4774 0.487978 33.868 0.803978 34.7414 2.19331C34.8357 2.34335 34.9195 2.49575 34.9954 2.64957C35.1532 2.30594 35.5391 2.11237 35.9187 2.20934C36.3467 2.31735 36.6067 2.75335 36.4973 3.18134C36.3768 3.66022 36.1838 3.9804 35.6839 4.46982C35.7255 4.58395 35.7682 4.69566 35.8134 4.80531C36.0014 5.25731 36.4134 6.03864 37.0614 6.18531C37.492 6.28265 37.7627 6.71065 37.6667 7.14131C37.5694 7.57198 37.1414 7.84265 36.7107 7.74664C35.708 7.52131 34.864 6.69465 34.3347 5.41998C34.2041 5.10531 34.096 4.78931 33.9934 4.48265L33.9884 4.46793C33.8116 3.94803 33.6443 3.45611 33.3854 3.04531C33.0854 2.56798 32.5 2.16131 32.04 2.30798C31.456 2.49598 31.2254 3.48131 31.0574 4.39865C31.0227 4.68265 30.92 4.95598 30.76 5.19331C30.748 5.21065 30.7347 5.22798 30.7214 5.24531C30.3944 5.652 29.9363 5.75002 29.631 5.81535L29.628 5.81598L29.5854 5.82531C29.0987 5.93064 28.7387 6.09598 28.5134 6.31865C28.3147 6.51598 28.2134 6.80931 28.2787 6.99998C28.34 7.17865 28.5427 7.37065 28.732 7.53331C30.4494 9.03731 32.5387 10.044 34.7787 10.4466C35.2134 10.5253 35.5027 10.9413 35.424 11.376C35.352 11.7626 35.0147 12.0346 34.636 12.0346C34.5894 12.0346 34.5414 12.0306 34.4934 12.0213C31.9681 11.5666 29.612 10.432 27.6814 8.74131C27.6527 8.7166 27.6238 8.69132 27.5947 8.66542C27.561 8.75123 27.5117 8.83259 27.4467 8.90531C27.172 9.21331 26.4613 10.2106 26.188 10.6C23.7987 14.636 22.8507 18.904 21.848 23.424L21.7627 23.8066C19.9245 32.5057 19.1138 40.6783 18.2554 49.3317L18.2547 49.3386C18.2093 49.792 18.164 50.2466 18.1187 50.7026C18.5173 50.7586 18.912 50.8 19.3213 50.8413L19.3429 50.8435C19.7027 50.8803 20.0695 50.9177 20.4448 50.9683L21.0553 45.7051C22.1525 36.3132 23.2871 26.6017 25.4947 17.232C25.596 16.8027 26.0267 16.5347 26.4574 16.6373C26.8867 16.7387 27.1534 17.1693 27.052 17.6C24.8651 26.8831 23.7359 36.5506 22.6437 45.9009L21.0232 59.8724C20.8288 61.5488 20.6279 63.2811 20.552 64.9827C20.5427 65.1947 20.5254 65.592 20.6387 65.752C20.772 65.9414 21.2467 66.0374 21.5294 66.0934L26.22 66.9907C26.6534 67.0733 26.9387 67.4934 26.8547 67.9267C26.784 68.3094 26.4494 68.576 26.072 68.576ZM16.1307 56.4626C16.1066 55.8535 16.79 55.5085 17.0565 55.3972C17.9766 55.6615 18.9209 55.8246 19.8749 55.8828L19.4291 59.7268C19.2537 61.2428 19.0729 62.8049 18.9823 64.3705C18.7312 64.2939 18.4915 64.1805 18.2707 64.0333C17.904 63.788 17.6027 63.4586 17.3934 63.072C17.3993 62.978 17.4063 62.8839 17.4133 62.7892C17.4174 62.7352 17.4215 62.6799 17.4254 62.6253L17.4255 62.6232C17.5695 60.6716 17.7474 58.2593 16.1307 56.4626ZM20.2604 52.5585L20.0595 54.2908C19.3471 54.2529 18.6397 54.1482 17.9467 53.9787C18.0034 53.4096 18.0886 52.8468 18.2716 52.3368C18.573 52.3737 18.8682 52.4039 19.1587 52.4333L19.2202 52.4397C19.574 52.4763 19.9173 52.5118 20.2604 52.5585Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M28.6453 68.9493C32.4213 69.5867 36.2773 69.9053 40.2627 69.9053C45.0913 69.9053 50.109 69.4359 55.3918 68.4983C56.1087 69.05 56.9522 69.3413 57.8814 69.3413C57.9814 69.3413 58.084 69.3387 58.1867 69.3307C59.6004 69.2378 60.8294 68.4695 61.6529 67.2449C61.7227 67.2424 61.7933 67.2307 61.864 67.2107C62.3613 67.056 62.932 66.984 63.5347 66.9093C64.92 66.7373 66.4893 66.5413 67.5947 65.2147C67.644 65.156 67.684 65.0907 67.7147 65.02C67.8733 64.6507 67.9413 64.2427 67.9107 63.8413C67.908 63.8067 67.9027 63.7733 67.896 63.74C67.4987 61.8337 66.3297 58.5651 65.1993 55.4043L65.1987 55.4027C64.4107 53.2027 63.668 51.124 63.3293 49.8867C63.3065 49.8028 63.2712 49.7257 63.2259 49.6568C63.0944 40.0163 62.7409 30.7386 60.472 20.9586C60.372 20.528 59.9427 20.26 59.512 20.36C59.0814 20.46 58.8134 20.8893 58.9134 21.32C61.4451 32.2362 61.5547 42.5926 61.6707 53.5567L61.6707 53.56L61.6734 53.7626L51.5787 53.5973C50.0787 41.8773 49.5614 29.956 50.04 18.152C50.0587 17.7106 49.7147 17.3373 49.2734 17.32C48.832 17.304 48.4587 17.6453 48.4414 18.0866C47.9494 30.2106 48.5014 42.4586 50.0814 54.4893C50.1223 54.7988 50.3365 55.048 50.6189 55.1435C50.5062 55.9625 50.4768 56.7921 50.532 57.6186C50.532 57.768 50.5573 57.9146 50.6093 58.0546C50.6693 58.2146 50.7587 58.3586 50.876 58.4813C50.8871 58.4931 50.8987 58.5045 50.9105 58.5155C50.4272 58.8808 50.027 59.3483 49.8507 59.9107C49.6987 60.3973 49.652 61.1547 50.292 61.9947C50.884 62.7733 51.7014 63.2413 52.4227 63.6533C52.5654 63.7347 52.7067 63.816 52.848 63.9C53.0453 64.0165 53.261 64.8024 53.3554 65.1463L53.3574 65.1533C53.4227 65.3933 53.4854 65.62 53.5587 65.8227C53.7279 66.2872 53.9287 66.7099 54.1581 67.0881C45.0747 68.6114 36.8046 68.7036 28.9107 67.372C28.4747 67.2973 28.0627 67.592 27.9893 68.028C27.916 68.4627 28.2093 68.876 28.6453 68.9493ZM53.3838 58.7848C53.3041 59.0134 53.1219 59.2032 52.8734 59.2827C52.132 59.5227 51.5027 59.988 51.3774 60.3893C51.3534 60.4653 51.2907 60.6667 51.564 61.0253C51.9598 61.5451 52.57 61.8943 53.215 62.2634L53.216 62.264L53.325 62.3265C53.4391 62.3919 53.5532 62.4573 53.6654 62.524C54.4175 62.97 54.6845 63.9435 54.899 64.7256L54.9 64.7294C54.956 64.936 55.0107 65.132 55.0614 65.2733C55.4934 66.4587 56.3654 67.844 58.08 67.7334C59.2067 67.6587 60.5667 66.812 61.0134 64.6587C61.3557 63.0032 61.0461 61.2213 60.7464 59.4965L60.7297 59.4001C60.6989 59.2226 60.6683 59.046 60.6387 58.8693C60.6328 58.8342 60.6292 58.7991 60.628 58.7644L53.3838 58.7848ZM62.0166 58.1952C62.1178 58.3055 62.1894 58.4454 62.216 58.604C62.2507 58.808 62.2854 59.012 62.3214 59.2173L62.3225 59.224C62.6475 61.0953 62.9836 63.0303 62.58 64.984C62.548 65.1388 62.5113 65.2906 62.4702 65.4392C62.7595 65.3929 63.0493 65.3567 63.3347 65.3213C64.5347 65.172 65.5787 65.0413 66.28 64.2853C66.3067 64.196 66.3187 64.1013 66.316 64.008C65.9286 62.2002 64.7437 58.8864 63.6956 55.9552L63.6536 55.8377L63.6519 55.833C63.5206 55.4655 63.3905 55.1017 63.2634 54.7447C63.2311 54.8944 63.1559 55.0331 63.0454 55.1426C62.8974 55.292 62.6934 55.376 62.4827 55.376H62.4694L62.2007 55.3716L62.2667 57.0613C62.2735 57.2691 62.289 57.7801 62.0166 58.1952ZM60.5986 55.3452L52.2262 55.2077C52.1261 55.864 52.088 56.5284 52.112 57.192L60.6693 57.168C60.6693 57.1586 60.6693 57.1486 60.669 57.1381C60.6688 57.1323 60.6685 57.1262 60.668 57.12L60.5986 55.3452Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
1101
+ }
1102
+ ]
1103
+ },
1104
+ {
1105
+ "id": "hm1-p-000033",
1106
+ "source": {
1107
+ "groupId": "bottom",
1108
+ "sourceGroupName": "Bottom",
1109
+ "partId": "001"
1110
+ },
1111
+ "name": "wide-pants",
1112
+ "aliases": [
1113
+ "bottom-wide-pants"
1114
+ ],
1115
+ "selectionSlot": "bottom",
1116
+ "uiGroups": [
1117
+ "bottom"
1118
+ ],
1119
+ "layers": [
1120
+ {
1121
+ "layerSlot": "bottom",
1122
+ "svgPath": "assets/humation-1/bottom/001.svg",
1123
+ "svg": "<svg width=\"80\" height=\"107\" viewBox=\"0 0 80 107\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M42.8347 88.3303C42.6547 90.027 41.7813 92.4834 40.5213 94.833C40.2333 95.367 35.6893 99.5896 38.388 102.443C41.8547 104.579 47.188 103.377 49.588 100.04C50.388 98.838 50.9213 97.77 51.188 96.435C51.988 93.765 51.4547 91.095 51.5613 88.4718\" fill=\"#000000\"/>\n<path d=\"M29.6507 86.1288C28.5213 88.5585 25.588 90.561 23.588 92.163L22.388 93.3645C22.2547 93.765 21.988 94.032 21.7213 94.299C21.332 95.036 21.192 95.8784 21.3213 96.702C21.588 97.3695 22.2547 97.9035 22.9213 97.9035C26.9213 98.571 31.3213 98.7045 34.6547 95.901C35.7213 94.9665 36.388 93.6315 36.788 92.2965C37.3213 90.4275 37.188 88.4251 37.3413 86.528\" fill=\"#000000\"/>\n<path d=\"M39.824 88.4024C43.1053 87.6561 46.5227 88.2836 49.8893 88.2902C55.7133 88.2996 61.356 86.4426 66.888 84.6056L63.22 70.9659C62.5453 68.4575 61.8667 65.949 61.4507 63.3778C61.3987 63.0654 61.4507 63.578 61.344 63.0988C60.4933 59.0898 59.9547 55.0207 59.7333 50.9289C59.4293 44.2379 58.876 37.5349 57.8507 30.7531C56.5173 22.0756 54.784 13.7986 53.3053 5.24121L25.7213 5.42277C20.8173 33.4831 21.9307 62.0108 22.2547 66.252C22.7 72.2836 22.0973 78.3471 20.4707 84.1718C25.2947 85.4987 31.7787 85.715 36.78 85.5962C38.236 85.5615 38.6 85.5815 39.968 85.3946\" fill=\"var(--hm-bottom, #000000)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M39.2573 88.9684C39.4093 89.1206 39.6133 89.2034 39.824 89.2034C39.8827 89.2034 39.9427 89.1967 40.004 89.1887C40.644 89.0431 41.289 88.9524 41.9409 88.9005C41.6459 90.4417 40.8687 92.4894 39.828 94.4339C39.784 94.4967 39.6453 94.6582 39.5227 94.801C38.4107 96.1 35.028 100.054 37.808 102.994C37.856 103.043 37.9107 103.089 37.9693 103.125C39.236 103.904 40.7853 104.31 42.408 104.31C43.116 104.31 43.8387 104.233 44.5587 104.077C46.904 103.565 48.9747 102.265 50.2373 100.508L50.2533 100.484C51.2 99.0623 51.6973 97.9423 51.9653 96.6286C52.533 94.7086 52.4614 92.8258 52.3921 91.0044L52.392 91.0016C52.3654 90.3118 52.3405 89.6518 52.3485 88.9978C57.4652 88.5864 62.3707 86.9563 67.1367 85.3726L67.1427 85.3706C67.544 85.2371 67.7733 84.8126 67.6627 84.4027L63.972 70.6789C63.3213 68.2546 62.6493 65.7488 62.2413 63.251C62.188 62.9332 62.104 62.5114 61.9933 61.9987C61.2 58.3555 60.7107 54.6202 60.5373 50.8969C60.1987 43.4396 59.58 36.8126 58.6467 30.6356C57.8347 25.353 56.86 20.1358 55.9173 15.0908C55.308 11.8335 54.6787 8.46391 54.0987 5.10906C54.0227 4.67251 53.6093 4.38148 53.1733 4.45624C52.7373 4.531 52.4467 4.94619 52.5213 5.3814C53.0992 8.71894 53.7242 12.0657 54.3288 15.3031L54.344 15.3846C55.284 20.4162 56.256 25.62 57.064 30.8759C57.9893 36.9955 58.6027 43.5677 58.9387 50.969C59.116 54.7831 59.6173 58.6078 60.4293 62.3365C60.5333 62.8158 60.6133 63.2229 60.6613 63.5086C61.0819 66.0793 61.7629 68.6193 62.4218 71.077L65.92 84.085C60.752 85.7991 55.4187 87.4906 49.9347 87.4906H49.892C48.8764 87.4879 47.8269 87.4263 46.8119 87.3668L46.7827 87.3651C44.828 87.2489 42.816 87.1301 40.8267 87.4078C41.2707 84.4481 40.8787 81.5285 40.4973 78.6942L40.4886 78.6297C40.4422 78.2869 40.3959 77.9451 40.352 77.6022C40.268 76.9654 40.1853 76.3406 40.1027 75.7252L40.1016 75.7175C39.4754 71.0283 38.9347 66.9797 39.056 62.1603C39.0667 61.7184 38.7173 61.3499 38.276 61.3393C37.8333 61.3339 37.4667 61.6783 37.456 62.1202C37.3307 67.0675 37.88 71.1779 38.5159 75.9369C38.5397 76.1161 38.5638 76.297 38.588 76.4783C38.6464 76.9166 38.7055 77.3605 38.764 77.8092C38.8075 78.1491 38.8534 78.4902 38.8994 78.8324L38.9103 78.9136C39.1532 80.7226 39.401 82.5674 39.4187 84.4078C39.3472 84.4216 39.2763 84.4455 39.208 84.4801C38.0173 85.0822 36.564 85.165 35.2947 85.1957C30.6267 85.3065 25.9733 84.7698 21.4533 83.6044C22.948 77.9186 23.4867 72.0646 23.052 66.1906C22.5933 60.1858 21.836 32.3003 26.5093 5.56027C26.5853 5.12506 26.2933 4.70987 25.8587 4.63378C25.424 4.55768 25.0093 4.85005 24.9333 5.28526C20.232 32.1895 20.996 60.2672 21.4573 66.3121C21.8973 72.2689 21.3053 78.2056 19.7 83.9568C19.6427 84.1624 19.6693 84.3813 19.7747 84.5669C19.8787 84.7525 20.0533 84.8886 20.2587 84.9447C22.9447 85.6826 25.6788 86.2035 28.4378 86.5045C28.42 86.5328 28.4038 86.5624 28.3893 86.5935C27.6237 88.24 26.1706 89.2833 24.6315 90.3884L24.6253 90.3929C24.1147 90.7586 23.588 91.1365 23.0853 91.5396C23.0627 91.5583 23.0413 91.577 23.02 91.5984L21.82 92.7999C21.732 92.8866 21.6653 92.9948 21.6267 93.1123C21.5573 93.3232 21.4013 93.4861 21.1533 93.7344C21.0973 93.7904 21.0493 93.8545 21.012 93.9253C20.5453 94.809 20.3733 95.8397 20.5293 96.8276C20.5387 96.8863 20.5547 96.9437 20.5773 96.9998C20.9693 97.9783 21.8947 98.6685 22.8467 98.7032C24.2053 98.9275 25.6933 99.1117 27.2147 99.1117C29.9453 99.1117 32.784 98.5203 35.168 96.5138C35.17 96.5118 35.172 96.5101 35.174 96.5085L35.1763 96.5066L35.18 96.5032C36.2427 95.5713 37.0413 94.2337 37.556 92.5155C37.9557 91.1176 38.0053 89.685 38.0532 88.299L38.0533 88.2956L38.0538 88.2822C38.0736 87.6958 38.0923 87.1419 38.1373 86.5921C38.1391 86.5699 38.1399 86.5478 38.1398 86.5259C38.5498 86.4383 38.9582 86.3215 39.3579 86.1651C39.3005 86.8543 39.2 87.5412 39.044 88.2235C38.9827 88.4918 39.0627 88.7735 39.2573 88.9684ZM50.7479 89.0851C50.4778 89.0927 50.2072 89.0966 49.936 89.0966H49.8907C48.8284 89.0939 47.7557 89.031 46.7179 88.9701L46.6893 88.9684C45.6265 88.9052 44.5905 88.8439 43.5744 88.842C43.299 90.6095 42.4397 92.9496 41.2267 95.2122C41.144 95.3644 41.0173 95.5153 40.7373 95.8423C39.1053 97.75 37.4333 100.144 38.9 101.816C40.36 102.678 42.2907 102.931 44.2173 102.511C46.1773 102.083 47.8933 101.017 48.9307 99.583C49.756 98.3415 50.1827 97.3829 50.404 96.2775L50.4054 96.271C50.4103 96.249 50.4154 96.226 50.4227 96.2041C50.9253 94.526 50.8613 92.8439 50.7933 91.0617L50.7912 91.0055C50.7677 90.376 50.7436 89.7312 50.7479 89.0851ZM34.1 86.8124C32.6832 86.8124 31.2687 86.7548 29.8596 86.64C29.9364 86.8365 29.9361 87.0628 29.84 87.269C28.896 89.2982 27.1987 90.517 25.5573 91.6945C25.076 92.0389 24.58 92.3954 24.12 92.7625L23.0707 93.8131C22.8893 94.231 22.6173 94.53 22.3747 94.7757C22.1213 95.303 22.0227 95.9011 22.0947 96.4818C22.264 96.8262 22.6253 97.1039 22.9187 97.1039C22.9627 97.1039 23.0067 97.1079 23.0507 97.1146C26.512 97.6926 30.9 98.0064 34.132 95.2936C34.9613 94.5647 35.5973 93.478 36.02 92.0669C36.3627 90.8668 36.4093 89.5318 36.4533 88.2408C36.4702 87.7495 36.488 87.245 36.5218 86.7447C36.115 86.7739 35.7163 86.7875 35.3333 86.7963C34.9213 86.807 34.5107 86.8124 34.1 86.8124Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M38.2533 60.7906C37.8347 60.7906 37.4827 60.4635 37.456 60.0403C37.1653 55.3998 36.8013 50.3896 36.4147 45.083L36.3999 44.8803C36.0312 39.8117 35.6503 34.5765 35.324 29.4808C35.2227 28.4128 34.3653 27.3061 33.1587 27.3822C32.7173 27.4075 32.3387 27.0725 32.312 26.6306C32.2853 26.1887 32.6213 25.8096 33.0627 25.7829C35.2333 25.656 36.7533 27.5304 36.9187 29.346L36.9188 29.3491L36.9193 29.3567C36.9197 29.3603 36.92 29.364 36.92 29.3673C37.2456 34.4474 37.6254 39.6699 37.9934 44.7289L38.0121 44.986C38.3982 50.2881 38.763 55.2974 39.0533 59.9402C39.0813 60.382 38.7453 60.7625 38.3053 60.7892C38.2881 60.7906 38.2706 60.7906 38.2533 60.7906Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
1124
+ }
1125
+ ]
1126
+ },
1127
+ {
1128
+ "id": "hm1-p-000034",
1129
+ "source": {
1130
+ "groupId": "bottom",
1131
+ "sourceGroupName": "Bottom",
1132
+ "partId": "002"
1133
+ },
1134
+ "name": "tapered-pants",
1135
+ "aliases": [
1136
+ "bottom-tapered-pants"
1137
+ ],
1138
+ "selectionSlot": "bottom",
1139
+ "uiGroups": [
1140
+ "bottom"
1141
+ ],
1142
+ "layers": [
1143
+ {
1144
+ "layerSlot": "bottom",
1145
+ "svgPath": "assets/humation-1/bottom/002.svg",
1146
+ "svg": "<svg width=\"80\" height=\"107\" viewBox=\"0 0 80 107\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M42.4747 86.5941C42.6547 88.5216 42.4067 89.7565 41.7213 91.8626C40.8613 94.678 35.7213 97.1902 38.9213 100.344C39.0547 100.472 41.448 102.303 45.588 101.115C45.888 100.963 46.2 100.834 46.5213 100.729C46.9747 100.517 47.396 100.245 47.772 99.9208C50 98.1026 51.444 95.5493 51.8213 92.7595C52.1067 90.7279 52.3453 88.2813 52.1747 86.5414\" fill=\"#000000\"/>\n<path d=\"M29.6 84.1115C29.5907 84.4186 29.5907 84.8041 29.4573 85.0611C29.324 85.3181 29.1907 85.7036 29.0573 85.9606C27.324 88.1451 25.0573 89.4301 22.924 91.2291C21.5907 92.3856 20.3907 94.5701 21.9907 95.9836C25.104 97.347 30.044 96.5297 31.0573 96.1121C31.9907 95.7266 32.924 95.4696 33.724 94.9556C37.4573 92.3856 37.1907 87.7596 37.484 83.9342\" fill=\"#000000\"/>\n<path d=\"M40.3173 83.284C40.388 84.2863 40.5213 85.1858 40.5213 86.2138C44.9213 86.4708 49.4547 86.5993 53.8547 86.3423C55.7493 86.1907 57.6013 85.7126 59.3213 84.9288C61.3213 72.2073 61.4547 59.2288 60.2547 46.2503C60.2547 45.8648 60.388 45.3508 60.2547 44.9653C60.1213 44.3228 60.1213 43.8088 59.988 43.1663V41.8813C58.6547 29.9308 56.788 18.3658 54.388 6.80078C45.0547 7.05778 35.8547 7.57178 26.5213 7.82878C22.396 25.9164 20.9147 44.4718 22.1213 62.9553C22.0987 63.5579 22.144 64.1606 22.2547 64.7543C22.5053 68.351 23.0867 71.9207 23.988 75.4198C24.2547 76.3193 24.5213 77.3473 24.9213 78.2468C25.588 79.9173 26.5213 81.5878 27.188 83.2583C29.7213 83.9008 32.388 84.0293 35.0547 83.9008C36.5213 83.7723 38.1213 83.7723 39.652 83.4112L40.3173 83.284Z\" fill=\"var(--hm-bottom, #000000)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M53.652 6.93697C58.5343 31.8015 62.5105 58.3871 58.6353 84.4018C55.9709 85.5462 52.8479 85.6789 50.1173 85.71C47.1947 85.7409 44.2387 85.6689 41.32 85.4967C41.056 82.5502 40.776 79.5793 40.504 76.6996C39.2947 63.8881 38.0453 50.6411 38.104 37.6536C38.1267 33.0854 37.64 28.5738 33.9667 26.5049C33.5853 26.2903 33.0947 26.4137 32.872 26.7812C32.648 27.1487 32.7773 27.6216 33.1587 27.8362C36.132 29.5105 36.524 33.5403 36.504 37.6459C36.4453 50.7055 37.6984 63.9886 38.9103 76.835L39.0031 77.8223C39.1531 79.418 39.3053 81.037 39.4551 82.6598C35.601 83.261 31.6975 83.2729 27.8427 82.6954C23.6507 74.7117 22.9867 66.7511 22.696 59.9008C21.9613 42.5019 23.4893 25.0413 27.2373 8.00607C27.3293 7.58973 27.0533 7.1811 26.6213 7.09243C26.1893 7.00377 25.7653 7.26976 25.6733 7.6861C21.8973 24.8473 20.3587 42.4364 21.0973 59.9638C21.3987 67.0788 22.0987 75.3696 26.6053 83.7504C26.7213 83.9663 26.936 84.1166 27.184 84.1565C27.718 84.2418 28.2528 84.3164 28.7883 84.3802C28.7812 84.5168 28.7678 84.6578 28.74 84.7154C28.6648 84.8616 28.5964 85.0254 28.5296 85.1854L28.5133 85.2243C28.4653 85.3412 28.4146 85.4607 28.3707 85.5545C27.2654 86.9268 25.9241 87.9343 24.5042 89.0007L24.472 89.0249C23.7913 89.5366 23.0864 90.0664 22.388 90.656C21.4427 91.4758 20.4306 92.87 20.424 94.3247C20.42 95.1856 20.7746 95.9553 21.4493 96.5516C21.5106 96.6068 21.5813 96.6518 21.6587 96.6852C23.076 97.3059 24.7933 97.5166 26.4 97.5166C28.6547 97.5166 30.6906 97.1015 31.372 96.8227C31.6333 96.7148 31.9053 96.6133 32.168 96.5156L32.1764 96.5125C32.8431 96.2641 33.532 96.0076 34.1666 95.5994C34.171 95.5961 34.1759 95.5933 34.1806 95.5903C34.1831 95.5887 34.1856 95.5871 34.188 95.5852C37.7541 93.1309 37.9837 89.0706 38.1863 85.4881L38.1939 85.3538C38.2127 85.0208 38.2309 84.6994 38.252 84.3829C38.7007 84.3295 39.1488 84.2684 39.5962 84.1995C39.6597 84.8967 39.7224 85.5935 39.784 86.2883C39.8187 86.6686 40.1333 86.9667 40.528 86.9924C40.9214 87.018 41.3155 87.0417 41.7102 87.0635C41.8122 88.6797 41.5596 89.7857 40.9587 91.6313C40.9573 91.6352 40.956 91.6403 40.9547 91.6442C40.7093 92.446 39.968 93.3185 39.2507 94.1615L39.2429 94.1706C38.4453 95.1097 37.6215 96.0796 37.2653 97.1543C36.8253 98.4842 37.1893 99.7397 38.356 100.888C38.3747 100.908 39.9707 102.287 42.888 102.287C43.7507 102.287 44.7293 102.166 45.8173 101.852C45.8666 101.838 45.9147 101.819 45.96 101.796C46.2227 101.663 46.4973 101.549 46.7786 101.458C46.8093 101.447 46.8413 101.436 46.8706 101.422C47.388 101.18 47.868 100.87 48.2973 100.502C50.6786 98.5562 52.212 95.8423 52.6146 92.8624C52.9449 90.5153 53.0803 88.5996 53.019 87.1526C55.215 87.0045 57.4957 86.6365 59.572 85.6843C59.6528 85.6471 59.7241 85.5985 59.785 85.5415C59.9827 85.4264 60.1271 85.2302 60.1627 84.993C64.1653 58.6351 60.1546 31.7632 55.224 6.65041C55.1427 6.2315 54.724 5.9578 54.2893 6.03619C53.8547 6.11586 53.5693 6.51806 53.652 6.93697ZM36.6379 84.5419C35.6038 84.6226 34.5679 84.6628 33.532 84.6628C32.4808 84.6628 31.43 84.6211 30.3809 84.5381C30.3615 84.8218 30.313 85.1285 30.1693 85.4055C30.1211 85.4985 30.0648 85.6324 30.009 85.7652L29.996 85.7961L29.9797 85.835C29.9129 85.995 29.8445 86.1588 29.7693 86.305C29.7466 86.3487 29.72 86.3898 29.6893 86.4283C28.4493 87.9909 26.9427 89.123 25.4853 90.2178L25.4427 90.2498C24.7826 90.7461 24.1006 91.2589 23.448 91.8099C22.7453 92.419 22.0267 93.4406 22.0227 94.3324C22.0213 94.7217 22.1587 95.0507 22.4427 95.3347C25.32 96.5156 29.9227 95.7407 30.7413 95.4041C31.0108 95.2922 31.278 95.1928 31.5373 95.0962L31.5906 95.0764C32.2013 94.8489 32.78 94.6331 33.268 94.3221C36.2 92.2956 36.3973 88.7889 36.588 85.3978C36.6037 85.1155 36.6199 84.8279 36.6379 84.5419ZM43.3165 87.1422C43.4025 88.8924 43.1031 90.1922 42.4867 92.0875C42.1498 93.1845 41.3066 94.1764 40.4918 95.1349L40.488 95.1394C38.68 97.2661 38.0347 98.3519 39.4747 99.7859C39.62 99.8965 41.696 101.4 45.2893 100.396C45.588 100.25 45.8986 100.123 46.2146 100.016C46.5853 99.8386 46.9307 99.6125 47.2387 99.3465C47.2413 99.3439 47.244 99.3417 47.2467 99.3394C47.2493 99.3372 47.252 99.3349 47.2547 99.3323C49.3347 97.6349 50.6746 95.2653 51.028 92.6593C51.3412 90.4322 51.4738 88.5743 51.4197 87.2273C50.9845 87.2399 50.5558 87.2471 50.136 87.252C49.684 87.2559 49.2307 87.2584 48.7773 87.2584C46.9599 87.2584 45.1344 87.2197 43.3165 87.1422Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
1147
+ }
1148
+ ]
1149
+ },
1150
+ {
1151
+ "id": "hm1-p-000035",
1152
+ "source": {
1153
+ "groupId": "bottom",
1154
+ "sourceGroupName": "Bottom",
1155
+ "partId": "003"
1156
+ },
1157
+ "name": "culottes",
1158
+ "aliases": [
1159
+ "bottom-culottes"
1160
+ ],
1161
+ "selectionSlot": "bottom",
1162
+ "uiGroups": [
1163
+ "bottom"
1164
+ ],
1165
+ "layers": [
1166
+ {
1167
+ "layerSlot": "bottom",
1168
+ "svgPath": "assets/humation-1/bottom/003.svg",
1169
+ "svg": "<svg width=\"80\" height=\"107\" viewBox=\"0 0 80 107\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M42.2187 90.7373C43.5694 91.4555 45.2134 91.4408 46.6867 91.027C48.16 90.6131 49.4987 89.8375 50.82 89.0672L51.516 88.6293C51.5427 90.027 51.5667 91.4275 51.5867 92.8305C51.612 94.6421 51.476 99.2025 47.5147 101.902C47.0374 102.244 46.5227 102.531 45.9814 102.759C44.14 103.491 42.0467 103.633 40.188 102.985C39.4747 102.739 38.884 102.226 38.5414 101.555C38.1974 100.883 38.1267 100.104 38.344 99.3801C38.8147 97.8288 40.0627 96.3963 40.52 95.7649C41.9667 93.7624 41.72 92.6383 41.72 91.5529C41.72 91.1738 41.7174 90.796 41.7134 90.4182L42.2187 90.7373Z\" fill=\"#000000\"/>\n<path d=\"M29.4666 87.034C28.96 88.3223 27.8346 89.4704 27.06 90.0271C25.1933 91.3621 21.4453 92.1818 21.6053 95.5006C21.6586 96.6006 22.2066 97.8795 23.5933 98.1706C25.4253 98.5537 27.2093 98.2627 29.1933 97.9036C31.308 97.5204 34.6306 96.5005 35.8266 94.008C36.4933 92.621 36.836 91.1004 37.016 89.5718C37.1306 88.6026 37.2333 87.6307 37.324 86.6575\" fill=\"#000000\"/>\n<path d=\"M40.7014 60.876C40.8734 64.8636 41.0867 69.5535 41.248 73.5331L42.0414 73.943C42.676 74.4556 43.4094 74.8308 44.196 75.043C44.9827 75.2553 45.8054 75.302 46.6107 75.1792C47.416 75.0564 48.188 74.7667 48.8747 74.3275C49.5627 73.8896 50.1507 73.3129 50.604 72.6333L51.1947 72.0993C51.1414 68.3734 51.116 64.2549 51.1507 60.4982\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M29.2413 58.5224C29.3387 62.7237 29.568 68.1131 29.712 72.4585L30.416 72.7629C32.0533 73.0926 32.4347 73.2875 34.2827 73.2568C35.584 73.2354 36.9187 72.911 37.9453 72.11L38.18 71.9325C38.3267 68.4268 38.648 61.6703 38.9 58.174\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M37.1827 86.7203C34.1813 88.0486 32.3107 87.879 29.4493 87.0513L29.456 87.034C29.604 86.6695 29.692 86.2824 29.716 85.8886C29.928 81.4724 29.856 76.9561 29.7067 72.4585L30.4107 72.7628C31.688 73.0192 32.976 73.2781 34.2773 73.2568C35.5787 73.2354 36.9133 72.911 37.94 72.11L38.1747 71.9325C37.968 76.8599 37.7747 81.7808 37.3133 86.6575L37.1827 86.7203Z\" fill=\"#FFFFFF\"/>\n<path d=\"M42.2187 90.7373C43.5693 91.4555 45.2133 91.4408 46.6867 91.027C48.16 90.6131 49.4987 89.8375 50.82 89.0672L51.516 88.6293C51.412 83.1078 51.272 77.6102 51.1947 72.0927L50.604 72.6267C50.152 73.3049 49.5627 73.8816 48.8747 74.3208C48.1867 74.7587 47.416 75.0497 46.6107 75.1725C45.8053 75.2953 44.9827 75.25 44.196 75.0364C43.4093 74.8241 42.6747 74.449 42.0413 73.9363L41.248 73.5265C41.476 79.1588 41.6613 84.7872 41.7093 90.4169L42.2187 90.7373Z\" fill=\"#FFFFFF\"/>\n<path d=\"M53.3093 5.24121L57.8746 30.972C59.4746 39.9859 60.376 58.4917 60.376 58.4917C52.4013 61.2645 43.8426 61.912 35.5426 60.37L35.0906 58.5825C30.6186 59.2126 26.0693 58.9896 21.68 57.9283C21.3893 57.8576 21.0813 57.7735 20.88 57.5532C20.6133 57.2608 20.604 56.8203 20.6133 56.4224C20.972 39.3158 22.6813 22.2625 25.724 5.42544\" fill=\"var(--hm-bottom, #000000)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M39.9409 61.7848C39.7973 61.7718 39.6538 61.7581 39.5102 61.7439C39.2616 65.2594 39.1113 68.8415 38.9657 72.312L38.9613 72.4188C38.7239 78.092 38.4786 83.9574 37.8053 89.6639C37.5893 91.5022 37.176 93.0361 36.5427 94.3538C35.1573 97.2414 31.4293 98.3094 29.3307 98.6899C27.912 98.9448 26.6467 99.1478 25.408 99.1478C24.7453 99.1478 24.0907 99.089 23.424 98.9502C22.2227 98.6979 20.904 97.6686 20.8 95.5353C20.6547 92.5248 23.1893 91.2125 25.0413 90.254L25.0432 90.253C25.6252 89.9517 26.1738 89.6676 26.5893 89.3702C27.4547 88.7495 28.8547 87.2436 28.9213 85.8445C29.2114 79.8138 28.9637 73.5292 28.7242 67.451L28.7188 67.3133C28.6199 64.7978 28.5178 62.2009 28.4582 59.697C26.1185 59.5924 23.7899 59.2614 21.4893 58.704L21.4861 58.7032C21.1764 58.627 20.664 58.5009 20.2893 58.0925C19.788 57.5425 19.8027 56.8016 19.8107 56.4024C20.1693 39.3051 21.8933 22.1049 24.9333 5.27859C25.012 4.84338 25.428 4.55368 25.8627 4.63245C26.2973 4.71121 26.5867 5.12773 26.508 5.56294C23.4827 22.3065 21.768 39.4212 21.4093 56.4345C21.4013 56.847 21.436 56.9751 21.4667 57.0085C21.5155 57.0587 21.7611 57.12 21.8553 57.1435L21.8653 57.146C26.1629 58.1861 30.5627 58.4025 34.9428 57.7899C35.5842 49.0609 35.771 40.2281 35.4973 31.4953C35.4627 30.3419 35.404 29.398 35.0093 28.593C34.676 27.9122 33.9533 27.2767 33.2187 27.3769C32.78 27.4369 32.3773 27.1299 32.3173 26.692C32.2573 26.2541 32.564 25.8496 33.0013 25.7895C34.5547 25.5773 35.876 26.728 36.4453 27.8868C37.024 29.067 37.064 30.3859 37.096 31.4459C37.3907 40.835 37.156 50.3402 36.3987 59.7092C44.1293 61.0242 52.104 60.4114 59.5453 57.9283C59.3733 54.6723 58.4973 39.0621 57.0867 31.1122L52.5213 5.38139C52.444 4.94618 52.7347 4.52966 53.1693 4.45223C53.604 4.37347 54.02 4.66583 54.0973 5.10104L58.6627 30.8318C60.2533 39.7924 61.1667 58.2674 61.1747 58.453C61.192 58.8081 60.9733 59.1325 60.6387 59.2486C57.8061 60.2335 54.8949 60.9548 51.9462 61.4091C51.8919 68.4456 52.0414 75.5219 52.1862 82.3733L52.1893 82.5217C52.2613 85.8926 52.3347 89.3782 52.3853 92.8239C52.428 95.8637 51.696 100.021 47.9707 102.564C47.448 102.937 46.8827 103.253 46.2907 103.503C46.2853 103.505 46.28 103.507 46.276 103.509C45.1013 103.971 43.888 104.206 42.704 104.206C41.7453 104.206 40.8053 104.053 39.9213 103.744C39.012 103.43 38.2653 102.783 37.8253 101.923C37.3853 101.062 37.296 100.078 37.5747 99.1531C38.0107 97.718 39.0027 96.4297 39.596 95.6594C39.704 95.5206 39.7973 95.3991 39.8693 95.299C40.9853 93.765 40.9573 92.8986 40.9267 91.9801L40.924 91.891C40.9207 91.7802 40.9173 91.6708 40.9173 91.5623C40.8734 82.9488 40.4868 74.1796 40.1127 65.6969L40.1107 65.6499C40.0533 64.3624 39.9971 63.0736 39.9409 61.7848ZM41.5478 61.9042C42.4998 61.9592 43.4528 61.9867 44.4053 61.9867C46.3903 61.9867 48.3741 61.8672 50.3445 61.6292C50.3204 65.0433 50.3434 68.4632 50.3901 71.8604C50.2123 71.91 50.0507 72.0213 49.94 72.1875C49.5467 72.7775 49.044 73.2701 48.4467 73.6506C47.8493 74.0311 47.1907 74.2794 46.4907 74.3862C45.7907 74.493 45.0893 74.453 44.4053 74.2687C43.7213 74.0832 43.096 73.7641 42.544 73.3182C42.3939 73.1971 42.2134 73.1389 42.0346 73.1405C41.9311 70.6028 41.8197 68.0792 41.7093 65.5805C41.6547 64.3555 41.6012 63.1294 41.5478 61.9042ZM34.8173 59.4244C33.2406 59.6303 31.6598 59.7332 30.0813 59.7332L30.0599 59.7332C30.1193 62.2342 30.2223 64.8333 30.3227 67.3481C30.3831 68.875 30.444 70.4147 30.4968 71.9608C30.5222 71.9634 30.5478 71.9673 30.5733 71.9725L30.5813 71.9739L30.593 71.9762C31.862 72.2303 33.061 72.4704 34.2693 72.4505C35.1527 72.4361 36.4047 72.2609 37.3976 71.5159C37.5352 68.239 37.6837 64.8742 37.9191 61.5592C37.0756 61.4474 36.2343 61.3136 35.396 61.1577C34.992 61.0829 34.7107 60.7131 34.7453 60.3033C34.7698 60.0105 34.7938 59.7175 34.8173 59.4244ZM30.5494 73.6016C30.6718 77.7219 30.7157 81.87 30.5213 85.9219C30.512 86.1147 30.488 86.3057 30.4512 86.4941C32.6485 87.0614 34.2251 87.0931 36.565 86.1152C36.9463 81.8921 37.1415 77.6068 37.3181 73.413C36.2506 73.9029 35.1374 74.0387 34.296 74.0525C34.2413 74.0538 34.1853 74.0538 34.1307 74.0538C32.9039 74.0538 31.7091 73.8324 30.5494 73.6016ZM36.3921 87.898C36.3373 88.4253 36.2791 88.9513 36.2173 89.4757C36.0213 91.1338 35.6573 92.5021 35.1013 93.6582C34.7293 94.4339 33.3933 96.3242 29.0467 97.1119C26.9787 97.4857 25.388 97.7247 23.7533 97.3829C22.572 97.1346 22.4187 95.8463 22.4 95.4578C22.3107 93.6129 23.68 92.7625 25.7773 91.6771L25.8144 91.6578C26.4354 91.3353 27.0219 91.0305 27.5213 90.6732C28.173 90.2064 29.2166 89.2242 29.8864 88.0021C31.0441 88.3082 32.0815 88.4918 33.1293 88.4918C34.1642 88.4918 35.2101 88.3136 36.3921 87.898ZM50.5903 82.5369C50.5312 79.7587 50.4712 76.9432 50.4243 74.1074C50.0867 74.4433 49.7128 74.7423 49.3053 75.0016C48.5187 75.5023 47.6533 75.828 46.732 75.9695C46.3947 76.0189 46.0573 76.0456 45.7213 76.0456C45.1387 76.0456 44.5587 75.9682 43.988 75.8147C43.3157 75.6332 42.6859 75.3526 42.1078 74.978C42.3021 79.9655 42.4573 84.997 42.5057 89.9902C42.5358 90.0019 42.5655 90.0154 42.5947 90.031C43.6373 90.5864 45.0147 90.6665 46.4707 90.2567C47.8627 89.8655 49.1613 89.1086 50.4173 88.3756C50.5095 88.3218 50.608 88.2885 50.7076 88.2744C50.6748 86.5615 50.639 84.855 50.6037 83.1745L50.5903 82.5369ZM42.5265 91.9231C42.5246 91.8641 42.5228 91.8053 42.5212 91.747C43.19 91.9919 43.9247 92.115 44.696 92.115C45.4067 92.115 46.1507 92.0095 46.9013 91.7986C48.2936 91.4077 49.5813 90.7089 50.7402 90.0396C50.7567 90.976 50.772 91.9122 50.7853 92.8452C50.8387 96.698 49.5867 99.5242 47.0627 101.244L47.048 101.254C46.6227 101.56 46.1613 101.818 45.6773 102.022C43.9413 102.71 42.036 102.787 40.4467 102.232C39.9253 102.053 39.5013 101.684 39.2507 101.194C39 100.703 38.948 100.144 39.1067 99.6177C39.4573 98.4656 40.3373 97.3215 40.864 96.638C40.9827 96.4844 41.0853 96.3509 41.164 96.2415C42.6016 94.2659 42.5601 92.9714 42.5268 91.9318L42.5267 91.9294L42.5265 91.9231Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
1170
+ }
1171
+ ]
1172
+ },
1173
+ {
1174
+ "id": "hm1-p-000036",
1175
+ "source": {
1176
+ "groupId": "bottom",
1177
+ "sourceGroupName": "Bottom",
1178
+ "partId": "004"
1179
+ },
1180
+ "name": "long-skirt",
1181
+ "aliases": [
1182
+ "bottom-long-skirt"
1183
+ ],
1184
+ "selectionSlot": "bottom",
1185
+ "uiGroups": [
1186
+ "bottom"
1187
+ ],
1188
+ "layers": [
1189
+ {
1190
+ "layerSlot": "bottom",
1191
+ "svgPath": "assets/humation-1/bottom/004.svg",
1192
+ "svg": "<svg width=\"80\" height=\"107\" viewBox=\"0 0 80 107\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M51.188 90.4502C50.3787 92.2899 48.8813 93.737 47.016 94.4819C45.152 95.2269 43.0693 95.2108 41.2187 94.4352L41.108 94.3898C40.3187 96.6593 39.1427 98.802 38.6453 101.152C38.568 101.511 38.512 101.905 38.684 102.23C38.9307 102.696 39.5253 102.827 40.0467 102.898C41.8533 103.165 43.7293 103.385 45.4787 102.862C48.4 101.994 50.4 99.1558 51.1627 96.1987C51.7213 94.0414 51.7467 91.8026 51.6533 89.5651L51.188 90.4502Z\" fill=\"#000000\"/>\n<path d=\"M36.6134 89.6839C35.472 90.8214 34.0814 91.6771 32.5534 92.1844C31.0254 92.6917 29.4 92.8372 27.8054 92.6076C27.3067 92.5529 26.824 92.3993 26.3867 92.1537C25.9614 91.8867 25.6174 91.4582 25.5667 90.9602V90.4743C23.7694 91.9962 21.9587 93.4887 21.348 95.6941C21.2267 96.1347 21.164 96.6206 21.356 97.0291C21.72 97.8101 22.752 97.9436 23.612 97.9636C25.8707 98.0344 28.1614 98.0971 30.3574 97.5711C32.5534 97.0451 34.684 95.8276 35.824 93.8745C36.7307 92.3246 36.936 90.4743 37.1067 88.6867L36.6134 89.6839Z\" fill=\"#000000\"/>\n<path d=\"M41.9614 77.2618C42.0214 79.865 42.0654 83.8033 42.0947 86.4065C42.1174 88.5679 42.1254 90.7546 41.6147 92.8546C41.4894 93.3726 41.3334 93.8799 41.1587 94.3818L41.2694 94.4272C43.1214 95.2015 45.2027 95.2189 47.0667 94.4739C48.9307 93.729 50.428 92.2819 51.2387 90.4422L51.6987 89.4437C51.664 88.652 51.6147 87.859 51.5654 87.0714C51.4107 84.2879 51.316 80.1667 51.2667 77.3793\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M29.9747 77.8786C29.988 78.2136 30.0013 80.2135 30.0147 80.5486C30.088 82.4176 30.148 84.3693 29.4093 86.0915C28.6387 87.8857 27.1107 89.2007 25.5773 90.497L25.6147 90.9522C25.6653 91.4502 26.0147 91.8867 26.436 92.1457C26.8733 92.3913 27.3547 92.5449 27.8533 92.5996C29.448 92.8292 31.0747 92.685 32.604 92.1777C34.1333 91.6704 35.524 90.8134 36.6667 89.676L37.16 88.6881C37.4573 85.5735 37.708 80.7889 37.9107 77.6676\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M55.3134 3.22269C58.8374 27.9669 61.9174 52.6604 66.1507 77.2965C66.1507 77.2965 64.32 78.4352 63.2254 77.8625C62.7267 77.5955 62.292 77.195 61.7587 77.0442C61.092 76.8546 60.396 77.0709 59.736 77.2645C55.5454 78.482 51.1454 78.7997 46.824 78.199C45.408 78 43.9334 77.709 42.5787 78.1669C41.5387 78.518 40.6387 79.295 39.5467 79.4098C38.0454 79.566 36.7094 78.4312 35.2134 78.227C32.4934 77.8559 29.5987 80.5459 27.248 79.1268C26.08 78.4219 25.524 76.872 24.2414 76.4101C22.812 75.8961 20.9334 76.916 19.8414 75.8667C19.4414 75.4769 19.276 74.9015 19.1534 74.3528C18.1414 69.8338 18.3907 65.1413 18.648 60.5155C19.704 41.5078 20.82 22.3345 25.892 3.9823\" fill=\"var(--hm-bottom, #000000)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M26.8346 79.813C27.472 80.1975 28.1346 80.3417 28.7986 80.3417C28.9339 80.3417 29.0692 80.3357 29.2045 80.3246L29.2146 80.5793L29.2151 80.5921C29.2804 82.2777 29.3543 84.1878 28.6733 85.7738C27.9633 87.4263 26.512 88.6551 24.9763 89.9554L24.972 89.959L24.969 89.9615C23.1592 91.4947 21.2876 93.0802 20.6253 95.4725C20.4186 96.2228 20.436 96.8409 20.68 97.3602C21.2978 98.6853 22.9898 98.7418 23.6319 98.7632L23.6346 98.7633L23.7339 98.7663C24.4642 98.7881 25.2016 98.8101 25.944 98.8101C27.488 98.8101 29.0493 98.7166 30.5973 98.3401C33.2946 97.6846 35.4146 96.2388 36.5653 94.2697C37.5186 92.6357 37.7573 90.8041 37.952 88.7535C38.2228 85.9115 38.4567 83.0294 38.6508 80.1724C38.9674 80.2222 39.2946 80.2382 39.632 80.2028C40.2071 80.1424 40.711 79.9478 41.1859 79.7181C41.2338 81.9439 41.2706 84.1917 41.2946 86.4159L41.2948 86.4309C41.3148 88.391 41.3374 90.6104 40.8373 92.6664C40.5218 93.963 40.0087 95.1911 39.4655 96.4909L39.4491 96.5302C38.8566 97.9482 38.244 99.4141 37.912 100.977L37.911 100.981C37.8426 101.309 37.7015 101.985 38.028 102.596C38.4935 103.478 39.5375 103.621 39.9781 103.681L39.9813 103.681C41.0106 103.834 42.076 103.97 43.1373 103.97C44.0186 103.97 44.9 103.875 45.7586 103.617C49.2373 102.576 51.2573 99.1985 51.9866 96.3843C52.744 93.4607 52.568 90.4302 52.3973 87.4999L52.3693 87.0193C52.2312 84.5293 52.1372 81.9916 52.083 79.2805C54.7376 79.1991 57.3728 78.7817 59.9626 78.0294L60.0213 78.0121L60.0243 78.0112C60.5872 77.846 61.1167 77.6906 61.5426 77.8118C61.7653 77.8746 62.0093 78.0361 62.2666 78.207L62.2767 78.2136C62.4562 78.3317 62.6413 78.4535 62.856 78.5688C64.312 79.3311 66.3466 78.1149 66.5733 77.9734C66.8506 77.8025 66.9946 77.4794 66.94 77.1577C63.8666 59.2714 61.3573 41.0353 58.9306 23.4C58.016 16.7517 57.0693 9.87501 56.1053 3.10656C56.0426 2.66868 55.6373 2.3643 55.2 2.42705C54.7626 2.48979 54.4586 2.89563 54.5213 3.33351C55.4694 9.98763 56.3994 16.7463 57.3 23.2909L57.3453 23.6202C59.748 41.082 62.232 59.1325 65.2653 76.8613C64.684 77.1323 63.9586 77.3406 63.604 77.155C63.4586 77.0763 63.308 76.9775 63.1493 76.872C62.816 76.6517 62.44 76.4034 61.9786 76.2726C61.1093 76.0256 60.292 76.2659 59.5706 76.4782L59.5146 76.4942C55.4066 77.6877 51.1733 77.9934 46.9373 77.4047C46.7946 77.3846 46.6493 77.3633 46.5053 77.3419C45.1373 77.1403 43.7226 76.9334 42.3253 77.406C41.8584 77.5631 41.4385 77.7843 41.0319 77.9984L41.0186 78.0054C40.48 78.2898 39.9706 78.5581 39.4653 78.6115C38.8026 78.6809 38.1026 78.3886 37.3613 78.0775L37.3452 78.0708C36.7102 77.8058 36.0538 77.532 35.3226 77.4327C33.958 77.2461 32.6493 77.693 31.3844 78.125L31.3786 78.1269L31.372 78.1292C29.9228 78.6235 28.6731 79.0498 27.6613 78.4393C27.2601 78.1967 26.918 77.7842 26.5555 77.347L26.5451 77.3344C26.0218 76.7025 25.4276 75.985 24.5133 75.6558C23.7412 75.3774 22.9257 75.4479 22.204 75.5104L22.1893 75.5116C21.2986 75.5891 20.7346 75.6131 20.4 75.2914C20.1573 75.0551 20.0333 74.6159 19.9346 74.1766C18.9379 69.7272 19.197 65.0712 19.4475 60.5682L19.448 60.5596C20.4813 41.9444 21.552 22.695 26.664 4.19592C26.7826 3.77006 26.532 3.32817 26.1066 3.21069C25.68 3.09188 25.24 3.34286 25.1226 3.76872C19.964 22.4347 18.8893 41.7708 17.8506 60.4715C17.5933 65.0866 17.328 69.8579 18.3733 74.5277C18.5253 75.2086 18.7413 75.9121 19.288 76.4448C20.1744 77.2963 21.318 77.1965 22.3271 77.1084C22.9431 77.0536 23.5253 77.0028 23.9706 77.163C24.4738 77.3443 24.8627 77.8143 25.3124 78.3578L25.3146 78.3605C25.728 78.8611 26.1973 79.4285 26.8346 79.813ZM50.4825 79.2889C49.2292 79.2636 47.9728 79.1638 46.716 78.9893L46.2733 78.9252C45.0373 78.7437 43.8706 78.5728 42.836 78.9226C42.8139 78.93 42.7918 78.9378 42.7697 78.9458C42.8255 81.4175 42.868 83.9226 42.8946 86.3985C42.916 88.4571 42.94 90.7893 42.392 93.0455C42.322 93.3335 42.2431 93.6186 42.1573 93.9008C43.6658 94.3802 45.2819 94.3236 46.7693 93.729C48.4493 93.0575 49.776 91.7759 50.5053 90.1192C50.5886 89.9307 50.7355 89.7903 50.9096 89.7121C50.8818 89.0076 50.8411 88.304 50.8006 87.6063L50.772 87.1114C50.6322 84.5937 50.5368 82.0293 50.4825 79.2889ZM37.0788 79.692C36.9653 79.6456 36.8537 79.5988 36.744 79.5527C36.1746 79.3137 35.636 79.0894 35.1066 79.0173C34.1188 78.8816 33.0435 79.2488 31.9058 79.6374L31.896 79.6408C31.5375 79.7642 31.1684 79.8909 30.7928 80.0021L30.8133 80.5152C30.8866 82.3749 30.9693 84.4828 30.144 86.4066C29.3551 88.2422 27.8875 89.5813 26.406 90.8433C26.4073 90.8524 26.4084 90.8616 26.4093 90.8708C26.4306 91.0737 26.5986 91.302 26.84 91.4555C27.1813 91.6438 27.5506 91.7613 27.9386 91.804L27.9474 91.8052L27.9653 91.808C29.4293 92.0189 30.9466 91.8841 32.3506 91.4182C33.7546 90.9522 35.052 90.1539 36.1013 89.1086C36.1678 89.0426 36.243 88.9906 36.3233 88.9526C36.3348 88.8364 36.3461 88.7193 36.3573 88.6013C36.6387 85.6506 36.8811 82.656 37.0788 79.692ZM50.9188 92.5367C50.8666 93.7092 50.7271 94.8659 50.4373 95.9838C49.492 99.6324 47.164 101.527 45.3 102.085C43.7213 102.556 41.9933 102.36 40.2053 102.095C39.5906 102.013 39.4666 101.895 39.44 101.844C39.416 101.798 39.4013 101.668 39.4773 101.31C39.7786 99.89 40.3386 98.551 40.932 97.1333C41.1682 96.5693 41.4077 95.9971 41.6314 95.4143C42.4764 95.6879 43.3495 95.825 44.2226 95.825C45.2853 95.825 46.348 95.6234 47.3626 95.2176C48.7861 94.6486 50.0041 93.7232 50.9188 92.5367ZM22.1666 95.8997C22.6042 94.319 23.7733 93.1177 25.1239 91.9373C25.3336 92.2882 25.6392 92.598 26.016 92.8293L26.044 92.8453C26.5746 93.143 27.1493 93.3272 27.752 93.3953C28.272 93.4687 28.7986 93.5061 29.324 93.5061C30.5213 93.5061 31.72 93.3139 32.856 92.9387C33.9717 92.5685 35.0299 92.0178 35.9782 91.3188C35.8058 92.095 35.5602 92.8122 35.1813 93.4607C34.2653 95.028 32.456 96.2388 30.216 96.7835C28.104 97.2972 25.8589 97.2282 23.6882 97.1615L23.684 97.1613C22.7746 97.132 22.2653 96.9744 22.128 96.6807C22.0773 96.5726 22.0426 96.3483 22.1666 95.8997Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
1193
+ }
1194
+ ]
1195
+ },
1196
+ {
1197
+ "id": "hm1-p-000037",
1198
+ "source": {
1199
+ "groupId": "bottom",
1200
+ "sourceGroupName": "Bottom",
1201
+ "partId": "005"
1202
+ },
1203
+ "name": "mini-skirt",
1204
+ "aliases": [
1205
+ "bottom-mini-skirt"
1206
+ ],
1207
+ "selectionSlot": "bottom",
1208
+ "uiGroups": [
1209
+ "bottom"
1210
+ ],
1211
+ "layers": [
1212
+ {
1213
+ "layerSlot": "bottom",
1214
+ "svgPath": "assets/humation-1/bottom/005.svg",
1215
+ "svg": "<svg width=\"80\" height=\"107\" viewBox=\"0 0 80 107\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M51.188 90.4502C50.3787 92.2899 48.8813 93.737 47.016 94.4819C45.152 95.2269 43.0707 95.2108 41.2187 94.4352L41.108 94.3898C40.3187 96.6593 39.1427 98.802 38.6453 101.152C38.568 101.511 38.512 101.905 38.684 102.23C38.9307 102.696 39.5253 102.827 40.0467 102.898C41.8533 103.165 43.7293 103.385 45.4787 102.862C48.4 101.994 50.4 99.1558 51.1627 96.1987C51.7213 94.0414 51.7467 91.8026 51.6533 89.5651L51.188 90.4502Z\" fill=\"#000000\"/>\n<path d=\"M36.6134 89.6839C35.472 90.8214 34.0814 91.6771 32.5534 92.1844C31.0254 92.6917 29.4 92.8372 27.8054 92.6076C27.3067 92.5529 26.824 92.3993 26.3867 92.1537C25.9614 91.8867 25.6174 91.4582 25.5667 90.9602V90.4743C23.7694 91.9962 21.9587 93.4887 21.348 95.6941C21.2267 96.1347 21.164 96.6206 21.356 97.0291C21.72 97.8101 22.752 97.9436 23.612 97.9636C25.8707 98.0344 28.1614 98.0971 30.3574 97.5711C32.5534 97.0451 34.684 95.8276 35.824 93.8745C36.7307 92.3246 36.936 90.4743 37.1067 88.6867L36.6134 89.6839Z\" fill=\"#000000\"/>\n<path d=\"M28.5333 40.094C28.8 46.9159 29.5027 66.8541 29.876 76.8506L30.4187 77.0348C31.6187 77.2751 32.8893 77.5515 34.2853 77.5288C35.5867 77.5074 36.9213 77.183 37.948 76.382L38.016 76.2058C38.532 67.005 39.0213 56.122 39.5547 48.8717C39.6653 47.3658 39.688 41.6934 39.808 40.5479\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M39.6693 40.3985C40.0866 47.7303 40.9333 65.8289 41.3333 77.7918L42.3026 78.7463C42.9373 79.259 43.6706 79.6341 44.4573 79.8464C45.244 80.0586 46.0666 80.1054 46.872 79.9825C47.6773 79.8597 48.4493 79.5687 49.1373 79.1308C49.8253 78.6929 50.4133 78.1162 50.8666 77.4367L51.26 76.7332C51.0666 64.4805 51.1586 46.8852 51.3333 39.5788\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M41.268 94.4272C43.12 95.2015 45.2013 95.2189 47.0653 94.474C48.9293 93.729 50.4267 92.2819 51.2373 90.4423L51.704 89.6293C51.6693 88.7749 51.6173 87.9204 51.5707 87.0714C51.4373 84.5709 51.332 80.9304 51.2667 76.7332L50.8733 77.4367C50.4213 78.1162 49.832 78.6929 49.144 79.1308C48.456 79.5687 47.6853 79.8584 46.88 79.9825C46.0747 80.1054 45.252 80.06 44.4653 79.8464C43.6787 79.6341 42.944 79.259 42.3107 78.7463L41.3347 77.7918C41.452 81.2628 41.5333 84.2719 41.556 86.4066C41.5787 88.5679 42.12 90.7547 41.6093 92.8546C41.484 93.3713 41.328 93.8786 41.1533 94.3805L41.268 94.4272Z\" fill=\"#FFFFFF\"/>\n<path d=\"M25.6147 90.9522C25.6654 91.4502 26.0147 91.8867 26.436 92.1457C26.8734 92.3913 27.3547 92.5449 27.8534 92.5996C29.448 92.8292 31.0747 92.685 32.604 92.1777C34.1334 91.6704 35.524 90.8134 36.6667 89.676L37.16 88.6881C37.46 85.5455 37.7427 81.1146 38.0174 76.2058L37.9494 76.382C36.9227 77.183 35.588 77.5074 34.2867 77.5288C32.9854 77.5502 31.6974 77.2912 30.42 77.0348L29.8774 76.8506C29.9307 78.3018 29.9787 79.5567 30.0187 80.5472C30.092 82.4162 30.152 84.368 29.4134 86.0901C28.6374 87.8964 27.0934 89.2167 25.5467 90.5237L25.6147 90.9522Z\" fill=\"#FFFFFF\"/>\n<path d=\"M26.788 7.46265C24.1054 17.8623 21.82 28.3541 19.9333 38.9393C33.1787 41.5519 46.8267 41.3142 59.972 38.2424C58.0347 28.0096 56.1014 17.7769 54.1707 7.54408\" fill=\"var(--hm-bottom, #000000)\"/>\n<path d=\"M43.136 103.97C42.0733 103.97 41.0093 103.834 39.98 103.681C39.5413 103.621 38.4933 103.48 38.0267 102.596C37.6987 101.982 37.8427 101.304 37.912 100.977C38.2453 99.4081 38.8613 97.937 39.456 96.5138C40.0027 95.2055 40.52 93.9707 40.8373 92.6664C41.148 91.3901 41.028 90.0484 40.9 88.6293C40.836 87.9084 40.768 87.1635 40.7613 86.4159C40.6613 76.872 39.3747 49.8796 38.872 40.9498C38.8467 40.5079 39.184 40.1301 39.6253 40.1048C40.0667 40.0794 40.444 40.4172 40.4693 40.859C40.9733 49.8009 42.26 76.8306 42.3613 86.3986C42.368 87.0821 42.4293 87.7643 42.4947 88.4852C42.628 89.9724 42.7653 91.5103 42.392 93.0442C42.0453 94.4713 41.48 95.8237 40.932 97.132C40.3387 98.5497 39.7787 99.8887 39.4773 101.309C39.4013 101.667 39.416 101.796 39.44 101.843C39.4667 101.894 39.5907 102.011 40.2053 102.094C41.9947 102.358 43.7227 102.555 45.3013 102.083C48.144 101.233 49.8187 98.3748 50.4387 95.9825C51.1333 93.3032 50.964 90.3995 50.8013 87.5934L50.7733 87.1101C50.2373 77.5034 50.2973 50.1533 50.532 40.1275C50.5427 39.6856 50.912 39.3318 51.3507 39.3451C51.792 39.3558 52.1427 39.7229 52.132 40.1648C51.8987 50.1707 51.8373 77.4514 52.3707 87.0193L52.3987 87.4999C52.5693 90.4316 52.7453 93.462 51.988 96.3857C51.2587 99.1999 49.2387 102.577 45.76 103.619C44.8987 103.875 44.0173 103.97 43.136 103.97Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M38.344 41.5372C32.12 41.5372 25.8827 40.9285 19.7787 39.7256C19.3507 39.6415 19.0693 39.229 19.1453 38.7991C21.0267 28.2433 23.3373 17.634 26.0133 7.26242C26.124 6.83389 26.56 6.57623 26.988 6.68704C27.416 6.79784 27.6733 7.23439 27.5627 7.66292C24.9627 17.7395 22.7093 28.0444 20.86 38.3025C27.1507 39.488 33.5787 40.0327 39.976 39.9219C46.3813 39.8111 52.792 39.0408 59.0427 37.635C57.1787 27.784 55.2747 17.7155 53.3853 7.69363C53.3027 7.25842 53.5893 6.84056 54.0227 6.75779C54.4573 6.67502 54.8747 6.96205 54.9573 7.39592C56.896 17.6741 58.848 28.0016 60.7587 38.0942C60.8387 38.5161 60.572 38.926 60.1547 39.0234C53.5573 40.5653 46.7787 41.4064 40.004 41.5239C39.4507 41.5332 38.8973 41.5372 38.344 41.5372Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M45.988 80.8516C45.4053 80.8516 44.8253 80.7742 44.2547 80.6207C43.3547 80.3777 42.532 79.9572 41.8053 79.3711C41.4613 79.0934 41.408 78.5888 41.6853 78.2444C41.9627 77.8999 42.4667 77.8465 42.8107 78.1242C43.3627 78.5701 43.988 78.8892 44.672 79.0747C45.356 79.259 46.0573 79.299 46.7573 79.1922C47.4573 79.0854 48.116 78.8384 48.7133 78.4566C49.3107 78.0762 49.8133 77.5835 50.2067 76.9935C50.452 76.625 50.9493 76.5262 51.316 76.7719C51.684 77.0175 51.7827 77.5155 51.5373 77.8826C51.02 78.6582 50.3587 79.307 49.572 79.8077C48.7853 80.3083 47.92 80.634 46.9987 80.7755C46.6613 80.8249 46.324 80.8516 45.988 80.8516Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M34.1307 78.3258C32.804 78.3258 31.5147 78.0668 30.2667 77.8171C29.8333 77.7304 29.5493 77.3072 29.636 76.8733C29.7227 76.4394 30.1413 76.1564 30.5733 76.2445L30.5813 76.2458C31.8547 76.5008 33.0587 76.7425 34.2693 76.7224C35.1693 76.7078 36.452 76.5262 37.4533 75.7452C37.8013 75.4729 38.304 75.5356 38.576 75.8841C38.848 76.2325 38.7853 76.7358 38.4373 77.0081C37.0867 78.0614 35.44 78.3057 34.296 78.3244C34.2413 78.3258 34.1853 78.3258 34.1307 78.3258Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M44.2227 95.825C43.116 95.825 42.0093 95.6047 40.96 95.1655C40.552 94.9946 40.36 94.526 40.5307 94.1175C40.7013 93.709 41.1693 93.5168 41.5773 93.6877C43.2453 94.3859 45.0893 94.4005 46.7693 93.729C48.4493 93.0575 49.776 91.7759 50.5053 90.1192C50.684 89.7147 51.156 89.5318 51.56 89.7094C51.964 89.8882 52.148 90.3608 51.9693 90.7653C51.0693 92.8079 49.4333 94.3899 47.3627 95.2176C46.348 95.6234 45.2853 95.825 44.2227 95.825Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M25.948 98.81C25.172 98.81 24.4013 98.786 23.6387 98.7633C22.9987 98.7419 21.3027 98.6872 20.684 97.3602C20.44 96.8409 20.4227 96.2228 20.6293 95.4725C21.292 93.0789 23.1653 91.4929 24.976 89.959C26.5133 88.6573 27.9667 87.4278 28.6773 85.7724C29.36 84.1811 29.284 82.2667 29.2187 80.5779C29.0547 76.5062 28.7453 67.9341 28.4467 59.6438C28.1653 51.8367 27.9 44.4635 27.752 40.7215C27.7347 40.2796 28.0787 39.9071 28.52 39.8898C28.9573 39.8764 29.3333 40.2169 29.3507 40.6587C29.4987 44.4034 29.7653 51.778 30.0467 59.5864C30.3453 67.8741 30.6547 76.4448 30.8173 80.5152C30.8907 82.3748 30.9733 84.4815 30.148 86.4065C29.288 88.4077 27.6213 89.8188 26.0093 91.1832C24.308 92.6236 22.7013 93.9827 22.1707 95.8997C22.0467 96.3483 22.0813 96.5726 22.132 96.6807C22.2693 96.9757 22.7787 97.1319 23.688 97.1613C25.86 97.228 28.1067 97.2975 30.22 96.7835C32.46 96.2388 34.2693 95.028 35.1853 93.4607C35.9747 92.1096 36.1853 90.4609 36.3613 88.6013C36.8427 83.5416 37.288 74.9909 37.7187 66.722C38.156 58.3301 38.608 49.6526 39.0933 44.7906C39.1373 44.35 39.528 44.031 39.9693 44.0737C40.4093 44.1177 40.7293 44.5102 40.6853 44.9508C40.204 49.7741 39.7533 58.4329 39.316 66.8061C38.884 75.0924 38.4373 83.6604 37.9533 88.7535C37.7587 90.804 37.52 92.6356 36.5667 94.2697C35.416 96.2388 33.296 97.6846 30.5987 98.3401C29.0533 98.7166 27.492 98.81 25.948 98.81Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M29.324 93.5061C28.7987 93.5061 28.272 93.4687 27.752 93.3953C27.1493 93.3272 26.5747 93.143 26.044 92.8453C26.0347 92.8399 26.0253 92.8346 26.016 92.8292C25.3373 92.4127 24.8893 91.7412 24.8173 91.0337C24.772 90.5931 25.092 90.2006 25.532 90.1552C25.9707 90.1098 26.364 90.4302 26.4093 90.8708C26.4307 91.0737 26.5987 91.302 26.84 91.4555C27.1813 91.6438 27.5507 91.7612 27.9387 91.804C27.948 91.8053 27.9573 91.8066 27.9653 91.808C29.4307 92.0189 30.9467 91.8841 32.3507 91.4181C33.7547 90.9522 35.052 90.1539 36.1 89.1099C36.4133 88.7975 36.92 88.7989 37.232 89.1126C37.544 89.4263 37.5427 89.9336 37.2293 90.246C36.0053 91.4649 34.492 92.3967 32.8547 92.94C31.72 93.3138 30.5213 93.5061 29.324 93.5061Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
1216
+ }
1217
+ ]
1218
+ },
1219
+ {
1220
+ "id": "hm1-p-000038",
1221
+ "source": {
1222
+ "groupId": "bottom",
1223
+ "sourceGroupName": "Bottom",
1224
+ "partId": "006"
1225
+ },
1226
+ "name": "midi-skirt",
1227
+ "aliases": [
1228
+ "bottom-midi-skirt"
1229
+ ],
1230
+ "selectionSlot": "bottom",
1231
+ "uiGroups": [
1232
+ "bottom"
1233
+ ],
1234
+ "layers": [
1235
+ {
1236
+ "layerSlot": "bottom",
1237
+ "svgPath": "assets/humation-1/bottom/006.svg",
1238
+ "svg": "<svg width=\"80\" height=\"107\" viewBox=\"0 0 80 107\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M51.188 90.4502C50.3787 92.2899 48.8813 93.737 47.016 94.4819C45.152 95.2269 43.0707 95.2108 41.2187 94.4352L41.108 94.3898C40.3187 96.6593 39.1427 98.802 38.6453 101.152C38.568 101.511 38.512 101.905 38.684 102.23C38.9307 102.696 39.5253 102.827 40.0467 102.898C41.8533 103.165 43.7293 103.385 45.4787 102.862C48.4 101.994 50.4 99.1558 51.1627 96.1987C51.7213 94.0414 51.7467 91.8026 51.6533 89.5651L51.188 90.4502Z\" fill=\"#000000\"/>\n<path d=\"M36.6134 89.6839C35.472 90.8214 34.0814 91.6771 32.5534 92.1844C31.0254 92.6917 29.4 92.8372 27.8054 92.6076C27.3067 92.5529 26.824 92.3993 26.3867 92.1537C25.9614 91.8867 25.6174 91.4582 25.5667 90.9602V90.4743C23.7694 91.9962 21.9587 93.4887 21.348 95.6941C21.2267 96.1347 21.164 96.6206 21.356 97.0291C21.72 97.8101 22.752 97.9436 23.612 97.9636C25.8707 98.0344 28.1614 98.0971 30.3574 97.5711C32.5534 97.0451 34.684 95.8276 35.824 93.8745C36.7307 92.3246 36.936 90.4743 37.1067 88.6867L36.6134 89.6839Z\" fill=\"#000000\"/>\n<path d=\"M41.136 57.9911C41.6747 67.4535 41.9933 76.9254 42.0933 86.4065C42.116 88.5679 42.124 90.7546 41.6133 92.8546C41.4987 93.3272 41.3587 93.7891 41.2027 94.2523L41.268 94.4272C43.12 95.2015 45.2013 95.2189 47.0653 94.4739C48.9293 93.729 50.4267 92.2819 51.2373 90.4422L51.6133 89.7227C51.5787 88.8496 51.6133 87.9391 51.5693 87.0714C51.0227 77.2738 51.2333 67.4469 51.4627 57.6413\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M29.0853 57.1113L30.0187 80.5472C30.092 82.4162 30.152 84.368 29.4133 86.0901C28.6493 87.8697 27.1387 89.178 25.6187 90.4649V90.9522C25.6693 91.4501 26.0187 91.8867 26.44 92.1457C26.8773 92.3913 27.3587 92.5448 27.8573 92.5996C29.452 92.8279 31.0773 92.6837 32.6053 92.1764C34.1333 91.6691 35.524 90.8133 36.6667 89.6759C36.808 89.5584 36.9333 89.4236 37.0427 89.2754C37.1187 89.0912 37.1587 88.8936 37.16 88.6934C38.1387 78.4366 38.6067 68.1344 38.5613 57.8255\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M53.4853 6.82452C56.7906 23.0247 59.2186 39.3919 60.7586 55.8551C56.0626 56.851 51.3333 57.8509 46.5333 58.0244C42.968 58.1579 39.404 57.8229 35.8506 57.4904L19.9266 56.0126C19.9266 56.0126 21.2706 22.8832 26.5333 7.64288\" fill=\"var(--hm-bottom, #000000)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M39.3611 58.6056C39.6984 58.6322 40.0364 58.6574 40.3748 58.6809C40.8879 67.8792 41.1982 77.2068 41.2946 86.4159L41.2948 86.4309C41.3147 88.391 41.3373 90.6103 40.8373 92.6663C40.5218 93.963 40.0086 95.1911 39.4655 96.491L39.4491 96.5303C38.8565 97.9483 38.244 99.4141 37.912 100.977C37.8426 101.304 37.6988 101.982 38.0266 102.596C38.4922 103.478 39.5362 103.621 39.9767 103.681L39.98 103.681C41.0093 103.834 42.0733 103.97 43.136 103.97C44.0173 103.97 44.8986 103.875 45.76 103.62C49.2386 102.579 51.2586 99.2012 51.988 96.387C52.7453 93.4633 52.5693 90.4329 52.3986 87.5012L52.3706 87.0206C51.8261 77.243 52.0427 67.2003 52.2507 58.2809C55.1877 57.8526 58.086 57.2381 60.9253 56.636C61.3227 56.5519 61.5933 56.1821 61.556 55.7776C60.0187 39.3518 57.568 22.8258 54.2693 6.66163C54.1813 6.22775 53.7587 5.94874 53.3253 6.03685C52.892 6.12496 52.6133 6.54815 52.7013 6.98203C55.94 22.8578 58.36 39.0821 59.8947 55.2169C55.52 56.1434 51.012 57.0592 46.5027 57.2221C43.0027 57.3543 39.4227 57.0192 35.9613 56.6948L20.76 55.2837C20.868 53.0115 21.244 45.9066 22.0533 37.6109C23.348 24.3477 25.1587 14.0749 27.2893 7.90318C27.4333 7.48532 27.212 7.02875 26.7947 6.88457C26.3773 6.74039 25.9213 6.962 25.7773 7.37986C20.5373 22.5575 19.1827 54.6215 19.128 55.9792C19.1107 56.4051 19.4293 56.7709 19.8533 56.8096L28.3033 57.5938L29.2191 80.591C29.2843 82.2766 29.3582 84.1852 28.6773 85.7724C27.9673 87.4263 26.516 88.6551 24.9802 89.9553L24.976 89.959L24.973 89.9615C23.1632 91.4946 21.2916 93.0802 20.6293 95.4725C20.4226 96.2228 20.44 96.8409 20.684 97.3602C21.3017 98.6853 22.9938 98.7418 23.6359 98.7632L23.6386 98.7633L23.7392 98.7663L23.7406 98.7663C24.4699 98.7881 25.2065 98.81 25.948 98.81C27.492 98.81 29.0533 98.7166 30.5986 98.3388C33.296 97.6833 35.416 96.2375 36.5666 94.2683C37.52 92.6343 37.7586 90.8027 37.9533 88.7521C38.9053 78.7732 39.379 68.6347 39.3611 58.6056ZM44.892 58.8548C43.9217 58.8548 42.951 58.8259 41.9827 58.7776C42.492 67.9392 42.7989 77.228 42.8946 86.3998C42.916 88.4571 42.94 90.7893 42.392 93.0455C42.322 93.3335 42.2431 93.6186 42.1572 93.9008C43.6658 94.3802 45.2818 94.3236 46.7693 93.729C48.4493 93.0575 49.776 91.7759 50.5053 90.1192C50.5888 89.9302 50.7362 89.7896 50.9109 89.7115C50.8831 89.0066 50.8423 88.3027 50.8019 87.6048L50.7733 87.1114C50.2299 77.3625 50.4387 67.3809 50.6449 58.4949C49.2909 58.6574 47.9295 58.7731 46.5627 58.8228C46.0067 58.8454 45.4493 58.8548 44.892 58.8548ZM40.932 97.1333C41.1682 96.5693 41.4076 95.9971 41.6314 95.4143C42.4764 95.6879 43.3495 95.825 44.2226 95.825C45.2853 95.825 46.348 95.6234 47.3626 95.2175C48.7868 94.6483 50.0053 93.7222 50.9202 92.5349C50.868 93.708 50.7286 94.8654 50.4386 95.9838C49.4933 99.6324 47.1653 101.527 45.3013 102.085C43.7226 102.556 41.9946 102.36 40.2053 102.095C39.5906 102.013 39.4666 101.895 39.44 101.844C39.416 101.798 39.4013 101.668 39.4773 101.31C39.7786 99.89 40.3386 98.551 40.932 97.1333ZM35.8162 58.2917L35.815 58.2916L35.8133 58.2914L35.776 58.2874L29.9104 57.743L30.8173 80.5152C30.8906 82.3748 30.9733 84.4815 30.148 86.4065C29.3585 88.2436 27.8892 89.5835 26.4064 90.8463C26.4075 90.8544 26.4084 90.8626 26.4093 90.8708C26.4306 91.0737 26.5986 91.302 26.84 91.4555C27.1813 91.6437 27.5506 91.7612 27.9386 91.8039C27.948 91.8053 27.9573 91.8066 27.9653 91.808C29.4293 92.0189 30.9466 91.884 32.3506 91.4181C33.7546 90.9522 35.052 90.1539 36.1 89.1099C36.168 89.0421 36.2451 88.9891 36.3274 88.9508C36.3389 88.8351 36.3502 88.7186 36.3613 88.6013C37.3125 78.627 37.7836 68.4942 37.7608 58.4705C37.1092 58.4125 36.4607 58.3519 35.8162 58.2917ZM35.9829 91.3157C35.8104 92.0931 35.5647 92.8113 35.1853 93.4607C34.2693 95.028 32.46 96.2388 30.22 96.7835C28.108 97.2971 25.8629 97.2281 23.6922 97.1614L23.688 97.1613C22.7786 97.1319 22.2693 96.9757 22.132 96.6807C22.0813 96.5726 22.0466 96.3483 22.1706 95.8997C22.6079 94.32 23.7758 93.1192 25.1252 91.9396C25.3349 92.2896 25.64 92.5985 26.016 92.8292L26.044 92.8452C26.5746 93.143 27.1493 93.3272 27.752 93.3953C28.272 93.4687 28.7986 93.5061 29.324 93.5061C30.5213 93.5061 31.72 93.3138 32.8546 92.94C33.9727 92.569 35.033 92.0168 35.9829 91.3157Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
1239
+ }
1240
+ ]
1241
+ },
1242
+ {
1243
+ "id": "hm1-p-000039",
1244
+ "source": {
1245
+ "groupId": "bottom",
1246
+ "sourceGroupName": "Bottom",
1247
+ "partId": "007"
1248
+ },
1249
+ "name": "flared-skirt",
1250
+ "aliases": [
1251
+ "bottom-flared-skirt"
1252
+ ],
1253
+ "selectionSlot": "bottom",
1254
+ "uiGroups": [
1255
+ "bottom"
1256
+ ],
1257
+ "layers": [
1258
+ {
1259
+ "layerSlot": "bottom",
1260
+ "svgPath": "assets/humation-1/bottom/007.svg",
1261
+ "svg": "<svg width=\"80\" height=\"107\" viewBox=\"0 0 80 107\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M51.188 90.4502C50.3787 92.2899 48.8813 93.737 47.016 94.4819C45.152 95.2269 43.0707 95.2108 41.2187 94.4352L41.108 94.3898C40.3187 96.6593 39.1427 98.802 38.6453 101.152C38.568 101.511 38.512 101.905 38.684 102.23C38.9307 102.696 39.5253 102.827 40.0467 102.898C41.8533 103.165 43.7293 103.385 45.4787 102.862C48.4 101.994 50.4 99.1558 51.1627 96.1987C51.7213 94.0414 51.7467 91.8026 51.6533 89.5651L51.188 90.4502Z\" fill=\"#000000\"/>\n<path d=\"M36.6134 89.6839C35.472 90.8214 34.0814 91.6771 32.5534 92.1844C31.0254 92.6917 29.4 92.8372 27.8054 92.6076C27.3067 92.5529 26.824 92.3993 26.3867 92.1537C25.9614 91.8867 25.6174 91.4582 25.5667 90.9602V90.4743C23.7694 91.9962 21.9587 93.4887 21.348 95.6941C21.2267 96.1347 21.164 96.6206 21.356 97.0291C21.72 97.8101 22.752 97.9436 23.612 97.9636C25.8707 98.0344 28.1614 98.0971 30.3574 97.5711C32.5534 97.0451 34.684 95.8276 35.824 93.8745C36.7307 92.3246 36.936 90.4743 37.1067 88.6867L36.6134 89.6839Z\" fill=\"#000000\"/>\n<path d=\"M42.2586 78.7543C42.8933 79.2669 43.6266 79.6421 44.4133 79.8543C45.2 80.0666 46.0226 80.1133 46.828 79.9905C47.6333 79.8677 48.4053 79.578 49.092 79.1401C49.78 78.7022 50.3693 78.1255 50.8213 77.446L51.2386 76.9814C51.172 68.7164 51.3866 53.7044 51.5466 46.8945L41.2186 48.7128C41.6186 55.7336 41.824 70.4867 41.944 78.5033L42.2586 78.7543Z\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M38.0733 76.1978C38.5253 68.8072 38.804 59.3514 38.776 52.89L28.776 50.4456C29.0427 57.1206 29.4987 69.125 29.82 76.8493L30.3733 77.0429C31.6493 77.3005 32.9373 77.5595 34.24 77.5368C35.5427 77.5141 36.876 77.191 37.904 76.39L38.0733 76.1978Z\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M27.256 7.25308C24.2014 20.4642 21.1854 33.6834 18.208 46.9119C17.6334 49.4658 17.532 52.9515 19.996 53.8246C22.04 54.5495 24.0254 52.7312 26.1067 52.1238C30.252 50.9116 34.3827 54.6256 38.692 54.3252C42.0614 54.0902 44.9894 51.4256 48.364 51.5671C50.4334 51.6539 52.2907 52.7913 54.2574 53.4361C56.224 54.0809 58.736 54.0929 59.9827 52.4362C60.9747 51.1172 60.772 49.2842 60.516 47.6515C58.496 34.4577 56.4734 21.2612 54.4507 8.06343L27.256 7.25308Z\" fill=\"var(--hm-bottom, #000000)\"/>\n<path d=\"M41.2187 94.4353C43.0707 95.2109 45.152 95.2269 47.016 94.482C48.88 93.7371 50.3774 92.2886 51.188 90.4503L51.6414 89.3008C51.608 88.337 51.5747 88.0393 51.5214 87.0794C51.3534 84.0703 51.2694 80.5913 51.24 76.9334L50.8227 77.4474C50.3694 78.1256 49.7814 78.7023 49.0934 79.1415C48.4054 79.5794 47.6347 79.8691 46.828 79.9932C46.0227 80.116 45.2 80.0707 44.4134 79.8571C43.6267 79.6448 42.892 79.2697 42.2587 78.757L41.944 78.4647C41.9867 81.2682 42.0187 83.9595 42.044 86.4172C42.0667 88.5786 42.076 90.7667 41.5654 92.8666C41.4387 93.3846 41.2827 93.8946 41.1067 94.3979L41.2187 94.4353Z\" fill=\"#FFFFFF\"/>\n<path d=\"M25.5666 90.9602C25.6173 91.4582 25.9666 91.8947 26.3866 92.1537C26.8239 92.3994 27.3066 92.5529 27.8053 92.6076C29.3999 92.8359 31.0253 92.6917 32.5533 92.1844C34.0813 91.6771 35.4719 90.8214 36.6133 89.684L37.0559 89.2301L37.1079 88.6961C37.4693 84.9047 37.7973 80.6687 38.0653 76.314L37.8973 76.3887C36.8693 77.1897 35.5359 77.5141 34.2333 77.5355C32.9306 77.5568 31.6439 77.2992 30.3666 77.0415L29.8173 76.9628C29.8706 78.2404 29.9199 79.4472 29.9639 80.5553C30.0386 82.4243 30.0973 84.3747 29.3599 86.0982C28.5599 87.9458 26.9599 89.2862 25.3879 90.6225L25.5666 90.9602Z\" fill=\"#FFFFFF\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M26.3307 52.8927C26.8777 52.7325 27.4303 52.6708 27.9893 52.6819C28.1488 56.6737 28.3735 61.8841 28.5923 66.9544L28.6027 67.1959C28.8094 71.9592 29.0214 76.884 29.1707 80.5899L29.1708 80.5927C29.2375 82.2782 29.313 84.1887 28.6307 85.7844C27.92 87.4385 26.468 88.668 24.9294 89.9697C23.1174 91.5022 21.244 93.0882 20.5814 95.4819C20.3747 96.2335 20.3934 96.8503 20.636 97.3682C21.2614 98.7099 22.9587 98.75 23.592 98.7646L23.6185 98.7655C24.3449 98.7879 25.1044 98.8114 25.8787 98.8114C27.4094 98.8114 29.0054 98.7193 30.548 98.3481C33.204 97.7127 35.38 96.2281 36.5187 94.2777C37.5487 92.5179 37.7478 90.4368 37.9077 88.7646L37.908 88.7615C38.9504 77.8286 39.6027 64.6446 39.5814 55.0218C39.8705 54.9719 40.1556 54.9081 40.4373 54.8334C40.9635 64.3366 41.1502 77.3942 41.2454 86.4226C41.2667 88.389 41.2894 90.6185 40.7894 92.6744C40.4753 93.9696 39.9622 95.1962 39.4191 96.4945L39.4094 96.5179C38.812 97.9423 38.196 99.4148 37.864 100.982C37.7574 101.477 37.6867 102.055 37.9774 102.605C38.4426 103.485 39.4858 103.629 39.9255 103.689L39.9294 103.689C40.9614 103.843 42.028 103.979 43.0907 103.979C43.972 103.979 44.8507 103.886 45.7094 103.627C49.1947 102.591 51.2134 99.2132 51.94 96.3964C52.696 93.4647 52.52 90.4249 52.3494 87.4852L52.3227 87.0313C51.7913 77.5367 52.104 63.3199 52.3313 53.5583C52.8753 53.7837 53.4355 54.0098 54.0067 54.197C55.18 54.5815 56.4147 54.723 57.484 54.5948C58.832 54.4333 59.916 53.8526 60.62 52.9181C61.788 51.3641 61.5867 49.3216 61.3054 47.53C59.4595 35.4734 57.6113 23.4145 55.763 11.3545L55.24 7.94191C55.1734 7.50537 54.7654 7.20633 54.328 7.27174C53.892 7.33849 53.592 7.747 53.6587 8.18489C55.6786 21.3647 57.6972 34.5432 59.7158 47.7217L59.724 47.7756C59.9654 49.3122 60.1347 50.9009 59.3427 51.9542C58.3147 53.3199 56.0947 53.1957 54.5054 52.6751C53.904 52.4775 53.316 52.2332 52.6934 51.9742C51.3427 51.4122 49.944 50.8315 48.3974 50.766C46.4147 50.6846 44.6227 51.4576 42.8907 52.2065C41.4414 52.834 40.072 53.4254 38.6374 53.5255C36.8562 53.6494 35.0857 53.0149 33.2117 52.3433L33.2027 52.34C30.8427 51.4936 28.4014 50.6192 25.884 51.3548C25.1347 51.5724 24.42 51.9222 23.7307 52.2612L23.727 52.2631C22.4352 52.8964 21.319 53.4437 20.264 53.0689C18.012 52.2719 18.7187 48.2896 18.9894 47.0881C21.952 33.9223 24.996 20.5817 28.036 7.43328C28.136 7.00207 27.868 6.5722 27.4374 6.47208C27.0067 6.37195 26.5774 6.64029 26.4774 7.0715C23.4374 20.2226 20.392 33.5672 17.428 46.7357C16.5107 50.8114 17.3707 53.7431 19.7294 54.5788C21.4174 55.1782 23.02 54.3932 24.4334 53.7004C25.0907 53.3773 25.7134 53.0729 26.3307 52.8927ZM32.6614 53.8486C34.3756 54.464 36.1406 55.0969 37.9816 55.1411C37.9917 61.1356 37.7407 68.5035 37.2976 75.8379C36.3135 76.5497 35.089 76.719 34.22 76.7345C33.0227 76.7568 31.7882 76.5116 30.5933 76.2703C30.4879 73.7735 30.37 71.0376 30.2527 68.3168L30.1965 67.0133C29.9809 62.0186 29.7588 56.8738 29.5988 52.888C30.5956 53.1073 31.6148 53.473 32.6614 53.8486ZM34.248 78.3352C35.3308 78.3167 36.3224 78.1123 37.1786 77.7365C36.9363 81.4634 36.6457 85.15 36.316 88.6106L36.3154 88.6174C36.3048 88.7277 36.294 88.84 36.2828 88.9539C36.1983 88.9923 36.1191 89.0461 36.0494 89.1152C35.0014 90.1592 33.7054 90.9575 32.3014 91.4235C30.8974 91.8894 29.3827 92.0242 27.9187 91.8146L27.892 91.8106C27.504 91.7679 27.1347 91.6504 26.7934 91.4622C26.552 91.3086 26.384 91.0804 26.3627 90.8774C26.3619 90.8697 26.361 90.862 26.36 90.8543C27.8417 89.5925 29.312 88.2527 30.1014 86.4146C30.9279 84.4844 30.8401 82.29 30.7694 80.5252C30.7366 79.7106 30.7007 78.8364 30.6624 77.9186C31.7669 78.1379 32.9021 78.3392 34.0734 78.3392C34.132 78.3392 34.1908 78.3392 34.248 78.3352ZM25.0788 91.947C23.7293 93.1263 22.5613 94.328 22.124 95.9077C22 96.3576 22.0347 96.5806 22.0854 96.6874C22.2227 96.9824 22.744 97.1413 23.636 97.1626L23.6421 97.1628C25.8136 97.2309 28.0527 97.301 30.176 96.7915C32.4094 96.2562 34.2187 95.0453 35.1387 93.47C35.5219 92.815 35.7691 92.0728 35.9384 91.3165C34.9882 92.0188 33.9268 92.5723 32.8067 92.944C31.6694 93.3218 30.4694 93.5127 29.272 93.5127C28.748 93.5127 28.224 93.4767 27.7054 93.4019C27.1014 93.3338 26.5267 93.1496 25.996 92.8519C25.9867 92.8466 25.9774 92.8412 25.9667 92.8345C25.5924 92.6036 25.288 92.2956 25.0788 91.947ZM48.3294 52.3667C49.1462 52.4013 49.9402 52.6235 50.7453 52.9201C50.5883 59.6279 50.3814 68.611 50.4415 76.7403C50.3306 76.8004 50.2323 76.8877 50.1574 77.0002C49.764 77.5902 49.2614 78.0828 48.664 78.4633C48.0667 78.8438 47.408 79.0908 46.708 79.1976C46.008 79.3044 45.3067 79.2643 44.6227 79.0801C43.9387 78.8945 43.312 78.5755 42.7614 78.1296C42.7542 78.1238 42.7469 78.1181 42.7396 78.1126C42.6183 70.2809 42.4107 61.4121 42.02 54.4814C42.0168 54.4245 42.0077 54.3694 41.9933 54.3166C42.5116 54.1155 43.0206 53.8954 43.524 53.6777L43.5272 53.6763C45.1647 52.9679 46.7118 52.2987 48.3294 52.3667ZM42.8454 86.4039C42.8248 84.4502 42.7999 82.3079 42.7682 80.0536C43.2208 80.2994 43.7011 80.4912 44.2054 80.6274C44.776 80.7822 45.356 80.8596 45.94 80.8596C46.276 80.8596 46.612 80.8343 46.9494 80.7809C47.8707 80.6407 48.736 80.315 49.5227 79.8143C49.8612 79.5984 50.1764 79.3555 50.467 79.087C50.5088 81.9681 50.5898 84.6965 50.7254 87.1221L50.7526 87.589C50.7934 88.2951 50.8346 89.0073 50.8624 89.7205C50.6874 89.7986 50.5396 89.9393 50.456 90.1285C49.7267 91.7852 48.4 93.0682 46.72 93.7397C45.2337 94.3331 43.6168 94.3895 42.1079 93.9101C42.1943 93.6265 42.2737 93.3402 42.344 93.0509C42.8909 90.8046 42.8668 88.4746 42.8455 86.4165L42.8454 86.4039ZM41.5817 95.4232C41.3587 96.0037 41.1203 96.5735 40.8854 97.1346L40.8829 97.1405C40.2905 98.5561 39.7303 99.8947 39.4294 101.315C39.352 101.671 39.3667 101.804 39.3934 101.853C39.4174 101.899 39.5427 102.017 40.156 102.101C41.9467 102.365 43.676 102.563 45.252 102.091C47.12 101.536 49.4494 99.6444 50.3907 95.9959C50.6793 94.8767 50.8184 93.7187 50.8708 92.545C49.9559 93.7323 48.7374 94.6576 47.3134 95.2269C46.2987 95.6314 45.236 95.8343 44.1747 95.8343C43.3012 95.8343 42.4277 95.6971 41.5817 95.4232Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
1262
+ }
1263
+ ]
1264
+ },
1265
+ {
1266
+ "id": "hm1-p-000040",
1267
+ "source": {
1268
+ "groupId": "bottom",
1269
+ "sourceGroupName": "Bottom",
1270
+ "partId": "008"
1271
+ },
1272
+ "name": "cropped-pants",
1273
+ "aliases": [
1274
+ "bottom-cropped-pants"
1275
+ ],
1276
+ "selectionSlot": "bottom",
1277
+ "uiGroups": [
1278
+ "bottom"
1279
+ ],
1280
+ "layers": [
1281
+ {
1282
+ "layerSlot": "bottom",
1283
+ "svgPath": "assets/humation-1/bottom/008.svg",
1284
+ "svg": "<svg width=\"80\" height=\"107\" viewBox=\"0 0 80 107\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M42.2186 90.7373C43.5693 91.4555 45.2133 91.4408 46.6866 91.027C48.16 90.6131 49.4986 89.8375 50.82 89.0672L51.6906 89.5358C51.72 92.4301 51.9866 95.5006 50.6533 98.1706C49.5866 100.173 47.9866 101.909 45.9866 102.843C43.72 103.778 40.7866 103.911 38.92 102.176C38.6533 101.397 38.6533 100.551 38.92 99.7726C39.8533 97.7701 40.7866 95.7676 41.5866 93.7651C41.8533 92.9641 41.72 92.0296 41.7306 91.1218L42.2186 90.7373Z\" fill=\"#000000\"/>\n<path d=\"M37.1826 85.1423C35.088 87.2556 31.8106 88.1073 28.9533 87.2783L29.068 87.1928C28.788 87.6214 28.5213 88.0219 28.2546 88.4224C27.988 88.5559 27.8546 88.8229 27.588 89.0899C25.188 91.3594 20.6546 93.0949 21.4546 96.9664C23.188 98.9689 26.2546 97.9009 28.5213 98.1679C31.188 97.7674 33.8546 97.0999 35.4546 94.8304C37.4546 91.8934 37.0546 88.4224 37.4666 85.2838L37.1826 85.1423Z\" fill=\"#000000\"/>\n<path d=\"M38.8 69.926C34 71.0701 28.8 70.4026 24.1333 68.5336C25.8667 59.9896 25.4667 51.0451 24.6667 42.3676C24.644 41.2515 24.5547 40.1368 24.4 39.0301V37.6951C23.8667 33.2896 23.6 29.0176 23.7333 24.6121C23.7333 22.6096 23.7333 20.7406 23.8667 18.7381C24 17.2696 24.1333 15.8011 24.4 14.3326C24.9333 11.7961 25.3333 9.25956 26.4 6.85656C35.6 6.05556 44.8 6.32256 54 5.78856C57.7333 19.5391 57.0667 33.8236 56.1333 47.9746C56 48.6421 56 49.1761 55.8667 49.8436C55.8667 50.9116 55.7333 52.1131 55.7333 53.1811C55.3333 59.1886 54.1333 65.3296 55.1627 71.2757C54.3253 71.1608 55.1107 70.8204 55.1627 71.2757C54.8 71.2036 54.2667 71.0701 53.8667 71.0701C50 71.6041 46.1333 70.9366 42.2667 71.2036C41.8667 71.2036 41.3333 71.3371 40.9333 71.3371C40 71.2036 38.6667 71.0701 38.8 69.8859V69.926Z\" fill=\"var(--hm-bottom, #000000)\"/>\n<path d=\"M29.6507 70.4279C30.1213 75.342 29.8547 80.148 29.7213 85.0875C29.648 85.8712 29.3813 86.6255 28.9467 87.2809H28.9533C31.8107 88.1073 35.0867 87.2556 37.1827 85.1449L37.5493 84.9087C37.564 84.6603 37.5773 84.4094 37.588 84.1557C37.988 79.3497 38.1213 74.6772 38.2547 70.0461V70.0287C35.4107 70.5307 32.504 70.5467 29.6547 70.0795\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path d=\"M41.7706 90.3795C41.8013 87.0967 41.6946 83.8674 41.5879 80.5512C41.4546 77.4807 41.1879 74.4102 41.1279 71.3931V71.1916C44.4919 71.305 47.8573 71.3424 51.2239 71.301V71.7416C51.5866 76.1471 51.4533 80.5526 51.5866 84.9581C51.5866 86.2517 51.6373 87.1768 51.6733 88.4718L50.8199 89.0712C49.4973 89.8415 48.1533 90.6185 46.6866 91.031C45.2199 91.4435 43.5693 91.4595 42.2186 90.7413L41.7706 90.3795Z\" fill=\"var(--hm-skin, #FFFFFF)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M39.9014 71.9445C40.0757 71.9513 40.2501 71.958 40.4246 71.9644C40.4751 73.1233 40.5257 74.282 40.5774 75.4397C40.5774 75.4397 40.8733 82.9328 40.9173 91.5623C40.9173 91.6708 40.9207 91.7801 40.924 91.8909L40.9267 91.9801C40.9573 92.8986 40.9853 93.765 39.8693 95.299C39.7973 95.3991 39.704 95.5206 39.596 95.6594C39.0027 96.4297 38.0107 97.718 37.5747 99.1531C37.296 100.078 37.3853 101.062 37.8253 101.923C38.2653 102.783 39.012 103.43 39.9213 103.744C40.8053 104.053 41.7453 104.206 42.704 104.206C43.888 104.206 45.1013 103.971 46.276 103.509C46.28 103.507 46.2853 103.505 46.2907 103.503C46.8827 103.253 47.448 102.936 47.9707 102.564C51.696 100.021 52.428 95.8637 52.3853 92.8239C52.3347 89.3782 52.2613 85.8925 52.1893 82.5217L52.0007 72.0882C52.9325 72.0739 53.8624 72.0537 54.7894 72.0272L55.0147 72.0646C55.268 72.106 55.5254 72.0246 55.708 71.8443C55.8907 71.6641 55.976 71.4065 55.9374 71.1528C55.3214 67.1349 55.68 62.9928 56.0266 58.9882L56.0267 58.987C57.556 41.3222 59.1374 23.0554 54.8214 5.62968C54.7147 5.19981 54.2814 4.93815 53.852 5.04495C53.4227 5.15175 53.1614 5.58563 53.268 6.0155C57.5197 23.1822 55.951 41.3112 54.4338 58.8451L54.4314 58.8728C54.1053 62.6542 53.769 66.5551 54.228 70.4399C49.4894 70.5614 44.6934 70.5294 39.9614 70.3438L39.9335 70.3425C39.8353 70.338 39.6349 70.3289 39.5747 70.3024C39.5652 70.282 39.5567 70.2512 39.5495 70.2101C39.6012 70.0747 39.6167 69.9238 39.5867 69.7711C39.5721 69.6967 39.5477 69.6267 39.5152 69.5623C39.2412 58.7048 39.3091 47.6953 39.72 36.834L39.7202 36.8303C39.8908 32.32 40.1032 26.7069 36.928 22.6216C36.6574 22.2718 36.1534 22.2104 35.8054 22.4814C35.4574 22.7537 35.3934 23.2557 35.6654 23.6055C38.4827 27.2313 38.2827 32.5219 38.1214 36.7739C37.7146 47.5593 37.6427 58.4899 37.9083 69.2719C33.5581 69.991 29.1217 69.5563 24.9933 68.0049C26.9533 58.752 26.1294 49.1387 25.332 39.8365L25.3146 39.6324L25.3145 39.6313L25.3134 39.6188C25.2516 38.8959 25.1899 38.1741 25.1293 37.4534C24.2813 27.3181 23.74 16.6154 27.1547 6.98474C27.3027 6.56822 27.084 6.11031 26.668 5.96213C26.252 5.81394 25.7947 6.03288 25.6467 6.4494C22.1267 16.3805 22.6733 27.2781 23.5347 37.5883C23.6013 38.3821 23.6693 39.1772 23.7372 39.9723L23.7373 39.9736C24.544 49.3813 25.3773 59.1085 23.2853 68.3253C23.1973 68.7085 23.4013 69.0969 23.764 69.2451C25.4108 69.9146 27.1072 70.4146 28.8308 70.743C28.8434 71.0716 28.8691 71.7331 28.9214 73.064C28.9322 73.339 28.9427 73.6029 28.9527 73.8566C29.1653 79.2237 29.1989 80.0738 28.9214 85.8445C28.9111 86.0595 28.8694 86.2771 28.8029 86.4935C28.5172 86.549 28.2717 86.7592 28.1853 87.058C28.1272 87.259 28.1517 87.4646 28.2386 87.6383C27.7444 88.3799 27.0807 89.0177 26.5894 89.3702C26.1739 89.6676 25.6253 89.9516 25.0434 90.2529L25.0414 90.254C23.1894 91.2125 20.6547 92.5248 20.8 95.5352C20.904 97.6686 22.2227 98.6979 23.424 98.9502C24.0907 99.089 24.7454 99.1478 25.408 99.1478C26.6467 99.1478 27.912 98.9448 29.3307 98.6899C31.4294 98.3094 35.1574 97.2414 36.5427 94.3538C37.176 93.0361 37.5894 91.5022 37.8054 89.6639C38.4786 83.9574 38.724 78.092 38.9613 72.4187L38.9614 72.4171L38.9729 71.7822C39.3239 71.9233 39.6784 71.9363 39.9014 71.9445ZM37.3891 70.9706C36.197 71.1323 35.0009 71.2129 33.808 71.2129C32.6817 71.2129 31.5578 71.1415 30.4421 70.9991C30.457 71.3811 30.4814 71.9993 30.5214 73C30.5316 73.2577 30.5415 73.5058 30.551 73.7451C30.7677 79.1932 30.8024 80.0648 30.5214 85.9219C30.5079 86.2018 30.4633 86.4778 30.3938 86.7478C32.6425 86.9856 35.0239 86.1831 36.616 84.5789C36.6432 84.5516 36.6718 84.5267 36.7016 84.5041C37.0241 80.4465 37.1954 76.3498 37.3627 72.349L37.3891 70.9706ZM36.5062 86.7505C34.9579 87.8223 33.0905 88.3983 31.2133 88.3983C30.7168 88.3983 30.2197 88.3582 29.7278 88.2761C29.0605 89.3703 28.1236 90.2418 27.5214 90.6732C27.0219 91.0306 26.4353 91.3353 25.8143 91.6579L25.7774 91.6771C23.68 92.7625 22.3107 93.6128 22.4 95.4578C22.4187 95.8463 22.572 97.1346 23.7534 97.3829C25.388 97.7247 26.9787 97.4857 29.0467 97.1119C33.3934 96.3242 34.7294 94.4339 35.1014 93.6582C35.6574 92.5021 36.0214 91.1338 36.2174 89.4757C36.3239 88.5716 36.4196 87.6627 36.5062 86.7505ZM42.176 75.3703C42.176 75.3703 42.0904 73.4276 42.0287 72.0177C44.2085 72.0821 46.3981 72.114 48.5854 72.114C49.191 72.114 49.7964 72.1116 50.4013 72.1068L50.5907 82.555L50.6037 83.1748C50.639 84.8552 50.6748 86.5618 50.7076 88.2747C50.6086 88.2889 50.5106 88.3221 50.4187 88.3757C49.1627 89.1086 47.8627 89.8655 46.472 90.2567C45.0147 90.6665 43.6374 90.5864 42.5947 90.0311C42.5658 90.0156 42.5364 90.0022 42.5066 89.9906C42.4383 82.0081 42.176 75.3703 42.176 75.3703ZM46.9027 91.7986C48.2944 91.4078 49.5816 90.7095 50.7402 90.0405C50.7567 90.9765 50.772 91.9125 50.7853 92.8452C50.8387 96.698 49.5867 99.5242 47.0627 101.244L47.048 101.254C46.6227 101.56 46.1613 101.818 45.6773 102.022C43.9413 102.71 42.036 102.787 40.4467 102.232C39.9253 102.053 39.5013 101.684 39.2507 101.194C39 100.703 38.948 100.144 39.1067 99.6177C39.4573 98.4656 40.3373 97.3215 40.864 96.638C40.9827 96.4844 41.0853 96.3509 41.164 96.2415C42.6016 94.2658 42.5601 92.9714 42.5268 91.9318L42.5267 91.9294L42.5265 91.9232C42.5246 91.8641 42.5228 91.8053 42.5212 91.747C43.1901 91.992 43.9248 92.115 44.696 92.115C45.4067 92.115 46.1507 92.0095 46.9027 91.7986Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>"
1285
+ }
1286
+ ]
1287
+ },
1288
+ {
1289
+ "id": "hm1-p-000041",
1290
+ "source": {
1291
+ "groupId": "item",
1292
+ "sourceGroupName": "Item",
1293
+ "partId": "000"
1294
+ },
1295
+ "name": "none",
1296
+ "aliases": [
1297
+ "item-none"
1298
+ ],
1299
+ "selectionSlot": "item",
1300
+ "uiGroups": [
1301
+ "item"
1302
+ ],
1303
+ "layers": [
1304
+ {
1305
+ "layerSlot": "item",
1306
+ "svgPath": "assets/humation-1/item/000.svg",
1307
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n</svg>\n"
1308
+ }
1309
+ ]
1310
+ },
1311
+ {
1312
+ "id": "hm1-p-000042",
1313
+ "source": {
1314
+ "groupId": "item",
1315
+ "sourceGroupName": "Item",
1316
+ "partId": "009"
1317
+ },
1318
+ "name": "crab-headband",
1319
+ "aliases": [
1320
+ "item-crab-headband"
1321
+ ],
1322
+ "selectionSlot": "item",
1323
+ "uiGroups": [
1324
+ "item"
1325
+ ],
1326
+ "layers": [
1327
+ {
1328
+ "layerSlot": "item",
1329
+ "svgPath": "assets/humation-1/item/009.svg",
1330
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g transform=\"translate(-2, 3) scale(0.0813)\">\n<path d=\"M323.01,80.05c-3.19-15.52-8.93-20.41-25.51-12.33-16.58,8.08-23.81,34.87-23.81,34.87-12.76,62.08,41.03,85.47,41.03,85.47,5.85,2.39,11.25,3.99,16.25,4.95,0,.03,0,.06,0,.1,0,19.08,11.66,35.08,27.36,39.37.42.11.84.2,1.27.3-9.84,9.07-27.32,26.57-35.95,43.75-12.4,24.69-3.04,18.56-3.04,18.56l11.54-11.83s58.15-56.28,130.47-49.65c0,0,69.99-1.33,119.69,42.93,0,0,38.55,36.48,49.37,78.75,0,0,10.49,43.38,8.8,55.5l30.46,7.32c15.49-33.23-2.53-95.91-2.53-95.91-6.36-29.35-37.38-70.37-37.38-70.37h0c12.08-7.78,20.15-21.79,20.15-37.78l-.37-.2c8.69-2,38.73-10.15,49.81-29.49,0,0,17-26.61,12.48-60.69,0,0-1.51-19.2-16.15-35.4-.79-.87-17.26-18.18-30.17-15.15,0,0-8.3.95-9.51,17.77,0,0,.07,8.2-4.77,18.31-3.78,7.91-10.3,14.17-18.25,17.61-.49-.92-8.56-16.37-9.14-33.09,0,0-.72-20.3-19.85-11.9-19.14,8.39-26.1,35.22-26.1,35.22,0,0-5.73,21.75,7.87,39.79h0c-1.79,5.46-3.16,12.94-1.69,21.32l-.48-.26c-9.4,7-15.95,17.96-17.46,30.57l-.33-.23s-64.54-34.7-139.26-12.46c0,0-12.83,4.04-27.09,10.17.16-.55.31-1.1.46-1.66.9-3.55,1.38-7.29,1.38-11.16,0-13.83-6.12-26.04-15.46-33.34h0c2.56-9.1,2.07-16.19.02-21.67,1.4-1.13,7.51-7.05,6.94-23.82-.64-18.94-14.24-36.34-26.25-42.08-12.01-5.74-14.14,7.87-14.14,7.87l-8.93,34.21\" fill=\"#c74d46\"/>\n<path d=\"M634.26,126.84s-8.57-15.89-9.17-33.13c0,0-.72-20.3-19.85-11.9s-26.1,35.22-26.1,35.22c0,0-5.73,21.75,7.87,39.79\" fill=\"none\" stroke=\"var(--hm-stroke, #000000)\" stroke-miterlimit=\"10\" stroke-width=\"14.17\"/>\n<path d=\"M696.94,88.24c-.79-.87-17.26-18.18-30.17-15.15,0,0-8.3.95-9.51,17.77,0,0,.07,8.2-4.77,18.31-4.55,9.54-13.09,16.68-23.31,19.38-1.74.46-3.42.77-4.87.81-6.76.17-27.17,5.9-33.09,18.21,0,0-15.63,23.54,1.53,48.18s55.66,18.57,55.66,18.57c0,0,39.19-7.28,52.19-30,0,0,17-26.61,12.48-60.69,0,0-1.51-19.2-16.15-35.4Z\" fill=\"none\" stroke=\"var(--hm-stroke, #000000)\" stroke-miterlimit=\"10\" stroke-width=\"14.17\"/>\n<path d=\"M651.17,214.02c0,24.44-18.83,44.26-42.06,44.26s-42.06-19.82-42.06-44.26c0-14.93,7.03-28.14,17.79-36.15\" fill=\"none\" stroke=\"var(--hm-stroke, #000000)\" stroke-miterlimit=\"10\" stroke-width=\"14.17\"/>\n<path d=\"M344.7,114.26l8.93-34.21s2.13-13.61,14.14-7.87,25.62,23.14,26.25,42.08-7.23,24.04-7.23,24.04\" fill=\"none\" stroke=\"var(--hm-stroke, #000000)\" stroke-miterlimit=\"10\" stroke-width=\"14.17\"/>\n<path d=\"M323.01,80.05s-1.49,36.78,43.16,40.39c0,0,30.19,6.73,20.84,39.51,0,0-15.09,51.49-72.29,28.1,0,0-53.79-23.39-41.03-85.47,0,0,7.23-26.79,23.81-34.87s22.32-3.19,25.51,12.33Z\" fill=\"none\" stroke=\"var(--hm-stroke, #000000)\" stroke-miterlimit=\"10\" stroke-width=\"14.17\"/>\n<path d=\"M387.06,159.76c9.34,7.31,15.46,19.52,15.46,33.34,0,3.87-.48,7.62-1.38,11.16\" fill=\"none\" stroke=\"var(--hm-stroke, #000000)\" stroke-miterlimit=\"10\" stroke-width=\"14.17\"/>\n<path d=\"M358.33,232.47c-15.7-4.29-27.36-20.29-27.36-39.37\" fill=\"none\" stroke=\"var(--hm-stroke, #000000)\" stroke-miterlimit=\"10\" stroke-width=\"14.17\"/>\n<path d=\"M567.05,208.22s-61-32.8-133.06-14.18c-3.28.85-6.57,1.65-9.89,2.34-8.28,1.74-29.82,8.08-57.35,30.07,0,0-30.71,25.39-43.11,50.08s-3.04,18.56-3.04,18.56l11.54-11.83s49.46-53.47,126-49.99c3.04.14,6.09.29,9.13.38,16.51.46,73.45,4.89,115.03,42.89,17.15,15.67,38.83,36.41,49.37,78.75,3.39,13.63,10.49,43.38,8.8,55.5\" fill=\"none\" stroke=\"var(--hm-stroke, #000000)\" stroke-miterlimit=\"10\" stroke-width=\"14.17\"/>\n<path d=\"M631.02,251.8s28.09,38.7,37.38,70.37c0,0,18.03,62.68,2.53,95.91\" fill=\"none\" stroke=\"var(--hm-stroke, #000000)\" stroke-miterlimit=\"10\" stroke-width=\"14.17\"/>\n<path d=\"M501.63,210.52s-1.65-82.31,54.24-133.16\" fill=\"none\" stroke=\"var(--hm-stroke, #000000)\" stroke-miterlimit=\"10\" stroke-width=\"14.17\" stroke-linecap=\"round\"/>\n<path d=\"M455.26,204.93s3.01-84.7-47.72-142.74\" fill=\"none\" stroke=\"var(--hm-stroke, #000000)\" stroke-miterlimit=\"10\" stroke-width=\"14.17\" stroke-linecap=\"round\"/>\n</g>\n</svg>\n"
1331
+ }
1332
+ ]
1333
+ },
1334
+ {
1335
+ "id": "hm1-p-000043",
1336
+ "source": {
1337
+ "groupId": "item",
1338
+ "sourceGroupName": "Item",
1339
+ "partId": "010"
1340
+ },
1341
+ "name": "tuna-sushi",
1342
+ "aliases": [
1343
+ "item-tuna-sushi"
1344
+ ],
1345
+ "selectionSlot": "item",
1346
+ "uiGroups": [
1347
+ "item"
1348
+ ],
1349
+ "layers": [
1350
+ {
1351
+ "layerSlot": "item",
1352
+ "svgPath": "assets/humation-1/item/010.svg",
1353
+ "svg": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 80 80\" width=\"80\" height=\"80\">\n <g transform=\"scale(0.078125)\">\n <path fill=\"#fefcf3\" d=\"M359.76,241.78c-.85,4.17-1.38,11.27,2.57,17.57,1.31,2.09,1.77,4.59,1.34,7.02-1.01,5.64-.44,15.76,15.28,18.82,2.67.52,4.98,2.19,6.37,4.53,3.28,5.48,10.66,14.47,22.59,11.34,2.59-.68,5.33-.33,7.61,1.09,5.41,3.36,16.25,8.16,27.4,1.89,2.34-1.32,5.13-1.55,7.68-.72,6.57,2.14,19.72,4.83,31.15-2.68,1.89-1.24,4.13-1.83,6.37-1.59,5.26.56,15.05.77,19.93-4.41,1.81-1.91,4.4-2.89,7.03-2.87,5.31.05,13.29-.18,16.19-1.81,1.26-.71,2.69-1.04,4.13-1.14,5.1-.36,15.07-1.48,19.09-4.82,1.78-1.48,4.04-2.22,6.35-2.17,6.17.14,16.87-.42,22.61-5.38,2.32-2.01,5.53-2.69,8.5-1.92,5.57,1.44,13.98,2.31,19.03-3.4,1.86-2.11,4.45-3.46,7.26-3.46,4.17,0,9.98-.98,13.01-5.77,1.05-1.66,2.56-2.96,4.37-3.73,5.37-2.3,15.44-8.48,12.08-21.72-.67-2.65-.28-5.45,1.19-7.75,3.87-6.1,9.44-19.05-2.59-31.22-16.36-16.54-154.22-63.07-283.09,38.73-1.76,1.39-2.99,3.36-3.44,5.56Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M431.38,317.06c-6.97,0-14.15-2.12-20.98-6.32-13.08,3.39-25.61-2.51-33.6-15.79-20.21-4.04-25.13-18.31-22.98-30.35-4.33-6.9-5.71-15.73-3.87-24.82h0c.91-4.49,3.41-8.54,7.04-11.41,70.97-56.06,142.53-66.78,190.12-65.9,54.62,1.01,95.71,17.29,106.28,27.98,12.03,12.16,13.51,28.42,3.99,43.51,3.62,14.34-3.17,27.09-17.73,33.36-4.21,6.59-11.69,10.25-21.1,10.34-.02.02-.05.05-.09.09-6.43,7.28-16.64,9.59-28.78,6.52-7.88,6.58-20.06,7.75-28.98,7.56-1.92,1.58-7.43,5.75-24.61,6.96-.08,0-.13.01-.18.02-2.86,1.55-7.68,3.06-20.86,2.95-7.41,7.57-19.17,8.13-27.84,7.23-14.82,9.71-31.12,6.61-39.62,3.86-5.06,2.8-10.57,4.19-16.23,4.19ZM410.45,290.73c3.65,0,7.25,1,10.34,2.92,4.38,2.72,10.92,5.22,17.23,1.67,4.74-2.66,10.45-3.21,15.68-1.5,5.05,1.65,14.69,3.64,22.56-1.53,3.85-2.53,8.44-3.66,12.92-3.18,7.11.75,10.89-.57,11.61-1.33,3.65-3.86,8.88-6.06,14.39-6,6.93.07,10.5-.43,11.6-.74,2.35-1.24,5.02-1.98,7.93-2.18,7.69-.54,12.31-1.87,13.48-2.6,3.59-2.95,8.21-4.51,12.89-4.41,8.39.19,13.99-1.34,15.84-2.95,4.78-4.14,11.33-5.65,17.55-4.05,4.32,1.12,7.86.98,9.03-.34,3.84-4.34,9.21-6.83,14.74-6.84,2.83,0,4.31-.69,4.58-1.11,2.14-3.39,5.21-6,8.88-7.57,8-3.42,6.86-7.91,6.32-10.06-1.35-5.33-.47-11,2.43-15.58,1.86-2.93,6.79-10.69-1.26-18.83-5.83-5.9-41.89-21.11-92.43-22.05-44.29-.82-110.95,9.19-177.24,61.5-.46,2.38-.84,6.67,1.28,10.06,2.63,4.18,3.59,9.19,2.71,14.1-.45,2.5-1,5.62,7.34,7.24,5.42,1.05,10.18,4.41,13.05,9.21,5.07,8.48,9.88,7.21,11.47,6.8,1.67-.44,3.38-.65,5.08-.65ZM526.39,281.24s0,0-.01,0c0,0,0,0,.01,0ZM526.93,280.99s0,0,0,0c0,0,0,0,0,0ZM618.66,277.6h0Z\"/>\n <path fill=\"#fe5c3e\" d=\"M471.1,122.44s-70.5,18.64-103.5,47c-2.96,2.55-5.95,5.05-9,7.49-11.3,9.02-37.51,34.05-11.53,55.25,12.89,10.51,32.53,13.73,51.5,13.79,26.89.09,53.23-7.29,76.56-20.65,22.03-12.61,59.51-29.28,102.75-28.56,4.46.08,8.9.7,13.35.84l43.37,1.4s34.88.85,25.52-26.37-47.64-40.83-47.64-40.83c0,0-65.85-26.37-141.39-9.36Z\"/>\n <path fill=\"#fa826c\" d=\"M423.2,208.26c-3,0-5.93-1.5-7.64-4.23-.71-1.11-16.11-24.69-48.22-25.6-4.97-.14-8.88-4.28-8.74-9.25.14-4.97,4.3-8.88,9.25-8.74,42.11,1.19,62.15,32.73,62.98,34.07,2.62,4.22,1.32,9.77-2.9,12.39-1.48.92-3.12,1.35-4.74,1.35Z\"/>\n <path fill=\"#fa826c\" d=\"M483.55,193.35c-3.26,0-6.41-1.78-8.01-4.88-.81-1.55-19.01-35.59-56.62-36.87-4.97-.17-8.86-4.33-8.69-9.3.17-4.97,4.31-8.86,9.3-8.69,48.4,1.65,71.07,44.79,72.01,46.63,2.27,4.42.52,9.85-3.9,12.11-1.31.67-2.72.99-4.1.99Z\"/>\n <path fill=\"#fa826c\" d=\"M547.86,172.48c-3.26,0-6.41-1.78-8-4.87-.76-1.46-18.96-35.59-56.62-36.88-4.97-.17-8.86-4.33-8.69-9.3.17-4.97,4.31-8.86,9.3-8.69,48.4,1.65,71.07,44.79,72.01,46.63,2.27,4.42.52,9.85-3.9,12.11-1.31.67-2.72.99-4.1.99Z\"/>\n <path fill=\"#fa826c\" d=\"M609,168.46c-3.26,0-6.41-1.78-8-4.87-.76-1.46-18.96-35.59-56.62-36.88-4.97-.17-8.86-4.33-8.69-9.3.17-4.97,4.36-8.87,9.3-8.69,48.4,1.65,71.07,44.79,72.01,46.63,2.27,4.42.52,9.85-3.9,12.11-1.31.67-2.72.99-4.1.99Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M399.04,255.97c-.17,0-.33,0-.5,0-25.4-.08-44.85-5.48-57.79-16.04-12.3-10.03-14.83-20.88-14.79-28.22.1-18.8,16.59-34.75,26.4-42.59,2.65-2.11,5.42-4.42,8.72-7.26,34.34-29.53,104.49-48.3,107.46-49.09l.36-.09c76.48-17.23,142.44,7.91,147.13,9.76,3.51,1.28,43.01,16.27,53.55,46.94,4.46,12.98,1.08,21.6-2.54,26.55-9.7,13.24-30.34,13.13-32.68,13.07l-43.45-1.4c-2.33-.07-4.57-.26-6.73-.44-2.27-.19-4.42-.36-6.47-.4-40.21-.68-75.25,14.44-97.61,27.24-25.12,14.38-53.14,21.97-81.06,21.97ZM473.49,132.15c-3.77,1.02-69.26,18.99-99.37,44.87-3.49,3-6.44,5.46-9.28,7.72-11.78,9.4-18.84,19.52-18.88,27.07,0,1.61-.04,6.52,7.43,12.62,9.17,7.48,24.8,11.47,45.21,11.54,24.55.09,49.33-6.6,71.56-19.33,24-13.73,61.49-29.9,104.94-29.9.98,0,1.95,0,2.94.02,2.71.05,5.29.26,7.78.46,2.01.17,3.9.32,5.73.38l43.3,1.4c.12,0,.23,0,.35,0,5.22,0,13.35-1.66,15.72-4.91,1.44-1.99.66-5.57-.25-8.22-6.35-18.48-32.15-31.29-41.55-34.67l-.35-.13c-.62-.25-63.94-24.93-135.28-8.93Z\"/>\n </g>\n</svg>"
1354
+ }
1355
+ ]
1356
+ },
1357
+ {
1358
+ "id": "hm1-p-000044",
1359
+ "source": {
1360
+ "groupId": "item",
1361
+ "sourceGroupName": "Item",
1362
+ "partId": "015"
1363
+ },
1364
+ "name": "shrimp-sushi",
1365
+ "aliases": [
1366
+ "item-shrimp-sushi"
1367
+ ],
1368
+ "selectionSlot": "item",
1369
+ "uiGroups": [
1370
+ "item"
1371
+ ],
1372
+ "layers": [
1373
+ {
1374
+ "layerSlot": "item",
1375
+ "svgPath": "assets/humation-1/item/015.svg",
1376
+ "svg": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 80 80\" width=\"80\" height=\"80\">\n <g transform=\"scale(0.078125)\">\n <g>\n <path fill=\"#fdfbf2\" d=\"M358.44,242.45c-.86,4.21-1.4,11.39,2.6,17.75,1.33,2.11,1.79,4.64,1.35,7.09-1.02,5.7-.45,15.92,15.44,19.01,2.7.53,5.03,2.21,6.44,4.58,3.31,5.54,10.77,14.62,22.82,11.46,2.62-.69,5.39-.33,7.69,1.1,5.47,3.4,16.42,8.24,27.68,1.91,2.37-1.33,5.18-1.56,7.76-.72,6.63,2.17,19.92,4.88,31.48-2.71,1.91-1.25,4.17-1.85,6.44-1.61,5.32.57,15.2.78,20.14-4.45,1.83-1.93,4.44-2.92,7.1-2.9,5.37.05,13.43-.18,16.36-1.83,1.27-.71,2.72-1.05,4.17-1.15,5.16-.36,15.23-1.49,19.29-4.87,1.8-1.49,4.08-2.24,6.42-2.19,6.23.14,17.05-.42,22.84-5.44,2.34-2.03,5.59-2.72,8.59-1.94,5.62,1.45,14.13,2.33,19.22-3.43,1.88-2.13,4.49-3.5,7.34-3.5,4.21,0,10.09-.99,13.15-5.83,1.06-1.67,2.59-2.99,4.41-3.77,5.43-2.32,15.6-8.57,12.2-21.95-.68-2.68-.28-5.5,1.2-7.83,3.91-6.16,9.54-19.25-2.62-31.54-16.53-16.71-155.82-63.72-286.03,39.14-1.78,1.4-3.03,3.39-3.48,5.61Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M353.62,241.12c-1.29,6.95-.88,13.7,2.26,20.12,1.48,3.03,1.5,4.68,1.26,7.95-.14,2.02-.01,4.1.43,6.08,1.04,4.7,3.87,8.67,7.8,11.41,2.42,1.69,5.23,2.87,8.06,3.71,1.66.49,3.56.56,5.02,1.52,1.37.9,2.09,2.5,3.01,3.81,3.27,4.62,7.44,8.61,12.78,10.71,2.88,1.13,5.99,1.7,9.09,1.51,1.73-.1,3.39-.59,5.09-.78,2.31-.26,3.68.58,5.63,1.64,5.86,3.2,12.59,5.11,19.3,4.48,4.36-.41,7.63-2.18,11.63-3.62,3.15-1.13,6.55.67,9.7,1.28,6.8,1.31,13.97,1.43,20.65-.6,3.7-1.13,7.14-4.12,10.78-4.97,2.91-.68,6.58.33,9.6.14,3.32-.21,6.62-.73,9.71-1.98s5.86-4.73,9.06-5.44,6.76-.14,9.99-.42,6.05-.79,9.03-1.87c5.82-2.12,12.44-1.49,18.41-3.53,2.8-.96,4.96-2.9,7.61-3.93,2.92-1.14,7.06-.4,10.19-.72s6.52-.82,9.63-1.86c3.39-1.13,5.78-3.43,8.88-4.86,2.88-1.32,6.45.21,9.48.53,3.21.33,6.56.23,9.68-.68s5.61-2.47,7.92-4.61c2.96-2.74,5.28-2.33,9.03-2.95,3.13-.52,6.14-1.62,8.69-3.54,2.77-2.08,4.15-5.03,7.31-6.61,10.42-5.21,15.9-14.03,14.19-25.8-.58-3.96.75-5.73,2.37-9.12,1.22-2.56,2.26-5.24,2.81-8.02,1.29-6.45.4-12.97-2.77-18.76-3.18-5.81-7.98-9.84-13.64-12.99-12.54-6.98-26.84-11.2-40.76-14.37-21.24-4.84-43.17-6.94-64.94-6.57-60.66,1.04-119.55,21.93-168.42,57.66-5.99,4.38-13.44,8.47-15.56,16.04-1.74,6.21,7.91,8.86,9.64,2.66,1.01-3.6,5.1-5.7,7.95-7.83,3.47-2.6,6.98-5.12,10.55-7.58,6.62-4.56,13.42-8.86,20.38-12.89,13.05-7.56,26.67-14.17,40.75-19.57,24.52-9.4,50.36-15.44,76.54-17.59,36.38-2.99,75.45.23,109.51,14.24,4.28,1.76,8.54,3.77,12.42,6.3,2,1.3,1.33.68,2.95,2.28,4.72,4.68,7.06,10.93,5.49,17.47-1.24,5.15-5.18,9.23-5.65,14.56-.52,5.89,2.56,11.11-1.78,16.28-2.79,3.33-6.89,4.29-10.23,6.8-2.56,1.93-3.84,5.14-6.87,6.44-2.69,1.15-5.61.65-8.41,1.21-6.13,1.24-8.93,7.39-15.32,7.71s-11.71-2.9-17.7.32c-2.75,1.48-4.78,3.44-7.84,4.41s-6.41,1.38-9.67,1.54c-2.7.13-5.47-.16-8.13.42-3.1.67-5.08,2.6-7.84,3.9-5.44,2.56-11.54,1.9-17.24,3.15-2.56.56-4.68,1.84-7.31,2.19-3.25.44-6.53.33-9.8.42s-6.32.69-9.08,2.53-4.43,3.84-7.94,4.59c-5.88,1.25-12.12-1-17.73,1.45-3.49,1.52-6.38,3.65-10.14,4.59-3.44.86-7.04.97-10.56.65-5.77-.54-11.36-3.68-17.19-2.11-3.76,1.01-6.82,3.34-10.82,3.71-3.45.32-6.96-.4-10.18-1.65-2.49-.97-4.64-2.57-7.1-3.58-3.54-1.46-6.66-1.03-10.28-.45-6.01.96-10.77-1.72-14.43-6.39s-5.92-8.42-12.19-9.99c-4.42-1.1-9.39-2.73-10.87-7.55-1.21-3.92.56-7.48-.32-11.47-.74-3.37-3.01-6.07-3.84-9.42-.73-2.96-.63-6.11-.08-9.1,1.17-6.29-8.47-8.99-9.64-2.66Z\"/>\n </g>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M430.81,318.41c-7.03,0-14.29-2.14-21.18-6.39-13.22,3.43-25.86-2.53-33.91-15.93-20.39-4.05-25.35-18.42-23.18-30.55-4.38-7.02-5.77-15.92-3.91-25.08h0c.92-4.51,3.43-8.59,7.08-11.47,71.68-56.62,144.01-67.45,192.03-66.56,55.16,1.02,96.64,17.45,107.31,28.24,12.13,12.26,13.62,28.66,3.99,43.87,0,.02,0,.04.01.07,3.66,14.4-3.19,27.25-17.88,33.57-4.23,6.65-11.78,10.35-21.29,10.43-.04.03-.08.07-.12.12-6.48,7.33-16.78,9.65-29.03,6.54-7.95,6.67-20.28,7.85-29.29,7.65-1.9,1.57-7.42,5.81-24.83,7.03-.09,0-.16.01-.21.02-2.88,1.56-7.77,3.1-21.09,2.98-7.46,7.66-19.35,8.22-28.11,7.31-14.98,9.82-31.46,6.67-40.02,3.89-5.11,2.84-10.68,4.24-16.38,4.24ZM409.66,292.02c3.67,0,7.28,1,10.4,2.93,4.45,2.76,11.09,5.29,17.51,1.69,4.76-2.68,10.51-3.23,15.76-1.51,5.12,1.67,14.9,3.69,22.88-1.56,3.87-2.54,8.48-3.68,12.99-3.2,7.22.77,11.08-.59,11.81-1.37,3.63-3.84,8.82-6.03,14.28-6.03.06,0,.12,0,.18,0,7.01.06,10.65-.44,11.76-.75,2.37-1.25,5.05-1.99,7.98-2.2,7.81-.55,12.5-1.9,13.67-2.64,3.6-2.97,8.2-4.54,12.96-4.44,8.46.19,14.19-1.37,16.07-3,4.8-4.16,11.4-5.68,17.64-4.06,4.4,1.14,8.02.99,9.23-.37,3.85-4.36,9.25-6.87,14.81-6.88,2.61,0,4.35-.59,4.72-1.18,2.15-3.4,5.24-6.03,8.93-7.61,8.17-3.49,7-8.08,6.44-10.29-1.36-5.36-.47-11.07,2.45-15.66,1.89-2.97,6.9-10.87-1.29-19.15-5.9-5.97-42.36-21.36-93.46-22.31-44.75-.83-112.16,9.29-179.17,62.19-.47,2.42-.87,6.8,1.3,10.27,2.64,4.21,3.61,9.24,2.73,14.17-.44,2.44-1.03,5.78,7.5,7.44,5.45,1.06,10.22,4.43,13.11,9.26,5.16,8.63,10.09,7.35,11.7,6.92,1.68-.44,3.4-.66,5.1-.66ZM526.86,282.42s0,0-.01,0c0,0,0,0,.01,0ZM527.38,282.17h0ZM548.82,277.42s0,0-.01.01c0,0,0,0,.01-.01ZM368.24,244.45s0,0,0,0c0,0,0,0,0,0h0ZM659.05,234.51h0Z\"/>\n <path fill=\"#e06d1d\" d=\"M470.9,117.44s-71.22,21.47-104.54,54.09c-2.99,2.93-6.01,5.81-9.09,8.61-11.41,10.37-11.28,26.04,14.98,50.37,13.03,12.07,6.28,28.88,25.45,28.93,27.16.08,53.77-8.42,77.34-23.79,22.25-14.51,60.11-33.7,103.8-32.89,4.51.08,8.99.79,13.49.96l43.82,1.58s35.24.95,25.77-30.33c-9.47-31.28-48.16-46.89-48.16-46.89,0,0-66.55-30.26-142.86-10.65Z\"/>\n <path fill=\"#f6d2c3\" d=\"M423.57,249.41c-4.52,0-8.41-3.4-8.93-7.99l-4.26-37.78c-.34-3-1.94-5.69-4.4-7.38-13.7-9.46-25.09-16.06-31.23-18.12-4.71-1.58-7.25-6.68-5.67-11.39,1.58-4.71,6.68-7.26,11.39-5.67,9.99,3.35,24.95,12.93,35.74,20.38,6.74,4.65,11.14,12.01,12.06,20.18l4.26,37.78c.56,4.94-3,9.4-7.93,9.95-.34.04-.68.06-1.02.06Z\"/>\n <path fill=\"#f6d2c3\" d=\"M474.22,235.52c-4.84,0-8.84-3.84-8.99-8.71l-1.63-51.32c-.04-1.28-.49-2.46-1.29-3.43-5.58-6.69-16.72-19.22-28.62-27.93-4.01-2.94-4.88-8.57-1.95-12.58,2.93-4.01,8.57-4.88,12.58-1.95,13.45,9.84,25.71,23.6,31.82,30.93,3.35,4.02,5.29,9.13,5.46,14.38l1.63,51.32c.16,4.97-3.74,9.12-8.71,9.28-.1,0-.19,0-.29,0Z\"/>\n <path fill=\"#f6d2c3\" d=\"M530.92,214.54c-.17,0-.34,0-.51-.01-4.96-.28-8.76-4.53-8.48-9.49l2.55-45.49c.07-1.24-.31-2.48-1.07-3.49-4.92-6.54-17.59-22.46-29.06-29.09-4.3-2.49-5.77-7.99-3.29-12.3,2.49-4.3,7.99-5.77,12.3-3.29,13.82,7.99,27.51,24.64,34.44,33.86,3.31,4.4,4.96,9.84,4.66,15.32l-2.55,45.49c-.27,4.79-4.24,8.5-8.98,8.5Z\"/>\n <path fill=\"#f6d2c3\" d=\"M592.75,208.99c-.76,0-1.52-.1-2.29-.3-4.81-1.26-7.68-6.18-6.42-10.99l8.38-31.91c.53-2.03.25-4.12-.79-5.91-4.3-7.35-13.21-21.46-24.6-33.4-3.43-3.6-3.3-9.29.29-12.72,3.6-3.43,9.29-3.3,12.72.3,12.66,13.26,22.43,28.71,27.12,36.74,3.47,5.94,4.41,12.88,2.66,19.56l-8.38,31.91c-1.06,4.04-4.71,6.72-8.7,6.72Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M398.13,269.38c-.17,0-.34,0-.51,0-17.05-.06-23.46-15.19-27.7-25.2-2.54-6-5.16-12.2-8.45-13.48-17.63-6.86-23.02-17.38-24.43-25-2.06-11.15,2.98-23.51,13.5-33.06,2.68-2.44,5.49-5.09,8.82-8.35,34.7-33.93,105.68-55.54,108.68-56.45l.4-.11c77.56-19.87,144.45,9.08,149.3,11.26,3.62,1.5,43.3,18.65,53.75,53.22,4.54,15.04.58,24.63-3.55,30.04-10.22,13.37-29.87,13.22-32.08,13.16l-43.91-1.61c-2.39-.09-4.66-.3-6.86-.51-2.27-.21-4.42-.41-6.46-.45-40.35-.77-75.65,16.54-98.17,31.2-25.48,16.59-53.94,25.35-82.33,25.35ZM473.63,127.04c-3.98,1.22-69.9,21.84-100.28,51.54-3.52,3.44-6.49,6.26-9.36,8.86-5.03,4.57-8.03,10.58-7.28,14.61.92,4.99,7.92,8.41,12.01,10,11.16,4.34,15.85,15.42,19.62,24.32,4.12,9.74,6.05,12.99,9.35,13,24.67.08,49.5-7.55,71.86-22.11,24.87-16.19,64.01-35.29,109.46-34.44,2.78.05,5.4.3,7.94.54,2.01.19,3.91.37,5.73.43l43.73,1.6c3.81.04,12.5-1.17,15.66-5.34,1.86-2.46,1.96-6.53.28-12.08-7.92-26.22-41.98-40.42-42.33-40.56l-.38-.16c-.62-.28-64.31-28.51-136.01-10.22ZM473.82,126.99h0Z\"/>\n <path fill=\"#da3b29\" d=\"M666.08,177.63s77.62,31.21,75.53,78.84c-.65,14.86-16.22,24.22-29.92,18.43-22.01-9.3-51.69-33.67-45.61-97.27Z\"/>\n <path fill=\"#da3b29\" d=\"M663.85,157.26c16.84-5.25,50.13-13.37,75.92-5.42,28.27,8.72,24,49.52-5.44,52.48-20.3,2.04-46.57-4.18-73.88-34.58-3.74-4.16-1.93-10.82,3.41-12.49Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M708.5,286.82c-2.2,0-4.08-.52-5.83-1.54-20.02-11.64-52.36-47.62-46.54-108.6l1.49-15.61,13.52,7.93c.83.48,20.45,12.05,40.04,27.91,28.66,23.19,41.87,42.88,40.4,60.17-.23,2.67-.92,10.81-26.29,24.02-7.48,3.89-12.69,5.73-16.8,5.73ZM707.91,266.87h0ZM675.5,195.48c1.52,43.56,26.19,64.78,34.54,70.73,5.89-2.24,17.48-9.15,21.59-12.92-.61-5.9-5.82-18.79-32.86-40.71-8.2-6.65-16.53-12.57-23.27-17.1ZM732.71,252.16h0Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M741.48,214.71c-1.57,0-3.17-.18-4.78-.56-2.7-.63-5.58-1.2-8.64-1.81-20.85-4.13-49.4-9.79-77.28-45.18l-8.83-11.21,13.56-4.47c2.09-.69,51.6-16.78,90.46-9.82,8.3,1.49,14.73,7.77,18.12,17.7,6.17,18.08,1.13,39.08-7.09,48.17-4.24,4.69-9.72,7.18-15.53,7.18ZM676.78,166.35c19.6,19.33,38.34,23.04,55.18,26.38,3.22.64,6.27,1.24,9.28,1.94.21.05.3.05.3.04,2.05-.87,6.27-10.58,4.97-22.57-.84-7.7-3.44-10.69-4.06-10.8-21.92-3.93-49.12,1-65.67,5Z\"/>\n </g>\n</svg>"
1377
+ }
1378
+ ]
1379
+ },
1380
+ {
1381
+ "id": "hm1-p-000045",
1382
+ "source": {
1383
+ "groupId": "item",
1384
+ "sourceGroupName": "Item",
1385
+ "partId": "011"
1386
+ },
1387
+ "name": "sprout",
1388
+ "aliases": [
1389
+ "item-sprout"
1390
+ ],
1391
+ "selectionSlot": "item",
1392
+ "uiGroups": [
1393
+ "item"
1394
+ ],
1395
+ "layers": [
1396
+ {
1397
+ "layerSlot": "item",
1398
+ "svgPath": "assets/humation-1/item/011.svg",
1399
+ "svg": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 80 80\" width=\"80\" height=\"80\">\n <g transform=\"scale(0.078125)\">\n <path fill=\"#fefcf3\" d=\"M461.19,156.04c-23.92,5.57-46.94-4.4-58.63-26.38-7.08-13.31-8.67-28.34-3.09-41.93,5.58-13.59,17.27-23.17,31.67-27.66,23.75-7.42,47.15,1.66,60.25,22.43l24.01,38.07c5.61,8.9-.12,22.88-10.37,25.26l-43.84,10.21Z\"/>\n <path fill=\"#24c102\" d=\"M461.19,156.04c-23.92,5.57-46.94-4.4-58.63-26.38-7.08-13.31-8.67-28.34-3.09-41.93,5.58-13.59,17.27-23.17,31.67-27.66,23.75-7.42,47.15,1.66,60.25,22.43l24.01,38.07c5.61,8.9-.12,22.88-10.37,25.26l-43.84,10.21Z\"/>\n <path fill=\"#24c102\" d=\"M557.54,87.75c15.69-18.89,40.06-24.86,62.65-14.42,13.69,6.33,24.04,17.34,27.8,31.54s.24,28.9-8.51,41.18c-14.44,20.27-38.57,27.17-61.56,18.54l-42.14-15.82c-9.85-3.7-13.73-18.3-7-26.4l28.75-34.63Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M448.15,167.57c-22.78,0-43.19-12.09-54.42-33.21-8.81-16.57-10.06-34.48-3.51-50.43,6.55-15.95,20.02-27.81,37.93-33.41,27.85-8.7,55.99,1.76,71.69,26.64l24.01,38.07c4.36,6.91,4.94,15.96,1.56,24.21-3.38,8.25-10.16,14.28-18.12,16.13l-43.84,10.21c-5.17,1.2-10.3,1.79-15.31,1.79ZM447.62,67.49c-4.4,0-8.93.69-13.49,2.12-12.13,3.79-21.15,11.57-25.4,21.92-4.25,10.34-3.3,22.22,2.67,33.44,9.46,17.79,27.67,25.96,47.53,21.33l43.84-10.21c1.62-.38,3.25-2.04,4.15-4.25.9-2.2.92-4.54.03-5.94l-24.01-38.07c-8.3-13.16-21.15-20.34-35.32-20.34Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M597.54,178.26c-7.62,0-15.42-1.4-23.14-4.3l-42.14-15.82c-7.65-2.87-13.58-9.73-15.87-18.35-2.29-8.62-.53-17.51,4.69-23.8l28.75-34.63c18.8-22.64,48.06-29.35,74.54-17.1,17.03,7.88,28.85,21.39,33.27,38.06,4.42,16.66.86,34.26-10.03,49.54-12.19,17.11-30.5,26.4-50.08,26.4ZM597.56,78.21c-12.13,0-23.66,5.48-32.33,15.93l-28.75,34.63c-1.06,1.28-1.35,3.59-.74,5.89.61,2.3,2.01,4.17,3.57,4.75l42.14,15.82c19.09,7.17,38.21,1.43,49.9-14.98,7.37-10.35,9.86-22,6.99-32.81-2.87-10.81-10.8-19.7-22.33-25.03-6.11-2.82-12.34-4.2-18.43-4.2ZM557.54,87.75h0,0Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M521.23,259.46c-3.63,0-7.12-1.98-8.9-5.43-28.77-55.89-1.26-113-.08-115.41,2.44-4.95,8.44-6.99,13.39-4.55,4.95,2.44,6.99,8.43,4.55,13.38-.38.79-24.09,50.79-.08,97.42,2.53,4.91.6,10.94-4.32,13.47-1.46.75-3.03,1.11-4.57,1.11Z\"/>\n </g>\n</svg>"
1400
+ }
1401
+ ]
1402
+ },
1403
+ {
1404
+ "id": "hm1-p-000046",
1405
+ "source": {
1406
+ "groupId": "item",
1407
+ "sourceGroupName": "Item",
1408
+ "partId": "012"
1409
+ },
1410
+ "name": "beer",
1411
+ "aliases": [
1412
+ "item-beer"
1413
+ ],
1414
+ "selectionSlot": "item",
1415
+ "uiGroups": [
1416
+ "item"
1417
+ ],
1418
+ "layers": [
1419
+ {
1420
+ "layerSlot": "item",
1421
+ "svgPath": "assets/humation-1/item/012.svg",
1422
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" xmlns=\"http://www.w3.org/2000/svg\"><g transform=\"scale(0.078125)\"><g> <path fill=\"#bfbfbf\" d=\"M424.16,276.52s-8.58,20.18,43.28,35.25c51.86,15.08,79.68,11.19,79.68,11.19,0,0,18.88.17,22.51-15.3\"/> <path fill=\"var(--hm-stroke, #000000)\" d=\"M535.5,336.4c-12.29,0-35.77-1.82-70.86-12.02-25.04-7.28-41.11-17.67-47.76-30.89-5.3-10.53-2.68-18.87-2.1-20.44l18.75,6.95s.09-.17.16-.5c-.07.3-.6,3.01,2.31,7.08,3.57,4.99,12.41,12.26,34.21,18.6,48.42,14.08,72.17,10.94,72.4,10.9l.18-.03h.02c3.87-.54,15.42-3.67,17.06-10.66l19.47,4.57c-4.11,17.49-23.2,24.52-33.9,25.92-.87.12-4.17.53-9.96.53Z\"/> <path fill=\"#fac639\" d=\"M461.69,87.61s-12.53.26-17.7,25.23c-5.17,24.97-27.57,133.19-27.57,133.19,0,0-9.12,20.78,18.59,31.34,27.72,10.56,67.23,29.35,128.11,26.52,0,0,22.22,2.19,26.08-21.13l24.83-119.78s8.97-22.29-7.68-46.93\"/> <polygon fill=\"#FFFFFF\" points=\"455.29 89.26 442.24 132.54 458.77 135.96 462.54 155.4 477.38 158.48 492.33 145.64 516.8 145.69 529.4 157.86 550.75 153.38 573 164.12 589.48 162.34 607.95 166.92 610.68 153.75 609.12 133.4 604.32 117.49 564.6 124.18 533.82 114.62 513.95 115.97 471.92 99.08 455.29 89.26\"/> <path fill=\"var(--hm-stroke, #000000)\" d=\"M550.73,314.19c-49.61,0-84.28-13.69-110.15-23.9-3.18-1.26-6.23-2.46-9.13-3.57-12.13-4.62-20.23-11.65-24.1-20.88-4.22-10.09-1.75-19.28-.56-22.61l27.41-132.42c6.6-31.86,25.19-33.16,27.29-33.2l.41,20c.65-.01.93-.08.94-.08-1.6.42-6.35,4.34-9.05,17.34l-27.83,134.42-.35.7c-.24.67-1.45,4.44.27,8.32,2.15,4.86,8.09,7.97,12.69,9.72,2.98,1.14,6.1,2.36,9.36,3.65,26.36,10.4,62.45,24.66,114.73,22.22l.85-.04.54.07c.51.03,4.02.14,7.5-1.37,2.73-1.19,6.5-3.66,7.79-11.43l.07-.4,25.03-120.75.31-.73c.24-.64,6.58-17.97-6.69-37.59l16.57-11.2c17.52,25.92,10.84,49.98,9.04,55.24l-24.65,118.91c-2.2,12.9-9.53,22.4-20.67,26.77-6.74,2.64-13,2.64-15.33,2.53-4.19.19-8.29.28-12.29.28Z\"/> <path fill=\"var(--hm-stroke, #000000)\" d=\"M599.63,179.2c-1.53,0-3.09-.16-4.66-.51-3.45-.77-7.86-2.71-11.57-7.38-6.06,2.54-14.31,4.56-22.75,2.25-4.33-1.18-10.1-3.94-15.21-10.27-6.15,2.72-12.48,3.51-18.27,2.23-5.89-1.3-11.04-4.55-15.36-9.68-4.84,1.78-9.81,2.15-14.52,1.09-7.27,11.19-18.69,16.22-31.47,13.57-8.59-1.78-13.05-6.58-15.29-10.29-2.76-4.58-3.82-10.31-3.19-16.85-8.62-1.21-13.73-6.94-15.78-12.94l18.88-6.46c-.16-.19-.42-.39-.6-.45.24.08,1.26.21,3.11-.15,4.58-.9,9.2.62,12.36,4.08,3.17,3.47,4.29,8.24,2.97,12.76-1.67,5.72-1.13,8.85-.62,9.71.33.55,1.52.87,2.2,1.01,2.16.45,7.89,1.63,12.21-7.75,1.53-3.33,4.4-5.91,7.87-7.07,3.47-1.17,7.32-.84,10.56.89.65.35,2.64,1.41,6.43-.92,6.25-3.85,14.48-1.89,18.35,4.37,1.99,3.22,4.08,5.09,6.19,5.56,3.26.73,7.23-1.57,8.78-2.6,3.08-2.02,6.9-2.67,10.48-1.8,3.57.87,6.65,3.21,8.44,6.41,2.92,5.22,5.79,6,6.73,6.26,4.81,1.31,10.91-1.79,13.31-3.18,3.25-1.89,7.17-2.31,10.75-1.16,3.61,1.16,6.57,3.82,8.13,7.3.72,1.6,1.27,1.97,1.28,1.97,1.16.33,5.27-1.41,8.17-3.83l12.96,15.23c-1.86,1.59-10.65,8.61-20.89,8.61ZM450.55,124.11h0Z\"/> <path fill=\"#bfbfbf\" d=\"M508.16,115.03s73.41,20.5,98.18,1.03-66.32-40.74-66.32-40.74c0,0-43.63-5.53-53.04-4.71-14.74,1.29-41.08,7.41-15.47,28.15,0,0,25.66,13.56,36.66,16.27Z\"/> <path fill=\"var(--hm-stroke, #000000)\" d=\"M571.15,134.45c-7.4,0-15.55-.56-24.43-1.67-21.16-2.66-39.16-7.53-41.1-8.07-11.92-2.99-36.07-15.66-38.79-17.1l-.86-.46-.76-.61c-5.42-4.39-9.19-8.52-11.54-12.64-3.66-6.43-3.2-11.82-2.17-15.2,3.9-12.75,20.97-16.85,34.6-18.04,2.96-.26,9.55-.32,32.45,2.11,21.69,2.31,42.68,7.14,62.39,14.35,25.56,9.35,37.73,18.4,39.47,29.33.59,3.75.36,11-7.88,17.48-8.91,7-22.77,10.52-41.37,10.52ZM510.85,105.4c26.13,7.28,72.83,14.47,88.63,3.3-2.41-2.21-8.9-6.75-25.43-12.8-18.17-6.65-37.56-11.11-57.63-13.25-21.91-2.33-27.42-2.18-28.59-2.08-8.86.78-14.22,2.64-16.48,3.92.75,1.14,2.35,3.09,5.7,5.89,9.68,5.07,26.57,13.23,33.49,14.94l.3.08Z\"/> <path fill=\"var(--hm-stroke, #000000)\" d=\"M504.57,84.91c10.81-.27,23.66,2.63,32.87,7.59,5.58,3,4.4,5.26,3.83,7.85s-.42,5.04-6.74,5.44c-10.44.66-23.32-2.08-33.03-6.84l-9.56-4.69c-9.65-4.73-8.76-8.82,1.99-9.09l10.64-.26Z\"/> </g></g></svg>"
1423
+ }
1424
+ ]
1425
+ },
1426
+ {
1427
+ "id": "hm1-p-000047",
1428
+ "source": {
1429
+ "groupId": "item",
1430
+ "sourceGroupName": "Item",
1431
+ "partId": "008"
1432
+ },
1433
+ "name": "antennae",
1434
+ "aliases": [
1435
+ "item-antennae"
1436
+ ],
1437
+ "selectionSlot": "item",
1438
+ "uiGroups": [
1439
+ "item"
1440
+ ],
1441
+ "layers": [
1442
+ {
1443
+ "layerSlot": "item",
1444
+ "svgPath": "assets/humation-1/item/008.svg",
1445
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M39.2589 25.9605C39.2589 25.9605 39.2289 25.9605 39.2089 25.9605C38.7689 25.9305 38.4289 25.5505 38.4589 25.1105C38.7989 19.4605 41.2889 14.1005 45.4489 10.0205C45.7689 9.71053 46.2689 9.72053 46.5789 10.0305C46.8889 10.3505 46.8789 10.8505 46.5689 11.1605C42.6889 14.9605 40.3789 19.9505 40.0589 25.2105C40.0289 25.6305 39.6789 25.9605 39.2589 25.9605Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M45.8513 10.8903C44.9013 10.3603 44.4713 9.05034 44.9213 8.06034C45.3713 7.07034 46.6513 6.54034 47.6713 6.92034C48.6913 7.30034 49.3113 8.53034 49.0113 9.57034C48.9213 9.88034 48.7613 10.1703 48.5413 10.4003C47.9613 10.9803 47.0513 11.0603 46.2413 10.9203\" fill=\"#FF0080\"/>\n<path d=\"M46.9004 11.7808C46.6504 11.7808 46.3804 11.7608 46.1104 11.7108C46.0604 11.7108 46.0104 11.6908 45.9604 11.6708C45.7904 11.6908 45.6204 11.6708 45.4604 11.5808C44.1504 10.8508 43.5704 9.08081 44.1904 7.72081C44.8104 6.36081 46.5404 5.65081 47.9404 6.17081C49.3504 6.69081 50.1904 8.35081 49.7704 9.80081C49.6404 10.2508 49.4104 10.6608 49.0904 10.9708C48.5504 11.5008 47.7904 11.7808 46.8804 11.7808H46.9004ZM46.2404 10.1208C46.2404 10.1208 46.3304 10.1208 46.3704 10.1308C46.7104 10.1808 47.5404 10.2708 47.9804 9.83081C48.1004 9.71081 48.2004 9.54081 48.2504 9.35081C48.4404 8.70081 48.0304 7.90081 47.4004 7.66081C46.7704 7.43081 45.9404 7.77081 45.6604 8.38081C45.3904 8.96081 45.6304 9.76081 46.1604 10.1208C46.1904 10.1208 46.2204 10.1208 46.2504 10.1208H46.2404Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M29.6606 25.8393H29.6306C29.1906 25.8293 28.8406 25.4593 28.8606 25.0093C28.9306 22.8993 28.2806 20.6793 26.9806 18.5993C25.8606 16.8093 24.2706 15.1193 22.2406 13.5793C21.8906 13.3093 21.8206 12.8093 22.0906 12.4593C22.3606 12.1093 22.8606 12.0393 23.2106 12.3093C25.3906 13.9693 27.1206 15.8093 28.3406 17.7593C29.8106 20.1093 30.5406 22.6393 30.4606 25.0693C30.4506 25.4993 30.0906 25.8393 29.6606 25.8393Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M22.8619 13.1308C22.0919 14.0108 20.4319 13.6908 19.9519 12.6208C19.4719 11.5508 20.1919 10.1708 21.3119 9.83083C22.1919 9.57083 23.2419 9.92083 23.6919 10.7208C24.1419 11.5208 23.8319 12.6808 23.0019 13.0708\" fill=\"#FF0080\"/>\n<path d=\"M21.6595 14.4402C21.5295 14.4402 21.3895 14.4302 21.2495 14.4102C20.3395 14.2802 19.5695 13.7202 19.2195 12.9502C18.9095 12.2602 18.9295 11.4402 19.2695 10.7002C19.6295 9.91022 20.2995 9.31022 21.0795 9.07022C22.3495 8.69022 23.7695 9.23022 24.3895 10.3402C24.7195 10.9402 24.7895 11.6702 24.5695 12.3602C24.3595 13.0102 23.9095 13.5302 23.3395 13.8002C22.9095 14.2202 22.3095 14.4402 21.6695 14.4402H21.6595ZM21.9095 10.5402C21.7895 10.5402 21.6595 10.5602 21.5395 10.5902C21.1995 10.6902 20.8895 10.9802 20.7195 11.3502C20.5695 11.6802 20.5595 12.0202 20.6795 12.2902C20.7995 12.5602 21.1195 12.7702 21.4795 12.8202C21.7995 12.8702 22.0895 12.7902 22.2495 12.6002C22.3495 12.4902 22.4595 12.4102 22.5895 12.3702C22.6095 12.3602 22.6295 12.3502 22.6495 12.3402C22.8195 12.2602 22.9595 12.0802 23.0295 11.8602C23.1095 11.6002 23.0995 11.3202 22.9795 11.1102C22.7795 10.7602 22.3395 10.5402 21.8995 10.5402H21.9095Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>\n"
1446
+ }
1447
+ ]
1448
+ },
1449
+ {
1450
+ "id": "hm1-p-000048",
1451
+ "source": {
1452
+ "groupId": "item",
1453
+ "sourceGroupName": "Item",
1454
+ "partId": "007"
1455
+ },
1456
+ "name": "bunny-ears",
1457
+ "aliases": [
1458
+ "item-bunny-ears"
1459
+ ],
1460
+ "selectionSlot": "item",
1461
+ "uiGroups": [
1462
+ "item"
1463
+ ],
1464
+ "layers": [
1465
+ {
1466
+ "layerSlot": "item",
1467
+ "svgPath": "assets/humation-1/item/007.svg",
1468
+ "svg": "<svg width=\"80\" height=\"81\" viewBox=\"0 0 80 81\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_3495_43157)\">\n<g clip-path=\"url(#clip1_3495_43157)\">\n<path d=\"M41.98 24.8905C42.22 20.8205 41.66 16.7305 41.99 12.6705C42.32 8.61052 43.73 4.36051 46.99 1.92051C48.43 0.850515 50.41 0.190515 52.02 0.980515C52.83 1.38051 53.43 2.09051 53.93 2.84051C56.74 7.14051 56.26 12.9305 54.09 17.5805C52.61 20.7505 50.41 23.5805 47.7 25.8005\" fill=\"#FFFFFF\"/>\n<path d=\"M47.6983 26.41C47.5283 26.41 47.3482 26.33 47.2382 26.19C47.0282 25.93 47.0682 25.56 47.3182 25.35C49.9482 23.19 52.1082 20.42 53.5482 17.34C55.3882 13.39 56.3283 7.59999 53.4383 3.17999C52.8883 2.33999 52.3583 1.81999 51.7683 1.52999C50.3383 0.819991 48.5583 1.51999 47.3683 2.40999C43.7383 5.11999 42.8283 10.04 42.6083 12.72C42.4383 14.83 42.5083 17 42.5783 19.1C42.6383 21.01 42.7083 22.98 42.5983 24.93C42.5783 25.26 42.2982 25.51 41.9682 25.49C41.6382 25.47 41.3883 25.19 41.4083 24.86C41.5183 22.97 41.4482 21.02 41.3882 19.14C41.3182 17.01 41.2383 14.8 41.4183 12.63C41.8283 7.63999 43.6882 3.66999 46.6582 1.44999C48.1282 0.349991 50.3882 -0.490009 52.3082 0.459991C53.0982 0.849991 53.7783 1.50999 54.4483 2.52999C57.6083 7.35999 56.6283 13.61 54.6483 17.85C53.1283 21.1 50.8683 24.01 48.0983 26.28C47.9883 26.37 47.8482 26.42 47.7182 26.42L47.6983 26.41Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M30.4878 25.1096C29.8178 24.1296 29.1278 22.9796 28.6978 21.8696L28.6278 21.9196C27.4178 22.6496 25.8978 22.8796 24.7078 22.1696C23.7878 21.6196 23.2178 20.6096 23.0078 19.5696C22.7978 18.5296 22.4378 17.2396 22.6278 16.1896C23.1778 13.2096 24.5678 8.18956 29.9878 6.56956C31.0978 6.23956 32.2978 6.03956 33.3878 6.41956C34.4078 6.76956 35.2178 7.57956 35.7578 8.50956C37.0078 10.6196 37.0178 13.2296 36.7978 15.6696C36.6278 17.5496 36.3478 19.4196 35.9578 21.2696C35.8578 21.7396 35.4178 22.8696 35.4978 22.9596\" fill=\"#FFFFFF\"/>\n<path d=\"M32.5208 13.2383C32.8408 13.9083 33.2708 18.0983 33.3008 18.8383C33.3308 19.6483 33.1208 20.9883 32.5508 21.5583C31.3408 22.7583 30.7908 21.0383 30.4908 20.5883C30.3808 20.4183 29.6708 17.2183 30.7508 14.7883C30.8908 14.4683 32.3508 12.8783 32.5308 13.2383H32.5208Z\" fill=\"#FF9999\"/>\n<path d=\"M31.7608 22.5779C31.6908 22.5779 31.6308 22.5779 31.5608 22.5579C30.7808 22.4379 30.3608 21.6279 30.1108 21.1479C30.0608 21.0579 30.0208 20.9679 29.9808 20.9179C29.7308 20.5479 29.0508 17.1079 30.1908 14.5479C30.3208 14.2479 31.6508 12.5979 32.4108 12.5879C32.7008 12.5879 32.9308 12.7379 33.0508 12.9779C33.4608 13.8179 33.8708 18.2979 33.8908 18.8279C33.9108 19.5779 33.7508 21.2079 32.9608 21.9879C32.5608 22.3779 32.1608 22.5779 31.7508 22.5779H31.7608ZM32.1408 14.0979C31.8008 14.4179 31.3808 14.8879 31.2908 15.0479C30.3508 17.1779 30.9408 20.0779 31.0408 20.3379C31.0508 20.3379 31.1208 20.4579 31.1908 20.5979C31.2908 20.7779 31.5808 21.3479 31.7608 21.3679C31.7808 21.3679 31.9208 21.3379 32.1308 21.1279C32.5208 20.7479 32.7308 19.6479 32.7108 18.8579C32.6908 18.1579 32.3908 15.3779 32.1508 14.0979H32.1408Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M33.259 13.0893C32.859 14.2193 32.459 15.3493 32.069 16.4793C31.479 18.1593 30.849 19.9093 29.589 21.1793C28.329 22.4493 26.259 23.0893 24.719 22.1793C24.379 21.9693 24.049 21.5593 23.779 21.1193C23.279 20.3093 22.959 19.4193 22.789 18.4793C22.659 17.7293 22.529 16.7693 22.639 16.1993C22.809 14.4493 23.969 8.26932 29.999 6.57932C31.109 6.24932 32.309 6.04932 33.399 6.42932C34.419 6.77932 35.229 7.58932 35.769 8.51932C37.019 10.6293 37.029 13.2393 36.809 15.6793C36.639 17.5593 36.359 19.4293 35.969 21.2793C35.869 21.7493 35.429 22.8793 35.509 22.9693\" fill=\"#FFFFFF\"/>\n<path d=\"M35.5196 23.5486C35.3596 23.5486 35.1996 23.4886 35.0796 23.3586C34.7896 23.0486 34.8896 22.7286 35.1696 21.8586C35.2596 21.5886 35.3496 21.3086 35.3896 21.1386C35.7696 19.3186 36.0496 17.4586 36.2196 15.6086C36.4196 13.3786 36.4596 10.8286 35.2596 8.80863C34.7196 7.89863 33.9896 7.24863 33.2096 6.97863C32.4096 6.70863 31.4496 6.75863 30.1696 7.13863C24.2496 8.79863 23.3496 15.0186 23.2296 16.2486C23.1796 16.5186 23.1496 17.0886 23.3796 18.3686C23.5396 19.2586 23.8396 20.0786 24.2896 20.7986C24.6496 21.3786 24.8996 21.5886 25.0296 21.6586C26.3496 22.4486 28.1496 21.7786 29.1596 20.7586C30.3496 19.5586 30.9596 17.8186 31.4996 16.2886L32.6896 12.8986C32.7996 12.5886 33.1396 12.4186 33.4596 12.5286C33.7696 12.6386 33.9396 12.9786 33.8296 13.2986L32.6396 16.6886C32.0596 18.3386 31.3996 20.2186 30.0196 21.6086C28.6496 22.9886 26.2796 23.8086 24.4196 22.6986C24.0296 22.4686 23.6596 22.0486 23.2796 21.4286C22.7596 20.5786 22.3996 19.6286 22.2096 18.5886C21.9996 17.4586 21.9496 16.6186 22.0496 16.0786C22.1796 14.7686 23.1696 7.85863 29.8396 5.98863C31.3496 5.52863 32.5496 5.48863 33.5996 5.84863C34.6596 6.20863 35.6096 7.04863 36.2996 8.19863C37.6696 10.5186 37.6396 13.2986 37.4196 15.7186C37.2496 17.6186 36.9696 19.5286 36.5696 21.3886C36.5296 21.5886 36.4196 21.9186 36.3196 22.2286C36.2496 22.4386 36.1496 22.7486 36.1196 22.8886C36.1396 23.0686 36.0796 23.2486 35.9296 23.3886C35.8096 23.4986 35.6696 23.5486 35.5196 23.5486Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M28.7031 21.8691C29.1331 22.9791 29.8131 24.1291 30.4931 25.1091Z\" fill=\"#FFFFFF\"/>\n<path d=\"M30.4915 25.7095C30.3015 25.7095 30.1115 25.6195 29.9915 25.4495C29.1415 24.2195 28.5215 23.0795 28.1415 22.0795C28.0215 21.7695 28.1815 21.4195 28.4915 21.3095C28.8015 21.1895 29.1515 21.3495 29.2615 21.6595C29.6115 22.5695 30.1915 23.6195 30.9815 24.7795C31.1715 25.0495 31.1015 25.4295 30.8215 25.6095C30.7215 25.6795 30.6015 25.7095 30.4815 25.7095H30.4915Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M45.8303 23.3804C44.0203 22.9304 44.4603 14.1404 45.7603 9.40037C46.2603 7.57037 48.0303 3.65037 50.3403 4.31037C52.5303 4.93037 52.8503 8.65038 52.3803 11.1404C51.3803 16.3904 48.2303 23.9804 45.8303 23.3804Z\" fill=\"#FF9999\"/>\n<path d=\"M46.1091 24.0095C45.9691 24.0095 45.8291 23.9895 45.6891 23.9595C45.3191 23.8695 45.0091 23.6095 44.7691 23.1995C43.4391 20.9195 44.1091 13.1595 45.1891 9.23951C45.5991 7.75951 46.7591 4.98951 48.5091 3.99951C49.1591 3.62951 49.8391 3.53951 50.5091 3.72951C53.2091 4.48951 53.4491 8.74951 52.9691 11.2495C52.1691 15.4295 49.7491 22.0495 47.2791 23.6295C46.8791 23.8795 46.4891 24.0095 46.1091 24.0095ZM49.8291 4.82951C49.5891 4.82951 49.3491 4.89951 49.0991 5.03951C47.7991 5.76951 46.7191 8.19951 46.3391 9.55951C45.1191 13.9895 44.8291 20.9395 45.7991 22.5995C45.8891 22.7495 45.9591 22.7995 45.9691 22.7995C46.1491 22.8495 46.3691 22.7895 46.6191 22.6195C48.5391 21.3895 50.9191 15.4895 51.7791 11.0195C52.1991 8.83951 51.9691 5.38951 50.1691 4.86951C50.0491 4.83951 49.9291 4.81951 49.8191 4.81951L49.8291 4.82951Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</g>\n</g>\n<defs>\n<clipPath id=\"clip0_3495_43157\">\n<rect width=\"80\" height=\"80\" fill=\"#FFFFFF\" transform=\"translate(0 0.0390625)\"/>\n</clipPath>\n<clipPath id=\"clip1_3495_43157\">\n<rect width=\"34.47\" height=\"26.37\" fill=\"#FFFFFF\" transform=\"translate(22 0.0390625)\"/>\n</clipPath>\n</defs>\n</svg>\n"
1469
+ }
1470
+ ]
1471
+ },
1472
+ {
1473
+ "id": "hm1-p-000049",
1474
+ "source": {
1475
+ "groupId": "item",
1476
+ "sourceGroupName": "Item",
1477
+ "partId": "006"
1478
+ },
1479
+ "name": "halo",
1480
+ "aliases": [
1481
+ "item-halo"
1482
+ ],
1483
+ "selectionSlot": "item",
1484
+ "uiGroups": [
1485
+ "item"
1486
+ ],
1487
+ "layers": [
1488
+ {
1489
+ "layerSlot": "item",
1490
+ "svgPath": "assets/humation-1/item/006.svg",
1491
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M51.5218 29.9116C51.1118 29.9116 50.7718 29.6016 50.7318 29.1916C50.5018 26.9716 50.3818 24.7216 50.3518 22.4916C50.3118 19.2816 50.5318 15.9316 52.3818 13.2116C52.6318 12.8516 53.1318 12.7516 53.4918 13.0016C53.8618 13.2516 53.9518 13.7516 53.7018 14.1116C52.1018 16.4716 51.9118 19.5316 51.9518 22.4816C51.9818 24.6616 52.1018 26.8616 52.3218 29.0316C52.3618 29.4716 52.0418 29.8616 51.6118 29.9116C51.5818 29.9116 51.5618 29.9116 51.5318 29.9116H51.5218Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M50.3898 8.18988C43.2698 5.45988 34.3298 4.99988 28.2198 7.12988C26.3898 7.75988 25.3398 8.57989 24.9398 9.77989C24.2898 11.6999 25.8498 13.4999 29.7798 14.3599C35.4198 15.5899 48.0998 17.1999 53.5398 15.1499C53.5398 15.1499 55.6498 14.1799 55.7098 13.1499C55.8198 11.2599 52.8698 9.13988 50.3898 8.18988ZM48.5698 13.2299C42.8398 13.3699 35.7598 12.8499 30.2298 11.5199C29.7698 11.4099 28.0298 10.9199 27.9198 10.4599C28.6498 9.99988 29.8698 9.55988 30.7098 9.36988C35.4198 8.24988 42.2098 8.54988 48.3898 10.3999C50.8598 11.1399 51.7198 12.6099 51.7198 12.6099C51.7198 12.6099 49.2698 13.2299 48.5698 13.2399V13.2299Z\" fill=\"#FFD900\"/>\n<path d=\"M45.8487 16.9201C39.9487 16.9201 33.1487 15.9101 29.6187 15.1401C26.9987 14.5701 25.2087 13.5501 24.4287 12.1801C23.9587 11.3601 23.8787 10.4401 24.1887 9.52009C24.6687 8.10009 25.8687 7.10009 27.9587 6.37009C34.2087 4.20009 43.3387 4.63009 50.6687 7.45009C53.0987 8.38009 56.6487 10.6801 56.4987 13.2001C56.4187 14.6101 54.4587 15.6101 53.8687 15.8801C51.8587 16.6401 48.9687 16.9201 45.8387 16.9201H45.8487ZM37.1387 6.59009C33.9787 6.59009 30.9787 7.02009 28.4787 7.89009C26.8687 8.45009 26.0087 9.11009 25.6987 10.0401C25.5387 10.5301 25.5687 10.9701 25.8187 11.4001C26.3587 12.3501 27.8287 13.1201 29.9587 13.5901C36.4687 15.0101 48.3787 16.2501 53.2687 14.4201C54.1087 14.0301 54.8987 13.3701 54.9187 13.1201C54.9887 11.9101 52.7387 9.96009 50.1087 8.95009C46.0687 7.40009 41.4587 6.60009 37.1487 6.60009L37.1387 6.59009ZM46.6987 14.0601C40.7987 14.0601 34.6887 13.4201 30.0387 12.3001C27.3887 11.6601 27.1987 10.9101 27.1387 10.6601C27.0487 10.3201 27.1987 9.97009 27.4887 9.78009C28.3287 9.25009 29.6487 8.79009 30.5187 8.59009C35.5487 7.40009 42.4787 7.80009 48.6087 9.63009C51.3487 10.4501 52.3587 12.1301 52.3987 12.2001C52.5287 12.4201 52.5487 12.6801 52.4487 12.9101C52.3487 13.1401 52.1487 13.3201 51.9087 13.3801C51.4887 13.4901 49.3287 14.0201 48.5887 14.0401C47.9587 14.0501 47.3287 14.0601 46.6987 14.0601ZM29.6587 10.5301C29.9087 10.6101 30.1687 10.6901 30.4087 10.7501C35.4287 11.9601 42.2087 12.5901 48.5487 12.4401C48.7987 12.4401 49.4587 12.3101 50.1687 12.1501C49.7187 11.8101 49.0587 11.4401 48.1587 11.1701C42.2787 9.42009 35.6587 9.03009 30.8887 10.1601C30.5387 10.2401 30.0987 10.3801 29.6587 10.5401V10.5301Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>\n"
1492
+ }
1493
+ ]
1494
+ },
1495
+ {
1496
+ "id": "hm1-p-000050",
1497
+ "source": {
1498
+ "groupId": "item",
1499
+ "sourceGroupName": "Item",
1500
+ "partId": "005"
1501
+ },
1502
+ "name": "crown",
1503
+ "aliases": [
1504
+ "item-crown"
1505
+ ],
1506
+ "selectionSlot": "item",
1507
+ "uiGroups": [
1508
+ "item"
1509
+ ],
1510
+ "layers": [
1511
+ {
1512
+ "layerSlot": "item",
1513
+ "svgPath": "assets/humation-1/item/005.svg",
1514
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M48.2709 22.8002C45.6209 23.6802 43.0009 23.1602 39.3309 23.1902C35.2109 23.2302 33.9409 23.1302 31.2409 21.7802C29.3009 17.5802 30.0809 15.4502 31.0009 10.9902C32.4909 12.4502 33.8009 13.4202 35.1709 14.9802C36.6309 12.8202 40.0209 10.1602 40.0209 10.1602L43.8209 14.9202C43.8209 14.9202 46.3509 14.0402 48.8909 12.1102C49.1709 16.7502 49.6209 18.5102 48.2809 22.8002H48.2709Z\" fill=\"#FFD30D\"/>\n<path d=\"M44.4815 24.1187C43.7915 24.1187 43.0815 24.0886 42.3315 24.0586C41.3915 24.0186 40.4115 23.9886 39.3315 23.9986C35.0515 24.0386 33.6715 23.8986 30.8715 22.5086C30.7115 22.4286 30.5815 22.2986 30.5015 22.1286C28.6415 18.1186 29.1315 15.8686 29.9315 12.1386C30.0215 11.7286 30.1115 11.2986 30.2015 10.8386C30.2615 10.5486 30.4715 10.3186 30.7515 10.2386C31.0315 10.1586 31.3315 10.2286 31.5415 10.4286C32.0915 10.9686 32.6215 11.4486 33.1415 11.9086C33.8015 12.4986 34.4415 13.0686 35.0915 13.7386C36.7515 11.7086 39.3815 9.62865 39.5115 9.52865C39.8615 9.25865 40.3615 9.31865 40.6315 9.65865L44.0615 13.9586C44.9015 13.6086 46.6515 12.7886 48.3915 11.4786C48.6315 11.2986 48.9415 11.2686 49.2115 11.3886C49.4815 11.5086 49.6615 11.7686 49.6715 12.0687C49.7115 12.8087 49.7615 13.4786 49.8115 14.0986C50.0515 17.3386 50.1915 19.2986 49.0315 23.0486C48.9515 23.2986 48.7615 23.4886 48.5215 23.5686C47.1915 24.0086 45.8815 24.1286 44.4815 24.1286V24.1187ZM39.7015 22.3986C40.6715 22.3986 41.5415 22.4286 42.4015 22.4686C44.4215 22.5486 46.0415 22.6086 47.6315 22.1686C48.5715 18.9786 48.4515 17.2486 48.2215 14.2186C48.2115 14.0186 48.1915 13.8086 48.1715 13.5886C46.0215 14.9886 44.1615 15.6486 44.0715 15.6786C43.7515 15.7886 43.3915 15.6786 43.1815 15.4186L39.8815 11.2986C38.8615 12.1586 36.8215 13.9486 35.8215 15.4386C35.6815 15.6486 35.4615 15.7786 35.2115 15.7886C34.9615 15.7986 34.7215 15.7087 34.5615 15.5187C33.7415 14.5887 32.9415 13.8686 32.0815 13.0986C31.8815 12.9186 31.6815 12.7386 31.4815 12.5586C30.7515 15.9386 30.3615 17.8586 31.8415 21.1986C34.1815 22.3286 35.3615 22.4386 39.3215 22.3986C39.4515 22.3986 39.5715 22.3986 39.7015 22.3986Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M30.7492 13.1889C30.1892 13.2989 29.6292 12.9389 29.2592 12.4989C29.0492 12.2489 28.8692 11.9689 28.8192 11.6489C28.7292 11.0789 29.0692 10.5189 29.5192 10.1689C29.9692 9.81892 30.5392 9.65892 31.0892 9.49892C31.2892 9.43892 31.5092 9.37892 31.7092 9.43892C31.8892 9.48892 32.0292 9.62892 32.1692 9.75892C32.4292 10.0189 32.6892 10.2789 32.8392 10.6089C33.1092 11.1889 32.9692 11.9189 32.5692 12.4189C32.1692 12.9189 31.5392 13.2089 30.8992 13.2489C30.7492 13.2589 30.5592 13.2089 30.7392 13.1889H30.7492Z\" fill=\"#FFD30D\"/>\n<path d=\"M30.8408 14.0489C30.7208 14.0489 30.6008 14.0389 30.5008 14.0089C29.8408 13.9989 29.1708 13.6389 28.6408 13.0189C28.2908 12.6089 28.0908 12.1989 28.0208 11.7789C27.8908 10.9689 28.2808 10.1089 29.0308 9.53893C29.6108 9.09893 30.2708 8.90893 30.8608 8.73893C31.0908 8.66893 31.4908 8.54893 31.9308 8.67893C32.3108 8.78893 32.5708 9.03893 32.7308 9.19893C33.0608 9.51893 33.3708 9.84893 33.5708 10.2889C33.9508 11.1289 33.8108 12.1689 33.2008 12.9289C32.6808 13.5789 31.8608 13.9989 30.9608 14.0589C30.9208 14.0589 30.8808 14.0589 30.8408 14.0589V14.0489ZM30.7508 12.3889C30.8408 12.3889 30.9208 12.3989 31.0108 12.4289C31.4008 12.3689 31.7508 12.1789 31.9608 11.9089C32.1908 11.6189 32.2508 11.2189 32.1208 10.9289C32.0308 10.7289 31.8408 10.5289 31.6108 10.3089C31.5708 10.2689 31.5008 10.1989 31.4608 10.1789C31.4908 10.1989 31.3708 10.2389 31.3108 10.2489C30.8308 10.3889 30.3408 10.5289 29.9908 10.7989C29.7208 10.9989 29.5608 11.2889 29.6008 11.5089C29.6208 11.6389 29.7108 11.7889 29.8608 11.9689C30.1108 12.2589 30.4008 12.4289 30.5908 12.3889C30.6208 12.3889 30.6408 12.3889 30.6708 12.3789C30.6908 12.3789 30.7208 12.3789 30.7408 12.3789L30.7508 12.3889Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M39.6298 11.34C39.0798 10.84 38.2498 10.52 38.1098 9.79001C38.0298 9.35001 38.2598 8.91001 38.5498 8.56001C39.0498 7.97001 39.9198 7.56001 40.5998 7.94001C40.8598 8.09001 41.4198 8.33001 41.5898 8.58001C41.8898 9.03001 42.2198 9.73001 42.0598 10.25C41.9298 10.69 41.1098 10.85 40.6998 11.06C40.4598 11.19 40.1898 11.29 39.9198 11.25C39.6498 11.21 39.3898 10.99 39.6198 11.33L39.6298 11.34Z\" fill=\"#FFD30D\"/>\n<path d=\"M39.6007 12.1303C39.4207 12.1303 39.2407 12.0703 39.0907 11.9303C38.9507 11.8103 38.7907 11.7003 38.6307 11.5903C38.1107 11.2303 37.4707 10.7703 37.3207 9.94032C37.2107 9.32032 37.4307 8.65031 37.9407 8.05031C38.6607 7.21031 39.9407 6.66031 40.9907 7.25031L41.1607 7.34031C41.6207 7.58031 42.0207 7.80031 42.2507 8.15031C42.5107 8.54031 43.1007 9.56031 42.8307 10.4903C42.6207 11.1903 41.9207 11.4503 41.4007 11.6503C41.2807 11.7003 41.1607 11.7403 41.0807 11.7803C40.8107 11.9203 40.4007 12.1103 39.9207 12.0603C39.8207 12.1103 39.7107 12.1303 39.6007 12.1303ZM39.6707 10.3603C39.7607 10.3703 39.8507 10.3903 39.9507 10.4303C40.0307 10.4603 40.1007 10.4703 40.3307 10.3503C40.4607 10.2803 40.6407 10.2103 40.8207 10.1403C40.9507 10.0903 41.1707 10.0103 41.2907 9.94032C41.2907 9.76032 41.1807 9.42031 40.9107 9.03031C40.8607 8.98031 40.5607 8.83031 40.4107 8.76031L40.1907 8.64031C39.9407 8.50031 39.4607 8.70031 39.1407 9.08031C38.9607 9.29031 38.8507 9.52032 38.8807 9.64032C38.9107 9.83032 39.2307 10.0503 39.5407 10.2703C39.5807 10.3003 39.6207 10.3203 39.6607 10.3503L39.6707 10.3603Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M48.8803 13.0792C48.1703 13.1392 47.4403 12.6692 47.1903 11.9992C46.9403 11.3292 47.1903 10.4992 47.7703 10.0792C48.1303 9.81922 48.5703 9.70922 49.0203 9.69922C49.3803 9.69922 49.7703 9.75922 50.0103 10.0292C50.0403 10.0592 50.0803 10.1092 50.1203 10.1592C50.5203 10.5892 50.7903 11.1392 50.8603 11.7292C50.8603 11.8192 50.8703 11.8992 50.8703 11.9692C50.8503 12.3792 50.2703 12.7192 49.9603 12.9792C49.6503 13.2392 49.1603 13.3092 48.8903 13.0892L48.8803 13.0792Z\" fill=\"#FFD30D\"/>\n<path d=\"M49.3096 14.0204C49.0896 14.0204 48.8696 13.9804 48.6696 13.8904C47.6996 13.8504 46.7896 13.2104 46.4396 12.2904C46.0596 11.2804 46.4196 10.0804 47.2896 9.45038C47.7396 9.12038 48.3296 8.93038 48.9896 8.91038C49.8896 8.90038 50.3596 9.23038 50.6096 9.53038L50.6996 9.63038C51.2296 10.2004 51.5696 10.9204 51.6496 11.6604C51.6596 11.7904 51.6696 11.9104 51.6596 12.0204C51.6296 12.7104 51.0496 13.1604 50.6596 13.4604C50.5896 13.5104 50.5296 13.5604 50.4696 13.6104C50.1396 13.9004 49.7096 14.0504 49.2996 14.0504L49.3096 14.0204ZM48.8896 12.2804C49.0496 12.2804 49.1996 12.3304 49.3396 12.4204C49.3696 12.4204 49.4096 12.4004 49.4396 12.3704C49.5196 12.3104 49.5996 12.2404 49.6996 12.1604C49.8096 12.0804 49.9896 11.9404 50.0696 11.8404C50.0696 11.8304 50.0696 11.8204 50.0696 11.8104C50.0296 11.4104 49.8396 11.0204 49.5396 10.7004C49.4796 10.6404 49.4296 10.5804 49.3996 10.5404C49.3896 10.5404 49.2796 10.4804 49.0496 10.4904C48.8196 10.4904 48.4996 10.5404 48.2596 10.7204C47.9696 10.9304 47.8396 11.3804 47.9596 11.7204C48.0796 12.0604 48.4896 12.3004 48.8396 12.2804C48.8596 12.2804 48.8796 12.2804 48.8996 12.2804H48.8896Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>\n"
1515
+ }
1516
+ ]
1517
+ },
1518
+ {
1519
+ "id": "hm1-p-000051",
1520
+ "source": {
1521
+ "groupId": "item",
1522
+ "sourceGroupName": "Item",
1523
+ "partId": "004"
1524
+ },
1525
+ "name": "flower",
1526
+ "aliases": [
1527
+ "item-flower"
1528
+ ],
1529
+ "selectionSlot": "item",
1530
+ "uiGroups": [
1531
+ "item"
1532
+ ],
1533
+ "layers": [
1534
+ {
1535
+ "layerSlot": "item",
1536
+ "svgPath": "assets/humation-1/item/004.svg",
1537
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M39.291 23.9299C38.951 23.9299 38.641 23.7199 38.531 23.3799C36.921 18.5099 37.7911 12.5299 39.1411 8.5499C39.2811 8.1299 39.731 7.8999 40.151 8.0499C40.571 8.1899 40.791 8.6499 40.651 9.0599C39.061 13.7499 38.821 19.1699 40.041 22.8699C40.181 23.2899 39.951 23.7399 39.531 23.8799C39.451 23.9099 39.361 23.9199 39.281 23.9199L39.291 23.9299Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M38.5593 10.481C38.1993 11.861 36.7493 13.101 35.8993 13.151C33.0693 13.301 32.4293 9.97095 34.8193 9.34095C35.4193 9.18095 36.0993 8.99095 36.3293 8.87095C36.3193 8.87095 34.6893 8.40095 33.7093 7.85095C32.8093 7.34095 32.2593 6.35095 32.3593 5.32095C32.4393 4.53095 33.1693 3.45095 34.6093 3.29095C35.7693 3.16095 37.4593 4.42095 37.5793 5.58095C37.6193 5.17095 37.6293 4.22095 37.6393 3.70095C37.6693 2.23095 38.9793 0.370954 40.9493 0.900954C43.5093 1.59095 41.8893 4.92095 41.4693 5.64095C42.9393 5.59095 46.5893 5.17095 46.6993 7.55095C46.7693 9.04095 45.2893 10.231 44.0793 10.071C43.5193 10.001 42.4693 9.51095 41.7293 9.28095C42.8893 9.47095 43.7593 11.391 43.3393 12.481C42.9193 13.571 41.6593 14.081 40.5693 13.661C39.4793 13.241 38.7993 11.671 38.5693 10.501L38.5593 10.481Z\" fill=\"#FA2A0A\"/>\n<path d=\"M41.3587 14.5897C40.9887 14.5897 40.6187 14.5197 40.2687 14.3897C39.4387 14.0597 38.8087 13.3097 38.3787 12.4497C37.6787 13.2897 36.7487 13.8997 35.9387 13.9497C33.9087 14.0597 32.7787 12.7597 32.5787 11.5097C32.3987 10.3897 32.9387 9.36965 33.9187 8.83965C33.6887 8.73965 33.4887 8.62965 33.3187 8.53965C32.1187 7.85965 31.4287 6.55965 31.5687 5.22965C31.6987 4.01965 32.7487 2.68965 34.5287 2.48965C35.2587 2.40965 36.1187 2.68965 36.8787 3.23965C37.0287 2.22965 37.5987 1.23965 38.3987 0.639655C39.1987 0.0396546 40.1787 -0.140345 41.1587 0.119655C42.2587 0.409655 42.7387 1.08965 42.9487 1.60965C43.3687 2.62965 43.0887 3.86965 42.7487 4.77965C44.0987 4.73965 45.7087 4.83965 46.6887 5.73965C47.1787 6.18965 47.4587 6.79966 47.4887 7.50965C47.5287 8.42966 47.1387 9.33965 46.4087 9.99965C45.7387 10.6097 44.8887 10.9297 44.0887 10.8697C44.2787 11.5397 44.2787 12.2197 44.0687 12.7697C43.7887 13.4797 43.2487 14.0397 42.5487 14.3597C42.1687 14.5297 41.7587 14.6097 41.3487 14.6097L41.3587 14.5897ZM38.5587 9.67966H38.5787C38.9487 9.68966 39.2687 9.95965 39.3387 10.3197C39.5487 11.3897 40.1387 12.6097 40.8487 12.8897C41.1887 13.0197 41.5787 13.0197 41.9087 12.8697C42.2187 12.7297 42.4587 12.4797 42.5887 12.1697C42.7187 11.8297 42.6087 11.2197 42.3287 10.7197C42.1787 10.4497 41.9787 10.2397 41.7987 10.1297C41.6887 10.0897 41.5887 10.0597 41.4987 10.0297C41.0987 9.89965 40.8587 9.48965 40.9587 9.07965C41.0587 8.66965 41.4487 8.40965 41.8687 8.47965C42.0587 8.50965 42.2587 8.56965 42.4387 8.65965C42.5987 8.71965 42.7687 8.77966 42.9387 8.84966C43.3887 9.01966 43.9387 9.22965 44.1987 9.25965C44.5587 9.30965 45.0087 9.12966 45.3587 8.80966C45.7387 8.46966 45.9387 8.01965 45.9187 7.56965C45.9087 7.27965 45.8187 7.07965 45.6387 6.90965C44.9087 6.24965 42.9887 6.34965 41.9587 6.39965L41.5187 6.41965C41.2387 6.43965 40.9487 6.27965 40.7987 6.02965C40.6487 5.77965 40.6487 5.46965 40.7987 5.21965C41.2387 4.46965 41.8087 2.99965 41.4887 2.20965C41.4187 2.03965 41.2687 1.79965 40.7587 1.65965C40.2487 1.51965 39.7787 1.60965 39.3687 1.90965C38.8487 2.29965 38.4687 3.03965 38.4487 3.70965V4.05965C38.4287 4.59965 38.4187 5.30965 38.3887 5.64965C38.3487 6.05965 38.0087 6.36965 37.5987 6.36965C37.1887 6.36965 36.8387 6.05965 36.7987 5.64965C36.7687 5.35965 36.4887 4.95965 36.0887 4.62965C35.6387 4.25965 35.0687 4.02965 34.7187 4.06965C33.6787 4.18965 33.2187 4.93965 33.1687 5.38965C33.0987 6.08965 33.4687 6.77965 34.1187 7.13965C34.9187 7.58965 36.3087 8.01965 36.5287 8.07965C36.8187 8.14965 37.0487 8.36965 37.1187 8.65965C37.2087 9.01965 37.0387 9.39965 36.6987 9.56965C36.5987 9.61965 36.3387 9.74966 35.0287 10.0997C34.0987 10.3497 34.1287 11.0397 34.1687 11.2497C34.2587 11.8297 34.8187 12.3997 35.8587 12.3397C36.2687 12.3197 37.4887 11.3997 37.7887 10.2697C37.8787 9.91966 38.1987 9.66965 38.5587 9.66965V9.67966Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M39.1598 10.1009C38.0898 9.6609 36.8798 9.0809 36.7598 7.8109C36.7298 7.5309 36.7698 7.2609 36.8598 6.9909C37.1898 6.0409 37.7398 5.6609 38.6398 5.3609C39.0998 5.2009 40.9198 4.7609 41.5498 6.7809C41.7798 7.5209 41.8798 8.3809 41.4698 9.0509C40.9098 9.9609 39.6498 10.3009 39.1498 10.1009H39.1598Z\" fill=\"#FFCC00\"/>\n<path d=\"M39.4988 10.9489C39.2588 10.9489 39.0388 10.9089 38.8488 10.8289C37.8988 10.4389 36.1288 9.70887 35.9588 7.87887C35.9188 7.49887 35.9688 7.09887 36.0988 6.72887C36.5588 5.37887 37.4688 4.90887 38.3788 4.59887C38.6988 4.48887 39.8288 4.16887 40.8688 4.69887C41.5588 5.04887 42.0388 5.66887 42.3088 6.53887C42.6688 7.70887 42.6188 8.69887 42.1488 9.45887C41.5588 10.4089 40.3988 10.9389 39.4988 10.9389V10.9489ZM39.4488 9.35887C39.6588 9.39887 40.4488 9.20887 40.7888 8.63887C41.0588 8.19887 40.9388 7.51887 40.7888 7.02887C40.6488 6.57887 40.4388 6.28887 40.1488 6.13887C39.6488 5.87887 38.9688 6.09887 38.8988 6.11887C38.1188 6.38887 37.8288 6.63887 37.6188 7.25887C37.5688 7.41887 37.5388 7.58887 37.5588 7.73887C37.6288 8.45887 38.3088 8.87887 39.4488 9.35887Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M38.9414 21.9286C39.4614 18.4086 44.2314 15.6986 47.4814 17.0486C46.0514 20.5086 43.1714 21.6986 38.9414 21.9286Z\" fill=\"#27B500\"/>\n<path d=\"M38.9413 22.7305C38.7213 22.7305 38.5013 22.6405 38.3513 22.4705C38.1913 22.2905 38.1213 22.0505 38.1513 21.8105C38.4313 19.9105 39.8113 18.0905 41.8213 16.9505C43.8113 15.8205 46.0413 15.5905 47.7813 16.3105C48.1913 16.4805 48.3813 16.9505 48.2113 17.3505C46.3913 21.7705 42.3213 22.5405 38.9813 22.7205C38.9713 22.7205 38.9513 22.7205 38.9413 22.7205V22.7305ZM45.6113 17.5005C44.6513 17.5005 43.6013 17.7905 42.6113 18.3505C41.4013 19.0305 40.4913 20.0005 40.0313 21.0505C43.2813 20.7005 45.2113 19.6405 46.3513 17.5605C46.1113 17.5205 45.8613 17.5005 45.6113 17.5005Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M38.6501 21.0205C35.8301 14.9105 30.8101 16.5305 30.8101 16.5305C30.8101 16.5305 30.3201 20.9805 38.6501 21.0205Z\" fill=\"#27B500\"/>\n<path d=\"M38.6516 21.8197C35.0616 21.7997 32.5216 20.9997 31.1116 19.4197C29.8516 18.0097 30.0016 16.5097 30.0016 16.4397C30.0316 16.1297 30.2516 15.8597 30.5516 15.7697C30.6116 15.7497 36.2816 14.0097 39.3616 20.6797C39.4716 20.9297 39.4516 21.2197 39.3116 21.4497C39.1616 21.6797 38.9116 21.8197 38.6416 21.8197H38.6516ZM31.6616 17.1697C31.7416 17.4997 31.9216 17.9497 32.3316 18.3897C32.9916 19.1097 34.3816 19.9597 37.2816 20.1697C35.3516 17.0897 32.8116 17.0097 31.6616 17.1697Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>\n"
1538
+ }
1539
+ ]
1540
+ },
1541
+ {
1542
+ "id": "hm1-p-000052",
1543
+ "source": {
1544
+ "groupId": "item",
1545
+ "sourceGroupName": "Item",
1546
+ "partId": "003"
1547
+ },
1548
+ "name": "ice-cream",
1549
+ "aliases": [
1550
+ "item-ice-cream"
1551
+ ],
1552
+ "selectionSlot": "item",
1553
+ "uiGroups": [
1554
+ "item"
1555
+ ],
1556
+ "layers": [
1557
+ {
1558
+ "layerSlot": "item",
1559
+ "svgPath": "assets/humation-1/item/003.svg",
1560
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M46.5888 13.5085C40.7688 13.4385 40.8188 18.4485 40.8188 18.4485C39.7888 16.6985 37.1588 16.1485 35.5088 17.3385C34.8588 17.8085 34.3488 18.6485 34.6388 19.3985C34.9088 20.1085 35.8388 20.5685 35.7588 21.3285C35.6588 22.2985 34.2788 22.2785 33.3088 22.1985C31.8488 22.0785 30.1088 22.7585 29.8488 24.1985C29.5988 25.5585 30.8388 26.7785 32.1488 27.1885C33.4588 27.5985 34.8788 27.4685 36.2488 27.6585C38.6688 28.0085 40.9188 29.4485 42.2388 31.5085C43.1288 32.8985 43.6288 34.5585 44.8288 35.6885C45.9188 36.7085 47.4188 37.1485 48.8788 37.4285C50.0688 37.6585 51.3188 37.8185 52.4988 37.5185C53.6788 37.2185 54.7888 36.3885 55.0988 35.2085C55.2388 34.6885 55.2288 34.0985 55.5688 33.6785C56.6088 32.3785 59.3188 34.1985 60.1988 32.7785C60.4088 32.4385 60.4088 32.0185 60.3788 31.6285C60.2288 29.8685 58.1788 28.4185 55.5388 27.1385C55.5388 27.1385 58.5788 25.6485 57.8888 21.5285\" fill=\"#FFF5D6\"/>\n<path d=\"M51.0709 38.5009C50.2409 38.5009 49.4409 38.3709 48.7209 38.2309C47.2309 37.9409 45.5409 37.4809 44.2709 36.2809C43.3909 35.4509 42.8609 34.4109 42.3509 33.4109C42.0909 32.8909 41.8409 32.4009 41.5509 31.9509C40.3509 30.0809 38.3209 28.7709 36.1209 28.4609C35.6409 28.3909 35.1609 28.3709 34.6409 28.3409C33.7409 28.2909 32.8209 28.2409 31.9009 27.9609C30.2709 27.4509 28.7109 25.9109 29.0509 24.0609C29.4009 22.1309 31.5309 21.2609 33.3709 21.4009C34.7309 21.5109 34.9509 21.2709 34.9609 21.2609C34.9709 21.1409 34.7509 20.8909 34.5809 20.7109C34.3309 20.4309 34.0509 20.1109 33.8809 19.6909C33.4309 18.5309 34.1609 17.3309 35.0309 16.7009C36.0009 16.0009 37.2809 15.7509 38.5509 16.0109C39.2009 16.1509 39.7909 16.4009 40.3009 16.7609C40.5309 16.0309 40.9409 15.1709 41.6909 14.4309C42.8309 13.2909 44.4409 12.7109 46.4709 12.7109C46.5109 12.7109 46.5509 12.7109 46.5909 12.7109C47.0309 12.7109 47.3909 13.0809 47.3809 13.5209C47.3809 13.9609 47.0309 14.3109 46.5709 14.3109C44.9009 14.2909 43.6609 14.7109 42.8109 15.5609C41.6209 16.7409 41.6009 18.4209 41.6009 18.4409C41.6009 18.8009 41.3609 19.1209 41.0109 19.2209C40.6609 19.3209 40.2909 19.1709 40.1109 18.8609C39.7309 18.2209 39.0409 17.7509 38.2109 17.5809C37.3809 17.4109 36.5609 17.5609 35.9609 18.0009C35.5709 18.2909 35.2409 18.7809 35.3709 19.1209C35.4309 19.2809 35.6009 19.4709 35.7709 19.6609C36.1309 20.0709 36.6209 20.6209 36.5409 21.4209C36.4209 22.6409 35.2909 23.1809 33.2309 23.0109C32.1109 22.9209 30.7909 23.4109 30.6209 24.3609C30.4609 25.2609 31.4009 26.1409 32.3709 26.4509C33.0909 26.6809 33.8809 26.7209 34.7209 26.7609C35.2509 26.7909 35.8009 26.8209 36.3409 26.8909C39.0009 27.2709 41.4409 28.8509 42.8909 31.1009C43.2209 31.6209 43.5009 32.1709 43.7709 32.7009C44.2409 33.6209 44.6809 34.4909 45.3609 35.1309C46.3409 36.0509 47.7609 36.4209 49.0209 36.6709C50.0409 36.8709 51.2309 37.0409 52.2909 36.7709C53.3109 36.5109 54.1009 35.8309 54.3109 35.0309C54.3509 34.9009 54.3709 34.7609 54.3909 34.6209C54.4709 34.1909 54.5609 33.6609 54.9209 33.2109C55.7109 32.2209 56.9609 32.3809 57.9809 32.5009C58.7909 32.6009 59.3309 32.6509 59.4909 32.3909C59.5909 32.2209 59.5609 31.8509 59.5509 31.7209C59.4509 30.5209 58.0109 29.2709 55.1609 27.8909C54.8809 27.7609 54.7109 27.4809 54.7109 27.1709C54.7109 26.8609 54.8809 26.5809 55.1609 26.4509C55.2609 26.4009 57.6509 25.1409 57.0709 21.6909C57.0009 21.2509 57.2909 20.8409 57.7309 20.7709C58.1709 20.7009 58.5809 20.9909 58.6509 21.4309C59.1009 24.1309 58.0909 26.0009 57.0209 27.0509C59.0309 28.1409 60.9809 29.6009 61.1509 31.6009C61.1909 32.0809 61.1909 32.6909 60.8609 33.2409C60.1409 34.4009 58.7809 34.2309 57.7809 34.1009C56.9809 34.0009 56.3909 33.9509 56.1709 34.2209C56.0609 34.3609 56.0109 34.6309 55.9609 34.9109C55.9309 35.0909 55.8909 35.2809 55.8509 35.4609C55.4809 36.8309 54.2709 37.9309 52.6709 38.3409C52.1309 38.4809 51.5909 38.5309 51.0609 38.5309L51.0709 38.5009Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M61.5788 4.18134C57.1588 6.31134 52.9688 8.91134 49.0888 11.9113C48.4788 12.3813 47.8488 12.9113 47.6288 13.6413C47.3688 14.5213 47.7688 15.4513 48.2488 16.2213C49.8788 18.8313 52.6088 20.7213 55.6288 21.3313C56.0588 21.4213 56.5188 21.4713 56.9288 21.3313C57.5188 21.1213 57.8988 20.5513 58.2088 20.0013C60.5888 15.9513 62.4288 11.5913 63.6888 7.06134C63.9888 5.98134 64.2288 4.71134 63.5588 3.81134C62.7888 3.72134 61.9588 3.98134 61.5588 4.17134L61.5788 4.18134Z\" fill=\"#F7931E\"/>\n<path d=\"M56.3688 22.2213C56.0588 22.2213 55.7488 22.1713 55.4788 22.1213C52.2588 21.4813 49.3088 19.4413 47.5788 16.6513C46.8188 15.4313 46.5888 14.3713 46.8688 13.4213C47.1488 12.4713 47.8788 11.8413 48.6088 11.2813C52.5288 8.25129 56.7788 5.62129 61.2388 3.46129C61.7888 3.19129 62.7588 2.92129 63.6688 3.02129C63.8888 3.04129 64.0888 3.16129 64.2188 3.34129C65.0788 4.51129 64.8288 5.99129 64.4688 7.28129C63.1888 11.8813 61.3188 16.2913 58.9088 20.4113C58.5288 21.0713 58.0388 21.7913 57.1988 22.0913C56.9188 22.1913 56.6388 22.2213 56.3688 22.2213ZM61.9188 4.90129C57.5588 7.01129 53.3988 9.58129 49.5688 12.5413C49.0288 12.9613 48.5388 13.3713 48.3888 13.8713C48.2388 14.3613 48.4188 14.9913 48.9188 15.8113C50.4188 18.2213 52.9888 20.0013 55.7788 20.5513C56.0788 20.6113 56.4288 20.6613 56.6588 20.5813C56.9888 20.4613 57.2688 20.0313 57.5188 19.6013C59.8588 15.6113 61.6788 11.3213 62.9188 6.86129C63.1388 6.08129 63.3088 5.23129 63.0888 4.61129C62.6288 4.64129 62.1588 4.79129 61.9188 4.91129V4.90129Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M54.8302 18.3415C54.7702 18.3415 54.7102 18.3415 54.6502 18.3215C54.4202 18.2715 54.1102 18.1215 53.9202 17.6715C53.2902 16.1015 52.8602 14.4715 52.6402 12.8215C52.5802 12.3815 52.8902 11.9815 53.3302 11.9215C53.7702 11.8615 54.1702 12.1715 54.2302 12.6115C54.4202 14.0015 54.7602 15.3715 55.2602 16.6915C55.6002 16.8715 55.8002 17.3215 55.6902 17.6915C55.5702 18.0815 55.2202 18.3315 54.8302 18.3315V18.3415Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M56.9884 17.3611C56.6384 17.3611 56.3184 17.1311 56.2184 16.7811C55.6984 14.9311 55.2884 13.0311 54.9984 11.1311C54.9284 10.6911 55.2284 10.2811 55.6684 10.2211C56.1184 10.1511 56.5084 10.4511 56.5784 10.8911C56.8584 12.7211 57.2584 14.5611 57.7584 16.3511C57.8784 16.7811 57.6284 17.2211 57.2084 17.3411C57.1384 17.3611 57.0684 17.3711 56.9884 17.3711V17.3611Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M52.5186 16.3982C52.1286 16.3982 51.7886 16.1082 51.7286 15.7182C51.6586 15.2782 51.9686 14.8782 52.3986 14.8082C53.7786 14.5982 56.6086 13.4482 58.0886 12.7382C58.4886 12.5482 58.9686 12.7182 59.1586 13.1082C59.3486 13.4982 59.1886 13.9882 58.7886 14.1782C57.2886 14.9082 54.2886 16.1482 52.6386 16.3882C52.5986 16.3882 52.5586 16.3882 52.5186 16.3882V16.3982Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M50.039 29.8217C47.329 29.8217 45.179 28.3817 44.619 26.0617C44.519 25.6317 44.779 25.2017 45.209 25.0917C45.629 24.9917 46.069 25.2517 46.179 25.6817C46.629 27.5117 48.629 28.5217 51.049 28.1417C51.479 28.0717 51.899 28.3717 51.959 28.8117C52.019 29.2517 51.729 29.6617 51.289 29.7217C50.859 29.7917 50.439 29.8217 50.039 29.8217Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>\n"
1561
+ }
1562
+ ]
1563
+ },
1564
+ {
1565
+ "id": "hm1-p-000053",
1566
+ "source": {
1567
+ "groupId": "item",
1568
+ "sourceGroupName": "Item",
1569
+ "partId": "002"
1570
+ },
1571
+ "name": "duck",
1572
+ "aliases": [
1573
+ "item-duck"
1574
+ ],
1575
+ "selectionSlot": "item",
1576
+ "uiGroups": [
1577
+ "item"
1578
+ ],
1579
+ "layers": [
1580
+ {
1581
+ "layerSlot": "item",
1582
+ "svgPath": "assets/humation-1/item/002.svg",
1583
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_3489_42499)\">\n<path d=\"M27.3711 6.81117C27.0011 6.52117 24.8211 7.06117 24.8011 7.66117C24.7711 8.72117 26.6511 9.24117 27.6711 9.54117\" fill=\"#FF5912\"/>\n<path d=\"M27.6709 10.3393C27.5909 10.3393 27.5209 10.3293 27.4409 10.3093L27.3209 10.2693C26.0609 9.88929 23.9509 9.26929 24.0009 7.62929C24.0209 7.11929 24.3709 6.69929 25.0509 6.37929C25.0709 6.37929 27.0109 5.50929 27.8609 6.17929C28.2109 6.44929 28.2709 6.95929 28.0009 7.29929C27.7609 7.59929 27.3509 7.68929 27.0209 7.51929C26.7409 7.49929 26.0509 7.65929 25.6909 7.83929C25.8709 8.01929 26.3809 8.30929 27.7809 8.72929L27.9009 8.76929C28.3209 8.89929 28.5609 9.33929 28.4409 9.76929C28.3409 10.1193 28.0209 10.3393 27.6709 10.3393Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M49.4511 9.07192C48.0711 9.97192 46.6011 10.7219 45.0111 11.1219C42.6611 11.7219 40.0011 11.4719 38.1011 9.96192C38.1911 9.85192 38.3011 9.69192 38.4211 9.50192C39.5211 7.77192 39.5911 5.55192 38.5211 3.80192C38.4711 3.72192 38.4211 3.64192 38.3711 3.57192C36.8711 1.51192 33.7711 0.101924 31.4711 1.17192C28.2811 2.65192 27.3111 6.31192 27.4711 7.44192C27.6611 8.84192 28.2111 9.80192 29.6511 10.7719L29.7411 11.4019L29.7711 11.6719C29.6011 11.9919 29.3311 12.2719 29.0011 12.4419C28.9611 12.5119 25.1311 16.0819 27.3111 19.7519C27.6611 20.3419 28.2211 21.2119 29.2811 21.6519C29.9111 21.7619 30.5211 22.0019 31.0511 22.3619V22.4819C35.9011 24.6719 40.5311 24.0519 45.0611 21.2819C48.8611 18.9619 51.4411 14.6619 51.5811 10.2619C51.6111 9.15192 50.3811 8.46192 49.4511 9.06192V9.07192Z\" fill=\"#FFD412\"/>\n<path d=\"M29.1598 22.4418C29.0498 22.4418 28.9398 22.4218 28.8298 22.3718C27.5998 21.8118 26.9198 20.6618 26.6198 20.1618C24.6398 16.8218 26.9198 13.3118 28.4098 11.9318C28.7298 11.6318 29.2398 11.6518 29.5398 11.9718C29.8398 12.2918 29.8298 12.8018 29.4998 13.1018C29.3598 13.2318 26.1698 16.2918 27.9898 19.3518C28.3498 19.9518 28.7998 20.6118 29.4898 20.9218C29.8898 21.1018 30.0698 21.5818 29.8898 21.9818C29.7598 22.2718 29.4698 22.4518 29.1598 22.4518V22.4418Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M36.9102 24.6106C34.8502 24.6106 32.7902 24.1406 30.7202 23.2006C30.3202 23.0206 30.1402 22.5406 30.3202 22.1406C30.5002 21.7406 30.9802 21.5606 31.3802 21.7406C35.7702 23.7206 40.1102 23.3506 44.6302 20.5906C48.2302 18.3906 50.6402 14.3306 50.7602 10.2306C50.7602 9.92064 50.5602 9.77064 50.4702 9.71064C50.3802 9.66064 50.1402 9.56064 49.8702 9.73064C48.2202 10.8006 46.6902 11.5006 45.1902 11.8806C42.3702 12.6006 39.5202 12.1106 37.5802 10.5806C37.4102 10.4506 37.3102 10.2606 37.2802 10.0406C37.2602 9.83064 37.3202 9.62064 37.4502 9.45064C37.5302 9.35064 37.6202 9.22064 37.7202 9.06064C38.6702 7.58064 38.7002 5.67064 37.8102 4.21064C37.7702 4.14064 37.7302 4.08064 37.6902 4.03064C36.4102 2.26064 33.7302 0.980639 31.7802 1.88064C28.9602 3.19064 28.1202 6.46064 28.2302 7.32064C28.3802 8.40064 28.7202 9.20064 30.0702 10.0906C30.4402 10.3306 30.5402 10.8306 30.2902 11.2006C30.0502 11.5706 29.5502 11.6706 29.1802 11.4206C27.6102 10.3806 26.8702 9.25064 26.6402 7.53064C26.4602 6.18064 27.5202 2.09064 31.1002 0.420639C33.8502 -0.849361 37.3302 0.810639 38.9802 3.08064C39.0402 3.17064 39.1102 3.26064 39.1702 3.37064C40.3402 5.29064 40.3402 7.76064 39.1702 9.73064C40.6902 10.6206 42.7202 10.8506 44.7802 10.3206C46.1102 9.98064 47.4802 9.34064 48.9802 8.37064C49.6602 7.93064 50.5302 7.90064 51.2302 8.30064C51.9402 8.70064 52.3602 9.45064 52.3402 10.2606C52.2002 14.8806 49.4902 19.4706 45.4402 21.9406C42.5402 23.7106 39.7002 24.5906 36.8802 24.5906L36.9102 24.6106Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M31.8607 6.52H31.8407C31.7607 6.52 31.0507 6.46 31.0707 5.57C31.0707 5.14 31.4207 4.76 31.8607 4.75C31.9607 4.75 32.3707 4.77 32.5807 5.17C32.6707 5.3 32.7207 5.47 32.7007 5.65C32.6407 6.47 32.0207 6.52 31.8707 6.52H31.8607Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_3489_42499\">\n<rect width=\"80\" height=\"80\" fill=\"#FFFFFF\"/>\n</clipPath>\n</defs>\n</svg>\n"
1584
+ }
1585
+ ]
1586
+ },
1587
+ {
1588
+ "id": "hm1-p-000054",
1589
+ "source": {
1590
+ "groupId": "item",
1591
+ "sourceGroupName": "Item",
1592
+ "partId": "001"
1593
+ },
1594
+ "name": "santa-hat",
1595
+ "aliases": [
1596
+ "item-santa-hat"
1597
+ ],
1598
+ "selectionSlot": "item",
1599
+ "uiGroups": [
1600
+ "item"
1601
+ ],
1602
+ "layers": [
1603
+ {
1604
+ "layerSlot": "item",
1605
+ "svgPath": "assets/humation-1/item/001.svg",
1606
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M40.1016 13.3003C41.9016 10.6003 44.6016 8.60025 47.3016 6.70025C49.7016 5.00025 52.1016 3.20025 55.0016 2.60025C58.6016 1.90025 62.3016 3.30025 65.7016 4.70025C66.9016 5.20025 68.2016 5.80025 68.8016 6.90025C69.6016 8.30025 69.1016 10.2003 68.6016 11.7003C67.8016 14.3003 66.9016 16.9003 66.1016 19.4003L59.4016 22.5003C59.4016 22.5003 53.4016 18.6003 51.3016 17.6003C48.6016 16.3003 40.1016 13.3003 40.1016 13.3003Z\" fill=\"#CF2323\"/>\n<path d=\"M59.4008 23.4008C59.2008 23.4008 59.1008 23.4008 59.0008 23.3008C58.9008 23.3008 53.0008 19.4008 51.0008 18.4008C48.4008 17.1008 40.0008 14.1008 39.9008 14.1008C39.7008 14.0008 39.5008 13.8008 39.4008 13.6008C39.3008 13.4008 39.4008 13.1008 39.5008 12.9008C41.4008 10.0008 44.3008 7.90078 46.8008 6.10078C49.1008 4.40078 51.7008 2.50078 54.8008 1.90078C58.6008 1.10078 62.4008 2.50078 66.0008 4.00078C67.4008 4.60078 68.7008 5.20078 69.5008 6.60078C70.5008 8.30078 69.9008 10.3008 69.4008 12.1008L66.9008 19.8008C66.8008 20.0008 66.7008 20.2008 66.5008 20.3008L59.8008 23.4008C59.6008 23.3008 59.5008 23.4008 59.4008 23.4008ZM41.3008 12.9008C43.6008 13.7008 49.4008 15.8008 51.6008 16.9008C53.5008 17.8008 58.1008 20.8008 59.4008 21.7008L65.3008 19.0008L67.7008 11.6008C68.2008 10.1008 68.6008 8.60078 68.0008 7.40078C67.5008 6.50078 66.4008 6.00078 65.3008 5.50078C62.0008 4.00078 58.5008 2.70078 55.1008 3.40078C52.4008 3.90078 49.9008 5.70078 47.7008 7.30078C45.4008 9.00078 43.1008 10.7008 41.3008 12.9008Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M34.2995 19.4008C34.1995 17.2008 35.1995 15.0008 38.1995 13.8008C44.0995 14.0008 49.4995 16.7008 54.7995 19.3008C56.2995 20.0008 57.7995 20.9008 58.4995 22.4008C59.4995 24.7008 57.8995 27.2008 56.3995 29.1008C49.6995 27.6008 43.0995 25.7008 36.6995 23.4008C35.8995 23.1008 35.0995 22.8008 34.4995 22.3008C33.8995 21.8008 33.5995 20.9008 34.2995 19.4008Z\" fill=\"#FFFFFF\"/>\n<path d=\"M56.3988 30C56.2988 30 56.2988 30 56.1988 30C49.4988 28.5 42.8988 26.6 36.3988 24.3C35.5988 24 34.6988 23.7 33.9988 23C33.2988 22.3 32.6988 21.2 33.4988 19.3C33.4988 16.5 34.9988 14.3 37.8988 13.1C37.9988 13.1 38.0988 13 38.1988 13C44.3988 13.2 50.0988 16.1 55.0988 18.6C56.3988 19.3 58.3988 20.3 59.1988 22.1C60.2988 24.7 58.5988 27.5 56.9988 29.6C56.8988 29.9 56.5988 30 56.3988 30ZM38.2988 14.6C35.4988 15.8 34.9988 17.8 35.0988 19.3C35.0988 19.4 35.0988 19.6 34.9988 19.7C34.2988 21.1 34.8988 21.6 34.9988 21.8C35.4988 22.3 36.1988 22.5 36.8988 22.8C43.0988 25 49.5988 26.9 55.9988 28.3C57.2988 26.5 58.3988 24.5 57.6988 22.8C57.1988 21.6 55.7988 20.8 54.3988 20.1C49.5988 17.6 44.0988 14.8 38.2988 14.6Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M59.899 22.9986C59.599 21.9986 60.099 20.4986 61.099 19.9986C61.499 19.7986 62.099 19.7986 62.499 19.7986C64.099 19.7986 65.899 19.2986 66.999 20.4986C67.899 21.4986 67.499 23.2986 66.499 24.1986C65.399 25.0986 63.899 25.1986 62.599 25.0986C61.999 24.9986 61.299 24.8986 60.799 24.3986C60.299 23.8986 59.999 23.3986 59.899 22.9986Z\" fill=\"#FFFFFF\"/>\n<path d=\"M63.5006 25.9016C63.1006 25.9016 62.7006 25.9016 62.4006 25.8016C61.8006 25.7016 60.9006 25.5016 60.2006 24.9016C59.5006 24.3016 59.2006 23.6016 59.1006 23.2016C59.1006 23.2016 59.1006 23.2016 59.1006 23.1016C58.7006 21.6016 59.4006 19.8016 60.7006 19.1016C61.2006 18.8016 61.8006 18.8016 62.3006 18.8016H62.5006C62.8006 18.8016 63.1006 18.8016 63.3006 18.8016C64.8006 18.7016 66.4006 18.6016 67.6006 19.8016C68.1006 20.4016 68.4006 21.2016 68.3006 22.0016C68.2006 23.0016 67.7006 24.0016 67.0006 24.6016C66.0006 25.7016 64.7006 25.9016 63.5006 25.9016ZM60.6006 22.8016C60.7006 23.0016 60.8006 23.4016 61.3006 23.8016C61.6006 24.0016 62.0006 24.2016 62.7006 24.3016C63.5006 24.4016 65.0006 24.5016 66.0006 23.6016C66.4006 23.2016 66.7006 22.7016 66.8006 22.1016C66.8006 21.8016 66.8006 21.4016 66.5006 21.1016C65.9006 20.4016 64.7006 20.5016 63.5006 20.6016C63.2006 20.6016 62.9006 20.6016 62.6006 20.7016H62.4006C62.0006 20.7016 61.7006 20.7016 61.5006 20.8016C60.7006 21.1016 60.4006 22.1016 60.6006 22.8016Z\" fill=\"var(--hm-stroke, #000000)\"/>\n<path d=\"M61.1981 20.5004C60.7981 20.5004 60.3981 20.2004 60.3981 19.7004C60.2981 16.2004 59.8981 12.7004 59.3981 9.20041C59.2981 8.80041 59.5981 8.40041 60.0981 8.30041C60.4981 8.20041 60.8981 8.50041 60.9981 9.00041C61.5981 12.5004 61.8981 16.1004 62.0981 19.7004C61.9981 20.1004 61.6981 20.5004 61.1981 20.5004Z\" fill=\"var(--hm-stroke, #000000)\"/>\n</svg>\n"
1607
+ }
1608
+ ]
1609
+ },
1610
+ {
1611
+ "id": "hm1-p-000055",
1612
+ "source": {
1613
+ "groupId": "item",
1614
+ "sourceGroupName": "Item",
1615
+ "partId": "014"
1616
+ },
1617
+ "name": "camera",
1618
+ "aliases": [
1619
+ "item-camera"
1620
+ ],
1621
+ "selectionSlot": "item",
1622
+ "uiGroups": [
1623
+ "item"
1624
+ ],
1625
+ "layers": [
1626
+ {
1627
+ "layerSlot": "item",
1628
+ "svgPath": "assets/humation-1/item/014.svg",
1629
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" xmlns=\"http://www.w3.org/2000/svg\"><g transform=\"scale(0.060525)\"><g>\n <path fill=\"#eaebec\" d=\"M563.51,211.74s-22.53,2.27-27.64,23.27v155.39s-1.14,19.98,23.27,20.55l236.68,3.41s22.7,0,24.41-18.16v-145.65s.59-31.43-18.15-38.81c0,0-155.86-14.76-238.56,0Z\"/>\n <polygon fill=\"#464646\" points=\"608.21 273.98 535.28 269.61 535.28 376.31 608.21 382.77 591.3 329.24 608.21 273.98\"/>\n <polygon fill=\"#464646\" points=\"730.54 277.1 747.93 326.06 721.21 382.77 796.27 382.77 820.23 373.43 817.42 264.94 788.64 277.1 730.54 277.1\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M795.82,424.36h-.14s-236.67-3.41-236.67-3.41c-10.94-.25-19.46-3.64-25.4-10.08-7.58-8.22-7.79-18.28-7.73-20.64v-151.89c0-4.28.8-8.33,2.38-12.04,8.6-20.19,29.57-23.91,33.7-24.45h0c.11-.01.21-.03.32-.05,31.85-5.62,77.38-7.68,135.31-6.13,45.38,1.22,84.97,4.33,99.88,5.61,9.68.83,18.27,5.89,23.54,13.88,9.2,13.93,9.26,32.85,9.22,35.46v143.9c0,2.7-.29,5.12-.88,7.39-4.61,17.72-23.25,22.44-33.53,22.44ZM545.86,390.93c-.01,3.69,1.77,9.75,13.51,10.02l236.46,3.4c.58-.02,12.34-.52,14.15-7.48.15-.59.23-1.38.23-2.35v-144.17c.06-4.13-.89-16.58-5.91-24.17-1.86-2.82-5.06-4.68-8.57-4.98-25.65-2.2-157.29-12.55-230.01.29-.4.07-.78.13-1.17.18h0c-1.37.18-13.46,2.05-17.9,12.46-.52,1.21-.78,2.63-.78,4.2v152.59Z\"/>\n <ellipse fill=\"#464646\" cx=\"664.39\" cy=\"322.58\" rx=\"33.1\" ry=\"37.64\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M663.3,413.74c-24.16,0-47.47-10.61-62.86-30.18-7.63-9.71-13.08-21.19-16.18-34.15-1.4-4.75-12.16-45.32,18.21-74.74l.11-.1c2.48-2.4,5.04-4.88,7.47-7.33h0c10.13-10.22,38-33.12,77.86-25,24.43,4.97,45.37,20.38,57.45,42.27,10.79,19.55,18.73,50.42-4.73,86.49-.65.99-15.4,22.99-43.08,35.38-11.1,4.97-22.77,7.36-34.25,7.36ZM671.43,260.56c-23.71,0-40.46,13.99-47.18,20.76h0c-2.58,2.6-5.21,5.15-7.76,7.62l-.11.1c-22.63,21.92-13.32,53.48-12.91,54.81l.18.66c2.42,10.23,6.63,19.2,12.51,26.68,17.02,21.64,47.13,28.6,73.22,16.92,22.19-9.93,34.42-27.93,34.54-28.11,14.44-22.2,15.78-44.37,3.93-65.84-9.25-16.75-25.26-28.54-43.93-32.34-4.35-.89-8.52-1.28-12.49-1.28Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M666.11,373.63c-9.22,0-18.68-3.19-28.22-9.53-13.23-8.79-20.7-19.49-22.19-31.8-2.15-17.69,9.08-31.32,11.27-33.79,2.25-2.74,15.66-18.05,34.95-19.83,11.19-1.03,21.76,2.66,31.42,10.97,30.83,26.53,15.09,54.6,11.85,59.66-1.58,2.74-11.46,18.68-29.46,23.15-3.18.79-6.39,1.18-9.63,1.18ZM641.99,311.73h0c-.08.09-7.65,8.71-6.42,18.28.8,6.2,5.3,12.06,13.39,17.44,7.98,5.3,15.33,7.19,21.83,5.62,10.7-2.58,17-13.64,17.06-13.75l.39-.72.3-.37c.37-.55,3.06-4.77,3.49-10.55.59-7.96-3.36-15.65-11.75-22.88-5.44-4.68-10.82-6.72-16.45-6.22-11.83,1.04-21.41,12.6-21.5,12.72l-.36.42Z\"/>\n <g>\n <path fill=\"#c7c4e2\" d=\"M570.65,193.6c6.71-2.48,17.02-5.15,25.89-2.58,7.04,2.04,12.08,8.48,11.65,15.8-.26,4.34-2.36,9.15-9.1,12.41-14.43,6.98-27.41,0-27.41,0,0,0-3.42-1.2-6.27-4.27-6.38-6.87-3.54-18.1,5.25-21.36Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M585.49,232.32c-7.58,0-14.06-2-17.96-3.97-1.83-.76-5.88-2.73-9.46-6.58-5.24-5.64-7.29-13.5-5.5-21.03,1.82-7.63,7.28-13.8,14.61-16.51h0c8.38-3.1,20.76-6.11,32.14-2.81,11.8,3.42,19.54,14.11,18.85,26-.53,9.09-5.76,16.49-14.73,20.83-6.18,2.99-12.36,4.08-17.95,4.08ZM576.4,210.42c1.03.5,9.3,4.18,18.33-.19,3.33-1.61,3.42-3.11,3.48-4,.14-2.46-1.73-4.82-4.45-5.61-4.8-1.39-11.77-.55-19.63,2.36h0c-1.51.56-1.97,1.86-2.09,2.39-.18.74-.2,1.82.7,2.79.82.88,1.89,1.47,2.35,1.67l.99.3.34.29Z\"/>\n </g>\n <g>\n <path fill=\"#c7c4e2\" d=\"M651.53,187.28l-19.16,18.88s-5.37,16.35,7.84,16.18c11.03-.14,58.26,2.23,73.53,3.01,3.13.16,6.23-.58,8.96-2.14l13.14-7.51c3.53-2.02,4.47-6.68,1.99-9.91l-11.49-14.96c-2.85-3.71-7.21-5.97-11.89-6.14l-51.32-1.92c-4.32-.16-8.52,1.47-11.6,4.5Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M714.59,235.37c-.45,0-.9-.01-1.36-.03-14.37-.74-62.13-3.11-72.89-3-.11,0-.22,0-.32,0-8.61,0-13.14-4.41-15.08-7.06-6.16-8.4-2.8-20-2.07-22.25l.76-2.3,20.89-20.58c5.02-4.95,11.94-7.63,18.99-7.37l51.32,1.92c7.68.29,14.77,3.95,19.45,10.04l11.49,14.96c2.94,3.83,4.08,8.74,3.13,13.47-.95,4.73-3.9,8.82-8.09,11.21l-13.14,7.51c-4,2.28-8.49,3.48-13.07,3.48ZM641.32,212.33c12.8.01,54.95,2.11,72.94,3.03,1.21.06,2.42-.23,3.48-.83l9.87-5.64-9.19-11.97c-1.04-1.36-2.62-2.17-4.33-2.24l-51.32-1.92c-1.56-.07-3.09.54-4.21,1.63h0s-17.11,16.86-17.11,16.86c-.05.37-.09.73-.12,1.07Z\"/>\n </g>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M616.81,284.28l-36.2-1.23c-36.7.97-46.64-4.83-50.93-9.27-2.62-2.71-4-6.16-3.8-9.46l19.96,1.25c.22-3.51-1.49-5.54-2.1-5.97.25.18,6.46,4.28,36.63,3.46h.31s36.81,1.24,36.81,1.24l-.68,19.99Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M783.42,287.1c-.11,0-.21,0-.28,0h-50.98s0-20,0-20h51.11s.07,0,.07,0c.07,0,.15,0,.23,0,6.05,0,22.32-1.97,28.24-11.16l16.81,10.83c-5.67,8.8-15.51,15.11-28.47,18.23-8.14,1.96-14.98,2.1-16.74,2.1Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M616.81,392.77l-36.39-1.23c-42.38-.54-51.6-4.85-54.5-13.15-1.58-4.54-.12-9.65,3.63-12.71l12.63,15.51c2.22-1.8,3.36-4.6,3.05-7.47-.34-3.21-2.36-5.22-3.29-5.7.62.32,7,3.12,38.83,3.52h.21s36.5,1.24,36.5,1.24l-.68,19.99Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M783.42,395.59c-.12,0-.21,0-.28,0h-70.38s0-20,0-20h70.51s.07,0,.07,0c5.82.05,22.47-1.86,28.47-11.16l16.81,10.83c-5.67,8.8-15.51,15.11-28.47,18.23-8.14,1.96-14.98,2.1-16.74,2.1Z\"/>\n <circle fill=\"var(--hm-stroke, #000000)\" cx=\"573.12\" cy=\"247.35\" r=\"10.47\"/>\n </g>\n <circle fill=\"#eaebec\" opacity=\"0.79\" cx=\"652.81\" cy=\"314.51\" r=\"8.07\"/></g></svg>"
1630
+ }
1631
+ ]
1632
+ },
1633
+ {
1634
+ "id": "hm1-p-000070",
1635
+ "source": {
1636
+ "groupId": "item",
1637
+ "sourceGroupName": "Item",
1638
+ "partId": "016"
1639
+ },
1640
+ "name": "wind-chime",
1641
+ "aliases": [
1642
+ "item-wind-chime"
1643
+ ],
1644
+ "selectionSlot": "item",
1645
+ "uiGroups": [
1646
+ "item"
1647
+ ],
1648
+ "layers": [
1649
+ {
1650
+ "layerSlot": "item",
1651
+ "svgPath": "assets/humation-1/item/016.svg",
1652
+ "svg": "<svg id=\"_レイヤー_1\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 80 80\">\n <!-- Generator: Adobe Illustrator 30.5.1, SVG Export Plug-In . SVG Version: 2.1.4 Build 3) -->\n <defs>\n <style>\n .st0 {\n fill: #71e8ff;\n }\n\n .st1 {\n fill: #fed5f3;\n }\n\n .st2 {\n fill: #FFFFFF;\n }\n\n .st3 {\n fill: none;\n stroke: var(--hm-stroke, #000000);\n stroke-linecap: round;\n stroke-linejoin: round;\n stroke-width: 1.47px;\n }\n\n .st4 {\n fill: #d8fffb;\n }\n\n .st5 {\n fill: #71aeff;\n }\n </style>\n </defs>\n <path class=\"st0\" d=\"M40.48,2.42c-1.93-.1-2.94.2-4.16,1.32s-1.71,2.87-1.63,4.52c.04.94.23,2.43.98,2.99.3.23,1.77.54,2.73.61,1.48.11,3.32.23,4.81.34.57.04.83.05,1.33-.21.64-.34.96-1.06,1.19-1.75.36-1.08.61-2.22.55-3.35s-.46-2.29-1.25-3.1-2.03-1.3-3.16-1.3l-1.37-.06h0Z\"/>\n <path class=\"st4\" d=\"M45.81,5.55c-.02-.06-.04-.13-.06-.18-.03-.25-.08-.5-.16-.73-.13-.36-.32-.72-.62-.97-.33-.27-.7-.44-1.1-.57-.8-.25-1.64-.38-2.47-.44-.28-.02-.57-.03-.86-.03-1.51-.14-3.3-.19-4.39,1.07-.26.3-.46.65-.62,1.02-.48.61-.82,1.33-.95,2.1-.29,1.58.21,3.2,1.51,4.19.21.16.42.28.65.38.69.42,1.51.64,2.3.75.69.09,1.4.12,2.1.11.72,0,1.48-.02,2.18-.21.02,0,.03-.01.05-.01.57-.03,1.14-.2,1.54-.64.51-.55.63-1.3.7-2.02.01-.16.03-.31.04-.47.16-.72.25-1.46.25-2.19,0-.38,0-.78-.08-1.15h0ZM44.35,9.1c-.04.14-.08.29-.13.43-.02.06-.04.12-.07.19,0,.02-.01.03-.02.05,0,0-.02.05-.03.07-.05.11-.11.22-.17.33-.03.06-.07.11-.11.16,0,0-.03.04-.04.05-.01.02-.03.04-.04.04-.04.05-.09.09-.14.14-.02.02-.05.04-.07.06,0,0,0,0,0,0-.06.04-.12.08-.18.11-.03.01-.05.03-.08.04,0,0-.02,0-.02.01,0,0-.02,0-.03.01-.03,0-.05.02-.08.03-.56,0-1.13-.09-1.68-.15-.76-.08-1.53-.16-2.29-.24-.38-.04-.75-.08-1.13-.12-.18-.02-.36-.04-.55-.06,0,0-.09-.03-.21-.08-.28-.1-.51-.3-.67-.55,0,0,0-.01,0-.01,0,0-.04-.11-.05-.13-.06-.17-.12-.35-.17-.53-.18-.65-.23-1.2-.19-1.9.02-.37.05-.56.13-.94.05-.22.11-.44.18-.65.04-.11.1-.21.18-.3,0,0,0,0,0,0,.1-.11.21-.22.33-.32.05-.04.1-.08.14-.12,0,0,.03-.03.05-.04.02-.01.04-.03.04-.03.12-.08.24-.16.36-.24.12-.07.24-.13.36-.19.03-.01.06-.03.09-.04,0,0,0,0,.01,0,.07-.03.13-.05.2-.07.68-.23,1.3-.27,2.02-.28.08,0,.15,0,.23,0,.03.03,3.09.12,3.72,1.61.03.06.06.11.11.17-.06-.07.01.03.05.09,0,.02.03.07.04.09,0,.03.02.17.02.06,0,.08,0,.15,0,.23-.01.13.03.25.11.35,0,.56-.04,1.13-.08,1.69-.01.19-.03.38-.04.57-.03.14-.07.28-.11.42h0Z\"/>\n <path class=\"st3\" d=\"M40.48,2.42c-1.93-.1-2.94.2-4.16,1.32s-1.71,2.87-1.63,4.52c.04.94.23,2.43.98,2.99.3.23,1.77.54,2.73.61,1.48.11,3.32.23,4.81.34.57.04.83.05,1.33-.21.64-.34.96-1.06,1.19-1.75.36-1.08.61-2.22.55-3.35s-.46-2.29-1.25-3.1-2.03-1.3-3.16-1.3l-1.37-.06h0Z\"/>\n <path class=\"st3\" d=\"M41.08,0v2.26\"/>\n <path class=\"st3\" d=\"M40.14,12.52c-.23.73-.46,1.46-.69,2.2\"/>\n <path class=\"st5\" d=\"M33.8,19.33c-1.32,1.26-3.09,2.21-4.89,1.95,0,0,3.45,3.02,5.87,4.1,3.35-2.02,5.37-5.53,6.34-9.43-1.39-.46-2.89-.95-4.28-1.42,0,0-.99,2.85-3.04,4.81h0Z\"/>\n <path class=\"st2\" d=\"M30.87,21.25c.48.88,1.54,1.06,2.45,1.04.13,0,.26,0,.39,0,.12,0-.04-.02.07.01.03,0,.06.02.09.03.04.01.04.01,0,0-.03-.01-.03-.01,0,0l.03.02s-.05-.04-.02,0c.02.02.04.04.06.07-.07-.08.02.04.04.07.07.11.13.22.21.32.31.41.75.7,1.22.9.52.23,1.11.43,1.69.39.34-.02.68-.29.66-.66-.02-.34-.29-.68-.66-.66-.08,0-.16,0-.24,0-.02,0-.04,0-.07,0-.08,0,.06,0,.06,0-.04.01-.13-.02-.17-.03-.22-.05-.43-.12-.64-.19-.12-.05.07.04-.04-.02-.05-.02-.1-.05-.15-.07-.1-.05-.2-.11-.3-.17-.04-.03-.08-.06-.12-.08-.06-.03.03.03.04.03-.02-.01-.04-.03-.05-.04-.03-.03-.07-.06-.1-.09-.01-.01-.03-.03-.04-.05-.07-.07.02.04.03.04-.05,0-.16-.25-.18-.29-.09-.14-.19-.28-.3-.4-.28-.28-.63-.39-1.02-.44-.36-.04-.74-.02-1.11-.04-.07,0,.07,0,.07,0,0,0-.08-.01-.09-.01-.05,0-.1-.02-.16-.03s-.1-.03-.16-.04c-.02,0-.04-.02-.07-.02-.08-.02.1.06.03.01-.05-.03-.1-.05-.14-.08-.02-.01-.04-.03-.06-.04-.07-.03.07.08.02.02-.03-.04-.08-.08-.12-.12.01.01.05.1.03.04-.01-.03-.05-.08-.06-.11-.17-.3-.61-.43-.9-.24-.31.2-.41.58-.24.9h0Z\"/>\n <path class=\"st3\" d=\"M33.8,19.33c-1.32,1.26-3.09,2.21-4.89,1.95,0,0,3.45,3.02,5.87,4.1,3.35-2.02,5.37-5.53,6.34-9.43-1.39-.46-2.89-.95-4.28-1.42,0,0-.99,2.85-3.04,4.81h0Z\"/>\n <path class=\"st2\" d=\"M38.57,4.89c-.24-.24-.64-.27-.95-.17-.27.09-.49.28-.68.48-.19.2-.38.42-.51.67,0,0,0,0,0,.01,0,.01-.02.02-.03.04-.25.36-.14.88.28,1.06.31.13.66.02.96-.12.47-.21.9-.58,1.08-1.08.11-.3.1-.65-.14-.89h0Z\"/>\n <path class=\"st2\" d=\"M39.85,3.71c-.29-.17-.66-.12-.9.12-.12.12-.18.27-.2.42-.01.1-.02.17.01.28.02.05.04.11.07.16,0,.01.01.02.02.03.04.07.09.13.15.17.06.05.13.09.2.11.01,0,.11.04.16.06.11.03.25.03.36,0,.23-.08.41-.25.47-.48.09-.33-.06-.68-.35-.86Z\"/>\n <path class=\"st1\" d=\"M44.44,9.47c-.08-.3-.31-.45-.58-.49.01-.01.02-.03.03-.04.22-.26.37-.65.18-.97-.18-.3-.51-.39-.83-.29-.2.06-.37.18-.52.32-.08-.1-.17-.18-.29-.27-.3-.22-.67-.3-1.03-.21-.31.08-.51.44-.42.74.09.27.23.49.42.66-.16.07-.31.16-.46.28-.31.24-.18.77.12.94.24.14.49.17.75.14.05.28.2.51.45.67.21.13.56.1.73-.09.14-.16.24-.32.31-.52.02-.05.04-.11.05-.17,0,0,.02,0,.02,0,.16.05.33.07.49.05.39-.03.69-.36.58-.76h0Z\"/>\n <path class=\"st1\" d=\"M40.05,9.82c-.09-.08-.2-.15-.33-.17-.05-.03-.1-.06-.16-.07-.08-.03-.16-.03-.24-.01-.08,0-.15.03-.22.07-.13.08-.24.21-.28.36-.04.16-.02.31.06.46,0,.01.01.02.02.03.03.05.07.1.11.14,0,0,0,0,0,0,0,0,0,0,0,.01.09.09.2.16.32.2.24.07.52.01.69-.18.11-.11.18-.27.18-.42,0-.15-.07-.32-.18-.42h0Z\"/>\n <path class=\"st1\" d=\"M45.28,6.41c-.02-.07-.07-.14-.12-.19-.05-.06-.12-.1-.19-.12-.07-.04-.15-.05-.23-.05-.05,0-.11.01-.16.02-.1.03-.19.08-.27.15-.03.04-.06.08-.09.12-.05.09-.08.19-.08.3v.09c0,.08.01.16.05.23.02.07.07.14.12.19.05.06.12.1.19.12.07.04.15.05.23.05.05,0,.11-.01.16-.02.1-.03.19-.08.27-.15.03-.04.06-.08.09-.12.05-.09.08-.19.08-.3v-.09c0-.08-.01-.16-.05-.23Z\"/>\n</svg>"
1653
+ }
1654
+ ]
1655
+ },
1656
+ {
1657
+ "id": "hm1-p-000071",
1658
+ "source": {
1659
+ "groupId": "item",
1660
+ "sourceGroupName": "Item",
1661
+ "partId": "017"
1662
+ },
1663
+ "name": "frog-alt",
1664
+ "aliases": [
1665
+ "item-frog-alt"
1666
+ ],
1667
+ "selectionSlot": "item",
1668
+ "uiGroups": [
1669
+ "item"
1670
+ ],
1671
+ "layers": [
1672
+ {
1673
+ "layerSlot": "item",
1674
+ "svgPath": "assets/humation-1/item/017.svg",
1675
+ "svg": "<svg id=\"_レイヤー_1\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 80 80\">\n <!-- Generator: Adobe Illustrator 30.5.1, SVG Export Plug-In . SVG Version: 2.1.4 Build 3) -->\n <defs>\n <style>\n .st0 {\n fill: #4dd700;\n stroke: var(--hm-stroke, #000000);\n stroke-linecap: round;\n stroke-linejoin: round;\n stroke-width: 1.47px;\n }\n </style>\n </defs>\n <path class=\"st0\" d=\"M48.12,25.48c-.77-.38-1.53-.58-2.39-.65l-.27.02c.09.37.26,1.1.27,1.48,0,.15-.01.3-.1.42-.07.09-.17.15-.27.18-.28.09-.61.02-.83-.18-.16-.14-.25-.34-.35-.53,0,.19-.02.39-.1.55-.09.18-.27.32-.46.39-.17.07-.36.09-.53.03-.21-.08-.36-.28-.42-.5s-.06-.45-.06-.68c-.11.17-.24.34-.37.49-.2.23-.46.46-.77.47-.07,0-.14,0-.2-.04-.07-.03-.12-.08-.17-.14-.24-.29-.24-.71-.17-1.09.04-.22.1-.43.2-.63.08-.17.18-.32.28-.47l.26-.42c-1,.07-2.25.12-3.25.09-.38-.01-.77-.03-1.15-.11-.44-.1-.88-.28-1.21-.59-.17-.16-.33-.36-.56-.43,0,0,.15,1.3.18,1.93,0,.22-.02.45-.15.62-.06.08-.14.15-.23.21-.33.21-.8.26-1.1,0-.1-.08-.18-.2-.25-.31-.16.25-.44.42-.73.45s-.6-.07-.81-.28c-.06-.06-.11-.12-.14-.2-.07-.17-.02-.39-.13-.54-.17.17-.39.31-.62.35-.24.05-.5-.01-.68-.18-.14-.14-.21-.35-.22-.55,0-.17.03-.35.1-.51.07-.16.18-.29.29-.43.44-.54,1.64-1.48,1.64-1.48-.43-.06-.78-.39-.96-.78-.19-.39-.24-.83-.26-1.26-.05-.85-.02-1.73.3-2.52.32-.79,1.03-1.45,1.86-1.63h0c-.14-.62-.28-1.24-.29-1.87s.13-1.29.51-1.8c.45-.62,1.24-.97,2-.93s1.5.42,1.99,1.02c.39.47.63,1.09.53,1.7l.07-.02c.8-.15,1.19-.24,1.75-.2.83.05,1.71.35,1.94.55l.05.05c.12-.47.23-.94.45-1.37.21-.43.54-.82.97-1.03.22-.11.45-.16.69-.2.28-.05.57-.07.85-.05.91.06,1.77.59,2.23,1.38.46.78.51,1.8.12,2.62-.12.26-.3.51-.56.61l.05.16c.45.94,1,1.83,1.47,2.76.47.93.85,1.93.91,2.97.06,1.04-.24,2.14-.98,2.87l-.24.21h0Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M36.12,15.33c-.05,0-.1,0-.15-.02,0,0-.01,0-.02,0-.3.04-.6-.08-.81-.3-.22-.23-.31-.56-.25-.86.1-.5.57-.85,1.09-.82.42.02.8.3.95.68.18.47-.03,1.02-.48,1.24-.11.05-.22.08-.33.08h0ZM35.79,13.93h0,0Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M44.5,15.99c-.14,0-.27-.04-.39-.11-.12-.08-.37-.24-.5-.55-.11-.26-.1-.56.03-.82.13-.26.36-.45.64-.52.26-.07.54-.02.78.13.24.15.4.39.45.65.11.53-.24,1.06-.76,1.19-.05.01-.09.02-.14.02-.04,0-.08,0-.11,0h0ZM44.4,14.53h0,0Z\"/>\n</svg>\n"
1676
+ }
1677
+ ]
1678
+ },
1679
+ {
1680
+ "id": "hm1-p-000072",
1681
+ "source": {
1682
+ "groupId": "item",
1683
+ "sourceGroupName": "Item",
1684
+ "partId": "018"
1685
+ },
1686
+ "name": "ramune",
1687
+ "aliases": [
1688
+ "item-ramune"
1689
+ ],
1690
+ "selectionSlot": "item",
1691
+ "uiGroups": [
1692
+ "item"
1693
+ ],
1694
+ "layers": [
1695
+ {
1696
+ "layerSlot": "item",
1697
+ "svgPath": "assets/humation-1/item/018.svg",
1698
+ "svg": "<svg id=\"_レイヤー_1\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 80 80\">\n <!-- Generator: Adobe Illustrator 30.5.1, SVG Export Plug-In . SVG Version: 2.1.4 Build 3) -->\n <defs>\n <style>\n .st0 {\n fill: #71e8ff;\n }\n\n .st1 {\n fill: none;\n stroke: var(--hm-stroke, #000000);\n stroke-miterlimit: 10;\n stroke-width: 1.47px;\n }\n\n .st2 {\n fill: #FFFFFF;\n }\n\n .st3 {\n fill: #d8fffb;\n }\n\n .st4 {\n fill: #71aeff;\n }\n </style>\n </defs>\n <path class=\"st0\" d=\"M44.13,7.56c1.1,1.92.88,4.51-.52,6.22-.32.39-.73.79-.76,1.3-.03.42.2.8.38,1.18.69,1.41.89,3.02.8,4.59-.08,1.57-.43,3.11-.78,4.64-.11.49-.2,1.03-.57,1.37-1.18,1.11-2.35.71-2.35.71-.23-.05-.47-.1-.7-.15-.48-.1-.96-.2-1.44-.31-.41-.09-.83-.17-1.23-.29-.74-.23-1.37-.67-1.63-1.43-.24-.72-.16-1.5-.1-2.25.08-.98.16-1.95.35-2.92.17-.88.41-1.75.8-2.56.37-.78.87-1.45,1.48-2.06.28-.28.58-.58.71-.96.14-.41,0-.81-.15-1.2-.3-.79-.42-1.64-.33-2.49.09-.82.37-1.61.82-2.3.44-.67,1.02-1.23,1.71-1.64\"/>\n <path class=\"st3\" d=\"M42.47,27.39c.01-.24-.15-.42-.38-.48-.96-.27-1.91-.54-2.87-.81-.21-.06-.41-.11-.62-.18-.03,0-.06-.02-.09-.03,0,0-.02,0-.03,0s-.03,0-.03,0c-.02,0-.04-.02-.07-.02-.1-.04-.2-.08-.3-.12-.09-.04-.18-.08-.27-.13-.04-.02-.08-.04-.12-.07-.02-.01-.04-.02-.06-.04,0,0-.05-.04-.05-.04-.07-.05-.13-.1-.19-.15-.04-.04-.08-.07-.11-.11h-.01s-.03-.05-.04-.07c-.06-.08-.12-.16-.17-.25,0-.02-.04-.07-.05-.09,0-.01-.01-.03-.02-.03-.01-.03-.03-.06-.04-.09-.08-.19-.14-.4-.19-.6,0-.02-.01-.05-.02-.07,0,.01.01.06,0,0-.01-.06-.02-.11-.03-.17-.02-.1-.04-.21-.05-.31-.03-.21-.05-.43-.06-.64,0-.21,0-.41,0-.62,0,0,0-.03,0-.04,0-.01,0-.03,0-.04,0-.05,0-.1.01-.14,0-.11.02-.22.03-.33.05-.42.14-.84.25-1.24.03-.1.06-.2.09-.3,0-.02.03-.08.03-.1,0-.01.01-.03.01-.03.01-.03.02-.06.03-.09.07-.21.15-.41.24-.61.17-.4.36-.78.58-1.15.11-.18.22-.36.33-.54.01-.02.03-.04.04-.07,0,0,0,0,.01-.02.03-.04.05-.08.08-.12.06-.09.13-.19.2-.28.26-.35.54-.68.81-1.02.58-.74,1.03-1.57.9-2.54-.06-.43-.2-.85-.31-1.27-.09-.35-.15-.79-.11-1.15.02-.22.07-.45.12-.67.06-.24.09-.36.21-.59.01-.02.02-.05.04-.07,0,0,.01-.02.02-.04,0,0,.01-.02.01-.02.01-.02.02-.03.04-.05.06-.08.12-.14.19-.21.02-.02.04-.03.06-.05.03-.03.07-.05.1-.07.03-.02.07-.05.1-.07.02-.01.12-.06.1-.06.16-.07.32-.13.49-.18.01,0,.02,0,.03,0,0,0,.01,0,.02,0,.05,0,.1-.02.15-.02.1-.01.2-.02.3-.03.44-.02.88.06,1.35.17.23.05,1.04.16,1.26.22.24.06-.07-.18-.03-.42.02-.17-.03-.31-.14-.42,0-.02.02-.05.02-.07.07-.31-.13-.59-.41-.72-.24-.11-.53-.14-.79-.19-.53-.11-1.06-.24-1.59-.33-.32-.05-.61-.02-.9.14-.09.05-.17.11-.26.17-.03.02-.06.04-.1.06-.01,0-.03.01-.03.02-.04.01-.07.03-.11.04-.26.09-.5.19-.71.38-.18.16-.31.37-.44.58-.5.85-.74,1.86-.7,2.84.02.5.13.98.27,1.46.07.24.11.39.11.65,0,.1,0,.05,0,.02,0,.02,0,.05,0,.07,0,.06-.02.12-.03.17-.01.06-.02.11-.04.17,0,.03-.02.06-.03.1,0,0,0,.01,0,.02,0,0,0,0,0,0-.17.48-.45.93-.72,1.36-.27.43-.53.86-.78,1.3-.5.91-.92,1.85-1.25,2.84-.31.95-.52,1.93-.57,2.93-.05.98-.02,2.02.44,2.91.47.91,1.44,1.34,2.36,1.65,1.03.34,2.08.56,3.16.62.29.02.57.03.86.02.23,0,.41-.23.42-.44h0Z\"/>\n <path class=\"st1\" d=\"M44.13,7.56c1.1,1.92.88,4.51-.52,6.22-.32.39-.73.79-.76,1.3-.03.42.2.8.38,1.18.69,1.41.89,3.02.8,4.59-.08,1.57-.43,3.11-.78,4.64-.11.49-.2,1.03-.57,1.37-1.18,1.11-2.35.71-2.35.71-.23-.05-.47-.1-.7-.15-.48-.1-.96-.2-1.44-.31-.41-.09-.83-.17-1.23-.29-.74-.23-1.37-.67-1.63-1.43-.24-.72-.16-1.5-.1-2.25.08-.98.16-1.95.35-2.92.17-.88.41-1.75.8-2.56.37-.78.87-1.45,1.48-2.06.28-.28.58-.58.71-.96.14-.41,0-.81-.15-1.2-.3-.79-.42-1.64-.33-2.49.09-.82.37-1.61.82-2.3.44-.67,1.02-1.23,1.71-1.64\"/>\n <path class=\"st4\" d=\"M41.94,3.7c.67.04,1.34.19,1.96.43.29.11.59.26.76.52.23.35.17.81.1,1.22-.06.33-.11.66-.26.95-.14.3-.39.56-.7.66-.28.08-.59.02-.88-.04-.53-.11-1.05-.22-1.58-.33-.25-.05-.52-.11-.69-.3-.28-.28-.25-.73-.2-1.12.05-.41.11-.84.3-1.2s.49-.77.91-.76l.28-.03h0Z\"/>\n <path class=\"st1\" d=\"M41.94,3.7c.67.04,1.34.19,1.96.43.29.11.59.26.76.52.23.35.17.81.1,1.22-.06.33-.11.66-.26.95-.14.3-.39.56-.7.66-.28.08-.59.02-.88-.04-.53-.11-1.05-.22-1.58-.33-.25-.05-.52-.11-.69-.3-.28-.28-.25-.73-.2-1.12.05-.41.11-.84.3-1.2s.49-.77.91-.76l.28-.03h0Z\"/>\n <path class=\"st2\" d=\"M41.06,9.52c-.08-.38-.48-.48-.8-.33-.21.1-.4.24-.54.43-.29.39-.39.85-.44,1.32-.04.16,0,.33.12.46.03.03.07.06.11.09.22.13.5.1.72-.05.24-.17.27-.45.33-.71,0-.03.02-.07.03-.1.02-.06.02-.06,0-.02.02-.05.04-.09.06-.14.02-.05.04-.09.07-.13,0,0,.06-.11.05-.08.16-.24.37-.41.3-.73h0Z\"/>\n <path class=\"st2\" d=\"M42.02,8.87c-.04-.1-.09-.21-.16-.29-.03-.05-.08-.09-.13-.12-.05-.04-.11-.06-.17-.07-.04,0-.08,0-.13,0-.08,0-.16.03-.22.08-.16.1-.25.31-.24.49,0,.1.04.18.09.26.05.08.12.14.21.18.02,0,.03.02.05.02.02.01.04.02.06.03.06.03.12.04.18.04.06,0,.12,0,.18-.02.11-.04.21-.12.26-.23.05-.11.06-.24.02-.36h0Z\"/>\n</svg>"
1699
+ }
1700
+ ]
1701
+ },
1702
+ {
1703
+ "id": "hm1-p-000073",
1704
+ "source": {
1705
+ "groupId": "item",
1706
+ "sourceGroupName": "Item",
1707
+ "partId": "019"
1708
+ },
1709
+ "name": "takoyaki",
1710
+ "aliases": [
1711
+ "item-takoyaki"
1712
+ ],
1713
+ "selectionSlot": "item",
1714
+ "uiGroups": [
1715
+ "item"
1716
+ ],
1717
+ "layers": [
1718
+ {
1719
+ "layerSlot": "item",
1720
+ "svgPath": "assets/humation-1/item/019.svg",
1721
+ "svg": "<svg id=\"_レイヤー_1\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 80 80\">\n <!-- Generator: Adobe Illustrator 30.5.1, SVG Export Plug-In . SVG Version: 2.1.4 Build 3) -->\n <defs>\n <style>\n .st0 {\n stroke: var(--hm-stroke, #000000);\n }\n\n .st0, .st1 {\n fill: none;\n stroke-linecap: round;\n stroke-linejoin: round;\n stroke-width: 1.47px;\n }\n\n .st1 {\n stroke: #ffe5cb;\n }\n\n .st2 {\n fill: #9e540c;\n }\n\n .st3 {\n fill: #1a6916;\n }\n\n .st4 {\n fill: #ffe5cb;\n }\n </style>\n </defs>\n <path class=\"st2\" d=\"M43.71,14.47c2.17,1.23,3.24,3.69,3.17,6.18s-1.76,4.89-4.13,5.66c-1.3.42-2.71.36-4.07.24-1.19-.11-2.08-.69-3.05-1.38-1.35-.95-2.27-2.29-2.37-3.94-.1-1.66.21-3.37,1.01-4.83s2.13-2.65,3.72-3.16,3.42-.28,4.76.73l.96.51h0Z\"/>\n <path class=\"st1\" d=\"M35.93,16.18c.21.27.58.37.91.36s.66-.14.98-.26c1.55-.59,3.09-1.18,4.64-1.77-.8.28-1.52.77-2.07,1.42-.29.34-.54.84-.3,1.22.14.22.41.34.67.35.26.01.52-.06.78-.12.95-.26,1.91-.52,2.86-.78-.42.15-.85.32-1.14.65-.29.33-.38.89-.06,1.2.25.25.64.26.99.24.65-.04,1.3-.16,1.92-.34\"/>\n <path class=\"st4\" d=\"M44.27,24.63c-.05-.25-.09-.5-.15-.74-.12-.46-.53-.67-.98-.58-.24.04-.47.12-.71.19-.12.03-.24.07-.35.09-.05.01-.1.02-.14.03-.02,0-.04,0-.05.01h-.03c-.08,0-.17,0-.25,0,0,0-.1-.01-.12-.02-.04,0-.08-.02-.11-.03,0,0-.01,0-.02,0,0,0-.02-.01-.04-.02-.01,0-.04-.03-.05-.03-.02-.02-.04-.04-.06-.06.03.03-.03-.05-.05-.08,0,0,0-.01-.01-.02-.02-.05-.03-.09-.05-.14-.02-.09-.04-.18-.06-.27,0,0,0-.01,0-.02,0-.06-.01-.12-.02-.18,0-.11-.02-.22-.03-.32-.03-.33-.15-.64-.46-.81-.3-.17-.69-.13-1.01-.05-.22.05-.44.12-.65.18-.05,0-.11,0-.16,0-.04,0-.07,0-.11,0-.02,0-.04,0-.06,0,0,0,0,0-.01,0-.08-.02-.16-.04-.24-.06-.04-.01-.07-.03-.11-.04-.01,0-.03-.01-.04-.02-.08-.05-.16-.09-.24-.14-.02-.01-.15-.13-.04-.03-.04-.04-.08-.07-.12-.11-.03-.03-.06-.07-.09-.1-.01-.01-.04-.05-.05-.06-.04-.06-.08-.13-.12-.19,0-.01-.01-.02-.02-.03-.02-.05-.04-.1-.05-.15-.05-.14-.11-.29-.19-.42-.36-.57-1.05-.73-1.68-.59-.13.03-.25.08-.37.12-.1.04-.19.08-.29.12-.01,0-.15.07-.12.05-.12.05-.24.1-.37.12-.01,0-.03,0-.06,0-.04,0-.06,0-.07,0-.03,0-.07-.02-.1-.03-.32-.11-.73.13-.8.46-.05.24.01.46.16.61-.04.12-.05.25,0,.38.49,1.53,1.29,3.14,2.82,3.88.81.39,1.71.48,2.6.52.79.04,1.6.08,2.39.04.93-.05,1.86-.24,2.67-.72.26-.16.36-.45.3-.74h0Z\"/>\n <path class=\"st0\" d=\"M43.71,14.47c2.17,1.23,3.24,3.69,3.17,6.18s-1.76,4.89-4.13,5.66c-1.3.42-2.71.36-4.07.24-1.19-.11-2.08-.69-3.05-1.38-1.35-.95-2.27-2.29-2.37-3.94-.1-1.66.21-3.37,1.01-4.83s2.13-2.65,3.72-3.16c1.48-.47,3.18-.3,4.48.53.29.19.59.36.9.52l.33.18h0Z\"/>\n <path class=\"st0\" d=\"M33.87,20c.34.11.71-.02,1.03-.19s.62-.38.96-.46c.57-.12,1.2.18,1.46.7.15.3.18.65.26.98.08.33.23.67.53.82.42.21.93-.03,1.35-.25.42-.22.96-.41,1.34-.13.24.18.33.5.34.8s-.03.6.01.9c.04.3.2.6.48.71.37.14.77-.12,1.06-.38s.55-.47.97-.4c.29.05.64.31.79.57.32.56.3.83.32,1.1\"/>\n <path class=\"st0\" d=\"M45.16,15.56c1.62-1,3.24-2,4.86-2.99\"/>\n <circle class=\"st3\" cx=\"37.52\" cy=\"15.57\" r=\".8\"/>\n <circle class=\"st3\" cx=\"38.81\" cy=\"17.74\" r=\".8\"/>\n <circle class=\"st3\" cx=\"41.02\" cy=\"15.57\" r=\".8\"/>\n <circle class=\"st3\" cx=\"42.61\" cy=\"17.36\" r=\".8\"/>\n <circle class=\"st3\" cx=\"43.97\" cy=\"19.46\" r=\".8\"/>\n</svg>"
1722
+ }
1723
+ ]
1724
+ },
1725
+ {
1726
+ "id": "hm1-p-000074",
1727
+ "source": {
1728
+ "groupId": "item",
1729
+ "sourceGroupName": "Item",
1730
+ "partId": "020"
1731
+ },
1732
+ "name": "chocolate-banana",
1733
+ "aliases": [
1734
+ "item-chocolate-banana"
1735
+ ],
1736
+ "selectionSlot": "item",
1737
+ "uiGroups": [
1738
+ "item"
1739
+ ],
1740
+ "layers": [
1741
+ {
1742
+ "layerSlot": "item",
1743
+ "svgPath": "assets/humation-1/item/020.svg",
1744
+ "svg": "<svg id=\"_レイヤー_1\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 80 80\">\n <!-- Generator: Adobe Illustrator 30.5.1, SVG Export Plug-In . SVG Version: 2.1.4 Build 3) -->\n <defs>\n <style>\n .st0 {\n fill: #fe9fc2;\n }\n\n .st1 {\n fill: #a0f0fd;\n }\n\n .st2 {\n fill: #fce24e;\n }\n\n .st3 {\n fill: #ffcfa0;\n }\n\n .st4 {\n fill: none;\n stroke: var(--hm-stroke, #000000);\n stroke-linecap: round;\n stroke-linejoin: round;\n stroke-width: 1.47px;\n }\n\n .st5 {\n fill: #a0fda7;\n }\n\n .st6 {\n fill: #794728;\n }\n </style>\n </defs>\n <path class=\"st3\" d=\"M39.58,21.29c-.38,1.57-.54,2.39-.92,3.96-.07.28-.14.56-.11.85s.16.58.41.71c.35.19.81.02,1.06-.29s.36-.7.46-1.09c.5-1.99.78-3.23,1.29-5.22\"/>\n <path class=\"st6\" d=\"M47.21,7.11c0-1.28-.19-2.55-1-3.51-.24-.29-.56-.51-.92-.64h0c-.77-.28-1.61.19-2.22.73-.45.39-.6,1.02-.88,1.55-.64,1.23-.63,2.18-.7,3.54-.08,1.36-.48,2.76-.94,4.07-.21.61-.53,1.19-.96,1.68-.43.48-.94.88-1.44,1.28-.95.76-2.03,1.73-2.06,3.04-.03,1.17.93,2.12,2.03,2.37,1.29.29,2.59-.28,3.58-1.08,1-.82,1.83-1.87,2.52-2.95s1.27-2.31,1.71-3.56c.44-1.26.67-1.94.95-3.24.24-1.13.33-3.27.33-3.27h0Z\"/>\n <path class=\"st4\" d=\"M39.58,21.29c-.38,1.57-.54,2.39-.92,3.96-.07.28-.14.56-.11.85s.16.58.41.71c.35.19.81.02,1.06-.29s.36-.7.46-1.09c.5-1.99.78-3.23,1.29-5.22\"/>\n <path class=\"st4\" d=\"M39.16,15.12c-.08.29-.16.59-.14.89s.16.61.42.76c.35.2.79.07,1.18-.05s.86-.18,1.15.1c.21.21.24.55.22.85s-.06.61.05.89c.11.28.46.49.72.34\"/>\n <path class=\"st5\" d=\"M45.16,5.25c-.02-.13-.08-.27-.19-.35-.07-.05-.14-.11-.21-.16-.11-.09-.25-.14-.39-.12-.13.01-.27.08-.35.19-.08.11-.14.25-.12.39.02.13.08.27.19.35.07.05.14.11.21.16.11.09.25.14.39.12.13-.01.27-.08.35-.19.08-.11.14-.25.12-.39h0Z\"/>\n <path class=\"st5\" d=\"M43.49,9.19l-.22-.33c-.07-.11-.21-.19-.34-.22s-.29,0-.39.09c-.23.18-.29.49-.12.74l.22.33c.07.11.21.19.34.22s.29,0,.39-.09c.23-.18.29-.49.12-.74Z\"/>\n <path class=\"st5\" d=\"M43.75,14.81c-.05-.12-.14-.24-.27-.29-.12-.05-.29-.08-.41-.02-.12.06-.24.11-.38.15-.12.03-.24.16-.29.27-.06.12-.07.29-.02.41.05.12.14.24.27.29.14.06.27.05.41.02.13-.04.26-.08.38-.15.13-.07.23-.14.29-.27.06-.12.07-.29.02-.41Z\"/>\n <path class=\"st1\" d=\"M45.74,6.76c-.08-.11-.2-.2-.34-.22-.05,0-.09,0-.14,0-.09.01-.18.04-.25.1-.13.07-.27.14-.4.22-.11.06-.2.23-.22.34-.02.13,0,.29.09.39.08.11.2.2.34.22.05,0,.09,0,.14,0,.09-.01.18-.04.25-.1.13-.07.27-.14.4-.22.11-.06.2-.23.22-.34.02-.13,0-.29-.09-.39Z\"/>\n <path class=\"st1\" d=\"M43.29,10.96c-.19,0-.37-.02-.56-.03-.15,0-.27,0-.39.09-.11.08-.2.21-.22.34-.03.26.14.6.43.61.19,0,.37.02.56.03.15,0,.27,0,.39-.09.11-.08.2-.21.22-.34.03-.26-.14-.6-.43-.61Z\"/>\n <path class=\"st0\" d=\"M43.53,6.27c-.12-.27-.4-.4-.68-.31-.23.08-.44.23-.59.41-.09.11-.13.26-.12.39.01.13.08.27.19.35.23.17.88-.16.9-.17.26-.09.42-.43.31-.68Z\"/>\n <path class=\"st0\" d=\"M45.81,10.03c-.09-.12-.18-.23-.27-.35-.08-.11-.2-.19-.34-.22-.13-.02-.29,0-.39.09-.11.08-.2.2-.22.34-.02.14,0,.28.09.39.09.12.18.23.27.35.08.11.2.19.34.22.13.02.29,0,.39-.09.11-.08.2-.2.22-.34.02-.14,0-.28-.09-.39h0Z\"/>\n <path class=\"st2\" d=\"M41.84,18.83c-.06-.04-.11-.09-.17-.13,0,0-.01-.01-.02-.02-.02-.02-.03-.04-.05-.06,0-.01-.05-.09-.06-.09-.02-.05-.04-.1-.06-.15,0,0,0-.02,0-.02,0-.02,0-.05-.01-.07,0-.04,0-.08,0-.12,0,.07.02-.11.02-.14,0-.01,0-.02,0-.03,0-.02.02-.04.03-.06.23-.52-.28-1.08-.82-.89-.07.02-.13.05-.2.07,0,0-.13.04-.13.04-.12.03-.24.04-.36.05-.07,0-.14,0-.21,0-.05,0-.05,0,0,0-.02,0-.05,0-.07,0-.07-.01-.14-.02-.2-.03-.02,0-.04,0-.05,0,0,0-.02,0-.03-.01-.05-.02-.11-.04-.16-.07,0,0-.05-.03-.07-.04-.02-.02-.07-.05-.08-.05-.05-.04-.09-.08-.13-.11.09.08-.02-.02-.04-.05-.03-.03-.05-.07-.07-.1,0,0-.03-.06-.04-.09-.01-.03-.04-.19-.02-.05-.06-.33-.35-.64-.72-.58-.31.05-.63.34-.59.68-.18,0-.37.07-.48.23-.45.62-.51,1.43-.44,2.18.07.75.48,1.4,1.21,1.64.32.11.65.16.99.19.35.04.7.06,1.04-.01.39-.08.71-.27,1-.53.11-.1.23-.19.35-.28.03-.02.05-.03.05-.03.03-.01.05-.02.08-.04.02,0,.25-.08.14-.05.26-.06.47-.19.55-.46.07-.22.02-.56-.2-.69h0Z\"/>\n <path class=\"st0\" d=\"M42.1,13.62c-.02-.13-.08-.27-.19-.35-.04-.02-.08-.05-.12-.07-.09-.04-.18-.06-.28-.05-.22,0-.47.09-.64.23-.11.09-.19.2-.22.34-.02.13,0,.29.09.39.17.22.85.09.88.09.12,0,.28-.1.35-.19.08-.1.14-.26.12-.39h0Z\"/>\n <path class=\"st0\" d=\"M45.3,13.17c-.05-.08-.1-.16-.15-.24-.07-.11-.22-.19-.34-.22s-.29,0-.39.09c-.11.08-.2.2-.22.34-.02.14.01.27.09.39l.15.24c.07.11.22.19.34.22s.29,0,.39-.09c.11-.08.2-.2.22-.34.02-.14-.01-.27-.09-.39Z\"/>\n <path class=\"st4\" d=\"M47.21,7.11c0-1.28-.19-2.55-1-3.51-.24-.29-.56-.51-.92-.64h0c-1.67-.5-2.53,1.11-2.81,1.64-.64,1.23-.91,2.82-.99,4.18-.08,1.36-.48,2.76-.94,4.07-.21.61-.53,1.19-.96,1.68-.43.48-.94.88-1.44,1.28-.95.76-2.03,1.73-2.06,3.04-.03,1.17.93,2.12,2.03,2.37,1.29.29,2.59-.28,3.58-1.08,1-.82,1.83-1.87,2.52-2.95s1.27-2.31,1.71-3.56c.44-1.26.67-1.94.95-3.24.24-1.13.33-3.27.33-3.27h0Z\"/>\n</svg>"
1745
+ }
1746
+ ]
1747
+ },
1748
+ {
1749
+ "id": "hm1-p-000075",
1750
+ "source": {
1751
+ "groupId": "item",
1752
+ "sourceGroupName": "Item",
1753
+ "partId": "021"
1754
+ },
1755
+ "name": "yoyo",
1756
+ "aliases": [
1757
+ "item-yoyo"
1758
+ ],
1759
+ "selectionSlot": "item",
1760
+ "uiGroups": [
1761
+ "item"
1762
+ ],
1763
+ "layers": [
1764
+ {
1765
+ "layerSlot": "item",
1766
+ "svgPath": "assets/humation-1/item/021.svg",
1767
+ "svg": "<svg id=\"_レイヤー_1\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 80 80\">\n <!-- Generator: Adobe Illustrator 30.5.1, SVG Export Plug-In . SVG Version: 2.1.4 Build 3) -->\n <defs>\n <style>\n .st0 {\n fill: #fee21c;\n }\n\n .st1 {\n fill: #2689ff;\n }\n\n .st2 {\n stroke: #7accf2;\n }\n\n .st2, .st3 {\n stroke-miterlimit: 10;\n }\n\n .st2, .st3, .st4, .st5 {\n fill: none;\n stroke-width: 1.47px;\n }\n\n .st3 {\n stroke: #bed713;\n }\n\n .st4 {\n stroke: #e75d02;\n }\n\n .st4, .st5 {\n stroke-linecap: round;\n stroke-linejoin: round;\n }\n\n .st6 {\n fill: #FFFFFF;\n }\n\n .st5 {\n stroke: var(--hm-stroke, #000000);\n }\n\n .st7 {\n fill: #fffbd1;\n }\n </style>\n </defs>\n <path class=\"st0\" d=\"M41.26,13.86c-2.14-.29-4.18.33-5.82,1.78-1.62,1.43-2.7,3.23-2.68,5.4s.85,4.39,2.68,5.54c1.54.96,4.04,1.91,7.25.58,1.37-.57,2.6-1.69,3.31-2.99.71-1.31.88-2.67.71-4.33-.13-1.3-.98-2.88-1.98-4.12l-.67-.68.91-.56c.19-.12.2-.4,0-.52-.78-.52-1.65-.89-2.56-1.1-.2-.05-.37.13-.32.33l.23.95-1.05-.26h0Z\"/>\n <path class=\"st5\" d=\"M43.86,13.24c1.12-1.3,2.89-1.82,4.6-1.84,2.27-.03,7.77.5,8.27,5.36.07.68.26,1.47-.24,1.94-.25.23-.58.32-.89.46s-.93.3-1.17.89c-.45,1.12.65,1.52,1.3,1.25,1-.41.91-1.16,1.03-1.6s.08-.91.04-1.37\"/>\n <path class=\"st2\" d=\"M34.91,16.19c-.21,2.72,1.1,5.51,3.33,7.08,2.23,1.57,5.3,1.87,7.79.75\"/>\n <path class=\"st6\" d=\"M46.46,19.26c-.75.1-1.5.11-2.25.04-.1,0-.2-.02-.3-.03-.03,0-.13-.02,0,0-.04,0-.08-.01-.12-.02-.2-.03-.39-.06-.58-.1-.37-.08-.73-.17-1.09-.29-.17-.05-.34-.11-.51-.17-.09-.03-.19-.07-.28-.11-.04-.01-.07-.03-.11-.05.13.05-.05-.02-.06-.03-.35-.15-.68-.32-1.01-.51s-.65-.39-.95-.61c-.07-.05-.14-.1-.22-.16-.02-.02-.13-.1-.03-.02-.03-.02-.06-.05-.09-.07-.15-.12-.31-.25-.45-.38-.31-.28-.6-.57-.88-.88-.07-.08-.14-.16-.21-.25-.03-.04-.06-.08-.09-.12-.02-.02-.12-.16-.04-.05-.13-.17-.26-.35-.38-.53-.19-.29-.59-.44-.9-.24-.29.18-.44.6-.24.9,1.84,2.76,4.87,4.56,8.14,4.99.89.12,1.78.12,2.67.01.34-.04.68-.27.66-.66-.01-.32-.29-.71-.66-.66h0Z\"/>\n <path class=\"st3\" d=\"M37.5,14.45c1.74,3.94,4.7,6.6,8.96,7.23\"/>\n <path class=\"st4\" d=\"M43.86,26.32c-3.55.85-7.82-.56-10.99-4.02\"/>\n <path class=\"st5\" d=\"M41.26,13.86c-2.14-.29-4.18.33-5.82,1.78-1.62,1.43-2.7,3.23-2.68,5.4s.85,4.39,2.68,5.54c1.54.96,4.04,1.91,7.25.58,1.37-.57,2.6-1.69,3.31-2.99.71-1.31.88-2.67.71-4.33-.13-1.3-.98-2.88-1.98-4.12l-.67-.68.91-.56c.19-.12.2-.4,0-.52-.78-.52-1.65-.89-2.56-1.1-.2-.05-.37.13-.32.33l.23.95-1.05-.26h0Z\"/>\n <circle class=\"st1\" cx=\"37.74\" cy=\"18.04\" r=\".97\"/>\n <circle class=\"st1\" cx=\"40.46\" cy=\"25.89\" r=\".67\"/>\n <circle class=\"st7\" cx=\"34.49\" cy=\"22.47\" r=\".67\"/>\n <circle class=\"st7\" cx=\"42.37\" cy=\"24.84\" r=\".92\"/>\n</svg>"
1768
+ }
1769
+ ]
1770
+ },
1771
+ {
1772
+ "id": "hm1-p-000076",
1773
+ "source": {
1774
+ "groupId": "item",
1775
+ "sourceGroupName": "Item",
1776
+ "partId": "022"
1777
+ },
1778
+ "name": "beach-ball",
1779
+ "aliases": [
1780
+ "item-beach-ball"
1781
+ ],
1782
+ "selectionSlot": "item",
1783
+ "uiGroups": [
1784
+ "item"
1785
+ ],
1786
+ "layers": [
1787
+ {
1788
+ "layerSlot": "item",
1789
+ "svgPath": "assets/humation-1/item/022.svg",
1790
+ "svg": "<svg id=\"_レイヤー_1\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 80 80\">\n <!-- Generator: Adobe Illustrator 30.5.1, SVG Export Plug-In . SVG Version: 2.1.4 Build 3) -->\n <defs>\n <style>\n .st0 {\n fill: #2564fd;\n }\n\n .st1 {\n fill: #fd3525;\n }\n\n .st2 {\n fill: #FFFFFF;\n }\n\n .st3 {\n fill: none;\n stroke: var(--hm-stroke, #000000);\n stroke-linecap: round;\n stroke-linejoin: round;\n stroke-width: 1.47px;\n }\n </style>\n </defs>\n <path class=\"st1\" d=\"M49.71,24.02c-.22-.38,2.05-3.29,1.79-8.74-.2-.47-.41-.93-.6-1.38-.76-1.79-2.12-3.32-3.77-4.35-.49-.31-.77-.35-1.05.17-.29.54-.22.59-.07,1.74.01.09.64,3.02.63,3.07-.03.16-.06.32-.1.47-.29,1.25-.8,2.44-1.09,3.69-.15.64-1.15,2.29-1.16,2.32-.04.11-3.77,3.83-4.81,4.38-.42.22-.65.8-.51,1.25.15.45.57.83,1.07.81,2.03-.09,4.12.57,6.54-.76,1.22-.67,2.28-1.54,3.17-2.59-.02-.03-.04-.06-.06-.09h0Z\"/>\n <path class=\"st2\" d=\"M45.04,8.82c-.43-.18-4.01,1.52-4.54,1.87-1.05.69-2.09,2.48-2.93,3.42-.84.94-1.52,2.05-1.79,3.29-.3,1.36-.5,3.21-.26,4.57.12.69.63.88.74,1.58,0,.03.02.12.02.17,0,.05.01.11.02.13.02.18.04.35.05.53.02.35.02.7,0,1.05-.04.58.54,1.13,1.11,1.11.48-.02,3.48-.51,5.2-3.1,1.77-2.66,3.45-5.77,4.02-8.91.74-4.05-1.19-5.53-1.62-5.71h0Z\"/>\n <path class=\"st0\" d=\"M42.8,8.29c-2.56-.55-5.29-.09-7.52,1.29-.24.15-.39.46-.3.75.01.03.03.07.04.1-.02.02-.04.04-.06.06-.25-.03-.47.11-.63.32-.5.67-1.01,1.34-1.51,2.01-.12.16-.12.38-.04.56-.44.68-.69,1.47-.69,2.28,0,.22.1.39.24.5-.62,2.46-.26,5.12.92,7.35.35.66.78,1.27,1.26,1.84.18.21.57.25.8.1.26-.17.36-.44.3-.75-.23-1.33-.46-2.67-.69-4,0-.04-.02-.08-.04-.12,0-.03,0-.06,0-.1,0-.39.01-.79.06-1.18,0-.04,0-.08.01-.12,0,0,0-.02,0-.03.01-.09.03-.17.04-.26.03-.15.06-.3.09-.45.07-.31.15-.61.25-.91.05-.15.11-.31.16-.46.02-.06.05-.12.07-.18.03-.07.03-.08,0-.02.02-.04.03-.08.05-.12.13-.29.27-.57.43-.84.16-.27.33-.54.51-.79.04-.06.09-.12.14-.19.01-.02.07-.09.07-.09.11-.13.22-.27.34-.39.21-.23.26-.59.08-.85.03-.07.07-.15.1-.22,0-.02.02-.03.02-.05.1-.19.22-.38.34-.56.03-.05.07-.1.1-.15,0,0,.04-.06.06-.08.02-.02.05-.06.06-.07.04-.05.08-.09.12-.14.14-.17.3-.32.46-.47.07-.07.15-.13.22-.2.05-.04.09-.08.14-.11.01-.01.02-.02.03-.02,0,0,.02-.01.03-.02.18-.13.36-.25.55-.37.18-.11.36-.21.55-.29.03-.01.06-.03.09-.04,0,0,.09-.04.11-.05.11-.04.22-.08.34-.12.18-.06.34-.2.43-.37.07-.02.14-.05.21-.07.31-.11.52-.39.47-.72,0-.03-.01-.07-.02-.1.02,0,.03,0,.05,0,.02,0,.18.02.19.02.06,0,.11.02.17.03.15.03.31.06.46.09.34.07.73-.1.81-.46.08-.33-.1-.73-.46-.81h0Z\"/>\n <path class=\"st3\" d=\"M34.12,10.78s3.84-4.84,10.81-2.26c0,0,4.13,1.12,5.92,5.92,1.78,4.79-1.03,9.37-2.49,10.69s-4.39,4-10.56,1.88c-6.17-2.12-8.23-11.15-3.67-16.22h0Z\"/>\n <path class=\"st3\" d=\"M45.04,8.82s-4.41.48-8.1,6.35c-3.8,6.05.52,11.53.52,11.53\"/>\n <path class=\"st3\" d=\"M37.75,26.7s3.12.93,7.29-7.16c2.59-5.02,2.36-8.03.29-10.5\"/>\n</svg>"
1791
+ }
1792
+ ]
1793
+ },
1794
+ {
1795
+ "id": "hm1-p-000077",
1796
+ "source": {
1797
+ "groupId": "item",
1798
+ "sourceGroupName": "Item",
1799
+ "partId": "023"
1800
+ },
1801
+ "name": "sunflower",
1802
+ "aliases": [
1803
+ "item-sunflower"
1804
+ ],
1805
+ "selectionSlot": "item",
1806
+ "uiGroups": [
1807
+ "item"
1808
+ ],
1809
+ "layers": [
1810
+ {
1811
+ "layerSlot": "item",
1812
+ "svgPath": "assets/humation-1/item/023.svg",
1813
+ "svg": "<svg id=\"_レイヤー_1\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 80 80\">\n <!-- Generator: Adobe Illustrator 30.5.1, SVG Export Plug-In . SVG Version: 2.1.4 Build 3) -->\n <defs>\n <style>\n .st0 {\n fill: #ffdf12;\n }\n\n .st0, .st1, .st2, .st3 {\n stroke: var(--hm-stroke, #000000);\n stroke-linecap: round;\n stroke-linejoin: round;\n stroke-width: 1.5px;\n }\n\n .st1 {\n fill: #1fd100;\n }\n\n .st2 {\n fill: none;\n }\n\n .st3 {\n fill: #963f00;\n }\n </style>\n </defs>\n <path class=\"st0\" d=\"M43.16,2.03c-.58-.38-1.87.78-2.4,1.44.12-1.11-.45-2.3-.58-2.35-1.48-.55-1.74,2.48-1.74,2.48-.34-.81-1.19-1.08-2.19-1.51-.08-.03-.17-.06-.25-.03-.09.04-.12.15-.14.24-.17.72.04,2.51.04,2.51-.7-.46-1.52-.86-2.48-.59-.33.77.47,1.96,1.03,2.59-.86-.11-2.1.34-2.38.71.41.33.36,1.34,1.98,1.48,0,0-1.44.83-1.46,1.92,0,.35,1.18.46,2.22.34,0,0-1.36.99-1.1,2.6.88.24,1.66.08,2.26-.4-.4.94.29,2.18.76,2.29,1.02.25,1.76-1.29,1.76-1.29.2,1.17.42,1.48.79,1.94.93-.53,1.45-1.1,1.71-1.65.63.88,1.3.94,1.8,1.18.2-.46.81-1.12.59-2.23.96.83,2.43.52,2.56.17.25-.64-.47-1.41-1.21-2.06,1.11.92,2.52-.56,2.51-.65,0-.03-.95-1.48-1.9-1.9,0,0,2.01-.43,1.97-1.41-.02-.63-1.86-1.34-2.45-1.36,0,0,1.31-.99,1.14-2.28-.65-.14-1.24-.6-2.8.13,0,0,.52-1.95-.05-2.33h0Z\"/>\n <path class=\"st2\" d=\"M39.91,16.23c.1,1.99,0,4.3-.24,6.28\"/>\n <path class=\"st1\" d=\"M39.48,23.11c2.06-3.67,4.67-6.04,8.74-7.1-2.32,4.58-4.11,6.61-8.74,7.11\"/>\n <path class=\"st1\" d=\"M38.97,22.66c-.56-2.86-4.32-5.89-7.19-6.61.82,3.58,3.95,6.52,7.58,7.1\"/>\n <path class=\"st3\" d=\"M36.83,11.58c-.57-.88-.66-1.66-.76-3.18-.06-.83.61-1.59,1.17-2.21,1.02-1.13,2.53-1.32,3.97-.82.35.12.7.27,1,.51.43.33.72.81.94,1.31.55,1.28.58,2.81-.1,4.02-.5.88-1.12,1.43-2.16,1.65-.73.15-1.49.09-2.2-.15-.66-.23-1.52-.61-1.85-1.12h0Z\"/>\n</svg>"
1814
+ }
1815
+ ]
1816
+ },
1817
+ {
1818
+ "id": "hm1-p-000078",
1819
+ "source": {
1820
+ "groupId": "item",
1821
+ "sourceGroupName": "Item",
1822
+ "partId": "024"
1823
+ },
1824
+ "name": "eggplant",
1825
+ "aliases": [
1826
+ "item-eggplant"
1827
+ ],
1828
+ "selectionSlot": "item",
1829
+ "uiGroups": [
1830
+ "item"
1831
+ ],
1832
+ "layers": [
1833
+ {
1834
+ "layerSlot": "item",
1835
+ "svgPath": "assets/humation-1/item/024.svg",
1836
+ "svg": "<svg id=\"_レイヤー_1\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 80 80\">\n <!-- Generator: Adobe Illustrator 30.5.1, SVG Export Plug-In . SVG Version: 2.1.4 Build 3) -->\n <defs>\n <style>\n .st0 {\n fill: #69009a;\n }\n\n .st1 {\n stroke: #FFFFFF;\n }\n\n .st1, .st2 {\n fill: none;\n stroke-linecap: round;\n stroke-linejoin: round;\n stroke-width: 1.47px;\n }\n\n .st3 {\n fill: #FFFFFF;\n }\n\n .st2 {\n stroke: var(--hm-stroke, #000000);\n }\n\n .st4 {\n fill: #00b710;\n }\n </style>\n </defs>\n <path class=\"st0\" d=\"M43.65,14.63s-2.21,3.82-8.33,2.98c-3.81-.52-5.39,1.72-5.89,3.54-.54,1.95.28,4.13,1.85,5.41,1.33,1.08,3.57,2.07,7.22,1.05,1.88-.53,3.58-1.44,5.17-2.57,2.03-1.44,4.54-3.73,4.75-6.25\"/>\n <path class=\"st2\" d=\"M43.65,14.63s-2.21,3.82-8.33,2.98c-3.81-.52-5.39,1.72-5.89,3.54-.54,1.95.28,4.13,1.85,5.41,1.33,1.08,3.57,2.07,7.22,1.05,1.88-.53,3.58-1.44,5.17-2.57,2.03-1.44,4.54-3.73,4.75-6.25\"/>\n <path class=\"st4\" d=\"M49.35,12.6s2.08.62,1.16,3.39c-.92,2.77-.02,3.49-.02,3.49,0,0-2.95.32-2.72-2.99,0,0-1.66,1.49-3.82.72,0,0,1.37-.33,1.28-2.26,0,0-2.26.21-3.29-2.17,0,0,2.61.59,3.6-.77s2.93-1.03,3.81.59Z\"/>\n <path class=\"st2\" d=\"M49.35,12.6s2.08.62,1.16,3.39c-.92,2.77-.02,3.49-.02,3.49,0,0-2.95.32-2.72-2.99,0,0-1.66,1.49-3.82.72,0,0,1.37-.33,1.28-2.26,0,0-2.26.21-3.29-2.17,0,0,2.61.59,3.6-.77s2.93-1.03,3.81.59Z\"/>\n <line class=\"st2\" x1=\"50.12\" y1=\"11.66\" x2=\"49.35\" y2=\"12.6\"/>\n <path class=\"st1\" d=\"M31.8,22.84s-.61-2.1,1.56-3\"/>\n <circle class=\"st3\" cx=\"35.48\" cy=\"19.73\" r=\".7\"/>\n</svg>"
1837
+ }
1838
+ ]
1839
+ },
1840
+ {
1841
+ "id": "hm1-p-000079",
1842
+ "source": {
1843
+ "groupId": "item",
1844
+ "sourceGroupName": "Item",
1845
+ "partId": "025"
1846
+ },
1847
+ "name": "shark",
1848
+ "aliases": [
1849
+ "item-shark"
1850
+ ],
1851
+ "selectionSlot": "item",
1852
+ "uiGroups": [
1853
+ "item"
1854
+ ],
1855
+ "layers": [
1856
+ {
1857
+ "layerSlot": "item",
1858
+ "svgPath": "assets/humation-1/item/025.svg",
1859
+ "svg": "<svg id=\"_レイヤー_1\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 80 80\">\n <!-- Generator: Adobe Illustrator 30.5.1, SVG Export Plug-In . SVG Version: 2.1.4 Build 3) -->\n <defs>\n <style>\n .st0 {\n fill: #457d96;\n }\n\n .st1 {\n fill: var(--hm-stroke, #000000);\n }\n\n .st2 {\n fill: #FFFFFF;\n }\n\n .st3 {\n fill: none;\n stroke: var(--hm-stroke, #000000);\n stroke-linecap: round;\n stroke-linejoin: round;\n stroke-width: 1.47px;\n }\n </style>\n </defs>\n <path class=\"st0\" d=\"M41.89,16.23s3.69-4.64,8.15-3.88c0,0,1.18.17-3.61,6.31,0,0,2.43.73,2.47,1.07,0,0,1.74-1.94,3.09-1.52,0,0,1.23.4-1.38,2.97,0,0,1.23,1.78,2.26,1.1s5.28-3.19,6.54-2.39c0,0,.83,1.48-3.37,4.64,0,0-1.7.92-1.5,2.58s.47,2.85.47,2.85c0,0,.18,1.58-1.68.73-1.86-.86-2.52-3.73-2.52-3.73,0,0-5.88.83-8.91.2,0,0,2.68,1.45,2.13,2.6s-5.71-1.3-5.71-1.3c0,0-2.3-1.5-2.3-3.18,0,0-8.84-1.01-9.93-8.8s4.26-4.98,4.26-4.98c0,0,10.42,4.5,11.55,4.74h0Z\"/>\n <path class=\"st2\" d=\"M36.01,25.26s-8.84-1.01-9.93-8.8c-.09-.66-.14-1.25-.15-1.77v-.07s3.79,4.66,7.19,6.03c3.4,1.37,2.88,4.62,2.88,4.62h0Z\"/>\n <path class=\"st3\" d=\"M41.89,16.23s3.69-4.64,8.15-3.88c0,0,1.18.17-3.61,6.31,0,0,2.43.73,2.47,1.07,0,0,1.74-1.94,3.09-1.52,0,0,1.23.4-1.38,2.97,0,0,1.23,1.78,2.26,1.1s5.28-3.19,6.54-2.39c0,0,.83,1.48-3.37,4.64,0,0-1.7.92-1.5,2.58s.47,2.85.47,2.85c0,0,.18,1.58-1.68.73-1.86-.86-2.52-3.73-2.52-3.73,0,0-5.88.83-8.91.2,0,0,2.68,1.45,2.13,2.6s-5.71-1.3-5.71-1.3c0,0-2.3-1.5-2.3-3.18,0,0-8.84-1.01-9.93-8.8s4.26-4.98,4.26-4.98c0,0,10.42,4.5,11.55,4.74h0Z\"/>\n <path class=\"st3\" d=\"M25.94,14.62s3.79,4.66,7.2,6.03c3.4,1.37,2.88,4.62,2.88,4.62\"/>\n <circle class=\"st1\" cx=\"31.39\" cy=\"16.91\" r=\".78\"/>\n <circle class=\"st1\" cx=\"29.78\" cy=\"15.62\" r=\".81\"/>\n</svg>\n"
1860
+ }
1861
+ ]
1862
+ },
1863
+ {
1864
+ "id": "hm1-p-000080",
1865
+ "source": {
1866
+ "groupId": "item",
1867
+ "sourceGroupName": "Item",
1868
+ "partId": "026"
1869
+ },
1870
+ "name": "fox-mask",
1871
+ "aliases": [
1872
+ "item-fox-mask"
1873
+ ],
1874
+ "selectionSlot": "item",
1875
+ "uiGroups": [
1876
+ "item"
1877
+ ],
1878
+ "layers": [
1879
+ {
1880
+ "layerSlot": "item",
1881
+ "svgPath": "assets/humation-1/item/026.svg",
1882
+ "svg": "<svg id=\"_レイヤー_1\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 80 80\">\n <!-- Generator: Adobe Illustrator 30.5.1, SVG Export Plug-In . SVG Version: 2.1.4 Build 3) -->\n <defs>\n <style>\n .st0, .st1 {\n fill: none;\n }\n\n .st0, .st1, .st2 {\n stroke-linecap: round;\n stroke-linejoin: round;\n stroke-width: 1.47px;\n }\n\n .st0, .st2 {\n stroke: var(--hm-stroke, #000000);\n }\n\n .st1 {\n stroke: #cea83e;\n }\n\n .st2 {\n fill: #FFFFFF;\n }\n\n .st3 {\n fill: #c60403;\n }\n </style>\n </defs>\n <path class=\"st2\" d=\"M43.9,21.16c.33.47,1.06.27,1.1-.3.15-1.99.62-4.82,2.05-4.82,1.52,0,3.58,2.87,4.72,4.66.65,1.02,1.16,2.11,1.53,3.26.87,2.75,2.03,8.05-.07,12.47-.84,1.77-2.46,3.05-4.36,3.48-.03,0-.07.02-.1.02-.02,0-.05.01-.07.01-2.07.45-4.23-.05-5.89-1.36-1.76-1.38-4.08-3.81-5.37-7.61-2.26-6.67.5-13.23,1.86-13.55,1.47-.35,3.43,2.03,4.61,3.73h0Z\"/>\n <path class=\"st3\" d=\"M50.12,21.58c-.08-.42-.29-.81-.48-1.19-.46-.92-1.93-2.53-2.6-1.23-.4.78-.39,1.66-.39,2.53,0,.38-.02.79.26,1.09.22.23.54.35.85.4.42.07.85.07,1.28.02.37-.04.77-.1.98-.45.2-.34.19-.79.11-1.16h0Z\"/>\n <path class=\"st3\" d=\"M38.76,24.61c.27.3.68.29,1.05.25.42-.05.85-.13,1.25-.28.29-.11.58-.29.75-.56.21-.35.11-.74.03-1.12-.17-.85-.34-1.72-.9-2.4-.93-1.14-2.03.74-2.3,1.73-.11.41-.23.84-.23,1.27,0,.38.08.82.35,1.12h0Z\"/>\n <path class=\"st1\" d=\"M46.42,24.43s1.18-.82,1.75.48c0,0,.17.73-.48,1.45s-.24,1.14-.24,1.14\"/>\n <path class=\"st1\" d=\"M43.82,25.04s-1.43-.22-1.36,1.2c0,0,.17.73,1.07,1.09.9.36.72.91.72.91\"/>\n <path class=\"st0\" d=\"M39.65,29.77s2.96.1,4.97,2.18\"/>\n <path class=\"st0\" d=\"M51.86,26.8s-2.57,1.46-3.38,4.24\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M49.12,33.58c-.53-.51-3.21-.02-3.57.57-.15.24-.02.55.15.66.25.17.58.33.88.38.64.11,1.37.09,1.96-.24.42-.23,1.04-.95.58-1.38h0Z\"/>\n <polyline class=\"st1\" points=\"41.73 33.7 43.01 34.08 42.4 35.47\"/>\n <polyline class=\"st1\" points=\"52.06 32.48 50.9 31.82 51.82 30.61\"/>\n</svg>"
1883
+ }
1884
+ ]
1885
+ },
1886
+ {
1887
+ "id": "hm1-p-000081",
1888
+ "source": {
1889
+ "groupId": "item",
1890
+ "sourceGroupName": "Item",
1891
+ "partId": "027"
1892
+ },
1893
+ "name": "banana",
1894
+ "aliases": [
1895
+ "item-banana"
1896
+ ],
1897
+ "selectionSlot": "item",
1898
+ "uiGroups": [
1899
+ "item"
1900
+ ],
1901
+ "layers": [
1902
+ {
1903
+ "layerSlot": "item",
1904
+ "svgPath": "assets/humation-1/item/027.svg",
1905
+ "svg": "<svg id=\"_レイヤー_1\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 80 80\">\n <!-- Generator: Adobe Illustrator 30.5.1, SVG Export Plug-In . SVG Version: 2.1.4 Build 3) -->\n <defs>\n <style>\n .st0 {\n fill: #bc6200;\n }\n\n .st1 {\n fill: #fce24e;\n }\n\n .st2 {\n fill: none;\n stroke: var(--hm-stroke, #000000);\n stroke-linecap: round;\n stroke-linejoin: round;\n stroke-width: 1.47px;\n }\n </style>\n </defs>\n <path class=\"st1\" d=\"M33.88,23.97c-.85-.18-1.03.34-1.07.53,0,.04-.02.09-.04.13-.49.93.45,1.38.65,1.47.02.01.05.02.07.02.61.15,7.97,4,12.61-1.42,3-3.51,1.68-8.68,1.27-9.88-.05-.15-.03-.32.06-.45l.48-.67c.09-.13.24-.21.4-.21h1.45c.15,0,.29-.07.39-.19.35-.43,1.09-1.47.24-1.52-.92-.05-4.01-1.54-4.85-1.95-.14-.07-.31-.07-.45,0-.42.22-1.2.74-.74,1.31.33.41.69.7.96.88.21.14.28.43.16.65l-.38.7c-.12.22-.38.31-.62.22-.18-.07-.37-.03-.51.1-.93.83-4.92,3.67-13.44-.03-.24-.1-.51,0-.63.22l-.63,1.16c-.07.13-.08.28-.03.41.29.77,1.72,2.95,4.33,3.56,0,0,1.56.37,5.08-.15h0c-2.27.83-5.14,1.27-8.36.4-.26-.07-.54.08-.61.35l-.25.93c-.03.13-.02.27.05.38.33.57,1.49,2.28,3.81,3.05\"/>\n <path class=\"st0\" d=\"M50.41,11.78c-.92-.05-4.01-1.54-4.85-1.95-.14-.07-.31-.07-.45,0-.42.22-1.2.74-.74,1.31.33.41.69.7.96.88.21.14.28.43.16.65l-.3.54c.06,0,.12-.01.18-.01.45,0,.85.17,1.15.45.4.1.73.35.96.68l.45-.64c.09-.13.24-.21.4-.21h1.45c.15,0,.29-.07.39-.19.35-.43,1.09-1.47.24-1.52h0Z\"/>\n <path class=\"st2\" d=\"M45.1,16.9c-.55,6.65-10.19,7.29-11.22,7.07-.85-.18-1.03.34-1.07.53,0,.04-.02.09-.04.13-.49.93.45,1.38.65,1.47.02,0,.05.02.07.02.61.15,7.97,4,12.61-1.42,3-3.51,1.68-8.68,1.27-9.88-.05-.15-.03-.32.06-.45l.48-.67c.09-.13.24-.21.4-.21h1.45c.15,0,.29-.07.39-.19.35-.43,1.09-1.47.24-1.52-.92-.05-4.01-1.54-4.85-1.95-.14-.07-.31-.07-.45,0-.42.22-1.2.74-.74,1.31.33.41.69.7.96.88.21.14.28.43.16.65l-.38.7c-.12.22-.38.31-.62.22h0c-.18-.07-.37-.03-.51.1-.93.83-4.92,3.67-13.44-.03-.24-.1-.51,0-.63.22l-.63,1.16c-.07.13-.08.28-.03.41.29.77,1.72,2.95,4.33,3.56,0,0,1.56.37,5.08-.15\"/>\n <path class=\"st2\" d=\"M43.84,15.76s-5.78,5.6-13.55,3.49c-.26-.07-.54.08-.61.35l-.25.93c-.03.13-.02.27.05.38.33.57,1.49,2.28,3.81,3.05\"/>\n</svg>"
1906
+ }
1907
+ ]
1908
+ },
1909
+ {
1910
+ "id": "hm1-p-000082",
1911
+ "source": {
1912
+ "groupId": "item",
1913
+ "sourceGroupName": "Item",
1914
+ "partId": "028"
1915
+ },
1916
+ "name": "watermelon",
1917
+ "aliases": [
1918
+ "item-watermelon"
1919
+ ],
1920
+ "selectionSlot": "item",
1921
+ "uiGroups": [
1922
+ "item"
1923
+ ],
1924
+ "layers": [
1925
+ {
1926
+ "layerSlot": "item",
1927
+ "svgPath": "assets/humation-1/item/028.svg",
1928
+ "svg": "<svg id=\"_レイヤー_1\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 80 80\">\n <!-- Generator: Adobe Illustrator 30.5.1, SVG Export Plug-In . SVG Version: 2.1.4 Build 3) -->\n <defs>\n <style>\n .st0 {\n fill: #8eba60;\n }\n\n .st1 {\n isolation: isolate;\n opacity: .1;\n }\n\n .st1, .st2 {\n stroke: var(--hm-stroke, #000000);\n stroke-width: 1.5px;\n }\n\n .st1, .st2, .st3 {\n fill: none;\n stroke-miterlimit: 10;\n }\n\n .st4 {\n fill: #0f0504;\n }\n\n .st3 {\n stroke: #FFFFFF;\n stroke-width: 1.36px;\n }\n\n .st5 {\n fill: #ff594e;\n }\n </style>\n </defs>\n <g>\n <path class=\"st5\" d=\"M49.69,21.63c-.33-2.67-.78-5.33-1.34-7.97l-1.06-4.9c-.04-.23-.17-.43-.35-.57-.13-.1-.29-.16-.46-.18-.25-.03-.53-.06-.76-.1-.14-.02-.28,0-.41.03l-3.33,3.18c-2.4,2.52-4.62,5.21-6.63,8.06,2.05,2.47,6.21,6.4,11.34,5.5,1.06-.18,1.77-.93,2.75-1.41.13-.07.27-.13.42-.18l-.18-1.48h0Z\"/>\n <path class=\"st0\" d=\"M50.07,24.78l-.21-1.68c-.15.05-.28.11-.42.18-.98.48-1.7,1.22-2.75,1.41-5.14.9-9.29-3.03-11.34-5.5-.26.37-.51.74-.77,1.11h0c-.62.76-.44,1.32.03,1.79,2.69,2.68,5.03,5.51,12.27,5.39.64-.01,2.02-.87,2.88-1.4.05-.03.1-.06.13-.1.37-.3.27-.65.18-1.2h0Z\"/>\n <path class=\"st3\" d=\"M49.87,23.11c-.15.05-.28.11-.42.18-.98.48-1.7,1.22-2.75,1.41-5.14.9-9.29-3.03-11.34-5.5\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M44.9,8.22l-1.12,1.09c-.61.59-1.21,1.2-1.8,1.81l3.33-3.18c-.16.05-.3.14-.41.28Z\"/>\n </g>\n <line class=\"st1\" x1=\"45.73\" y1=\"7.91\" x2=\"46.95\" y2=\"27.09\"/>\n <path class=\"st2\" d=\"M45.72,7.91c-.31-.04-.62.07-.82.31l-1.12,1.09c-3.43,3.34-6.51,7.02-9.19,10.98h0c-.62.76-.44,1.32.03,1.79,2.69,2.68,5.03,5.51,12.27,5.39.64-.01,2.02-.87,2.88-1.4.52-.33.42-.69.31-1.3l-.39-3.16c-.33-2.67-.78-5.33-1.34-7.97l-1.06-4.9c-.07-.4-.4-.71-.8-.75-.25-.03-.53-.06-.76-.1h0Z\"/>\n <path class=\"st4\" d=\"M41.34,18.61c-.03.21-.18.35-.34.41-.2.07-.38.05-.56-.06-.29-.18-.32-.57-.11-.84s.5-.52.79-.73c.08-.05.2-.01.24.03.06.07.06.14.06.24l-.03.45-.06.5h0Z\"/>\n <path class=\"st4\" d=\"M44.24,21.16c.04.21-.05.39-.18.5-.16.13-.34.17-.55.13-.34-.07-.49-.43-.38-.76.11-.34.3-.66.51-.95.06-.08.19-.08.24-.05.08.04.11.12.13.21l.12.43.1.49h0Z\"/>\n <path class=\"st4\" d=\"M44.76,14.56c0,.22-.13.38-.27.46-.18.1-.37.1-.56.02-.32-.13-.4-.51-.23-.82.17-.31.41-.59.68-.84.07-.07.2-.04.25,0,.07.06.08.13.09.23l.03.45v.5s.01,0,.01,0Z\"/>\n</svg>"
1929
+ }
1930
+ ]
1931
+ },
1932
+ {
1933
+ "id": "hm1-p-000083",
1934
+ "source": {
1935
+ "groupId": "item",
1936
+ "sourceGroupName": "Item",
1937
+ "partId": "029"
1938
+ },
1939
+ "name": "pineapple",
1940
+ "aliases": [
1941
+ "item-pineapple"
1942
+ ],
1943
+ "selectionSlot": "item",
1944
+ "uiGroups": [
1945
+ "item"
1946
+ ],
1947
+ "layers": [
1948
+ {
1949
+ "layerSlot": "item",
1950
+ "svgPath": "assets/humation-1/item/029.svg",
1951
+ "svg": "<svg id=\"_レイヤー_1\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 80 80\">\n <!-- Generator: Adobe Illustrator 30.5.1, SVG Export Plug-In . SVG Version: 2.1.4 Build 3) -->\n <defs>\n <style>\n .st0 {\n fill: #fcc42c;\n }\n\n .st1 {\n fill: none;\n stroke: var(--hm-stroke, #000000);\n stroke-linecap: round;\n stroke-linejoin: round;\n stroke-width: 1.47px;\n }\n\n .st2 {\n fill: #0ca500;\n }\n </style>\n </defs>\n <path class=\"st2\" d=\"M44.54,15.05l3.13-2.17c.17-.12.14-.37-.04-.45l-1.12-.5c-.12-.05-.18-.19-.14-.31l.62-2.16c.05-.19-.12-.37-.31-.33l-2.09.48c-.14.03-.29-.06-.31-.21l-.63-3.25c-.04-.21-.3-.28-.45-.13l-3.12,3.26c-.08.08-.2.1-.3.06l-2.1-.94c-.21-.09-.43.11-.35.32l1.5,4.24\"/>\n <path class=\"st0\" d=\"M41.36,13.14s-4.16-1.66-7.24,3.39c-3.08,5.05-1.46,7.63-1.46,7.63,0,0,2.08,3.85,8.64,2.42,1.26-.28,2.39-.98,3.2-1.99.92-1.16,1.93-2.95,1.99-5.29.12-4.39-5.12-6.16-5.12-6.16h0Z\"/>\n <path class=\"st1\" d=\"M41.36,13.14s-4.16-1.66-7.24,3.39c-3.08,5.05-1.46,7.63-1.46,7.63,0,0,2.08,3.85,8.64,2.42,1.26-.28,2.39-.98,3.2-1.99.92-1.16,1.93-2.95,1.99-5.29.12-4.39-5.12-6.16-5.12-6.16h0Z\"/>\n <path class=\"st1\" d=\"M44.54,15.05l3.13-2.17c.17-.12.14-.37-.04-.45l-1.12-.5c-.12-.05-.18-.19-.14-.31l.62-2.16c.05-.19-.12-.37-.31-.33l-2.09.48c-.14.03-.29-.06-.31-.21l-.63-3.25c-.04-.21-.3-.28-.45-.13l-3.12,3.26c-.08.08-.2.1-.3.06l-2.1-.94c-.21-.09-.43.11-.35.32l1.5,4.24\"/>\n <line class=\"st1\" x1=\"35.76\" y1=\"18.86\" x2=\"39.36\" y2=\"24.44\"/>\n <line class=\"st1\" x1=\"38.19\" y1=\"16.44\" x2=\"41.78\" y2=\"22.02\"/>\n <line class=\"st1\" x1=\"40.84\" y1=\"17.23\" x2=\"35.26\" y2=\"20.82\"/>\n <line class=\"st1\" x1=\"43.26\" y1=\"19.65\" x2=\"36.78\" y2=\"23.83\"/>\n</svg>"
1952
+ }
1953
+ ]
1954
+ },
1955
+ {
1956
+ "id": "hm1-p-000084",
1957
+ "source": {
1958
+ "groupId": "item",
1959
+ "sourceGroupName": "Item",
1960
+ "partId": "030"
1961
+ },
1962
+ "name": "candied-apple",
1963
+ "aliases": [
1964
+ "item-candied-apple"
1965
+ ],
1966
+ "selectionSlot": "item",
1967
+ "uiGroups": [
1968
+ "item"
1969
+ ],
1970
+ "layers": [
1971
+ {
1972
+ "layerSlot": "item",
1973
+ "svgPath": "assets/humation-1/item/030.svg",
1974
+ "svg": "<svg id=\"_レイヤー_1\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 80 80\">\n <!-- Generator: Adobe Illustrator 30.5.1, SVG Export Plug-In . SVG Version: 2.1.4 Build 3) -->\n <defs>\n <style>\n .st0 {\n fill: #f66475;\n }\n\n .st1 {\n fill: #FFFFFF;\n }\n\n .st2 {\n fill: #ffcfa0;\n }\n\n .st3 {\n fill: none;\n stroke: var(--hm-stroke, #000000);\n stroke-linecap: round;\n stroke-linejoin: round;\n stroke-width: 1.47px;\n }\n\n .st4 {\n fill: #ed2c43;\n }\n </style>\n </defs>\n <path class=\"st4\" d=\"M42.92,16.29c.66-.11,1.29-.35,1.85-.72.77-.5,1.51-1.17,1.88-1.77.55-.9.93-2.85.63-3.87-.65-2.24-1.88-2.9-1.88-2.9,0,0,1.29-.37,1.21-.67-.06-.23-.32-.43-.56-.46-2.43-.34-4.74-.84-7.17-1.18-.27-.04-.85-.05-.95.2-.1.25.31.56.99.94,0,0-2.14.93-2.97,2.66-.63,1.33-.82,2.29-.54,3.73.27,1.24,1.14,2.14,2.14,2.86.47.33,1.57.71,2.33.91.61.18,1.24.27,1.86.32.39.03.78,0,1.16-.06h0Z\"/>\n <path class=\"st2\" d=\"M39.81,16.08c-.78,3.03-1.26,6.15-1.43,9.27-.02.32-.03.66.1.96.12.3.43.55.75.51.45-.06.65-.6.74-1.05.64-2.97.79-6.47,1.43-9.44\"/>\n <path class=\"st3\" d=\"M39.81,16.08c-.78,3.03-1.26,6.15-1.43,9.27-.02.32-.03.66.1.96.12.3.43.55.75.51.45-.06.65-.6.74-1.05.64-2.97.79-6.47,1.43-9.44\"/>\n <path class=\"st3\" d=\"M42.92,16.29c.66-.11,1.29-.35,1.85-.72.77-.5,1.51-1.17,1.88-1.77.55-.9.93-2.85.63-3.87-.65-2.24-1.88-2.9-1.88-2.9,0,0,1.29-.37,1.21-.67-.06-.23-.32-.43-.56-.46-2.43-.34-4.74-.84-7.17-1.18-.27-.04-.85-.05-.95.2-.1.25.31.56.99.94,0,0-2.14.93-2.97,2.66-.63,1.33-.82,2.29-.54,3.73.27,1.24,1.14,2.14,2.14,2.86.47.33,1.57.71,2.33.91.61.18,1.24.27,1.86.32.39.03.78,0,1.16-.06h0Z\"/>\n <path class=\"st0\" d=\"M44.03,8.7c-.62-.49-1.35-.91-2.13-1.06-.84-.17-1.66-.03-2.41.39-.66.37-1.26.9-1.79,1.45-.31.32-.56.68-.62,1.13-.06.39,0,.77.14,1.14.27.75.7,1.45,1.29,1.99,1.29,1.18,3.22,1.54,4.77.66.09-.05,1.52-.88,1.85-1.49.37-.69.44-1.53.21-2.28-.23-.76-.69-1.42-1.31-1.91h0Z\"/>\n <path class=\"st1\" d=\"M39.5,8.37c0-.28-.32-.51-.59-.47-.02,0-.04,0-.06.01-.43-.01-.84.16-1.1.51-.29.38-.41,1.01,0,1.36.41.36.99.05,1.32-.26.31-.3.45-.72.44-1.15h0Z\"/>\n <path class=\"st1\" d=\"M40.89,7.76c-.02-.18-.11-.35-.25-.46-.16-.12-.37-.18-.56-.1-.14.05-.26.17-.32.31-.05.1-.07.22-.05.33.01.13.07.24.15.33.03.07.08.13.14.18.11.08.25.14.4.12.04-.01.09-.02.13-.03.09-.03.16-.09.22-.16.12-.13.18-.34.16-.51h0Z\"/>\n</svg>"
1975
+ }
1976
+ ]
1977
+ },
1978
+ {
1979
+ "id": "hm1-p-000085",
1980
+ "source": {
1981
+ "groupId": "item",
1982
+ "sourceGroupName": "Item",
1983
+ "partId": "031"
1984
+ },
1985
+ "name": "sunglasses",
1986
+ "aliases": [
1987
+ "item-sunglasses"
1988
+ ],
1989
+ "selectionSlot": "item",
1990
+ "uiGroups": [
1991
+ "item"
1992
+ ],
1993
+ "layers": [
1994
+ {
1995
+ "layerSlot": "item",
1996
+ "svgPath": "assets/humation-1/item/031.svg",
1997
+ "svg": "<svg id=\"_レイヤー_1\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 80 80\">\n <!-- Generator: Adobe Illustrator 30.5.1, SVG Export Plug-In . SVG Version: 2.1.4 Build 3) -->\n <defs>\n <style>\n .st0, .st1 {\n stroke-miterlimit: 10;\n }\n\n .st0, .st1, .st2 {\n stroke: var(--hm-stroke, #000000);\n stroke-width: 1.5px;\n }\n\n .st0, .st2 {\n fill: none;\n stroke-linecap: round;\n }\n\n .st1 {\n fill: #404040;\n }\n\n .st2 {\n stroke-linejoin: round;\n }\n </style>\n </defs>\n <path class=\"st1\" d=\"M27.5,15.86c1.72-.6,5.32-1.5,7.64.36.42.34.62.89.51,1.42-.32,1.5-1.39,4.91-4.86,4.82-4.59-.12-4.11-3.3-4.25-5.14-.05-.65.35-1.25.96-1.46h0Z\"/>\n <path class=\"st1\" d=\"M40.17,16.54c1.03-.76,5.32-1.5,7.64.36.42.34.62.89.51,1.42-.32,1.5-1.39,4.91-4.86,4.82-4.59-.12-4.11-3.3-4.25-5.14-.05-.65.44-1.08.96-1.46h0Z\"/>\n <path class=\"st2\" d=\"M35.56,18.03s1.88-1.3,3.67.34\"/>\n <path class=\"st0\" d=\"M51.84,25.44s.63-.55-.26-2.61-3.28-5.2-3.28-5.2\"/>\n</svg>"
1998
+ }
1999
+ ]
2000
+ },
2001
+ {
2002
+ "id": "hm1-p-000086",
2003
+ "source": {
2004
+ "groupId": "item",
2005
+ "sourceGroupName": "Item",
2006
+ "partId": "032"
2007
+ },
2008
+ "name": "goggles",
2009
+ "aliases": [
2010
+ "item-goggles"
2011
+ ],
2012
+ "selectionSlot": "item",
2013
+ "uiGroups": [
2014
+ "item"
2015
+ ],
2016
+ "layers": [
2017
+ {
2018
+ "layerSlot": "item",
2019
+ "svgPath": "assets/humation-1/item/032.svg",
2020
+ "svg": "<svg id=\"_レイヤー_1\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 80 80\">\n <!-- Generator: Adobe Illustrator 30.5.1, SVG Export Plug-In . SVG Version: 2.1.4 Build 3) -->\n <defs>\n <style>\n .st0 {\n fill: #ace5f5;\n }\n\n .st1 {\n fill: none;\n stroke: var(--hm-stroke, #000000);\n stroke-linecap: round;\n stroke-linejoin: round;\n stroke-width: 1.2px;\n }\n\n .st2 {\n fill: #0055b0;\n }\n\n .st3 {\n fill: #FFFFFF;\n }\n </style>\n </defs>\n <path class=\"st2\" d=\"M35.43,19.38c-1.63-.11-4.25-.15-5.8.36-2.05.68-3.99,2.39-4.93,5.16-1.94,5.72,1.05,7.06,2.1,7.35.21.06.42.12.62.19.78.27,3.11.68,5.54-2.7,2.68-3.73,4.73,1.4,4.73,1.4,0,0,1.93,4.48,6.08,3.11,3.37-1.12,3.62-4.34,3.6-5.81,0-.37,0-.73.01-1.1.05-1.6-.33-5.42-4.85-6.56-3.39-.86-5.83-1.32-7.11-1.41h0Z\"/>\n <path class=\"st1\" d=\"M35.43,19.38c-1.63-.11-4.25-.15-5.8.36-2.05.68-3.99,2.39-4.93,5.16-1.94,5.72,1.05,7.06,2.1,7.35.21.06.42.12.62.19.78.27,3.11.68,5.54-2.7,2.68-3.73,4.73,1.4,4.73,1.4,0,0,1.93,4.48,6.08,3.11,3.37-1.12,3.62-4.34,3.6-5.81,0-.37,0-.73.01-1.1.05-1.6-.33-5.42-4.85-6.56-3.39-.86-5.83-1.32-7.11-1.41h0Z\"/>\n <path class=\"st0\" d=\"M42.24,32.8c-1.83,0-2.88-2.16-2.96-2.33-.08-.19-.4-.93-.93-1.69-.67-.97-1.81-2.12-3.4-2.12-1.25,0-2.39.7-3.38,2.08-1.03,1.43-1.42,2.15-2.74,2.15-.55,0-.94-.13-1.01-.16,0,0-1.08-.36-1.54-.84-.4-.42-.91-1.61.06-4.45.68-2.01,2.08-3.5,3.84-4.08.68-.22,1.83-.35,3.26-.35.77,0,1.45.04,1.88.07,1.33.09,3.68.53,7.06,1.4,1.34.35,1.81.86,2.47,1.86.67,1.02.85,2.42.83,2.94-.01.44-.05,2.13-.44,3.21-.41,1.12-1.06,1.82-2,2.13-.35.12-.69.17-1,.17h0Z\"/>\n <path class=\"st1\" d=\"M42.24,32.8c-1.83,0-2.88-2.16-2.96-2.33-.08-.19-.4-.93-.93-1.69-.67-.97-1.81-2.12-3.4-2.12-1.25,0-2.39.7-3.38,2.08-1.03,1.43-1.42,2.15-2.74,2.15-.55,0-.94-.13-1.01-.16,0,0-1.08-.36-1.54-.84-.4-.42-.91-1.61.06-4.45.68-2.01,2.08-3.5,3.84-4.08.68-.22,1.83-.35,3.26-.35.77,0,1.45.04,1.88.07,1.33.09,3.68.53,7.06,1.4,1.34.35,1.81.86,2.47,1.86.67,1.02.85,2.42.83,2.94-.01.44-.05,2.13-.44,3.21-.41,1.12-1.06,1.82-2,2.13-.35.12-.69.17-1,.17h0Z\"/>\n <path class=\"st0\" d=\"M47.65,19.75c-.29.31-.45.73-.45,1.15,0,0,1.4,8.01.02,13.2-.05.18-.8,2.34-4.61,3.64l-2.27.68s-1.7-1.38-2.75.22.51,3.18,1.98,2.58c1.47-.6,1.44-.98,1.44-.98,0,0,6.69-1.87,7.79-4.85,1.34-3.63.95-12.51.72-14.61-.05-.44-.26-.84-.6-1.12-.34-.28-.79-.43-1.27.08h0Z\"/>\n <path class=\"st1\" d=\"M47.69,19.76c-.29.31-.45.73-.45,1.15,0,0,1.37,8.01-.02,13.2-.05.18-.81,2.34-4.62,3.63l-2.27.67s-1.7-1.38-2.75.21.51,3.19,1.98,2.59c1.47-.6,1.44-.97,1.44-.97,0,0,6.7-1.85,7.8-4.83,1.35-3.62.99-12.51.76-14.61-.05-.44-.25-.84-.59-1.12s-.79-.43-1.27.08h0Z\"/>\n <path class=\"st3\" d=\"M30.13,23.8c-.18-.12-.48-.12-.67,0-.63.42-1.16.96-1.56,1.61-.11.18-.11.43-.02.62.01.06.04.11.07.16.2.3.58.42.9.24.76-.43,2.53-1.77,1.27-2.63Z\"/>\n <path class=\"st3\" d=\"M32.33,23.13c-.13-.43-.57-.67-1-.57-.37.09-.63.43-.63.81,0,.21.09.43.24.58.06.06.12.11.19.15.13.08.24.09.39.11.07,0,.14,0,.22-.04.08-.01.15-.04.21-.08.18-.12.31-.27.37-.48.05-.15.05-.33,0-.48h0Z\"/>\n</svg>"
2021
+ }
2022
+ ]
2023
+ },
2024
+ {
2025
+ "id": "hm1-p-000056",
2026
+ "source": {
2027
+ "groupId": "glasses",
2028
+ "sourceGroupName": "Glasses",
2029
+ "partId": "000"
2030
+ },
2031
+ "name": "none",
2032
+ "aliases": [
2033
+ "glasses-none"
2034
+ ],
2035
+ "selectionSlot": "glasses",
2036
+ "uiGroups": [
2037
+ "glasses"
2038
+ ],
2039
+ "layers": [
2040
+ {
2041
+ "layerSlot": "glasses",
2042
+ "svgPath": "assets/humation-1/glasses/000.svg",
2043
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" xmlns=\"http://www.w3.org/2000/svg\"></svg>\n"
2044
+ }
2045
+ ]
2046
+ },
2047
+ {
2048
+ "id": "hm1-p-000057",
2049
+ "source": {
2050
+ "groupId": "glasses",
2051
+ "sourceGroupName": "Glasses",
2052
+ "partId": "001"
2053
+ },
2054
+ "name": "round",
2055
+ "aliases": [
2056
+ "glasses-round"
2057
+ ],
2058
+ "selectionSlot": "glasses",
2059
+ "uiGroups": [
2060
+ "glasses"
2061
+ ],
2062
+ "layers": [
2063
+ {
2064
+ "layerSlot": "glasses",
2065
+ "svgPath": "assets/humation-1/glasses/001.svg",
2066
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" xmlns=\"http://www.w3.org/2000/svg\">\n <g transform=\"scale(0.06667)\">\n <circle cx=\"403.04\" cy=\"554.18\" r=\"52.35\" fill=\"#FFFFFF\" stroke=\"var(--hm-stroke, #000000)\" stroke-width=\"25.51\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n <circle cx=\"540.65\" cy=\"562.65\" r=\"52.35\" fill=\"#FFFFFF\" stroke=\"var(--hm-stroke, #000000)\" stroke-width=\"25.51\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n <path d=\"M456.45,560.76s13.46,7.62,31.5,1.23\" fill=\"none\" stroke=\"var(--hm-stroke, #000000)\" stroke-width=\"25.51\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n </g>\n</svg>\n"
2067
+ }
2068
+ ]
2069
+ },
2070
+ {
2071
+ "id": "hm1-p-000058",
2072
+ "source": {
2073
+ "groupId": "glasses",
2074
+ "sourceGroupName": "Glasses",
2075
+ "partId": "002"
2076
+ },
2077
+ "name": "tiny",
2078
+ "aliases": [
2079
+ "glasses-tiny"
2080
+ ],
2081
+ "selectionSlot": "glasses",
2082
+ "uiGroups": [
2083
+ "glasses"
2084
+ ],
2085
+ "layers": [
2086
+ {
2087
+ "layerSlot": "glasses",
2088
+ "svgPath": "assets/humation-1/glasses/002.svg",
2089
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" xmlns=\"http://www.w3.org/2000/svg\">\n <g transform=\"scale(0.06667)\">\n <circle cx=\"421.08\" cy=\"582.96\" r=\"30.37\" fill=\"#FFFFFF\" stroke=\"var(--hm-stroke, #000000)\" stroke-width=\"22.68\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n <circle cx=\"509.68\" cy=\"587.87\" r=\"30.37\" fill=\"#FFFFFF\" stroke=\"var(--hm-stroke, #000000)\" stroke-width=\"22.68\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n <path d=\"M456.45,586.77s7.81,4.42,18.27.72\" fill=\"none\" stroke=\"var(--hm-stroke, #000000)\" stroke-width=\"22.68\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n </g>\n</svg>\n"
2090
+ }
2091
+ ]
2092
+ },
2093
+ {
2094
+ "id": "hm1-p-000059",
2095
+ "source": {
2096
+ "groupId": "cat",
2097
+ "sourceGroupName": "Cat",
2098
+ "partId": "001"
2099
+ },
2100
+ "name": "tabby-cat",
2101
+ "aliases": [
2102
+ "item-tabby-cat"
2103
+ ],
2104
+ "selectionSlot": "item",
2105
+ "uiGroups": [
2106
+ "item"
2107
+ ],
2108
+ "layers": [
2109
+ {
2110
+ "layerSlot": "item",
2111
+ "svgPath": "assets/humation-1/cat/001.svg",
2112
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" xmlns=\"http://www.w3.org/2000/svg\"><g transform=\"scale(0.078125)\"><path fill=\"#feb94d\" d=\"M400.41,225.84,405.59,265.97c-13.34,15.36,0,25.9,0,25.9,0,0,14.75,4.21,25.28,4.92s15.06-7.07,17.56-14.75c-1.4,25.98,33.01,25.28,33.01,25.28,0,0,32.33,1.67,47.07-2.68,4.07,10.44,24.53,9.7,24.53,9.7,49.12.7,81.51-7.02,81.51-7.02,27.15-9.05,42.99-24.86,49.84-43.76l-.22,1.26c6.67,1.06,29.85-4.57,29.85-4.57,0,0,29.78-5.38,55.37-35.11,30.2-35.09,23.84-89.19,18.96-105.32-2.76-9.12-16.76-12.68-20.77-8.73-9.61,9.49-6.07,14.96-4.51,53.84,2.59,64.76-74.63,75.5-74.63,75.5l-.02.09c.3-25.97-12.13-54.56-32.8-78.56-43.54-50.56-102.57-7.7-102.57-7.7-3.38-6.76-6.49-10.89-6.49-10.89,2.47-27.14-3.2-41.81-7.89-49.06-2.99-4.62-9.07-6.15-13.82-3.37-13.2,7.74-27.49,29.16-27.49,29.16-10.64-5.32-49.86-1.99-49.86-1.99-9.16-16.03-21.79-24.17-28.77-27.69-3.96-2-8.83-.9-11.43,2.69-10.28,14.22-4.35,50.26-4.35,50.26-32.57,43.92-20.21,68.9-2.52,82.48,0,0-4.65,25.47,5.18,40.13\"/>\n <path fill=\"#f9d780\" d=\"M453.86,158.29c-.26,0-.53-.01-.8-.04-4.12-.44-7.11-4.13-6.67-8.25l3.16-29.87c.44-4.12,4.13-7.11,8.25-6.67,4.12.44,7.11,4.13,6.67,8.25l-3.16,29.87c-.41,3.85-3.66,6.71-7.45,6.71Z\"/>\n <path fill=\"#f9d780\" d=\"M479.94,158.29c-.26,0-.53-.01-.8-.04-4.12-.44-7.11-4.13-6.67-8.25l3.16-29.87c.44-4.12,4.12-7.11,8.25-6.67,4.12.44,7.11,4.13,6.67,8.25l-3.16,29.87c-.41,3.85-3.66,6.71-7.45,6.71Z\"/>\n <path fill=\"#f9d780\" d=\"M514.18,182.33c.06-.26.13-.51.22-.77,1.35-3.92,5.61-6,9.53-4.66l28.4,9.76c3.92,1.35,6.01,5.62,4.66,9.53-1.35,3.92-5.61,6-9.53,4.66l-28.4-9.76c-3.66-1.26-5.72-5.07-4.88-8.76Z\"/>\n <path fill=\"#f9d780\" d=\"M508.35,205.74c.06-.26.13-.51.22-.77,1.35-3.92,5.61-6,9.53-4.66l28.4,9.76c3.92,1.35,6.01,5.61,4.66,9.53-1.35,3.92-5.61,6-9.53,4.66l-28.4-9.76c-3.66-1.26-5.72-5.07-4.88-8.76Z\"/>\n <path fill=\"#f9d780\" d=\"M374.85,194.75c-.11-.23-.2-.46-.29-.7-1.31-3.7.63-7.75,4.33-9.06l26.81-9.47c3.7-1.31,7.76.63,9.06,4.33,1.31,3.7-.63,7.75-4.33,9.06l-26.81,9.47c-3.46,1.22-7.23-.39-8.77-3.63Z\"/>\n <path fill=\"#f9d780\" d=\"M385.47,217.03c-.11-.23-.2-.46-.29-.7-1.31-3.7.63-7.75,4.33-9.06l26.81-9.47c3.7-1.31,7.75.63,9.06,4.33,1.31,3.7-.63,7.75-4.33,9.06l-26.81,9.47c-3.46,1.22-7.23-.39-8.77-3.63Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M432.86,250.43c-.63,0-1.27-.06-1.91-.19-1.74-.34-42.77-8.63-54.98-40.06-7.67-19.74-2.11-43.09,16.51-69.43-.48-3.9-1.09-10.1-1.22-17.01-.31-16.76,2.29-28.7,7.92-36.5,5.49-7.59,15.6-10.01,24.03-5.76,6.98,3.52,19.46,11.38,29.54,26.2,10.59-.69,28.35-1.33,40.51.9,5.65-7.56,15.98-20.1,26.5-26.27,9.37-5.49,21.35-2.61,27.28,6.57,5.55,8.59,11.61,24.46,9.74,51.77,3.89,6.04,11.6,19.72,13.94,36.43,3.68,26.18-10.97,51.96-35.63,62.68-13.92,6.05-24.6,9.61-31.75,10.59-5.47.75-10.51-3.08-11.26-8.56-.75-5.47,3.08-10.51,8.56-11.26,3-.41,10.44-2.14,26.48-9.11,16.45-7.15,26.23-24.24,23.8-41.55-2.38-16.9-12.29-30.36-12.39-30.49-1.47-1.98-2.18-4.45-1.96-6.9,2.28-25.13-2.98-37.56-6.33-42.73-.11-.17-.29-.22-.37-.17-9.16,5.37-20.59,20.65-24.23,26.09-2.8,4.19-8.28,5.64-12.79,3.39-4.32-2.16-25.14-2.61-44.55-.97-3.88.33-7.6-1.62-9.53-5-7.61-13.31-17.96-20.26-23.89-23.36-4.85,8.08-4.2,29.18-2.1,42.05.43,2.67-.23,5.4-1.84,7.57-16.17,21.8-21.68,39.82-16.38,53.56,8.15,21.14,39.87,27.67,40.19,27.74,5.41,1.08,8.94,6.33,7.87,11.74-.94,4.77-5.11,8.08-9.79,8.08Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M559.39,324.39c-2.07,0-4.16-.01-6.3-.04-1.32.03-6.25.06-11.88-.96-10.14-1.84-17.14-6.06-20.82-12.54-4.54-8.01-3.22-17.65,3.92-28.63,22.24-34.21,77.37-16.05,79.71-15.26,5.23,1.77,8.04,7.44,6.27,12.68-1.77,5.23-7.44,8.04-12.68,6.27-.41-.14-42.96-13.66-56.53,7.21-3.67,5.65-3.28,7.9-3.27,7.92.99,1.61,8.18,3.53,14.87,3.32.15,0,.33,0,.48,0,44.26.63,74.86-5.82,78.66-6.66,24.13-8.16,39.09-22.15,44.45-41.61,7.06-25.6-3.77-59.16-28.25-87.6-36.9-42.86-87.02-7.64-89.14-6.12-4.48,3.22-10.72,2.21-13.95-2.26-3.23-4.47-2.24-10.7,2.22-13.94.67-.49,16.71-12,38.71-16.79,30.24-6.58,56.97,2.43,77.32,26.06,29.21,33.93,41.32,73.54,32.38,105.97-5,18.15-19.11,42.5-57.86,55.42-.28.09-.56.17-.84.24-1.31.31-31.34,7.34-77.46,7.34Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M589.05,283.43c-3.63,0-7.13-1.98-8.89-5.44-.5-.98-12.15-24.23-3.61-45,4.73-11.5,14.3-19.69,28.44-24.35,5.24-1.73,10.9,1.12,12.63,6.37,1.73,5.25-1.12,10.9-6.37,12.63-8.43,2.78-13.72,7-16.17,12.9-4.21,10.12.68,23.93,2.92,28.4,2.47,4.92.5,10.93-4.42,13.42-1.45.73-3,1.08-4.52,1.08Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M495.69,317.66c-7.04,0-12.61-.24-14.44-.33-3.65.04-22.95-.44-34.52-12.41-5.91-6.11-8.77-14.21-8.28-23.42.42-7.69,3.83-14.11,9.86-18.55,16.93-12.46,50.16-4.89,56.65-3.24,5.35,1.36,8.59,6.8,7.24,12.15-1.36,5.35-6.8,8.59-12.15,7.24-12.01-3.02-32.99-5.12-39.89-.03-1.02.75-1.64,1.57-1.74,3.52-.26,4.78,1.39,7.09,2.66,8.41,5.11,5.32,16.59,6.38,20.2,6.34.21,0,.47,0,.68.01,8.53.44,33,.88,43.72-2.28,5.3-1.57,10.86,1.47,12.42,6.76,1.56,5.3-1.47,10.86-6.76,12.42-9.52,2.81-24.45,3.42-35.65,3.42Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M432.24,306.83c-.69,0-1.37-.02-2.03-.07-11.46-.76-26.72-5.09-27.36-5.28-1.25-.36-2.43-.96-3.45-1.77-.88-.69-8.61-7.09-9.63-17.88-.5-5.31.53-13.51,8.27-22.42,7.71-8.87,15.69-11.17,21.03-11.54,9.28-.64,16.16,3.97,18.39,5.7,9.64,6.39,24.66,18.74,20.48,31.56-5.75,17.63-16.76,21.7-25.7,21.7ZM410.79,282.92c4.4,1.15,13.8,3.43,20.75,3.89,1.94.13,4.3.29,6.75-6.06-1.8-2.63-7.2-7.42-12.2-10.72-.49-.32-.64-.4-1.03-.77-3.61-2.78-7.62-1.68-11.91,3.27-1.41,1.62-5.42,6.24-2.35,10.39ZM424.99,269.2h0,0Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M405.6,275.98c-3.22,0-6.39-1.55-8.31-4.43-11.75-17.53-7.26-44.48-6.71-47.5.99-5.43,6.19-9.03,11.63-8.04,5.43.99,9.02,6.19,8.04,11.61h0c-1.07,6.01-2.51,23.61,3.65,32.79,3.08,4.59,1.85,10.8-2.74,13.88-1.71,1.15-3.65,1.7-5.56,1.7Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M686.03,274.93c-1.29,0-2.45-.07-3.45-.23-5.45-.87-9.17-5.99-8.3-11.45.87-5.45,6-9.17,11.45-8.3,2.81.31,14.96-1.75,25.91-4.41.19-.05.39-.09.58-.12.02,0,6.77-1.32,16.25-5.92,8.66-4.2,21.46-12.1,33.32-25.88,28.25-32.82,20.57-83.99,16.97-95.9-.45-1.47-3.52-2.93-5.46-3.19-2.48,2.76-2.63,5.27-1.52,22.22.39,5.99.88,13.44,1.25,22.79,1.22,30.46-13.1,55.06-41.4,71.13-20.41,11.59-40.98,14.56-41.85,14.68-5.46.76-10.52-3.06-11.28-8.53-.76-5.47,3.05-10.52,8.52-11.28.47-.07,18.24-2.75,35.2-12.52,21.36-12.3,31.73-30.03,30.83-52.68-.36-9.1-.84-16.41-1.23-22.28-1.33-20.24-1.87-28.62,8.7-39.07,4.29-4.23,11.08-5.56,18.63-3.64,7.19,1.83,15.88,7.14,18.74,16.58,5.25,17.35,12.66,75.67-20.95,114.74-26.37,30.64-56.97,37.59-60.82,38.36-6.7,1.62-21.34,4.91-30.11,4.91Z\"/>\n <circle fill=\"var(--hm-stroke, #000000)\" cx=\"432.67\" cy=\"180.7\" r=\"10.53\"/>\n <circle fill=\"var(--hm-stroke, #000000)\" cx=\"492.04\" cy=\"180.7\" r=\"10.53\"/></g></svg>"
2113
+ }
2114
+ ]
2115
+ },
2116
+ {
2117
+ "id": "hm1-p-000060",
2118
+ "source": {
2119
+ "groupId": "cat",
2120
+ "sourceGroupName": "Cat",
2121
+ "partId": "002"
2122
+ },
2123
+ "name": "cream-cat",
2124
+ "aliases": [
2125
+ "item-cream-cat"
2126
+ ],
2127
+ "selectionSlot": "item",
2128
+ "uiGroups": [
2129
+ "item"
2130
+ ],
2131
+ "layers": [
2132
+ {
2133
+ "layerSlot": "item",
2134
+ "svgPath": "assets/humation-1/cat/002.svg",
2135
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" xmlns=\"http://www.w3.org/2000/svg\"><g transform=\"scale(0.078125)\"><path fill=\"#f9d780\" d=\"M405.59,265.97c-13.34,15.36,0,25.9,0,25.9,0,0,14.75,4.21,25.28,4.92s15.06-7.07,17.56-14.75c-1.4,25.98,33.01,25.28,33.01,25.28,0,0,32.33,1.67,47.07-2.68,4.07,10.44,24.53,9.7,24.53,9.7,49.12.7,81.51-7.02,81.51-7.02,27.15-9.05,42.99-24.86,49.84-43.76l-.22,1.26c6.67,1.06,29.85-4.57,29.85-4.57,0,0,29.78-5.38,55.37-35.11,30.2-35.09,23.84-89.19,18.96-105.32-2.76-9.12-16.76-12.68-20.77-8.73-9.61,9.49-6.07,14.96-4.51,53.84,2.59,64.76-74.63,75.5-74.63,75.5l-.02.09c.3-25.97-12.13-54.56-32.8-78.56-43.54-50.56-102.57-7.7-102.57-7.7-3.38-6.76-6.49-10.89-6.49-10.89,2.47-27.14-3.2-41.81-7.89-49.06-2.99-4.62-9.07-6.15-13.82-3.37-13.2,7.74-27.49,29.16-27.49,29.16-10.64-5.32-49.86-1.99-49.86-1.99-9.16-16.03-21.79-24.17-28.77-27.69-3.96-2-8.83-.9-11.43,2.69-10.28,14.22-4.35,50.26-4.35,50.26-32.57,43.92-20.21,68.9-2.52,82.48,0,0-4.65,25.47,5.18,40.13\"/>\n <g>\n <path fill=\"#feb94d\" d=\"M720.36,264.64c-2.88,0-5.34-2.18-5.63-5.11l-2.61-26.12c-.31-3.12,1.96-5.89,5.08-6.2,3.11-.31,5.89,1.96,6.21,5.08l2.61,26.12c.31,3.12-1.96,5.89-5.08,6.2-.19.02-.38.03-.57.03h-.01Z\"/>\n <path fill=\"#feb94d\" d=\"M748.68,239.8c-2.03,0-3.99-1.09-5.01-3l-7.25-13.6c-1.47-2.76-.43-6.2,2.33-7.67s6.2-.43,7.67,2.33l7.25,13.6c1.47,2.76.43,6.2-2.33,7.67-.85.45-1.76.67-2.66.67Z\"/>\n <path fill=\"#feb94d\" d=\"M772.85,213.28c-1.29,0-2.58-.44-3.64-1.33l-13.6-11.41c-2.4-2.01-2.71-5.59-.7-7.99s5.59-2.71,7.99-.7l13.6,11.41c2.4,2.01,2.71,5.59.7,7.99-1.12,1.34-2.73,2.03-4.35,2.03Z\"/>\n <path fill=\"#feb94d\" d=\"M786.16,182.13c-.45,0-.9-.05-1.36-.16l-21.01-5.15c-3.04-.75-4.9-3.82-4.16-6.86.75-3.04,3.81-4.9,6.86-4.16l21.01,5.15c3.04.75,4.9,3.82,4.16,6.86-.63,2.59-2.95,4.32-5.5,4.32Z\"/>\n <path fill=\"#feb94d\" d=\"M766.04,147.4c-6.8,0-12.81-4.91-13.96-11.85-1.29-7.72,3.93-15.02,11.65-16.31l19.2-3.2c7.72-1.28,15.02,3.93,16.31,11.65,1.29,7.72-3.93,15.02-11.65,16.31l-19.2,3.2c-.79.13-1.57.19-2.35.19h0Z\"/>\n <path fill=\"#feb94d\" d=\"M583.39,218.07c-.68,0-1.36-.12-2.03-.38-2.92-1.12-4.38-4.4-3.26-7.32,15.47-40.3-10.16-60.1-11.25-60.92-2.5-1.87-3.02-5.42-1.17-7.92,1.86-2.51,5.38-3.05,7.9-1.2.36.26,8.82,6.57,14.83,18.92,5.47,11.26,9.96,29.97.28,55.19-.87,2.25-3.01,3.64-5.29,3.64h-.01Z\"/>\n <path fill=\"#feb94d\" d=\"M610.54,204.16c-.38,0-.77-.04-1.16-.12-3.07-.64-5.04-3.64-4.4-6.7,6.75-32.56-14.72-54.41-15.64-55.33-2.21-2.21-2.23-5.79-.03-8.01,2.2-2.22,5.77-2.25,8-.05,1.1,1.08,26.8,26.95,18.77,65.69-.56,2.68-2.92,4.52-5.55,4.52h.01Z\"/>\n <path fill=\"#feb94d\" d=\"M638.57,201.62c-.36,0-.72-.03-1.08-.1-3.07-.59-5.08-3.57-4.49-6.64,3.6-18.61-9.02-48.32-9.15-48.61-1.24-2.88.09-6.21,2.97-7.45,2.88-1.24,6.21.09,7.45,2.96.58,1.34,14.14,33.2,9.87,55.25-.53,2.71-2.9,4.59-5.56,4.59h0Z\"/>\n <path fill=\"#feb94d\" d=\"M556.41,302.5c-.52,0-1.05-.07-1.58-.22-3.01-.87-4.74-4.01-3.87-7.02.74-2.57-3.06-9.65-6.95-14.28-2.01-2.39-1.71-5.97.68-7.99s5.96-1.72,7.98.67c2.03,2.4,12.02,14.88,9.18,24.74-.72,2.48-2.98,4.1-5.44,4.1h0Z\"/>\n <path fill=\"#feb94d\" d=\"M575.75,298.12c-.42,0-.85-.05-1.28-.15-3.05-.7-4.95-3.75-4.25-6.8,2.34-10.12-3.38-15.21-3.63-15.42-2.43-1.97-2.78-5.51-.81-7.95,1.97-2.43,5.57-2.78,8.01-.81.47.38,11.45,9.5,7.48,26.73-.61,2.62-2.94,4.4-5.52,4.4h0Z\"/>\n <path fill=\"#feb94d\" d=\"M479.04,293.7c-.45,0-.9-.05-1.36-.17-3.04-.75-4.9-3.82-4.15-6.86,1.36-5.51-1.23-13.06-2.34-15.5-1.29-2.84-.04-6.21,2.8-7.51,2.84-1.3,6.2-.06,7.51,2.77.58,1.26,5.59,12.59,3.04,22.94-.64,2.58-2.95,4.31-5.5,4.31v.02Z\"/>\n <path fill=\"#feb94d\" d=\"M497.84,293.7c-.8,0-1.61-.17-2.38-.53-2.84-1.32-4.07-4.69-2.76-7.53,2.9-6.24-1.73-13.7-1.78-13.77-1.66-2.64-.9-6.14,1.73-7.82s6.11-.94,7.8,1.68c.33.51,8.09,12.72,2.53,24.68-.96,2.07-3.01,3.28-5.15,3.28h.01Z\"/>\n <path fill=\"#feb94d\" d=\"M420.13,282.09c-.41,0-.82-.04-1.23-.14-3.05-.68-4.98-3.69-4.31-6.75.49-2.21,3.25-13.46,9.98-17.65,2.58-1.61,5.47-2.09,8.35-1.38,3.04.74,4.9,3.81,4.16,6.85-.72,2.96-3.66,4.81-6.62,4.21-1.22.83-3.62,5.14-4.8,10.41-.59,2.64-2.93,4.44-5.53,4.44h0Z\"/>\n <path fill=\"#feb94d\" d=\"M483.87,164.13c-2.12,0-4.15-1.19-5.12-3.23l-5.08-10.64-5.55,5.15c-2.23,2.07-5.71,2.01-7.87-.15l-5.51-5.51-6.83,10.24c-1.74,2.6-5.26,3.31-7.86,1.57s-3.31-5.26-1.57-7.86l10.66-16c.94-1.41,2.47-2.33,4.16-2.5s3.37.43,4.57,1.63l6.54,6.54,7.2-6.68c1.32-1.23,3.15-1.75,4.92-1.41,1.77.34,3.28,1.5,4.05,3.13l8.4,17.6c1.35,2.83.15,6.21-2.67,7.56-.79.38-1.62.55-2.44.55h0Z\"/>\n <path fill=\"#feb94d\" d=\"M519.61,185.54c-2.71,0-5.1-1.95-5.58-4.71-.53-3.09,1.54-6.02,4.62-6.55l37.78-6.52c3.08-.53,6.02,1.54,6.55,4.62.53,3.09-1.54,6.02-4.62,6.55l-37.78,6.52c-.33.06-.65.08-.97.08h0Z\"/>\n <path fill=\"#feb94d\" d=\"M547.32,209.97c-.32,0-.65-.03-.97-.08l-27.69-4.79c-3.08-.53-5.15-3.47-4.62-6.55s3.47-5.15,6.55-4.62l27.69,4.79c3.08.53,5.15,3.47,4.62,6.55-.48,2.76-2.87,4.7-5.58,4.7Z\"/>\n <path fill=\"#feb94d\" d=\"M407.45,175.73l-24.22-9.21c.51,2.46.84,4.99.95,7.56.07,1.59,0,3.22-.19,4.86l19.42,7.38c.66.25,1.34.37,2.01.37,2.29,0,4.44-1.39,5.3-3.66,1.11-2.93-.36-6.2-3.29-7.31h.02Z\"/>\n <path fill=\"#feb94d\" d=\"M407.65,195.9c-.79-3.11-3.79-4.95-6.69-4.1l-15.96,4.66c.1,4.16-.69,8.52-2.14,12.74l20.96-6.11c2.9-.85,4.62-4.06,3.83-7.17v-.02Z\"/>\n <path fill=\"#feb94d\" d=\"M655.2,246.1c-.85,0-1.71-.19-2.53-.6-26.94-13.43-57.64-5.96-57.95-5.88-3.03.76-6.11-1.08-6.88-4.11s1.07-6.11,4.1-6.88c1.42-.36,35-8.63,65.8,6.72,2.8,1.4,3.94,4.8,2.54,7.6-.99,1.99-3,3.14-5.08,3.14h0Z\"/>\n <path fill=\"#feb94d\" d=\"M648.18,274.64c-1.56,0-3.11-.64-4.23-1.89-2.48-2.78-9.96-8.28-32.07-13.86-13.15-3.32-24.99-4.99-25.11-5-3.1-.43-5.26-3.3-4.83-6.4.43-3.1,3.29-5.26,6.4-4.83,5.13.71,50.55,7.41,64.07,22.54,2.09,2.33,1.88,5.92-.45,8-1.08.97-2.43,1.44-3.78,1.44Z\"/>\n </g>\n <g>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M432.86,250.43c-.63,0-1.27-.06-1.91-.19-1.74-.34-42.77-8.63-54.98-40.06-7.67-19.74-2.11-43.09,16.51-69.43-.48-3.9-1.09-10.1-1.22-17.01-.31-16.76,2.29-28.7,7.92-36.5,5.49-7.59,15.6-10.01,24.03-5.76,6.98,3.52,19.46,11.38,29.54,26.2,10.59-.69,28.35-1.33,40.51.9,5.65-7.56,15.98-20.1,26.5-26.27,9.37-5.49,21.35-2.61,27.28,6.57,5.55,8.59,11.61,24.46,9.74,51.77,3.89,6.04,11.6,19.72,13.94,36.43,3.68,26.18-10.97,51.96-35.63,62.68-13.92,6.05-24.6,9.61-31.75,10.59-5.47.75-10.51-3.08-11.26-8.56-.75-5.47,3.08-10.51,8.56-11.26,3-.41,10.44-2.14,26.48-9.11,16.45-7.15,26.23-24.24,23.8-41.55-2.38-16.9-12.29-30.36-12.39-30.49-1.47-1.98-2.18-4.45-1.96-6.9,2.28-25.13-2.98-37.56-6.33-42.73-.11-.17-.29-.22-.37-.17-9.16,5.37-20.59,20.65-24.23,26.09-2.8,4.19-8.28,5.64-12.79,3.39-4.32-2.16-25.14-2.61-44.55-.97-3.88.33-7.6-1.62-9.53-5-7.61-13.31-17.96-20.26-23.89-23.36-4.85,8.08-4.2,29.18-2.1,42.05.43,2.67-.23,5.4-1.84,7.57-16.17,21.8-21.68,39.82-16.38,53.56,8.15,21.14,39.87,27.67,40.19,27.74,5.41,1.08,8.94,6.33,7.87,11.74-.94,4.77-5.11,8.08-9.79,8.08l.03-.04Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M559.39,324.39c-2.07,0-4.16-.01-6.3-.04-1.32.03-6.25.06-11.88-.96-10.14-1.84-17.14-6.06-20.82-12.54-4.54-8.01-3.22-17.65,3.92-28.63,22.24-34.21,77.37-16.05,79.71-15.26,5.23,1.77,8.04,7.44,6.27,12.68-1.77,5.23-7.44,8.04-12.68,6.27-.41-.14-42.96-13.66-56.53,7.21-3.67,5.65-3.28,7.9-3.27,7.92.99,1.61,8.18,3.53,14.87,3.32h.48c44.26.63,74.86-5.82,78.66-6.66,24.13-8.16,39.09-22.15,44.45-41.61,7.06-25.6-3.77-59.16-28.25-87.6-36.9-42.86-87.02-7.64-89.14-6.12-4.48,3.22-10.72,2.21-13.95-2.26-3.23-4.47-2.24-10.7,2.22-13.94.67-.49,16.71-12,38.71-16.79,30.24-6.58,56.97,2.43,77.32,26.06,29.21,33.93,41.32,73.54,32.38,105.97-5,18.15-19.11,42.5-57.86,55.42-.28.09-.56.17-.84.24-1.31.31-31.34,7.34-77.46,7.34v-.02Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M589.05,283.43c-3.63,0-7.13-1.98-8.89-5.44-.5-.98-12.15-24.23-3.61-45,4.73-11.5,14.3-19.69,28.44-24.35,5.24-1.73,10.9,1.12,12.63,6.37s-1.12,10.9-6.37,12.63c-8.43,2.78-13.72,7-16.17,12.9-4.21,10.12.68,23.93,2.92,28.4,2.47,4.92.5,10.93-4.42,13.42-1.45.73-3,1.08-4.52,1.08h-.01Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M495.69,317.66c-7.04,0-12.61-.24-14.44-.33-3.65.04-22.95-.44-34.52-12.41-5.91-6.11-8.77-14.21-8.28-23.42.42-7.69,3.83-14.11,9.86-18.55,16.93-12.46,50.16-4.89,56.65-3.24,5.35,1.36,8.59,6.8,7.24,12.15-1.36,5.35-6.8,8.59-12.15,7.24-12.01-3.02-32.99-5.12-39.89-.03-1.02.75-1.64,1.57-1.74,3.52-.26,4.78,1.39,7.09,2.66,8.41,5.11,5.32,16.59,6.38,20.2,6.34.21,0,.47,0,.68.01,8.53.44,33,.88,43.72-2.28,5.3-1.57,10.86,1.47,12.42,6.76,1.56,5.3-1.47,10.86-6.76,12.42-9.52,2.81-24.45,3.42-35.65,3.42h0Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M432.24,306.83c-.69,0-1.37-.02-2.03-.07-11.46-.76-26.72-5.09-27.36-5.28-1.25-.36-2.43-.96-3.45-1.77-.88-.69-8.61-7.09-9.63-17.88-.5-5.31.53-13.51,8.27-22.42,7.71-8.87,15.69-11.17,21.03-11.54,9.28-.64,16.16,3.97,18.39,5.7,9.64,6.39,24.66,18.74,20.48,31.56-5.75,17.63-16.76,21.7-25.7,21.7h0ZM410.79,282.92c4.4,1.15,13.8,3.43,20.75,3.89,1.94.13,4.3.29,6.75-6.06-1.8-2.63-7.2-7.42-12.2-10.72-.49-.32-.64-.4-1.03-.77-3.61-2.78-7.62-1.68-11.91,3.27-1.41,1.62-5.42,6.24-2.35,10.39h0ZM424.99,269.2h0Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M405.6,275.98c-3.22,0-6.39-1.55-8.31-4.43-11.75-17.53-7.26-44.48-6.71-47.5.99-5.43,6.19-9.03,11.63-8.04,5.43.99,9.02,6.19,8.04,11.61h0c-1.07,6.01-2.51,23.61,3.65,32.79,3.08,4.59,1.85,10.8-2.74,13.88-1.71,1.15-3.65,1.7-5.56,1.7h0Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M686.03,274.93c-1.29,0-2.45-.07-3.45-.23-5.45-.87-9.17-5.99-8.3-11.45.87-5.45,6-9.17,11.45-8.3,2.81.31,14.96-1.75,25.91-4.41.19-.05.39-.09.58-.12.02,0,6.77-1.32,16.25-5.92,8.66-4.2,21.46-12.1,33.32-25.88,28.25-32.82,20.57-83.99,16.97-95.9-.45-1.47-3.52-2.93-5.46-3.19-2.48,2.76-2.63,5.27-1.52,22.22.39,5.99.88,13.44,1.25,22.79,1.22,30.46-13.1,55.06-41.4,71.13-20.41,11.59-40.98,14.56-41.85,14.68-5.46.76-10.52-3.06-11.28-8.53s3.05-10.52,8.52-11.28c.47-.07,18.24-2.75,35.2-12.52,21.36-12.3,31.73-30.03,30.83-52.68-.36-9.1-.84-16.41-1.23-22.28-1.33-20.24-1.87-28.62,8.7-39.07,4.29-4.23,11.08-5.56,18.63-3.64,7.19,1.83,15.88,7.14,18.74,16.58,5.25,17.35,12.66,75.67-20.95,114.74-26.37,30.64-56.97,37.59-60.82,38.36-6.7,1.62-21.34,4.91-30.11,4.91h.02Z\"/>\n </g>\n <g>\n <circle fill=\"var(--hm-stroke, #000000)\" cx=\"432.67\" cy=\"180.7\" r=\"10.53\"/>\n <circle fill=\"var(--hm-stroke, #000000)\" cx=\"492.04\" cy=\"180.7\" r=\"10.53\"/>\n </g></g></svg>"
2136
+ }
2137
+ ]
2138
+ },
2139
+ {
2140
+ "id": "hm1-p-000061",
2141
+ "source": {
2142
+ "groupId": "cat",
2143
+ "sourceGroupName": "Cat",
2144
+ "partId": "003"
2145
+ },
2146
+ "name": "ginger-cat",
2147
+ "aliases": [
2148
+ "item-ginger-cat"
2149
+ ],
2150
+ "selectionSlot": "item",
2151
+ "uiGroups": [
2152
+ "item"
2153
+ ],
2154
+ "layers": [
2155
+ {
2156
+ "layerSlot": "item",
2157
+ "svgPath": "assets/humation-1/cat/003.svg",
2158
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" xmlns=\"http://www.w3.org/2000/svg\"><g transform=\"scale(0.078125)\"><path fill=\"#f9d780\" d=\"M400.41,225.84l5.18,40.13c-13.34,15.36,0,25.9,0,25.9,0,0,14.75,4.21,25.28,4.92s15.06-7.07,17.56-14.75c-1.4,25.98,33.01,25.28,33.01,25.28,0,0,32.33,1.67,47.07-2.68,4.07,10.44,24.53,9.7,24.53,9.7,49.12.7,81.51-7.02,81.51-7.02,27.15-9.05,42.99-24.86,49.84-43.76l-.22,1.26c6.67,1.06,29.85-4.57,29.85-4.57,0,0,29.78-5.38,55.37-35.11,30.2-35.09,23.84-89.19,18.96-105.32-2.76-9.12-16.76-12.68-20.77-8.73-9.61,9.49-6.07,14.96-4.51,53.84,2.59,64.76-74.63,75.5-74.63,75.5l-.02.09c.3-25.97-12.13-54.56-32.8-78.56-43.54-50.56-102.57-7.7-102.57-7.7-3.38-6.76-6.49-10.89-6.49-10.89,2.47-27.14-3.2-41.81-7.89-49.06-2.99-4.62-9.07-6.15-13.82-3.37-13.2,7.74-27.49,29.16-27.49,29.16-10.64-5.32-49.86-1.99-49.86-1.99-9.16-16.03-21.79-24.17-28.77-27.69-3.96-2-8.83-.9-11.43,2.69-10.28,14.22-4.35,50.26-4.35,50.26-32.57,43.92-20.21,68.9-2.52,82.48,0,0-4.65,25.47,5.18,40.13M448.63,280.24l140.43-6.8c-15.9-3.13-43.71-5.24-56.36,14.22-4.96,7.64-5.72,13.09-4.2,16.99\"/>\n <g>\n <path fill=\"#feb94d\" d=\"M720.36,264.64c-2.88,0-5.34-2.18-5.63-5.11l-2.61-26.12c-.31-3.12,1.96-5.89,5.08-6.2,3.11-.31,5.89,1.96,6.21,5.08l2.61,26.12c.31,3.12-1.96,5.89-5.08,6.2-.19.02-.38.03-.57.03h-.01Z\"/>\n <path fill=\"#feb94d\" d=\"M748.68,239.8c-2.03,0-3.99-1.09-5.01-3l-7.25-13.6c-1.47-2.76-.43-6.2,2.33-7.67s6.2-.43,7.67,2.33l7.25,13.6c1.47,2.76.43,6.2-2.33,7.67-.85.45-1.76.67-2.66.67Z\"/>\n <path fill=\"#feb94d\" d=\"M772.85,213.28c-1.29,0-2.58-.44-3.64-1.33l-13.6-11.41c-2.4-2.01-2.71-5.59-.7-7.99s5.59-2.71,7.99-.7l13.6,11.41c2.4,2.01,2.71,5.59.7,7.99-1.12,1.34-2.73,2.03-4.35,2.03Z\"/>\n <path fill=\"#feb94d\" d=\"M786.16,182.13c-.45,0-.9-.05-1.36-.16l-21.01-5.15c-3.04-.75-4.9-3.82-4.16-6.86.75-3.04,3.81-4.9,6.86-4.16l21.01,5.15c3.04.75,4.9,3.82,4.16,6.86-.63,2.59-2.95,4.32-5.5,4.32Z\"/>\n <path fill=\"#feb94d\" d=\"M766.04,147.4c-6.8,0-12.81-4.91-13.96-11.85-1.29-7.72,3.93-15.02,11.65-16.31l19.2-3.2c7.72-1.28,15.02,3.93,16.31,11.65,1.29,7.72-3.93,15.02-11.65,16.31l-19.2,3.2c-.79.13-1.57.19-2.35.19h0Z\"/>\n <path fill=\"#feb94d\" d=\"M583.39,218.07c-.68,0-1.36-.12-2.03-.38-2.92-1.12-4.38-4.4-3.26-7.32,15.47-40.3-10.16-60.1-11.25-60.92-2.5-1.87-3.02-5.42-1.17-7.92,1.86-2.51,5.38-3.05,7.9-1.2.36.26,8.82,6.57,14.83,18.92,5.47,11.26,9.96,29.97.28,55.19-.87,2.25-3.01,3.64-5.29,3.64h-.01Z\"/>\n <path fill=\"#feb94d\" d=\"M610.54,204.16c-.38,0-.77-.04-1.16-.12-3.07-.64-5.04-3.64-4.4-6.7,6.75-32.56-14.72-54.41-15.64-55.33-2.21-2.21-2.23-5.79-.03-8.01,2.2-2.22,5.77-2.25,8-.05,1.1,1.08,26.8,26.95,18.77,65.69-.56,2.68-2.92,4.52-5.55,4.52h.01Z\"/>\n <path fill=\"#feb94d\" d=\"M638.57,201.62c-.36,0-.72-.03-1.08-.1-3.07-.59-5.08-3.57-4.49-6.64,3.6-18.61-9.02-48.32-9.15-48.61-1.24-2.88.09-6.21,2.97-7.45,2.88-1.24,6.21.09,7.45,2.96.58,1.34,14.14,33.2,9.87,55.25-.53,2.71-2.9,4.59-5.56,4.59h0Z\"/>\n <path fill=\"#feb94d\" d=\"M556.41,302.5c-.52,0-1.05-.07-1.58-.22-3.01-.87-4.74-4.01-3.87-7.02.74-2.57-3.06-9.65-6.95-14.28-2.01-2.39-1.71-5.97.68-7.99s5.96-1.72,7.98.67c2.03,2.4,12.02,14.88,9.18,24.74-.72,2.48-2.98,4.1-5.44,4.1h0Z\"/>\n <path fill=\"#feb94d\" d=\"M575.75,298.12c-.42,0-.85-.05-1.28-.15-3.05-.7-4.95-3.75-4.25-6.8,2.34-10.12-3.38-15.21-3.63-15.42-2.43-1.97-2.78-5.51-.81-7.95,1.97-2.43,5.57-2.78,8.01-.81.47.38,11.45,9.5,7.48,26.73-.61,2.62-2.94,4.4-5.52,4.4h0Z\"/>\n <path fill=\"#feb94d\" d=\"M479.04,293.7c-.45,0-.9-.05-1.36-.17-3.04-.75-4.9-3.82-4.15-6.86,1.36-5.51-1.23-13.06-2.34-15.5-1.29-2.84-.04-6.21,2.8-7.51,2.84-1.3,6.2-.06,7.51,2.77.58,1.26,5.59,12.59,3.04,22.94-.64,2.58-2.95,4.31-5.5,4.31v.02Z\"/>\n <path fill=\"#feb94d\" d=\"M497.84,293.7c-.8,0-1.61-.17-2.38-.53-2.84-1.32-4.07-4.69-2.76-7.53,2.9-6.24-1.73-13.7-1.78-13.77-1.66-2.64-.9-6.14,1.73-7.82s6.11-.94,7.8,1.68c.33.51,8.09,12.72,2.53,24.68-.96,2.07-3.01,3.28-5.15,3.28h.01Z\"/>\n <path fill=\"#feb94d\" d=\"M420.13,282.09c-.41,0-.82-.04-1.23-.14-3.05-.68-4.98-3.69-4.31-6.75.49-2.21,3.25-13.46,9.98-17.65,2.58-1.61,5.47-2.09,8.35-1.38,3.04.74,4.9,3.81,4.16,6.85-.72,2.96-3.66,4.81-6.62,4.21-1.22.83-3.62,5.14-4.8,10.41-.59,2.64-2.93,4.44-5.53,4.44h0Z\"/>\n <path fill=\"#feb94d\" d=\"M483.87,164.13c-2.12,0-4.15-1.19-5.12-3.23l-5.08-10.64-5.55,5.15c-2.23,2.07-5.71,2.01-7.87-.15l-5.51-5.51-6.83,10.24c-1.74,2.6-5.26,3.31-7.86,1.57s-3.31-5.26-1.57-7.86l10.66-16c.94-1.41,2.47-2.33,4.16-2.5s3.37.43,4.57,1.63l6.54,6.54,7.2-6.68c1.32-1.23,3.15-1.75,4.92-1.41,1.77.34,3.28,1.5,4.05,3.13l8.4,17.6c1.35,2.83.15,6.21-2.67,7.56-.79.38-1.62.55-2.44.55h0Z\"/>\n <path fill=\"#feb94d\" d=\"M519.61,185.54c-2.71,0-5.1-1.95-5.58-4.71-.53-3.09,1.54-6.02,4.62-6.55l37.78-6.52c3.08-.53,6.02,1.54,6.55,4.62.53,3.09-1.54,6.02-4.62,6.55l-37.78,6.52c-.33.06-.65.08-.97.08h0Z\"/>\n <path fill=\"#feb94d\" d=\"M547.32,209.97c-.32,0-.65-.03-.97-.08l-27.69-4.79c-3.08-.53-5.15-3.47-4.62-6.55s3.47-5.15,6.55-4.62l27.69,4.79c3.08.53,5.15,3.47,4.62,6.55-.48,2.76-2.87,4.7-5.58,4.7Z\"/>\n <path fill=\"#feb94d\" d=\"M407.45,175.73l-24.22-9.21c.51,2.46.84,4.99.95,7.56.07,1.59,0,3.22-.19,4.86l19.42,7.38c.66.25,1.34.37,2.01.37,2.29,0,4.44-1.39,5.3-3.66,1.11-2.93-.36-6.2-3.29-7.31h.02Z\"/>\n <path fill=\"#feb94d\" d=\"M407.65,195.9c-.79-3.11-3.79-4.95-6.69-4.1l-15.96,4.66c.1,4.16-.69,8.52-2.14,12.74l20.96-6.11c2.9-.85,4.62-4.06,3.83-7.17v-.02Z\"/>\n <path fill=\"#feb94d\" d=\"M655.2,246.1c-.85,0-1.71-.19-2.53-.6-26.94-13.43-57.64-5.96-57.95-5.88-3.03.76-6.11-1.08-6.88-4.11s1.07-6.11,4.1-6.88c1.42-.36,35-8.63,65.8,6.72,2.8,1.4,3.94,4.8,2.54,7.6-.99,1.99-3,3.14-5.08,3.14h0Z\"/>\n <path fill=\"#feb94d\" d=\"M648.18,274.64c-1.56,0-3.11-.64-4.23-1.89-2.48-2.78-9.96-8.28-32.07-13.86-13.15-3.32-24.99-4.99-25.11-5-3.1-.43-5.26-3.3-4.83-6.4.43-3.1,3.29-5.26,6.4-4.83,5.13.71,50.55,7.41,64.07,22.54,2.09,2.33,1.88,5.92-.45,8-1.08.97-2.43,1.44-3.78,1.44Z\"/>\n </g>\n <path fill=\"#FFFFFF\" d=\"M393.28,223.29c-.65-3.16.63-6.4,3.27-8.25,14.69-10.32,52.08-34.33,62.1-49.39,1.75-2.63,5.81-2.85,7.87-2.67,5.43.46,8.3,7.52,9.94,9.48,7.91,9.48,33.69,38.87,60.12,47.94,21.96,7.54,52.73,22.72,50.19,33.5-4.89,20.76,36.44,52.25,32.91,53.96l-85.18,2.96c-1.78.86-.42-26.36-1.19-24.53l-5.95,14.21c-1.26,3.01-4.21,4.97-7.47,4.97h-46.91c-1.5,0-2.97-.42-4.25-1.2l-17.01-10.48c-1.97-1.21-4.37-1.53-6.58-.86l-14.74,4.44c-1.68.51-3.49.45-5.13-.16l-18.98-6.99c-3.46-1.28-5.62-4.73-5.26-8.4l1.28-12.79c.08-.81.04-1.64-.13-2.44l-8.9-43.27v-.03Z\"/>\n <g>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M432.86,250.43c-.63,0-1.27-.06-1.91-.19-1.74-.34-42.77-8.63-54.98-40.06-7.67-19.74-2.11-43.09,16.51-69.43-.48-3.9-1.09-10.1-1.22-17.01-.31-16.76,2.29-28.7,7.92-36.5,5.49-7.59,15.6-10.01,24.03-5.76,6.98,3.52,19.46,11.38,29.54,26.2,10.59-.69,28.35-1.33,40.51.9,5.65-7.56,15.98-20.1,26.5-26.27,9.37-5.49,21.35-2.61,27.28,6.57,5.55,8.59,11.61,24.46,9.74,51.77,3.89,6.04,11.6,19.72,13.94,36.43,3.68,26.18-10.97,51.96-35.63,62.68-13.92,6.05-24.6,9.61-31.75,10.59-5.47.75-10.51-3.08-11.26-8.56-.75-5.47,3.08-10.51,8.56-11.26,3-.41,10.44-2.14,26.48-9.11,16.45-7.15,26.23-24.24,23.8-41.55-2.38-16.9-12.29-30.36-12.39-30.49-1.47-1.98-2.18-4.45-1.96-6.9,2.28-25.13-2.98-37.56-6.33-42.73-.11-.17-.29-.22-.37-.17-9.16,5.37-20.59,20.65-24.23,26.09-2.8,4.19-8.28,5.64-12.79,3.39-4.32-2.16-25.14-2.61-44.55-.97-3.88.33-7.6-1.62-9.53-5-7.61-13.31-17.96-20.26-23.89-23.36-4.85,8.08-4.2,29.18-2.1,42.05.43,2.67-.23,5.4-1.84,7.57-16.17,21.8-21.68,39.82-16.38,53.56,8.15,21.14,39.87,27.67,40.19,27.74,5.41,1.08,8.94,6.33,7.87,11.74-.94,4.77-5.11,8.08-9.79,8.08l.03-.04Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M559.39,324.39c-2.07,0-4.16-.01-6.3-.04-1.32.03-6.25.06-11.88-.96-10.14-1.84-17.14-6.06-20.82-12.54-4.54-8.01-3.22-17.65,3.92-28.63,22.24-34.21,77.37-16.05,79.71-15.26,5.23,1.77,8.04,7.44,6.27,12.68-1.77,5.23-7.44,8.04-12.68,6.27-.41-.14-42.96-13.66-56.53,7.21-3.67,5.65-3.28,7.9-3.27,7.92.99,1.61,8.18,3.53,14.87,3.32h.48c44.26.63,74.86-5.82,78.66-6.66,24.13-8.16,39.09-22.15,44.45-41.61,7.06-25.6-3.77-59.16-28.25-87.6-36.9-42.86-87.02-7.64-89.14-6.12-4.48,3.22-10.72,2.21-13.95-2.26-3.23-4.47-2.24-10.7,2.22-13.94.67-.49,16.71-12,38.71-16.79,30.24-6.58,56.97,2.43,77.32,26.06,29.21,33.93,41.32,73.54,32.38,105.97-5,18.15-19.11,42.5-57.86,55.42-.28.09-.56.17-.84.24-1.31.31-31.34,7.34-77.46,7.34v-.02Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M589.05,283.43c-3.63,0-7.13-1.98-8.89-5.44-.5-.98-12.15-24.23-3.61-45,4.73-11.5,14.3-19.69,28.44-24.35,5.24-1.73,10.9,1.12,12.63,6.37s-1.12,10.9-6.37,12.63c-8.43,2.78-13.72,7-16.17,12.9-4.21,10.12.68,23.93,2.92,28.4,2.47,4.92.5,10.93-4.42,13.42-1.45.73-3,1.08-4.52,1.08h-.01Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M495.69,317.66c-7.04,0-12.61-.24-14.44-.33-3.65.04-22.95-.44-34.52-12.41-5.91-6.11-8.77-14.21-8.28-23.42.42-7.69,3.83-14.11,9.86-18.55,16.93-12.46,50.16-4.89,56.65-3.24,5.35,1.36,8.59,6.8,7.24,12.15-1.36,5.35-6.8,8.59-12.15,7.24-12.01-3.02-32.99-5.12-39.89-.03-1.02.75-1.64,1.57-1.74,3.52-.26,4.78,1.39,7.09,2.66,8.41,5.11,5.32,16.59,6.38,20.2,6.34.21,0,.47,0,.68.01,8.53.44,33,.88,43.72-2.28,5.3-1.57,10.86,1.47,12.42,6.76,1.56,5.3-1.47,10.86-6.76,12.42-9.52,2.81-24.45,3.42-35.65,3.42h0Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M432.24,306.83c-.69,0-1.37-.02-2.03-.07-11.46-.76-26.72-5.09-27.36-5.28-1.25-.36-2.43-.96-3.45-1.77-.88-.69-8.61-7.09-9.63-17.88-.5-5.31.53-13.51,8.27-22.42,7.71-8.87,15.69-11.17,21.03-11.54,9.28-.64,16.16,3.97,18.39,5.7,9.64,6.39,24.66,18.74,20.48,31.56-5.75,17.63-16.76,21.7-25.7,21.7h0ZM410.79,282.92c4.4,1.15,13.8,3.43,20.75,3.89,1.94.13,4.3.29,6.75-6.06-1.8-2.63-7.2-7.42-12.2-10.72-.49-.32-.64-.4-1.03-.77-3.61-2.78-7.62-1.68-11.91,3.27-1.41,1.62-5.42,6.24-2.35,10.39h0ZM424.99,269.2h0Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M405.6,275.98c-3.22,0-6.39-1.55-8.31-4.43-11.75-17.53-7.26-44.48-6.71-47.5.99-5.43,6.19-9.03,11.63-8.04,5.43.99,9.02,6.19,8.04,11.61h0c-1.07,6.01-2.51,23.61,3.65,32.79,3.08,4.59,1.85,10.8-2.74,13.88-1.71,1.15-3.65,1.7-5.56,1.7h0Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M686.03,274.93c-1.29,0-2.45-.07-3.45-.23-5.45-.87-9.17-5.99-8.3-11.45.87-5.45,6-9.17,11.45-8.3,2.81.31,14.96-1.75,25.91-4.41.19-.05.39-.09.58-.12.02,0,6.77-1.32,16.25-5.92,8.66-4.2,21.46-12.1,33.32-25.88,28.25-32.82,20.57-83.99,16.97-95.9-.45-1.47-3.52-2.93-5.46-3.19-2.48,2.76-2.63,5.27-1.52,22.22.39,5.99.88,13.44,1.25,22.79,1.22,30.46-13.1,55.06-41.4,71.13-20.41,11.59-40.98,14.56-41.85,14.68-5.46.76-10.52-3.06-11.28-8.53s3.05-10.52,8.52-11.28c.47-.07,18.24-2.75,35.2-12.52,21.36-12.3,31.73-30.03,30.83-52.68-.36-9.1-.84-16.41-1.23-22.28-1.33-20.24-1.87-28.62,8.7-39.07,4.29-4.23,11.08-5.56,18.63-3.64,7.19,1.83,15.88,7.14,18.74,16.58,5.25,17.35,12.66,75.67-20.95,114.74-26.37,30.64-56.97,37.59-60.82,38.36-6.7,1.62-21.34,4.91-30.11,4.91h.02Z\"/>\n </g>\n <g>\n <circle fill=\"var(--hm-stroke, #000000)\" cx=\"432.67\" cy=\"180.7\" r=\"10.53\"/>\n <circle fill=\"var(--hm-stroke, #000000)\" cx=\"492.04\" cy=\"180.7\" r=\"10.53\"/>\n </g></g></svg>"
2159
+ }
2160
+ ]
2161
+ },
2162
+ {
2163
+ "id": "hm1-p-000062",
2164
+ "source": {
2165
+ "groupId": "cat",
2166
+ "sourceGroupName": "Cat",
2167
+ "partId": "004"
2168
+ },
2169
+ "name": "white-cat",
2170
+ "aliases": [
2171
+ "item-white-cat"
2172
+ ],
2173
+ "selectionSlot": "item",
2174
+ "uiGroups": [
2175
+ "item"
2176
+ ],
2177
+ "layers": [
2178
+ {
2179
+ "layerSlot": "item",
2180
+ "svgPath": "assets/humation-1/cat/004.svg",
2181
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" xmlns=\"http://www.w3.org/2000/svg\"><g transform=\"scale(0.078125)\"><path fill=\"#FFFFFF\" d=\"M400.41,225.84,405.59,265.97c-13.34,15.36,0,25.9,0,25.9,0,0,14.75,4.21,25.28,4.92s15.06-7.07,17.56-14.75c-1.4,25.98,33.01,25.28,33.01,25.28,0,0,32.33,1.67,47.07-2.68,4.07,10.44,24.53,9.7,24.53,9.7,49.12.7,81.51-7.02,81.51-7.02,27.15-9.05,42.99-24.86,49.84-43.76l-.22,1.26c6.67,1.06,29.85-4.57,29.85-4.57,0,0,29.78-5.38,55.37-35.11,30.2-35.09,23.84-89.19,18.96-105.32-2.76-9.12-16.76-12.68-20.77-8.73-9.61,9.49-6.07,14.96-4.51,53.84,2.59,64.76-74.63,75.5-74.63,75.5l-.02.09c.3-25.97-12.13-54.56-32.8-78.56-43.54-50.56-102.57-7.7-102.57-7.7-3.38-6.76-6.49-10.89-6.49-10.89,2.47-27.14-3.2-41.81-7.89-49.06-2.99-4.62-9.07-6.15-13.82-3.37-13.2,7.74-27.49,29.16-27.49,29.16-10.64-5.32-49.86-1.99-49.86-1.99-9.16-16.03-21.79-24.17-28.77-27.69-3.96-2-8.83-.9-11.43,2.69-10.28,14.22-4.35,50.26-4.35,50.26-32.57,43.92-20.21,68.9-2.52,82.48,0,0-4.65,25.47,5.18,40.13M448.63,280.24\"/>\n <path fill=\"#FFFFFF\" d=\"M453.86,158.29c-.26,0-.53-.01-.8-.04-4.12-.44-7.11-4.13-6.67-8.25l3.16-29.87c.44-4.12,4.13-7.11,8.25-6.67,4.12.44,7.11,4.13,6.67,8.25l-3.16,29.87c-.41,3.85-3.66,6.71-7.45,6.71Z\"/>\n <path fill=\"#FFFFFF\" d=\"M479.94,158.29c-.26,0-.53-.01-.8-.04-4.12-.44-7.11-4.13-6.67-8.25l3.16-29.87c.44-4.12,4.12-7.11,8.25-6.67,4.12.44,7.11,4.13,6.67,8.25l-3.16,29.87c-.41,3.85-3.66,6.71-7.45,6.71Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M432.86,250.43c-.63,0-1.27-.06-1.91-.19-1.74-.34-42.77-8.63-54.98-40.06-7.67-19.74-2.11-43.09,16.51-69.43-.48-3.9-1.09-10.1-1.22-17.01-.31-16.76,2.29-28.7,7.92-36.5,5.49-7.59,15.6-10.01,24.03-5.76,6.98,3.52,19.46,11.38,29.54,26.2,10.59-.69,28.35-1.33,40.51.9,5.65-7.56,15.98-20.1,26.5-26.27,9.37-5.49,21.35-2.61,27.28,6.57,5.55,8.59,11.61,24.46,9.74,51.77,3.89,6.04,11.6,19.72,13.94,36.43,3.68,26.18-10.97,51.96-35.63,62.68-13.92,6.05-24.6,9.61-31.75,10.59-5.47.75-10.51-3.08-11.26-8.56-.75-5.47,3.08-10.51,8.56-11.26,3-.41,10.44-2.14,26.48-9.11,16.45-7.15,26.23-24.24,23.8-41.55-2.38-16.9-12.29-30.36-12.39-30.49-1.47-1.98-2.18-4.45-1.96-6.9,2.28-25.13-2.98-37.56-6.33-42.73-.11-.17-.29-.22-.37-.17-9.16,5.37-20.59,20.65-24.23,26.09-2.8,4.19-8.28,5.64-12.79,3.39-4.32-2.16-25.14-2.61-44.55-.97-3.88.33-7.6-1.62-9.53-5-7.61-13.31-17.96-20.26-23.89-23.36-4.85,8.08-4.2,29.18-2.1,42.05.43,2.67-.23,5.4-1.84,7.57-16.17,21.8-21.68,39.82-16.38,53.56,8.15,21.14,39.87,27.67,40.19,27.74,5.41,1.08,8.94,6.33,7.87,11.74-.94,4.77-5.11,8.08-9.79,8.08Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M559.39,324.39c-2.07,0-4.16-.01-6.3-.04-1.32.03-6.25.06-11.88-.96-10.14-1.84-17.14-6.06-20.82-12.54-4.54-8.01-3.22-17.65,3.92-28.63,22.24-34.21,77.37-16.05,79.71-15.26,5.23,1.77,8.04,7.44,6.27,12.68-1.77,5.23-7.44,8.04-12.68,6.27-.41-.14-42.96-13.66-56.53,7.21-3.67,5.65-3.28,7.9-3.27,7.92.99,1.61,8.18,3.53,14.87,3.32.15,0,.33,0,.48,0,44.26.63,74.86-5.82,78.66-6.66,24.13-8.16,39.09-22.15,44.45-41.61,7.06-25.6-3.77-59.16-28.25-87.6-36.9-42.86-87.02-7.64-89.14-6.12-4.48,3.22-10.72,2.21-13.95-2.26-3.23-4.47-2.24-10.7,2.22-13.94.67-.49,16.71-12,38.71-16.79,30.24-6.58,56.97,2.43,77.32,26.06,29.21,33.93,41.32,73.54,32.38,105.97-5,18.15-19.11,42.5-57.86,55.42-.28.09-.56.17-.84.24-1.31.31-31.34,7.34-77.46,7.34Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M589.05,283.43c-3.63,0-7.13-1.98-8.89-5.44-.5-.98-12.15-24.23-3.61-45,4.73-11.5,14.3-19.69,28.44-24.35,5.24-1.73,10.9,1.12,12.63,6.37,1.73,5.25-1.12,10.9-6.37,12.63-8.43,2.78-13.72,7-16.17,12.9-4.21,10.12.68,23.93,2.92,28.4,2.47,4.92.5,10.93-4.42,13.42-1.45.73-3,1.08-4.52,1.08Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M495.69,317.66c-7.04,0-12.61-.24-14.44-.33-3.65.04-22.95-.44-34.52-12.41-5.91-6.11-8.77-14.21-8.28-23.42.42-7.69,3.83-14.11,9.86-18.55,16.93-12.46,50.16-4.89,56.65-3.24,5.35,1.36,8.59,6.8,7.24,12.15-1.36,5.35-6.8,8.59-12.15,7.24-12.01-3.02-32.99-5.12-39.89-.03-1.02.75-1.64,1.57-1.74,3.52-.26,4.78,1.39,7.09,2.66,8.41,5.11,5.32,16.59,6.38,20.2,6.34.21,0,.47,0,.68.01,8.53.44,33,.88,43.72-2.28,5.3-1.57,10.86,1.47,12.42,6.76,1.56,5.3-1.47,10.86-6.76,12.42-9.52,2.81-24.45,3.42-35.65,3.42Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M432.24,306.83c-.69,0-1.37-.02-2.03-.07-11.46-.76-26.72-5.09-27.36-5.28-1.25-.36-2.43-.96-3.45-1.77-.88-.69-8.61-7.09-9.63-17.88-.5-5.31.53-13.51,8.27-22.42,7.71-8.87,15.69-11.17,21.03-11.54,9.28-.64,16.16,3.97,18.39,5.7,9.64,6.39,24.66,18.74,20.48,31.56-5.75,17.63-16.76,21.7-25.7,21.7ZM410.79,282.92c4.4,1.15,13.8,3.43,20.75,3.89,1.94.13,4.3.29,6.75-6.06-1.8-2.63-7.2-7.42-12.2-10.72-.49-.32-.64-.4-1.03-.77-3.61-2.78-7.62-1.68-11.91,3.27-1.41,1.62-5.42,6.24-2.35,10.39ZM424.99,269.2h0,0Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M405.6,275.98c-3.22,0-6.39-1.55-8.31-4.43-11.75-17.53-7.26-44.48-6.71-47.5.99-5.43,6.19-9.03,11.63-8.04,5.43.99,9.02,6.19,8.04,11.61h0c-1.07,6.01-2.51,23.61,3.65,32.79,3.08,4.59,1.85,10.8-2.74,13.88-1.71,1.15-3.65,1.7-5.56,1.7Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M686.03,274.93c-1.29,0-2.45-.07-3.45-.23-5.45-.87-9.17-5.99-8.3-11.45.87-5.45,6-9.17,11.45-8.3,2.81.31,14.96-1.75,25.91-4.41.19-.05.39-.09.58-.12.02,0,6.77-1.32,16.25-5.92,8.66-4.2,21.46-12.1,33.32-25.88,28.25-32.82,20.57-83.99,16.97-95.9-.45-1.47-3.52-2.93-5.46-3.19-2.48,2.76-2.63,5.27-1.52,22.22.39,5.99.88,13.44,1.25,22.79,1.22,30.46-13.1,55.06-41.4,71.13-20.41,11.59-40.98,14.56-41.85,14.68-5.46.76-10.52-3.06-11.28-8.53-.76-5.47,3.05-10.52,8.52-11.28.47-.07,18.24-2.75,35.2-12.52,21.36-12.3,31.73-30.03,30.83-52.68-.36-9.1-.84-16.41-1.23-22.28-1.33-20.24-1.87-28.62,8.7-39.07,4.29-4.23,11.08-5.56,18.63-3.64,7.19,1.83,15.88,7.14,18.74,16.58,5.25,17.35,12.66,75.67-20.95,114.74-26.37,30.64-56.97,37.59-60.82,38.36-6.7,1.62-21.34,4.91-30.11,4.91Z\"/>\n <circle fill=\"var(--hm-stroke, #000000)\" cx=\"432.67\" cy=\"180.7\" r=\"10.53\"/>\n <circle fill=\"var(--hm-stroke, #000000)\" cx=\"492.04\" cy=\"180.7\" r=\"10.53\"/></g></svg>"
2182
+ }
2183
+ ]
2184
+ },
2185
+ {
2186
+ "id": "hm1-p-000063",
2187
+ "source": {
2188
+ "groupId": "cat",
2189
+ "sourceGroupName": "Cat",
2190
+ "partId": "005"
2191
+ },
2192
+ "name": "black-cat",
2193
+ "aliases": [
2194
+ "item-black-cat"
2195
+ ],
2196
+ "selectionSlot": "item",
2197
+ "uiGroups": [
2198
+ "item"
2199
+ ],
2200
+ "layers": [
2201
+ {
2202
+ "layerSlot": "item",
2203
+ "svgPath": "assets/humation-1/cat/005.svg",
2204
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" xmlns=\"http://www.w3.org/2000/svg\"><g transform=\"scale(0.078125)\"><path fill=\"#010101\" d=\"M400.41,225.84l5.18,40.13c-13.34,15.36,0,25.9,0,25.9,0,0,14.75,4.21,25.28,4.92s15.06-7.07,17.56-14.75c-1.4,25.98,33.01,25.28,33.01,25.28,0,0,32.33,1.67,47.07-2.68,4.07,10.44,24.53,9.7,24.53,9.7,49.12.7,81.51-7.02,81.51-7.02,27.15-9.05,42.99-24.86,49.84-43.76l-.22,1.26c6.67,1.06,29.85-4.57,29.85-4.57,0,0,29.78-5.38,55.37-35.11,30.2-35.09,23.84-89.19,18.96-105.32-2.76-9.12-16.76-12.68-20.77-8.73-9.61,9.49-6.07,14.96-4.51,53.84,2.59,64.76-74.63,75.5-74.63,75.5l-.02.09c.3-25.97-12.13-54.56-32.8-78.56-43.54-50.56-102.57-7.7-102.57-7.7-3.38-6.76-6.49-10.89-6.49-10.89,2.47-27.14-3.2-41.81-7.89-49.06-2.99-4.62-9.07-6.15-13.82-3.37-13.2,7.74-27.49,29.16-27.49,29.16-10.64-5.32-49.86-1.99-49.86-1.99-9.16-16.03-21.79-24.17-28.77-27.69-3.96-2-8.83-.9-11.43,2.69-10.28,14.22-4.35,50.26-4.35,50.26-32.57,43.92-20.21,68.9-2.52,82.48,0,0-4.65,25.47,5.18,40.13\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M453.86,158.29c-.26,0-.53,0-.8-.04-4.12-.44-7.11-4.13-6.67-8.25l3.16-29.87c.44-4.12,4.13-7.11,8.25-6.67s7.11,4.13,6.67,8.25l-3.16,29.87c-.41,3.85-3.66,6.71-7.45,6.71h0Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M479.94,158.29c-.26,0-.53,0-.8-.04-4.12-.44-7.11-4.13-6.67-8.25l3.16-29.87c.44-4.12,4.12-7.11,8.25-6.67,4.12.44,7.11,4.13,6.67,8.25l-3.16,29.87c-.41,3.85-3.66,6.71-7.45,6.71h0Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M432.86,250.43c-.63,0-1.27-.06-1.91-.19-1.74-.34-42.77-8.63-54.98-40.06-7.67-19.74-2.11-43.09,16.51-69.43-.48-3.9-1.09-10.1-1.22-17.01-.31-16.76,2.29-28.7,7.92-36.5,5.49-7.59,15.6-10.01,24.03-5.76,6.98,3.52,19.46,11.38,29.54,26.2,10.59-.69,28.35-1.33,40.51.9,5.65-7.56,15.98-20.1,26.5-26.27,9.37-5.49,21.35-2.61,27.28,6.57,5.55,8.59,11.61,24.46,9.74,51.77,3.89,6.04,11.6,19.72,13.94,36.43,3.68,26.18-10.97,51.96-35.63,62.68-13.92,6.05-24.6,9.61-31.75,10.59-5.47.75-10.51-3.08-11.26-8.56-.75-5.47,3.08-10.51,8.56-11.26,3-.41,10.44-2.14,26.48-9.11,16.45-7.15,26.23-24.24,23.8-41.55-2.38-16.9-12.29-30.36-12.39-30.49-1.47-1.98-2.18-4.45-1.96-6.9,2.28-25.13-2.98-37.56-6.33-42.73-.11-.17-.29-.22-.37-.17-9.16,5.37-20.59,20.65-24.23,26.09-2.8,4.19-8.28,5.64-12.79,3.39-4.32-2.16-25.14-2.61-44.55-.97-3.88.33-7.6-1.62-9.53-5-7.61-13.31-17.96-20.26-23.89-23.36-4.85,8.08-4.2,29.18-2.1,42.05.43,2.67-.23,5.4-1.84,7.57-16.17,21.8-21.68,39.82-16.38,53.56,8.15,21.14,39.87,27.67,40.19,27.74,5.41,1.08,8.94,6.33,7.87,11.74-.94,4.77-5.11,8.08-9.79,8.08l.03-.04Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M559.39,324.39c-2.07,0-4.16-.01-6.3-.04-1.32.03-6.25.06-11.88-.96-10.14-1.84-17.14-6.06-20.82-12.54-4.54-8.01-3.22-17.65,3.92-28.63,22.24-34.21,77.37-16.05,79.71-15.26,5.23,1.77,8.04,7.44,6.27,12.68-1.77,5.23-7.44,8.04-12.68,6.27-.41-.14-42.96-13.66-56.53,7.21-3.67,5.65-3.28,7.9-3.27,7.92.99,1.61,8.18,3.53,14.87,3.32h.48c44.26.63,74.86-5.82,78.66-6.66,24.13-8.16,39.09-22.15,44.45-41.61,7.06-25.6-3.77-59.16-28.25-87.6-36.9-42.86-87.02-7.64-89.14-6.12-4.48,3.22-10.72,2.21-13.95-2.26-3.23-4.47-2.24-10.7,2.22-13.94.67-.49,16.71-12,38.71-16.79,30.24-6.58,56.97,2.43,77.32,26.06,29.21,33.93,41.32,73.54,32.38,105.97-5,18.15-19.11,42.5-57.86,55.42-.28.09-.56.17-.84.24-1.31.31-31.34,7.34-77.46,7.34v-.02Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M589.05,283.43c-3.63,0-7.13-1.98-8.89-5.44-.5-.98-12.15-24.23-3.61-45,4.73-11.5,14.3-19.69,28.44-24.35,5.24-1.73,10.9,1.12,12.63,6.37s-1.12,10.9-6.37,12.63c-8.43,2.78-13.72,7-16.17,12.9-4.21,10.12.68,23.93,2.92,28.4,2.47,4.92.5,10.93-4.42,13.42-1.45.73-3,1.08-4.52,1.08h-.01Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M495.69,317.66c-7.04,0-12.61-.24-14.44-.33-3.65.04-22.95-.44-34.52-12.41-5.91-6.11-8.77-14.21-8.28-23.42.42-7.69,3.83-14.11,9.86-18.55,16.93-12.46,50.16-4.89,56.65-3.24,5.35,1.36,8.59,6.8,7.24,12.15-1.36,5.35-6.8,8.59-12.15,7.24-12.01-3.02-32.99-5.12-39.89-.03-1.02.75-1.64,1.57-1.74,3.52-.26,4.78,1.39,7.09,2.66,8.41,5.11,5.32,16.59,6.38,20.2,6.34.21,0,.47,0,.68.01,8.53.44,33,.88,43.72-2.28,5.3-1.57,10.86,1.47,12.42,6.76,1.56,5.3-1.47,10.86-6.76,12.42-9.52,2.81-24.45,3.42-35.65,3.42h0Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M432.24,306.83c-.69,0-1.37-.02-2.03-.07-11.46-.76-26.72-5.09-27.36-5.28-1.25-.36-2.43-.96-3.45-1.77-.88-.69-8.61-7.09-9.63-17.88-.5-5.31.53-13.51,8.27-22.42,7.71-8.87,15.69-11.17,21.03-11.54,9.28-.64,16.16,3.97,18.39,5.7,9.64,6.39,24.66,18.74,20.48,31.56-5.75,17.63-16.76,21.7-25.7,21.7h0ZM410.79,282.92c4.4,1.15,13.8,3.43,20.75,3.89,1.94.13,4.3.29,6.75-6.06-1.8-2.63-7.2-7.42-12.2-10.72-.49-.32-.64-.4-1.03-.77-3.61-2.78-7.62-1.68-11.91,3.27-1.41,1.62-5.42,6.24-2.35,10.39h0ZM424.99,269.2h0Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M405.6,275.98c-3.22,0-6.39-1.55-8.31-4.43-11.75-17.53-7.26-44.48-6.71-47.5.99-5.43,6.19-9.03,11.63-8.04,5.43.99,9.02,6.19,8.04,11.61h0c-1.07,6.01-2.51,23.61,3.65,32.79,3.08,4.59,1.85,10.8-2.74,13.88-1.71,1.15-3.65,1.7-5.56,1.7h0Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M686.03,274.93c-1.29,0-2.45-.07-3.45-.23-5.45-.87-9.17-5.99-8.3-11.45.87-5.45,6-9.17,11.45-8.3,2.81.31,14.96-1.75,25.91-4.41.19-.05.39-.09.58-.12.02,0,6.77-1.32,16.25-5.92,8.66-4.2,21.46-12.1,33.32-25.88,28.25-32.82,20.57-83.99,16.97-95.9-.45-1.47-3.52-2.93-5.46-3.19-2.48,2.76-2.63,5.27-1.52,22.22.39,5.99.88,13.44,1.25,22.79,1.22,30.46-13.1,55.06-41.4,71.13-20.41,11.59-40.98,14.56-41.85,14.68-5.46.76-10.52-3.06-11.28-8.53s3.05-10.52,8.52-11.28c.47-.07,18.24-2.75,35.2-12.52,21.36-12.3,31.73-30.03,30.83-52.68-.36-9.1-.84-16.41-1.23-22.28-1.33-20.24-1.87-28.62,8.7-39.07,4.29-4.23,11.08-5.56,18.63-3.64,7.19,1.83,15.88,7.14,18.74,16.58,5.25,17.35,12.66,75.67-20.95,114.74-26.37,30.64-56.97,37.59-60.82,38.36-6.7,1.62-21.34,4.91-30.11,4.91h.02Z\"/>\n <circle fill=\"#FFFFFF\" cx=\"432.67\" cy=\"180.7\" r=\"10.53\"/>\n <circle fill=\"#FFFFFF\" cx=\"492.04\" cy=\"180.7\" r=\"10.53\"/></g></svg>"
2205
+ }
2206
+ ]
2207
+ },
2208
+ {
2209
+ "id": "hm1-p-000064",
2210
+ "source": {
2211
+ "groupId": "cat",
2212
+ "sourceGroupName": "Cat",
2213
+ "partId": "011"
2214
+ },
2215
+ "name": "tuxedo-cat",
2216
+ "aliases": [
2217
+ "item-tuxedo-cat"
2218
+ ],
2219
+ "selectionSlot": "item",
2220
+ "uiGroups": [
2221
+ "item"
2222
+ ],
2223
+ "layers": [
2224
+ {
2225
+ "layerSlot": "item",
2226
+ "svgPath": "assets/humation-1/cat/011.svg",
2227
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" xmlns=\"http://www.w3.org/2000/svg\"><g transform=\"scale(0.078125)\"><path fill=\"#726662\" d=\"M400.41,225.84l5.18,40.13c-13.34,15.36,0,25.9,0,25.9,0,0,14.75,4.21,25.28,4.92s15.06-7.07,17.56-14.75c-1.4,25.98,33.01,25.28,33.01,25.28,0,0,32.33,1.67,47.07-2.68,4.07,10.44,24.53,9.7,24.53,9.7,49.12.7,81.51-7.02,81.51-7.02,27.15-9.05,42.99-24.86,49.84-43.76l-.22,1.26c6.67,1.06,29.85-4.57,29.85-4.57,0,0,29.78-5.38,55.37-35.11,30.2-35.09,23.84-89.19,18.96-105.32-2.76-9.12-16.76-12.68-20.77-8.73-9.61,9.49-6.07,14.96-4.51,53.84,2.59,64.76-74.63,75.5-74.63,75.5l-.02.09c.3-25.97-12.13-54.56-32.8-78.56-43.54-50.56-102.57-7.7-102.57-7.7-3.38-6.76-6.49-10.89-6.49-10.89,2.47-27.14-3.2-41.81-7.89-49.06-2.99-4.62-9.07-6.15-13.82-3.37-13.2,7.74-27.49,29.16-27.49,29.16-10.64-5.32-49.86-1.99-49.86-1.99-9.16-16.03-21.79-24.17-28.77-27.69-3.96-2-8.83-.9-11.43,2.69-10.28,14.22-4.35,50.26-4.35,50.26-32.57,43.92-20.21,68.9-2.52,82.48,0,0-4.65,25.47,5.18,40.13\"/>\n <path fill=\"#FFFFFF\" d=\"M393.28,223.29c-.65-3.16.63-6.4,3.27-8.25,14.69-10.32,52.08-34.33,62.1-49.39,1.75-2.63,5.81-2.85,7.87-2.67,5.43.46,8.3,7.52,9.94,9.48,7.91,9.48,33.69,38.87,60.12,47.94,21.96,7.54,52.73,22.72,50.19,33.5-4.89,20.76,36.44,52.25,32.91,53.96l-85.18,2.96c-1.78.86-.42-26.36-1.19-24.53l-5.95,14.21c-1.26,3.01-4.21,4.97-7.47,4.97h-46.91c-1.5,0-2.97-.42-4.25-1.2l-17.01-10.48c-1.97-1.21-4.37-1.53-6.58-.86l-14.74,4.44c-1.68.51-3.49.45-5.13-.16l-18.98-6.99c-3.46-1.28-5.62-4.73-5.26-8.4l1.28-12.79c.08-.81.04-1.64-.13-2.44l-8.9-43.27v-.03Z\"/>\n <g>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M432.86,250.43c-.63,0-1.27-.06-1.91-.19-1.74-.34-42.77-8.63-54.98-40.06-7.67-19.74-2.11-43.09,16.51-69.43-.48-3.9-1.09-10.1-1.22-17.01-.31-16.76,2.29-28.7,7.92-36.5,5.49-7.59,15.6-10.01,24.03-5.76,6.98,3.52,19.46,11.38,29.54,26.2,10.59-.69,28.35-1.33,40.51.9,5.65-7.56,15.98-20.1,26.5-26.27,9.37-5.49,21.35-2.61,27.28,6.57,5.55,8.59,11.61,24.46,9.74,51.77,3.89,6.04,11.6,19.72,13.94,36.43,3.68,26.18-10.97,51.96-35.63,62.68-13.92,6.05-24.6,9.61-31.75,10.59-5.47.75-10.51-3.08-11.26-8.56-.75-5.47,3.08-10.51,8.56-11.26,3-.41,10.44-2.14,26.48-9.11,16.45-7.15,26.23-24.24,23.8-41.55-2.38-16.9-12.29-30.36-12.39-30.49-1.47-1.98-2.18-4.45-1.96-6.9,2.28-25.13-2.98-37.56-6.33-42.73-.11-.17-.29-.22-.37-.17-9.16,5.37-20.59,20.65-24.23,26.09-2.8,4.19-8.28,5.64-12.79,3.39-4.32-2.16-25.14-2.61-44.55-.97-3.88.33-7.6-1.62-9.53-5-7.61-13.31-17.96-20.26-23.89-23.36-4.85,8.08-4.2,29.18-2.1,42.05.43,2.67-.23,5.4-1.84,7.57-16.17,21.8-21.68,39.82-16.38,53.56,8.15,21.14,39.87,27.67,40.19,27.74,5.41,1.08,8.94,6.33,7.87,11.74-.94,4.77-5.11,8.08-9.79,8.08l.03-.04Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M559.39,324.39c-2.07,0-4.16-.01-6.3-.04-1.32.03-6.25.06-11.88-.96-10.14-1.84-17.14-6.06-20.82-12.54-4.54-8.01-3.22-17.65,3.92-28.63,22.24-34.21,77.37-16.05,79.71-15.26,5.23,1.77,8.04,7.44,6.27,12.68-1.77,5.23-7.44,8.04-12.68,6.27-.41-.14-42.96-13.66-56.53,7.21-3.67,5.65-3.28,7.9-3.27,7.92.99,1.61,8.18,3.53,14.87,3.32h.48c44.26.63,74.86-5.82,78.66-6.66,24.13-8.16,39.09-22.15,44.45-41.61,7.06-25.6-3.77-59.16-28.25-87.6-36.9-42.86-87.02-7.64-89.14-6.12-4.48,3.22-10.72,2.21-13.95-2.26-3.23-4.47-2.24-10.7,2.22-13.94.67-.49,16.71-12,38.71-16.79,30.24-6.58,56.97,2.43,77.32,26.06,29.21,33.93,41.32,73.54,32.38,105.97-5,18.15-19.11,42.5-57.86,55.42-.28.09-.56.17-.84.24-1.31.31-31.34,7.34-77.46,7.34v-.02Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M589.05,283.43c-3.63,0-7.13-1.98-8.89-5.44-.5-.98-12.15-24.23-3.61-45,4.73-11.5,14.3-19.69,28.44-24.35,5.24-1.73,10.9,1.12,12.63,6.37s-1.12,10.9-6.37,12.63c-8.43,2.78-13.72,7-16.17,12.9-4.21,10.12.68,23.93,2.92,28.4,2.47,4.92.5,10.93-4.42,13.42-1.45.73-3,1.08-4.52,1.08h-.01Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M495.69,317.66c-7.04,0-12.61-.24-14.44-.33-3.65.04-22.95-.44-34.52-12.41-5.91-6.11-8.77-14.21-8.28-23.42.42-7.69,3.83-14.11,9.86-18.55,16.93-12.46,50.16-4.89,56.65-3.24,5.35,1.36,8.59,6.8,7.24,12.15-1.36,5.35-6.8,8.59-12.15,7.24-12.01-3.02-32.99-5.12-39.89-.03-1.02.75-1.64,1.57-1.74,3.52-.26,4.78,1.39,7.09,2.66,8.41,5.11,5.32,16.59,6.38,20.2,6.34.21,0,.47,0,.68.01,8.53.44,33,.88,43.72-2.28,5.3-1.57,10.86,1.47,12.42,6.76,1.56,5.3-1.47,10.86-6.76,12.42-9.52,2.81-24.45,3.42-35.65,3.42h0Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M432.24,306.83c-.69,0-1.37-.02-2.03-.07-11.46-.76-26.72-5.09-27.36-5.28-1.25-.36-2.43-.96-3.45-1.77-.88-.69-8.61-7.09-9.63-17.88-.5-5.31.53-13.51,8.27-22.42,7.71-8.87,15.69-11.17,21.03-11.54,9.28-.64,16.16,3.97,18.39,5.7,9.64,6.39,24.66,18.74,20.48,31.56-5.75,17.63-16.76,21.7-25.7,21.7h0ZM410.79,282.92c4.4,1.15,13.8,3.43,20.75,3.89,1.94.13,4.3.29,6.75-6.06-1.8-2.63-7.2-7.42-12.2-10.72-.49-.32-.64-.4-1.03-.77-3.61-2.78-7.62-1.68-11.91,3.27-1.41,1.62-5.42,6.24-2.35,10.39h0ZM424.99,269.2h0Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M405.6,275.98c-3.22,0-6.39-1.55-8.31-4.43-11.75-17.53-7.26-44.48-6.71-47.5.99-5.43,6.19-9.03,11.63-8.04,5.43.99,9.02,6.19,8.04,11.61h0c-1.07,6.01-2.51,23.61,3.65,32.79,3.08,4.59,1.85,10.8-2.74,13.88-1.71,1.15-3.65,1.7-5.56,1.7h0Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M686.03,274.93c-1.29,0-2.45-.07-3.45-.23-5.45-.87-9.17-5.99-8.3-11.45.87-5.45,6-9.17,11.45-8.3,2.81.31,14.96-1.75,25.91-4.41.19-.05.39-.09.58-.12.02,0,6.77-1.32,16.25-5.92,8.66-4.2,21.46-12.1,33.32-25.88,28.25-32.82,20.57-83.99,16.97-95.9-.45-1.47-3.52-2.93-5.46-3.19-2.48,2.76-2.63,5.27-1.52,22.22.39,5.99.88,13.44,1.25,22.79,1.22,30.46-13.1,55.06-41.4,71.13-20.41,11.59-40.98,14.56-41.85,14.68-5.46.76-10.52-3.06-11.28-8.53s3.05-10.52,8.52-11.28c.47-.07,18.24-2.75,35.2-12.52,21.36-12.3,31.73-30.03,30.83-52.68-.36-9.1-.84-16.41-1.23-22.28-1.33-20.24-1.87-28.62,8.7-39.07,4.29-4.23,11.08-5.56,18.63-3.64,7.19,1.83,15.88,7.14,18.74,16.58,5.25,17.35,12.66,75.67-20.95,114.74-26.37,30.64-56.97,37.59-60.82,38.36-6.7,1.62-21.34,4.91-30.11,4.91h.02Z\"/>\n </g>\n <g>\n <circle fill=\"var(--hm-stroke, #000000)\" cx=\"432.67\" cy=\"180.7\" r=\"10.53\"/>\n <circle fill=\"var(--hm-stroke, #000000)\" cx=\"492.04\" cy=\"180.7\" r=\"10.53\"/>\n </g></g></svg>"
2228
+ }
2229
+ ]
2230
+ },
2231
+ {
2232
+ "id": "hm1-p-000065",
2233
+ "source": {
2234
+ "groupId": "cat",
2235
+ "sourceGroupName": "Cat",
2236
+ "partId": "006"
2237
+ },
2238
+ "name": "siamese-cat",
2239
+ "aliases": [
2240
+ "item-siamese-cat"
2241
+ ],
2242
+ "selectionSlot": "item",
2243
+ "uiGroups": [
2244
+ "item"
2245
+ ],
2246
+ "layers": [
2247
+ {
2248
+ "layerSlot": "item",
2249
+ "svgPath": "assets/humation-1/cat/006.svg",
2250
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" xmlns=\"http://www.w3.org/2000/svg\"><g transform=\"scale(0.078125)\"><path fill=\"ivory\" d=\"M400.41,225.84,405.59,265.97c-13.34,15.36,0,25.9,0,25.9,0,0,14.75,4.21,25.28,4.92s15.06-7.07,17.56-14.75c-1.4,25.98,33.01,25.28,33.01,25.28,0,0,32.33,1.67,47.07-2.68,4.07,10.44,24.53,9.7,24.53,9.7,49.12.7,81.51-7.02,81.51-7.02,27.15-9.05,42.99-24.86,49.84-43.76l-.22,1.26c6.67,1.06,29.85-4.57,29.85-4.57,0,0,29.78-5.38,55.37-35.11,30.2-35.09,23.84-89.19,18.96-105.32-2.76-9.12-16.76-12.68-20.77-8.73-9.61,9.49-6.07,14.96-4.51,53.84,2.59,64.76-74.63,75.5-74.63,75.5l-.02.09c.3-25.97-12.13-54.56-32.8-78.56-43.54-50.56-102.57-7.7-102.57-7.7-3.38-6.76-6.49-10.89-6.49-10.89,2.47-27.14-3.2-41.81-7.89-49.06-2.99-4.62-9.07-6.15-13.82-3.37-13.2,7.74-27.49,29.16-27.49,29.16-10.64-5.32-49.86-1.99-49.86-1.99-9.16-16.03-21.79-24.17-28.77-27.69-3.96-2-8.83-.9-11.43,2.69-10.28,14.22-4.35,50.26-4.35,50.26-32.57,43.92-20.21,68.9-2.52,82.48,0,0-4.65,25.47,5.18,40.13M448.63,280.24\"/>\n <g>\n <path fill=\"#c59153\" d=\"M466.44,150.14s45.75-6.11,51.32,34.32-39.56,41.38-39.56,41.38h-26.62c-12.82,0-25.26-4.97-34.12-14.24-6.48-6.78-11.14-15.8-7.79-26.67,7.88-25.57,17.29-34.79,56.78-34.79Z\"/>\n <path fill=\"#c59153\" d=\"M496.06,269.2s25.4,18.15,9.4,33.27c-16,15.12-46.81-4.23-46.81-4.23l-20.37-2.62-32.69-3.75-10.14-15.9,13.1-20.05,29.84,9.88,25-1.41,32.67,4.81Z\"/>\n <path fill=\"#c59153\" d=\"M585.39,274.93s36.67,23.59,7.05,33.32-34.79,6.14-34.79,6.14l-23.03-6.14-6.58-13.27,10.48-19.01,27.51-6.78,19.38,5.73Z\"/>\n <polygon fill=\"#c59153\" points=\"700.57 241.35 689.29 250.43 698.45 260.16 764.47 230.49 792.46 187.83 792.46 136.04 779.14 110.82 761.57 121.7 760.75 170.17 744.3 210.32 700.57 241.35\"/>\n <path fill=\"#c59153\" d=\"M529.92,89.55l-31.98,37.73s30.56,5.18,44.66,22.58-4.1-60.3-4.1-60.3h-8.59Z\"/>\n <path fill=\"#c59153\" d=\"M413.07,89.55l-10.64,28.15,5.32,31.78s23.89-23.13,38.88-24.07-33.56-35.86-33.56-35.86Z\"/>\n </g>\n <g>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M432.86,250.43c-.63,0-1.27-.06-1.91-.19-1.74-.34-42.77-8.63-54.98-40.06-7.67-19.74-2.11-43.09,16.51-69.43-.48-3.9-1.09-10.1-1.22-17.01-.31-16.76,2.29-28.7,7.92-36.5,5.49-7.59,15.6-10.01,24.03-5.76,6.98,3.52,19.46,11.38,29.54,26.2,10.59-.69,28.35-1.33,40.51.9,5.65-7.56,15.98-20.1,26.5-26.27,9.37-5.49,21.35-2.61,27.28,6.57,5.55,8.59,11.61,24.46,9.74,51.77,3.89,6.04,11.6,19.72,13.94,36.43,3.68,26.18-10.97,51.96-35.63,62.68-13.92,6.05-24.6,9.61-31.75,10.59-5.47.75-10.51-3.08-11.26-8.56-.75-5.47,3.08-10.51,8.56-11.26,3-.41,10.44-2.14,26.48-9.11,16.45-7.15,26.23-24.24,23.8-41.55-2.38-16.9-12.29-30.36-12.39-30.49-1.47-1.98-2.18-4.45-1.96-6.9,2.28-25.13-2.98-37.56-6.33-42.73-.11-.17-.29-.22-.37-.17-9.16,5.37-20.59,20.65-24.23,26.09-2.8,4.19-8.28,5.64-12.79,3.39-4.32-2.16-25.14-2.61-44.55-.97-3.88.33-7.6-1.62-9.53-5-7.61-13.31-17.96-20.26-23.89-23.36-4.85,8.08-4.2,29.18-2.1,42.05.43,2.67-.23,5.4-1.84,7.57-16.17,21.8-21.68,39.82-16.38,53.56,8.15,21.14,39.87,27.67,40.19,27.74,5.41,1.08,8.94,6.33,7.87,11.74-.94,4.77-5.11,8.08-9.79,8.08Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M559.39,324.39c-2.07,0-4.16-.01-6.3-.04-1.32.03-6.25.06-11.88-.96-10.14-1.84-17.14-6.06-20.82-12.54-4.54-8.01-3.22-17.65,3.92-28.63,22.24-34.21,77.37-16.05,79.71-15.26,5.23,1.77,8.04,7.44,6.27,12.68-1.77,5.23-7.44,8.04-12.68,6.27-.41-.14-42.96-13.66-56.53,7.21-3.67,5.65-3.28,7.9-3.27,7.92.99,1.61,8.18,3.53,14.87,3.32.15,0,.33,0,.48,0,44.26.63,74.86-5.82,78.66-6.66,24.13-8.16,39.09-22.15,44.45-41.61,7.06-25.6-3.77-59.16-28.25-87.6-36.9-42.86-87.02-7.64-89.14-6.12-4.48,3.22-10.72,2.21-13.95-2.26-3.23-4.47-2.24-10.7,2.22-13.94.67-.49,16.71-12,38.71-16.79,30.24-6.58,56.97,2.43,77.32,26.06,29.21,33.93,41.32,73.54,32.38,105.97-5,18.15-19.11,42.5-57.86,55.42-.28.09-.56.17-.84.24-1.31.31-31.34,7.34-77.46,7.34Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M589.05,283.43c-3.63,0-7.13-1.98-8.89-5.44-.5-.98-12.15-24.23-3.61-45,4.73-11.5,14.3-19.69,28.44-24.35,5.24-1.73,10.9,1.12,12.63,6.37,1.73,5.25-1.12,10.9-6.37,12.63-8.43,2.78-13.72,7-16.17,12.9-4.21,10.12.68,23.93,2.92,28.4,2.47,4.92.5,10.93-4.42,13.42-1.45.73-3,1.08-4.52,1.08Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M495.69,317.66c-7.04,0-12.61-.24-14.44-.33-3.65.04-22.95-.44-34.52-12.41-5.91-6.11-8.77-14.21-8.28-23.42.42-7.69,3.83-14.11,9.86-18.55,16.93-12.46,50.16-4.89,56.65-3.24,5.35,1.36,8.59,6.8,7.24,12.15-1.36,5.35-6.8,8.59-12.15,7.24-12.01-3.02-32.99-5.12-39.89-.03-1.02.75-1.64,1.57-1.74,3.52-.26,4.78,1.39,7.09,2.66,8.41,5.11,5.32,16.59,6.38,20.2,6.34.21,0,.47,0,.68.01,8.53.44,33,.88,43.72-2.28,5.3-1.57,10.86,1.47,12.42,6.76,1.56,5.3-1.47,10.86-6.76,12.42-9.52,2.81-24.45,3.42-35.65,3.42Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M432.24,306.83c-.69,0-1.37-.02-2.03-.07-11.46-.76-26.72-5.09-27.36-5.28-1.25-.36-2.43-.96-3.45-1.77-.88-.69-8.61-7.09-9.63-17.88-.5-5.31.53-13.51,8.27-22.42,7.71-8.87,15.69-11.17,21.03-11.54,9.28-.64,16.16,3.97,18.39,5.7,9.64,6.39,24.66,18.74,20.48,31.56-5.75,17.63-16.76,21.7-25.7,21.7ZM410.79,282.92c4.4,1.15,13.8,3.43,20.75,3.89,1.94.13,4.3.29,6.75-6.06-1.8-2.63-7.2-7.42-12.2-10.72-.49-.32-.64-.4-1.03-.77-3.61-2.78-7.62-1.68-11.91,3.27-1.41,1.62-5.42,6.24-2.35,10.39ZM424.99,269.2h0,0Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M405.6,275.98c-3.22,0-6.39-1.55-8.31-4.43-11.75-17.53-7.26-44.48-6.71-47.5.99-5.43,6.19-9.03,11.63-8.04,5.43.99,9.02,6.19,8.04,11.61h0c-1.07,6.01-2.51,23.61,3.65,32.79,3.08,4.59,1.85,10.8-2.74,13.88-1.71,1.15-3.65,1.7-5.56,1.7Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M686.03,274.93c-1.29,0-2.45-.07-3.45-.23-5.45-.87-9.17-5.99-8.3-11.45.87-5.45,6-9.17,11.45-8.3,2.81.31,14.96-1.75,25.91-4.41.19-.05.39-.09.58-.12.02,0,6.77-1.32,16.25-5.92,8.66-4.2,21.46-12.1,33.32-25.88,28.25-32.82,20.57-83.99,16.97-95.9-.45-1.47-3.52-2.93-5.46-3.19-2.48,2.76-2.63,5.27-1.52,22.22.39,5.99.88,13.44,1.25,22.79,1.22,30.46-13.1,55.06-41.4,71.13-20.41,11.59-40.98,14.56-41.85,14.68-5.46.76-10.52-3.06-11.28-8.53-.76-5.47,3.05-10.52,8.52-11.28.47-.07,18.24-2.75,35.2-12.52,21.36-12.3,31.73-30.03,30.83-52.68-.36-9.1-.84-16.41-1.23-22.28-1.33-20.24-1.87-28.62,8.7-39.07,4.29-4.23,11.08-5.56,18.63-3.64,7.19,1.83,15.88,7.14,18.74,16.58,5.25,17.35,12.66,75.67-20.95,114.74-26.37,30.64-56.97,37.59-60.82,38.36-6.7,1.62-21.34,4.91-30.11,4.91Z\"/>\n </g>\n <g>\n <circle fill=\"var(--hm-stroke, #000000)\" cx=\"432.67\" cy=\"180.7\" r=\"10.53\"/>\n <circle fill=\"var(--hm-stroke, #000000)\" cx=\"492.04\" cy=\"180.7\" r=\"10.53\"/>\n </g></g></svg>"
2251
+ }
2252
+ ]
2253
+ },
2254
+ {
2255
+ "id": "hm1-p-000066",
2256
+ "source": {
2257
+ "groupId": "cat",
2258
+ "sourceGroupName": "Cat",
2259
+ "partId": "007"
2260
+ },
2261
+ "name": "gray-cat",
2262
+ "aliases": [
2263
+ "item-gray-cat"
2264
+ ],
2265
+ "selectionSlot": "item",
2266
+ "uiGroups": [
2267
+ "item"
2268
+ ],
2269
+ "layers": [
2270
+ {
2271
+ "layerSlot": "item",
2272
+ "svgPath": "assets/humation-1/cat/007.svg",
2273
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" xmlns=\"http://www.w3.org/2000/svg\"><g transform=\"scale(0.078125)\"><path fill=\"#938076\" d=\"M400.41,225.84,405.59,265.97c-13.34,15.36,0,25.9,0,25.9,0,0,14.75,4.21,25.28,4.92s15.06-7.07,17.56-14.75c-1.4,25.98,33.01,25.28,33.01,25.28,0,0,32.33,1.67,47.07-2.68,4.07,10.44,24.53,9.7,24.53,9.7,49.12.7,81.51-7.02,81.51-7.02,27.15-9.05,42.99-24.86,49.84-43.76l-.22,1.26c6.67,1.06,29.85-4.57,29.85-4.57,0,0,29.78-5.38,55.37-35.11,30.2-35.09,23.84-89.19,18.96-105.32-2.76-9.12-16.76-12.68-20.77-8.73-9.61,9.49-6.07,14.96-4.51,53.84,2.59,64.76-74.63,75.5-74.63,75.5l-.02.09c.3-25.97-12.13-54.56-32.8-78.56-43.54-50.56-102.57-7.7-102.57-7.7-3.38-6.76-6.49-10.89-6.49-10.89,2.47-27.14-3.2-41.81-7.89-49.06-2.99-4.62-9.07-6.15-13.82-3.37-13.2,7.74-27.49,29.16-27.49,29.16-10.64-5.32-49.86-1.99-49.86-1.99-9.16-16.03-21.79-24.17-28.77-27.69-3.96-2-8.83-.9-11.43,2.69-10.28,14.22-4.35,50.26-4.35,50.26-32.57,43.92-20.21,68.9-2.52,82.48,0,0-4.65,25.47,5.18,40.13M448.63,280.24\"/>\n <g>\n <path fill=\"#6f5e55\" d=\"M720.36,264.64c-2.88,0-5.34-2.18-5.63-5.11l-2.61-26.12c-.31-3.12,1.96-5.89,5.08-6.2,3.11-.31,5.89,1.96,6.21,5.08l2.61,26.12c.31,3.12-1.96,5.89-5.08,6.2-.19.02-.38.03-.57.03Z\"/>\n <path fill=\"#6f5e55\" d=\"M748.68,239.8c-2.03,0-3.99-1.09-5.01-3l-7.25-13.6c-1.47-2.76-.43-6.2,2.33-7.67,2.76-1.47,6.2-.43,7.67,2.33l7.25,13.6c1.47,2.76.43,6.2-2.33,7.67-.85.45-1.76.67-2.66.67Z\"/>\n <path fill=\"#6f5e55\" d=\"M772.85,213.28c-1.29,0-2.58-.44-3.64-1.33l-13.6-11.41c-2.4-2.01-2.71-5.59-.7-7.99s5.59-2.71,7.99-.7l13.6,11.41c2.4,2.01,2.71,5.59.7,7.99-1.12,1.34-2.73,2.03-4.35,2.03Z\"/>\n <path fill=\"#6f5e55\" d=\"M786.16,182.13c-.45,0-.9-.05-1.36-.16l-21.01-5.15c-3.04-.75-4.9-3.82-4.16-6.86.75-3.04,3.81-4.9,6.86-4.16l21.01,5.15c3.04.75,4.9,3.82,4.16,6.86-.63,2.59-2.95,4.32-5.5,4.32Z\"/>\n <path fill=\"#6f5e55\" d=\"M766.04,147.4c-6.8,0-12.81-4.91-13.96-11.85-1.29-7.72,3.93-15.02,11.65-16.31l19.2-3.2c7.72-1.28,15.02,3.93,16.31,11.65,1.29,7.72-3.93,15.02-11.65,16.31l-19.2,3.2c-.79.13-1.57.19-2.35.19Z\"/>\n <path fill=\"#6f5e55\" d=\"M583.39,218.07c-.68,0-1.36-.12-2.03-.38-2.92-1.12-4.38-4.4-3.26-7.32,15.47-40.3-10.16-60.1-11.25-60.92-2.5-1.87-3.02-5.42-1.17-7.92,1.86-2.51,5.38-3.05,7.9-1.2.36.26,8.82,6.57,14.83,18.92,5.47,11.26,9.96,29.97.28,55.19-.87,2.25-3.01,3.64-5.29,3.64Z\"/>\n <path fill=\"#6f5e55\" d=\"M610.54,204.16c-.38,0-.77-.04-1.16-.12-3.07-.64-5.04-3.64-4.4-6.7,6.75-32.56-14.72-54.41-15.64-55.33-2.21-2.21-2.23-5.79-.03-8.01,2.2-2.22,5.77-2.25,8-.05,1.1,1.08,26.8,26.95,18.77,65.69-.56,2.68-2.92,4.52-5.55,4.52Z\"/>\n <path fill=\"#6f5e55\" d=\"M638.57,201.62c-.36,0-.72-.03-1.08-.1-3.07-.59-5.08-3.57-4.49-6.64,3.6-18.61-9.02-48.32-9.15-48.61-1.24-2.88.09-6.21,2.97-7.45,2.88-1.24,6.21.09,7.45,2.96.58,1.34,14.14,33.2,9.87,55.25-.53,2.71-2.9,4.59-5.56,4.59Z\"/>\n <path fill=\"#6f5e55\" d=\"M556.41,302.5c-.52,0-1.05-.07-1.58-.22-3.01-.87-4.74-4.01-3.87-7.02.74-2.57-3.06-9.65-6.95-14.28-2.01-2.39-1.71-5.97.68-7.99,2.39-2.02,5.96-1.72,7.98.67,2.03,2.4,12.02,14.88,9.18,24.74-.72,2.48-2.98,4.1-5.44,4.1Z\"/>\n <path fill=\"#6f5e55\" d=\"M575.75,298.12c-.42,0-.85-.05-1.28-.15-3.05-.7-4.95-3.75-4.25-6.8,2.34-10.12-3.38-15.21-3.63-15.42-2.43-1.97-2.78-5.51-.81-7.95,1.97-2.43,5.57-2.78,8.01-.81.47.38,11.45,9.5,7.48,26.73-.61,2.62-2.94,4.4-5.52,4.4Z\"/>\n <path fill=\"#6f5e55\" d=\"M479.04,293.7c-.45,0-.9-.05-1.36-.17-3.04-.75-4.9-3.82-4.15-6.86,1.36-5.51-1.23-13.06-2.34-15.5-1.29-2.84-.04-6.21,2.8-7.51,2.84-1.3,6.2-.06,7.51,2.77.58,1.26,5.59,12.59,3.04,22.94-.64,2.58-2.95,4.31-5.5,4.31Z\"/>\n <path fill=\"#6f5e55\" d=\"M497.84,293.7c-.8,0-1.61-.17-2.38-.53-2.84-1.32-4.07-4.69-2.76-7.53,2.9-6.24-1.73-13.7-1.78-13.77-1.66-2.64-.9-6.14,1.73-7.82,2.63-1.68,6.11-.94,7.8,1.68.33.51,8.09,12.72,2.53,24.68-.96,2.07-3.01,3.28-5.15,3.28Z\"/>\n <path fill=\"#6f5e55\" d=\"M420.13,282.09c-.41,0-.82-.04-1.23-.14-3.05-.68-4.98-3.69-4.31-6.75.49-2.21,3.25-13.46,9.98-17.65,2.58-1.61,5.47-2.09,8.35-1.38,3.04.74,4.9,3.81,4.16,6.85-.72,2.96-3.66,4.81-6.62,4.21-1.22.83-3.62,5.14-4.8,10.41-.59,2.64-2.93,4.44-5.53,4.44Z\"/>\n <path fill=\"#6f5e55\" d=\"M483.87,164.13c-2.12,0-4.15-1.19-5.12-3.23l-5.08-10.64-5.55,5.15c-2.23,2.07-5.71,2.01-7.87-.15l-5.51-5.51-6.83,10.24c-1.74,2.6-5.26,3.31-7.86,1.57s-3.31-5.26-1.57-7.86l10.66-16c.94-1.41,2.47-2.33,4.16-2.5,1.69-.17,3.37.43,4.57,1.63l6.54,6.54,7.2-6.68c1.32-1.23,3.15-1.75,4.92-1.41,1.77.34,3.28,1.5,4.05,3.13l8.4,17.6c1.35,2.83.15,6.21-2.67,7.56-.79.38-1.62.55-2.44.55Z\"/>\n <path fill=\"#6f5e55\" d=\"M519.61,185.54c-2.71,0-5.1-1.95-5.58-4.71-.53-3.09,1.54-6.02,4.62-6.55l37.78-6.52c3.08-.53,6.02,1.54,6.55,4.62.53,3.09-1.54,6.02-4.62,6.55l-37.78,6.52c-.33.06-.65.08-.97.08Z\"/>\n <path fill=\"#6f5e55\" d=\"M547.32,209.97c-.32,0-.65-.03-.97-.08l-27.69-4.79c-3.08-.53-5.15-3.47-4.62-6.55.53-3.08,3.47-5.15,6.55-4.62l27.69,4.79c3.08.53,5.15,3.47,4.62,6.55-.48,2.76-2.87,4.7-5.58,4.7Z\"/>\n <path fill=\"#6f5e55\" d=\"M407.45,175.73l-24.22-9.21c.51,2.46.84,4.99.95,7.56.07,1.59,0,3.22-.19,4.86l19.42,7.38c.66.25,1.34.37,2.01.37,2.29,0,4.44-1.39,5.3-3.66,1.11-2.93-.36-6.2-3.29-7.31Z\"/>\n <path fill=\"#6f5e55\" d=\"M407.65,195.9c-.79-3.11-3.79-4.95-6.69-4.1l-15.96,4.66c.1,4.16-.69,8.52-2.14,12.74l20.96-6.11c2.9-.85,4.62-4.06,3.83-7.17Z\"/>\n <path fill=\"#6f5e55\" d=\"M655.2,246.1c-.85,0-1.71-.19-2.53-.6-26.94-13.43-57.64-5.96-57.95-5.88-3.03.76-6.11-1.08-6.88-4.11-.77-3.03,1.07-6.11,4.1-6.88,1.42-.36,35-8.63,65.8,6.72,2.8,1.4,3.94,4.8,2.54,7.6-.99,1.99-3,3.14-5.08,3.14Z\"/>\n <path fill=\"#6f5e55\" d=\"M648.18,274.64c-1.56,0-3.11-.64-4.23-1.89-2.48-2.78-9.96-8.28-32.07-13.86-13.15-3.32-24.99-4.99-25.11-5-3.1-.43-5.26-3.3-4.83-6.4.43-3.1,3.29-5.26,6.4-4.83,5.13.71,50.55,7.41,64.07,22.54,2.09,2.33,1.88,5.92-.45,8-1.08.97-2.43,1.44-3.78,1.44Z\"/>\n </g>\n <g>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M432.86,250.43c-.63,0-1.27-.06-1.91-.19-1.74-.34-42.77-8.63-54.98-40.06-7.67-19.74-2.11-43.09,16.51-69.43-.48-3.9-1.09-10.1-1.22-17.01-.31-16.76,2.29-28.7,7.92-36.5,5.49-7.59,15.6-10.01,24.03-5.76,6.98,3.52,19.46,11.38,29.54,26.2,10.59-.69,28.35-1.33,40.51.9,5.65-7.56,15.98-20.1,26.5-26.27,9.37-5.49,21.35-2.61,27.28,6.57,5.55,8.59,11.61,24.46,9.74,51.77,3.89,6.04,11.6,19.72,13.94,36.43,3.68,26.18-10.97,51.96-35.63,62.68-13.92,6.05-24.6,9.61-31.75,10.59-5.47.75-10.51-3.08-11.26-8.56-.75-5.47,3.08-10.51,8.56-11.26,3-.41,10.44-2.14,26.48-9.11,16.45-7.15,26.23-24.24,23.8-41.55-2.38-16.9-12.29-30.36-12.39-30.49-1.47-1.98-2.18-4.45-1.96-6.9,2.28-25.13-2.98-37.56-6.33-42.73-.11-.17-.29-.22-.37-.17-9.16,5.37-20.59,20.65-24.23,26.09-2.8,4.19-8.28,5.64-12.79,3.39-4.32-2.16-25.14-2.61-44.55-.97-3.88.33-7.6-1.62-9.53-5-7.61-13.31-17.96-20.26-23.89-23.36-4.85,8.08-4.2,29.18-2.1,42.05.43,2.67-.23,5.4-1.84,7.57-16.17,21.8-21.68,39.82-16.38,53.56,8.15,21.14,39.87,27.67,40.19,27.74,5.41,1.08,8.94,6.33,7.87,11.74-.94,4.77-5.11,8.08-9.79,8.08Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M559.39,324.39c-2.07,0-4.16-.01-6.3-.04-1.32.03-6.25.06-11.88-.96-10.14-1.84-17.14-6.06-20.82-12.54-4.54-8.01-3.22-17.65,3.92-28.63,22.24-34.21,77.37-16.05,79.71-15.26,5.23,1.77,8.04,7.44,6.27,12.68-1.77,5.23-7.44,8.04-12.68,6.27-.41-.14-42.96-13.66-56.53,7.21-3.67,5.65-3.28,7.9-3.27,7.92.99,1.61,8.18,3.53,14.87,3.32.15,0,.33,0,.48,0,44.26.63,74.86-5.82,78.66-6.66,24.13-8.16,39.09-22.15,44.45-41.61,7.06-25.6-3.77-59.16-28.25-87.6-36.9-42.86-87.02-7.64-89.14-6.12-4.48,3.22-10.72,2.21-13.95-2.26-3.23-4.47-2.24-10.7,2.22-13.94.67-.49,16.71-12,38.71-16.79,30.24-6.58,56.97,2.43,77.32,26.06,29.21,33.93,41.32,73.54,32.38,105.97-5,18.15-19.11,42.5-57.86,55.42-.28.09-.56.17-.84.24-1.31.31-31.34,7.34-77.46,7.34Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M589.05,283.43c-3.63,0-7.13-1.98-8.89-5.44-.5-.98-12.15-24.23-3.61-45,4.73-11.5,14.3-19.69,28.44-24.35,5.24-1.73,10.9,1.12,12.63,6.37,1.73,5.25-1.12,10.9-6.37,12.63-8.43,2.78-13.72,7-16.17,12.9-4.21,10.12.68,23.93,2.92,28.4,2.47,4.92.5,10.93-4.42,13.42-1.45.73-3,1.08-4.52,1.08Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M495.69,317.66c-7.04,0-12.61-.24-14.44-.33-3.65.04-22.95-.44-34.52-12.41-5.91-6.11-8.77-14.21-8.28-23.42.42-7.69,3.83-14.11,9.86-18.55,16.93-12.46,50.16-4.89,56.65-3.24,5.35,1.36,8.59,6.8,7.24,12.15-1.36,5.35-6.8,8.59-12.15,7.24-12.01-3.02-32.99-5.12-39.89-.03-1.02.75-1.64,1.57-1.74,3.52-.26,4.78,1.39,7.09,2.66,8.41,5.11,5.32,16.59,6.38,20.2,6.34.21,0,.47,0,.68.01,8.53.44,33,.88,43.72-2.28,5.3-1.57,10.86,1.47,12.42,6.76,1.56,5.3-1.47,10.86-6.76,12.42-9.52,2.81-24.45,3.42-35.65,3.42Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M432.24,306.83c-.69,0-1.37-.02-2.03-.07-11.46-.76-26.72-5.09-27.36-5.28-1.25-.36-2.43-.96-3.45-1.77-.88-.69-8.61-7.09-9.63-17.88-.5-5.31.53-13.51,8.27-22.42,7.71-8.87,15.69-11.17,21.03-11.54,9.28-.64,16.16,3.97,18.39,5.7,9.64,6.39,24.66,18.74,20.48,31.56-5.75,17.63-16.76,21.7-25.7,21.7ZM410.79,282.92c4.4,1.15,13.8,3.43,20.75,3.89,1.94.13,4.3.29,6.75-6.06-1.8-2.63-7.2-7.42-12.2-10.72-.49-.32-.64-.4-1.03-.77-3.61-2.78-7.62-1.68-11.91,3.27-1.41,1.62-5.42,6.24-2.35,10.39ZM424.99,269.2h0,0Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M405.6,275.98c-3.22,0-6.39-1.55-8.31-4.43-11.75-17.53-7.26-44.48-6.71-47.5.99-5.43,6.19-9.03,11.63-8.04,5.43.99,9.02,6.19,8.04,11.61h0c-1.07,6.01-2.51,23.61,3.65,32.79,3.08,4.59,1.85,10.8-2.74,13.88-1.71,1.15-3.65,1.7-5.56,1.7Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M686.03,274.93c-1.29,0-2.45-.07-3.45-.23-5.45-.87-9.17-5.99-8.3-11.45.87-5.45,6-9.17,11.45-8.3,2.81.31,14.96-1.75,25.91-4.41.19-.05.39-.09.58-.12.02,0,6.77-1.32,16.25-5.92,8.66-4.2,21.46-12.1,33.32-25.88,28.25-32.82,20.57-83.99,16.97-95.9-.45-1.47-3.52-2.93-5.46-3.19-2.48,2.76-2.63,5.27-1.52,22.22.39,5.99.88,13.44,1.25,22.79,1.22,30.46-13.1,55.06-41.4,71.13-20.41,11.59-40.98,14.56-41.85,14.68-5.46.76-10.52-3.06-11.28-8.53-.76-5.47,3.05-10.52,8.52-11.28.47-.07,18.24-2.75,35.2-12.52,21.36-12.3,31.73-30.03,30.83-52.68-.36-9.1-.84-16.41-1.23-22.28-1.33-20.24-1.87-28.62,8.7-39.07,4.29-4.23,11.08-5.56,18.63-3.64,7.19,1.83,15.88,7.14,18.74,16.58,5.25,17.35,12.66,75.67-20.95,114.74-26.37,30.64-56.97,37.59-60.82,38.36-6.7,1.62-21.34,4.91-30.11,4.91Z\"/>\n </g>\n <g>\n <circle fill=\"var(--hm-stroke, #000000)\" cx=\"432.67\" cy=\"180.7\" r=\"10.53\"/>\n <circle fill=\"var(--hm-stroke, #000000)\" cx=\"492.04\" cy=\"180.7\" r=\"10.53\"/>\n </g></g></svg>"
2274
+ }
2275
+ ]
2276
+ },
2277
+ {
2278
+ "id": "hm1-p-000067",
2279
+ "source": {
2280
+ "groupId": "cat",
2281
+ "sourceGroupName": "Cat",
2282
+ "partId": "008"
2283
+ },
2284
+ "name": "tabby-tuxedo-cat",
2285
+ "aliases": [
2286
+ "item-tabby-tuxedo-cat"
2287
+ ],
2288
+ "selectionSlot": "item",
2289
+ "uiGroups": [
2290
+ "item"
2291
+ ],
2292
+ "layers": [
2293
+ {
2294
+ "layerSlot": "item",
2295
+ "svgPath": "assets/humation-1/cat/008.svg",
2296
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" xmlns=\"http://www.w3.org/2000/svg\"><g transform=\"scale(0.078125)\"><path fill=\"#938076\" d=\"M400.41,225.84,405.59,265.97c-13.34,15.36,0,25.9,0,25.9,0,0,14.75,4.21,25.28,4.92s15.06-7.07,17.56-14.75c-1.4,25.98,33.01,25.28,33.01,25.28,0,0,32.33,1.67,47.07-2.68,4.07,10.44,24.53,9.7,24.53,9.7,49.12.7,81.51-7.02,81.51-7.02,27.15-9.05,42.99-24.86,49.84-43.76l-.22,1.26c6.67,1.06,29.85-4.57,29.85-4.57,0,0,29.78-5.38,55.37-35.11,30.2-35.09,23.84-89.19,18.96-105.32-2.76-9.12-16.76-12.68-20.77-8.73-9.61,9.49-6.07,14.96-4.51,53.84,2.59,64.76-74.63,75.5-74.63,75.5l-.02.09c.3-25.97-12.13-54.56-32.8-78.56-43.54-50.56-102.57-7.7-102.57-7.7-3.38-6.76-6.49-10.89-6.49-10.89,2.47-27.14-3.2-41.81-7.89-49.06-2.99-4.62-9.07-6.15-13.82-3.37-13.2,7.74-27.49,29.16-27.49,29.16-10.64-5.32-49.86-1.99-49.86-1.99-9.16-16.03-21.79-24.17-28.77-27.69-3.96-2-8.83-.9-11.43,2.69-10.28,14.22-4.35,50.26-4.35,50.26-32.57,43.92-20.21,68.9-2.52,82.48,0,0-4.65,25.47,5.18,40.13M448.63,280.24\"/>\n <g>\n <path fill=\"#6f5e55\" d=\"M720.36,264.64c-2.88,0-5.34-2.18-5.63-5.11l-2.61-26.12c-.31-3.12,1.96-5.89,5.08-6.2,3.11-.31,5.89,1.96,6.21,5.08l2.61,26.12c.31,3.12-1.96,5.89-5.08,6.2-.19.02-.38.03-.57.03Z\"/>\n <path fill=\"#6f5e55\" d=\"M748.68,239.8c-2.03,0-3.99-1.09-5.01-3l-7.25-13.6c-1.47-2.76-.43-6.2,2.33-7.67,2.76-1.47,6.2-.43,7.67,2.33l7.25,13.6c1.47,2.76.43,6.2-2.33,7.67-.85.45-1.76.67-2.66.67Z\"/>\n <path fill=\"#6f5e55\" d=\"M772.85,213.28c-1.29,0-2.58-.44-3.64-1.33l-13.6-11.41c-2.4-2.01-2.71-5.59-.7-7.99s5.59-2.71,7.99-.7l13.6,11.41c2.4,2.01,2.71,5.59.7,7.99-1.12,1.34-2.73,2.03-4.35,2.03Z\"/>\n <path fill=\"#6f5e55\" d=\"M786.16,182.13c-.45,0-.9-.05-1.36-.16l-21.01-5.15c-3.04-.75-4.9-3.82-4.16-6.86.75-3.04,3.81-4.9,6.86-4.16l21.01,5.15c3.04.75,4.9,3.82,4.16,6.86-.63,2.59-2.95,4.32-5.5,4.32Z\"/>\n <path fill=\"#6f5e55\" d=\"M766.04,147.4c-6.8,0-12.81-4.91-13.96-11.85-1.29-7.72,3.93-15.02,11.65-16.31l19.2-3.2c7.72-1.28,15.02,3.93,16.31,11.65,1.29,7.72-3.93,15.02-11.65,16.31l-19.2,3.2c-.79.13-1.57.19-2.35.19Z\"/>\n <path fill=\"#6f5e55\" d=\"M583.39,218.07c-.68,0-1.36-.12-2.03-.38-2.92-1.12-4.38-4.4-3.26-7.32,15.47-40.3-10.16-60.1-11.25-60.92-2.5-1.87-3.02-5.42-1.17-7.92,1.86-2.51,5.38-3.05,7.9-1.2.36.26,8.82,6.57,14.83,18.92,5.47,11.26,9.96,29.97.28,55.19-.87,2.25-3.01,3.64-5.29,3.64Z\"/>\n <path fill=\"#6f5e55\" d=\"M610.54,204.16c-.38,0-.77-.04-1.16-.12-3.07-.64-5.04-3.64-4.4-6.7,6.75-32.56-14.72-54.41-15.64-55.33-2.21-2.21-2.23-5.79-.03-8.01,2.2-2.22,5.77-2.25,8-.05,1.1,1.08,26.8,26.95,18.77,65.69-.56,2.68-2.92,4.52-5.55,4.52Z\"/>\n <path fill=\"#6f5e55\" d=\"M638.57,201.62c-.36,0-.72-.03-1.08-.1-3.07-.59-5.08-3.57-4.49-6.64,3.6-18.61-9.02-48.32-9.15-48.61-1.24-2.88.09-6.21,2.97-7.45,2.88-1.24,6.21.09,7.45,2.96.58,1.34,14.14,33.2,9.87,55.25-.53,2.71-2.9,4.59-5.56,4.59Z\"/>\n <path fill=\"#6f5e55\" d=\"M556.41,302.5c-.52,0-1.05-.07-1.58-.22-3.01-.87-4.74-4.01-3.87-7.02.74-2.57-3.06-9.65-6.95-14.28-2.01-2.39-1.71-5.97.68-7.99,2.39-2.02,5.96-1.72,7.98.67,2.03,2.4,12.02,14.88,9.18,24.74-.72,2.48-2.98,4.1-5.44,4.1Z\"/>\n <path fill=\"#6f5e55\" d=\"M575.75,298.12c-.42,0-.85-.05-1.28-.15-3.05-.7-4.95-3.75-4.25-6.8,2.34-10.12-3.38-15.21-3.63-15.42-2.43-1.97-2.78-5.51-.81-7.95,1.97-2.43,5.57-2.78,8.01-.81.47.38,11.45,9.5,7.48,26.73-.61,2.62-2.94,4.4-5.52,4.4Z\"/>\n <path fill=\"#6f5e55\" d=\"M479.04,293.7c-.45,0-.9-.05-1.36-.17-3.04-.75-4.9-3.82-4.15-6.86,1.36-5.51-1.23-13.06-2.34-15.5-1.29-2.84-.04-6.21,2.8-7.51,2.84-1.3,6.2-.06,7.51,2.77.58,1.26,5.59,12.59,3.04,22.94-.64,2.58-2.95,4.31-5.5,4.31Z\"/>\n <path fill=\"#6f5e55\" d=\"M497.84,293.7c-.8,0-1.61-.17-2.38-.53-2.84-1.32-4.07-4.69-2.76-7.53,2.9-6.24-1.73-13.7-1.78-13.77-1.66-2.64-.9-6.14,1.73-7.82,2.63-1.68,6.11-.94,7.8,1.68.33.51,8.09,12.72,2.53,24.68-.96,2.07-3.01,3.28-5.15,3.28Z\"/>\n <path fill=\"#6f5e55\" d=\"M420.13,282.09c-.41,0-.82-.04-1.23-.14-3.05-.68-4.98-3.69-4.31-6.75.49-2.21,3.25-13.46,9.98-17.65,2.58-1.61,5.47-2.09,8.35-1.38,3.04.74,4.9,3.81,4.16,6.85-.72,2.96-3.66,4.81-6.62,4.21-1.22.83-3.62,5.14-4.8,10.41-.59,2.64-2.93,4.44-5.53,4.44Z\"/>\n <path fill=\"#6f5e55\" d=\"M483.87,164.13c-2.12,0-4.15-1.19-5.12-3.23l-5.08-10.64-5.55,5.15c-2.23,2.07-5.71,2.01-7.87-.15l-5.51-5.51-6.83,10.24c-1.74,2.6-5.26,3.31-7.86,1.57s-3.31-5.26-1.57-7.86l10.66-16c.94-1.41,2.47-2.33,4.16-2.5,1.69-.17,3.37.43,4.57,1.63l6.54,6.54,7.2-6.68c1.32-1.23,3.15-1.75,4.92-1.41,1.77.34,3.28,1.5,4.05,3.13l8.4,17.6c1.35,2.83.15,6.21-2.67,7.56-.79.38-1.62.55-2.44.55Z\"/>\n <path fill=\"#6f5e55\" d=\"M519.61,185.54c-2.71,0-5.1-1.95-5.58-4.71-.53-3.09,1.54-6.02,4.62-6.55l37.78-6.52c3.08-.53,6.02,1.54,6.55,4.62.53,3.09-1.54,6.02-4.62,6.55l-37.78,6.52c-.33.06-.65.08-.97.08Z\"/>\n <path fill=\"#6f5e55\" d=\"M547.32,209.97c-.32,0-.65-.03-.97-.08l-27.69-4.79c-3.08-.53-5.15-3.47-4.62-6.55.53-3.08,3.47-5.15,6.55-4.62l27.69,4.79c3.08.53,5.15,3.47,4.62,6.55-.48,2.76-2.87,4.7-5.58,4.7Z\"/>\n <path fill=\"#6f5e55\" d=\"M407.45,175.73l-24.22-9.21c.51,2.46.84,4.99.95,7.56.07,1.59,0,3.22-.19,4.86l19.42,7.38c.66.25,1.34.37,2.01.37,2.29,0,4.44-1.39,5.3-3.66,1.11-2.93-.36-6.2-3.29-7.31Z\"/>\n <path fill=\"#6f5e55\" d=\"M407.65,195.9c-.79-3.11-3.79-4.95-6.69-4.1l-15.96,4.66c.1,4.16-.69,8.52-2.14,12.74l20.96-6.11c2.9-.85,4.62-4.06,3.83-7.17Z\"/>\n <path fill=\"#6f5e55\" d=\"M655.2,246.1c-.85,0-1.71-.19-2.53-.6-26.94-13.43-57.64-5.96-57.95-5.88-3.03.76-6.11-1.08-6.88-4.11-.77-3.03,1.07-6.11,4.1-6.88,1.42-.36,35-8.63,65.8,6.72,2.8,1.4,3.94,4.8,2.54,7.6-.99,1.99-3,3.14-5.08,3.14Z\"/>\n <path fill=\"#6f5e55\" d=\"M648.18,274.64c-1.56,0-3.11-.64-4.23-1.89-2.48-2.78-9.96-8.28-32.07-13.86-13.15-3.32-24.99-4.99-25.11-5-3.1-.43-5.26-3.3-4.83-6.4.43-3.1,3.29-5.26,6.4-4.83,5.13.71,50.55,7.41,64.07,22.54,2.09,2.33,1.88,5.92-.45,8-1.08.97-2.43,1.44-3.78,1.44Z\"/>\n </g>\n <path fill=\"#FFFFFF\" d=\"M393.28,223.29c-.65-3.16.63-6.4,3.27-8.25,14.69-10.32,52.08-34.33,62.1-49.39,1.75-2.63,5.81-2.85,7.87-2.67,5.43.46,8.3,7.52,9.94,9.48,7.91,9.48,33.69,38.87,60.12,47.94,21.96,7.54,52.73,22.72,50.19,33.5-4.89,20.76,36.44,52.25,32.91,53.96l-85.18,2.96c-1.78.86-.42-26.36-1.19-24.53l-5.95,14.21c-1.26,3.01-4.21,4.97-7.47,4.97h-46.91c-1.5,0-2.97-.42-4.25-1.2l-17.01-10.48c-1.97-1.21-4.37-1.53-6.58-.86l-14.74,4.44c-1.68.51-3.49.45-5.13-.16l-18.98-6.99c-3.46-1.28-5.62-4.73-5.26-8.4l1.28-12.79c.08-.81.04-1.64-.13-2.44l-8.9-43.27Z\"/>\n <g>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M432.86,250.43c-.63,0-1.27-.06-1.91-.19-1.74-.34-42.77-8.63-54.98-40.06-7.67-19.74-2.11-43.09,16.51-69.43-.48-3.9-1.09-10.1-1.22-17.01-.31-16.76,2.29-28.7,7.92-36.5,5.49-7.59,15.6-10.01,24.03-5.76,6.98,3.52,19.46,11.38,29.54,26.2,10.59-.69,28.35-1.33,40.51.9,5.65-7.56,15.98-20.1,26.5-26.27,9.37-5.49,21.35-2.61,27.28,6.57,5.55,8.59,11.61,24.46,9.74,51.77,3.89,6.04,11.6,19.72,13.94,36.43,3.68,26.18-10.97,51.96-35.63,62.68-13.92,6.05-24.6,9.61-31.75,10.59-5.47.75-10.51-3.08-11.26-8.56-.75-5.47,3.08-10.51,8.56-11.26,3-.41,10.44-2.14,26.48-9.11,16.45-7.15,26.23-24.24,23.8-41.55-2.38-16.9-12.29-30.36-12.39-30.49-1.47-1.98-2.18-4.45-1.96-6.9,2.28-25.13-2.98-37.56-6.33-42.73-.11-.17-.29-.22-.37-.17-9.16,5.37-20.59,20.65-24.23,26.09-2.8,4.19-8.28,5.64-12.79,3.39-4.32-2.16-25.14-2.61-44.55-.97-3.88.33-7.6-1.62-9.53-5-7.61-13.31-17.96-20.26-23.89-23.36-4.85,8.08-4.2,29.18-2.1,42.05.43,2.67-.23,5.4-1.84,7.57-16.17,21.8-21.68,39.82-16.38,53.56,8.15,21.14,39.87,27.67,40.19,27.74,5.41,1.08,8.94,6.33,7.87,11.74-.94,4.77-5.11,8.08-9.79,8.08Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M559.39,324.39c-2.07,0-4.16-.01-6.3-.04-1.32.03-6.25.06-11.88-.96-10.14-1.84-17.14-6.06-20.82-12.54-4.54-8.01-3.22-17.65,3.92-28.63,22.24-34.21,77.37-16.05,79.71-15.26,5.23,1.77,8.04,7.44,6.27,12.68-1.77,5.23-7.44,8.04-12.68,6.27-.41-.14-42.96-13.66-56.53,7.21-3.67,5.65-3.28,7.9-3.27,7.92.99,1.61,8.18,3.53,14.87,3.32.15,0,.33,0,.48,0,44.26.63,74.86-5.82,78.66-6.66,24.13-8.16,39.09-22.15,44.45-41.61,7.06-25.6-3.77-59.16-28.25-87.6-36.9-42.86-87.02-7.64-89.14-6.12-4.48,3.22-10.72,2.21-13.95-2.26-3.23-4.47-2.24-10.7,2.22-13.94.67-.49,16.71-12,38.71-16.79,30.24-6.58,56.97,2.43,77.32,26.06,29.21,33.93,41.32,73.54,32.38,105.97-5,18.15-19.11,42.5-57.86,55.42-.28.09-.56.17-.84.24-1.31.31-31.34,7.34-77.46,7.34Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M589.05,283.43c-3.63,0-7.13-1.98-8.89-5.44-.5-.98-12.15-24.23-3.61-45,4.73-11.5,14.3-19.69,28.44-24.35,5.24-1.73,10.9,1.12,12.63,6.37,1.73,5.25-1.12,10.9-6.37,12.63-8.43,2.78-13.72,7-16.17,12.9-4.21,10.12.68,23.93,2.92,28.4,2.47,4.92.5,10.93-4.42,13.42-1.45.73-3,1.08-4.52,1.08Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M495.69,317.66c-7.04,0-12.61-.24-14.44-.33-3.65.04-22.95-.44-34.52-12.41-5.91-6.11-8.77-14.21-8.28-23.42.42-7.69,3.83-14.11,9.86-18.55,16.93-12.46,50.16-4.89,56.65-3.24,5.35,1.36,8.59,6.8,7.24,12.15-1.36,5.35-6.8,8.59-12.15,7.24-12.01-3.02-32.99-5.12-39.89-.03-1.02.75-1.64,1.57-1.74,3.52-.26,4.78,1.39,7.09,2.66,8.41,5.11,5.32,16.59,6.38,20.2,6.34.21,0,.47,0,.68.01,8.53.44,33,.88,43.72-2.28,5.3-1.57,10.86,1.47,12.42,6.76,1.56,5.3-1.47,10.86-6.76,12.42-9.52,2.81-24.45,3.42-35.65,3.42Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M432.24,306.83c-.69,0-1.37-.02-2.03-.07-11.46-.76-26.72-5.09-27.36-5.28-1.25-.36-2.43-.96-3.45-1.77-.88-.69-8.61-7.09-9.63-17.88-.5-5.31.53-13.51,8.27-22.42,7.71-8.87,15.69-11.17,21.03-11.54,9.28-.64,16.16,3.97,18.39,5.7,9.64,6.39,24.66,18.74,20.48,31.56-5.75,17.63-16.76,21.7-25.7,21.7ZM410.79,282.92c4.4,1.15,13.8,3.43,20.75,3.89,1.94.13,4.3.29,6.75-6.06-1.8-2.63-7.2-7.42-12.2-10.72-.49-.32-.64-.4-1.03-.77-3.61-2.78-7.62-1.68-11.91,3.27-1.41,1.62-5.42,6.24-2.35,10.39ZM424.99,269.2h0,0Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M405.6,275.98c-3.22,0-6.39-1.55-8.31-4.43-11.75-17.53-7.26-44.48-6.71-47.5.99-5.43,6.19-9.03,11.63-8.04,5.43.99,9.02,6.19,8.04,11.61h0c-1.07,6.01-2.51,23.61,3.65,32.79,3.08,4.59,1.85,10.8-2.74,13.88-1.71,1.15-3.65,1.7-5.56,1.7Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M686.03,274.93c-1.29,0-2.45-.07-3.45-.23-5.45-.87-9.17-5.99-8.3-11.45.87-5.45,6-9.17,11.45-8.3,2.81.31,14.96-1.75,25.91-4.41.19-.05.39-.09.58-.12.02,0,6.77-1.32,16.25-5.92,8.66-4.2,21.46-12.1,33.32-25.88,28.25-32.82,20.57-83.99,16.97-95.9-.45-1.47-3.52-2.93-5.46-3.19-2.48,2.76-2.63,5.27-1.52,22.22.39,5.99.88,13.44,1.25,22.79,1.22,30.46-13.1,55.06-41.4,71.13-20.41,11.59-40.98,14.56-41.85,14.68-5.46.76-10.52-3.06-11.28-8.53-.76-5.47,3.05-10.52,8.52-11.28.47-.07,18.24-2.75,35.2-12.52,21.36-12.3,31.73-30.03,30.83-52.68-.36-9.1-.84-16.41-1.23-22.28-1.33-20.24-1.87-28.62,8.7-39.07,4.29-4.23,11.08-5.56,18.63-3.64,7.19,1.83,15.88,7.14,18.74,16.58,5.25,17.35,12.66,75.67-20.95,114.74-26.37,30.64-56.97,37.59-60.82,38.36-6.7,1.62-21.34,4.91-30.11,4.91Z\"/>\n </g>\n <g>\n <circle fill=\"var(--hm-stroke, #000000)\" cx=\"432.67\" cy=\"180.7\" r=\"10.53\"/>\n <circle fill=\"var(--hm-stroke, #000000)\" cx=\"492.04\" cy=\"180.7\" r=\"10.53\"/>\n </g></g></svg>"
2297
+ }
2298
+ ]
2299
+ },
2300
+ {
2301
+ "id": "hm1-p-000068",
2302
+ "source": {
2303
+ "groupId": "cat",
2304
+ "sourceGroupName": "Cat",
2305
+ "partId": "009"
2306
+ },
2307
+ "name": "calico-cat",
2308
+ "aliases": [
2309
+ "item-calico-cat"
2310
+ ],
2311
+ "selectionSlot": "item",
2312
+ "uiGroups": [
2313
+ "item"
2314
+ ],
2315
+ "layers": [
2316
+ {
2317
+ "layerSlot": "item",
2318
+ "svgPath": "assets/humation-1/cat/009.svg",
2319
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" xmlns=\"http://www.w3.org/2000/svg\"><g transform=\"scale(0.078125)\"><polygon fill=\"#fffffd\" points=\"514.81 86.88 473.05 111.63 423.55 111.04 378.18 86.88 374.65 126.36 369.31 149.51 361.17 178.4 358.21 213.59 352.41 250.25 358.21 259.02 373.31 300.87 400.16 318.83 422.08 309.56 439.62 323.75 462.66 322.06 494.48 323.58 532.87 318.86 589.37 316.57 605.7 304.29 610.39 313.55 640.6 293.65 651 299.9 668.41 275.08 691.68 273.48 706.19 264.41 727.9 259.02 750.09 221.82 756.31 185.92 745.9 177.62 749.03 149.51 733.93 123.8 721.9 123.8 715.32 139.67 714.02 167.22 713.3 197.29 706.19 219.52 698.96 219.52 678.04 238.29 660.9 211.34 674.75 208.59 656.04 178.96 636.85 164.19 643.61 153.43 587.15 128.86 532.57 123.41 526.97 89.86 514.81 86.88\"/>\n <path fill=\"#6e6e6e\" d=\"M439.62,114.98s-16.03,82.37-80.74,69.6l2.3-22.47,13.47-35.75,3.54-39.48,61.44,28.09Z\"/>\n <path fill=\"#e79b00\" d=\"M452.49,112.79s37.79,59.27,83.97,68.61l-9.5-31.89,9.5,4.16-3.9-30.25-10.02-37.11-43.58,20.77-26.47,5.72Z\"/>\n <g>\n <path fill=\"#e79b00\" d=\"M584.3,195.22c-1.56,0-3.14-.43-4.55-1.33-22.62-14.37-22.88-37.13-22.88-38.09,0-4.69,3.81-8.5,8.5-8.5s8.46,3.77,8.5,8.43c.02.75.56,14.64,15,23.81,3.96,2.52,5.14,7.77,2.62,11.73-1.62,2.55-4.37,3.94-7.18,3.94ZM573.86,155.81h0,0Z\"/>\n <path fill=\"#e79b00\" d=\"M603.24,226.5c-1.56,0-3.14-.43-4.55-1.33-22.62-14.37-22.88-37.13-22.88-38.09,0-4.69,3.81-8.5,8.5-8.5s8.46,3.77,8.5,8.43c.02.75.56,14.64,15,23.81,3.96,2.52,5.14,7.77,2.62,11.73-1.62,2.55-4.37,3.94-7.18,3.94ZM592.8,187.08h0,0Z\"/>\n <path fill=\"#e79b00\" d=\"M598.1,205.8c-1.67,0-3.35-.49-4.83-1.51-18.28-12.64-21.29-19.94-21.13-31.52,0-.49.01-.99.01-1.5,0-4.69,3.81-8.5,8.5-8.5s8.5,3.81,8.5,8.5c0,.59,0,1.17-.02,1.74-.07,4.96-.11,7.69,13.8,17.3,3.86,2.67,4.83,7.96,2.16,11.83-1.65,2.39-4.3,3.67-7,3.67Z\"/>\n <path fill=\"#e79b00\" d=\"M746.83,197.75c-1.56,0-3.14-.43-4.55-1.33-22.62-14.37-22.88-37.13-22.88-38.09,0-4.69,3.81-8.5,8.5-8.5s8.46,3.77,8.5,8.43c.02.75.56,14.64,15,23.81,3.96,2.52,5.14,7.77,2.62,11.73-1.62,2.55-4.37,3.94-7.18,3.94ZM736.4,158.34h0,0Z\"/>\n <path fill=\"#e79b00\" d=\"M746.1,171.03c-1.67,0-3.35-.49-4.83-1.51-22.53-15.57-21.28-32.17-21.06-34.02l16.88,1.99s.02-.11.03-.33c-.01.35-.12,8.74,13.81,18.37,3.86,2.67,4.83,7.96,2.16,11.83-1.65,2.39-4.3,3.67-7,3.67Z\"/>\n <path fill=\"#e79b00\" d=\"M746.1,213.49c-1.67,0-3.35-.49-4.83-1.51-22.53-15.57-21.28-32.17-21.06-34.02l16.88,1.99s.02-.11.03-.33c-.01.35-.12,8.74,13.81,18.37,3.86,2.67,4.83,7.96,2.16,11.83-1.65,2.39-4.3,3.67-7,3.67Z\"/>\n <path fill=\"#e79b00\" d=\"M742.66,228.02c-1.67,0-3.35-.49-4.83-1.51-22.53-15.57-21.28-32.17-21.06-34.02l16.88,1.99s.02-.11.03-.33c-.01.35-.12,8.74,13.81,18.37,3.86,2.67,4.83,7.96,2.16,11.83-1.65,2.39-4.3,3.67-7,3.67Z\"/>\n <path fill=\"#e79b00\" d=\"M652.34,217.45c-1.67,0-3.35-.49-4.83-1.51-14.16-9.79-16.59-15.86-16.46-24.99,0-.35,0-.7,0-1.07,0-4.69,3.81-8.5,8.5-8.5s8.5,3.81,8.5,8.5c0,.44,0,.88-.01,1.3-.03,2.26.02,2.51.36,3.09.73,1.24,2.84,3.58,8.77,7.68,3.86,2.67,4.83,7.96,2.16,11.83-1.65,2.39-4.3,3.67-7,3.67Z\"/>\n <path fill=\"#e79b00\" d=\"M645.94,227.09c-1.67,0-3.35-.49-4.83-1.51-14.16-9.79-16.59-15.86-16.46-24.99,0-.35,0-.7,0-1.06,0-4.69,3.81-8.5,8.5-8.5s8.5,3.81,8.5,8.5c0,.44,0,.88-.01,1.3-.03,2.26.02,2.51.36,3.09.73,1.24,2.84,3.58,8.77,7.68,3.86,2.67,4.83,7.96,2.16,11.83-1.65,2.39-4.3,3.67-7,3.67Z\"/>\n <path fill=\"#e79b00\" d=\"M587.16,231.77c-.81,0-1.63-.12-2.44-.36-25.81-7.72-30.7-15.63-30.7-27.51,0-4.69,3.81-8.5,8.5-8.5s8.5,3.81,8.5,8.5c0,2.73.35,3.05,1.2,3.8,2.48,2.21,8.33,4.71,17.38,7.42,4.5,1.35,7.05,6.08,5.71,10.58-1.1,3.69-4.48,6.07-8.14,6.07Z\"/>\n <path fill=\"#e79b00\" d=\"M588.78,217.09c-.26,0-.52-.01-.78-.04-26.79-2.43-35.52-35.14-35.87-36.53-1.17-4.55,1.56-9.18,6.11-10.35,4.54-1.17,9.17,1.56,10.35,6.09.04.17,1.71,6.31,5.51,12.41,4.4,7.07,9.6,10.93,15.45,11.46,4.68.42,8.12,4.56,7.7,9.23-.4,4.41-4.11,7.73-8.46,7.73Z\"/>\n </g>\n <g>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M643.6,161.93c-1.88,0-3.77-.62-5.34-1.89-37.08-29.99-104.74-28.15-105.42-28.13-2.4.08-4.68-.84-6.34-2.54-1.67-1.7-2.55-4.01-2.43-6.39,1.03-20.34-2.96-26.87-4.24-28.42-7.39.08-27.18,12.11-41.42,23.67-2.41,1.96-5.7,2.45-8.58,1.27-7.49-3.07-30.94-1.86-45.19-.03-2.38.31-4.78-.41-6.6-1.96-20.67-17.62-31.17-21.58-35.14-22.46-1.49,5.2-1.49,18.29.17,30.13.65,4.65-2.59,8.94-7.24,9.59-4.65.65-8.94-2.59-9.6-7.24-.05-.36-1.25-9.03-1.41-18.57-.25-15.72,2.34-24.66,8.42-29,.04-.03.08-.06.12-.09,2.17-1.49,7.21-3.54,16.63-.5,9.54,3.08,21.71,10.74,36.21,22.78,9.64-1.08,31.43-2.97,45.01.07,11.67-9.07,37.53-27.33,52.99-24.26,4.09.81,16.56,5.88,17.02,36.97,7.62.19,19.46.85,33.11,2.93,31.71,4.81,56.81,14.56,74.62,28.96,3.65,2.95,4.21,8.3,1.26,11.95-1.68,2.08-4.14,3.15-6.61,3.16ZM380.97,94.81h0,0Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M348.2,170.68c-.81,0-1.59-.05-2.34-.17-4.64-.7-7.84-5.02-7.15-9.67.7-4.64,5.02-7.84,9.67-7.15,3.12.22,11.71-4.66,13.07-7.44,1.77-4.35,6.73-6.41,11.07-4.64,4.35,1.77,6.42,6.75,4.65,11.1-3.67,9-18.56,17.96-28.97,17.96Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M338.08,211.04c-2.89,0-5.7-1.47-7.3-4.13-2.42-4.03-1.11-9.25,2.92-11.66,5.41-3.25,13.65-13.24,17.57-18.77,2.71-3.83,8.02-4.73,11.85-2.02,3.83,2.71,4.74,8.01,2.03,11.84-1.25,1.76-12.47,17.38-22.7,23.52-1.37.82-2.88,1.21-4.37,1.21Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M348.15,262.58c-3.07,0-6.03-1.66-7.54-4.57-3.97-7.6-3.25-18.07,2.19-31.99,3.56-9.1,7.93-16.47,8.12-16.78,2.4-4.03,7.62-5.35,11.65-2.94,4.03,2.4,5.35,7.62,2.95,11.65h0c-8.36,14.06-11.9,28.26-9.84,32.2,2.17,4.16.56,9.3-3.6,11.47-1.26.66-2.6.97-3.93.97Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M551.76,170.61c-.9,0-1.81-.14-2.71-.45-15.9-5.35-28.31-19.17-28.83-19.76-3.12-3.51-2.8-8.88.71-12,3.5-3.11,8.87-2.8,11.99.69h0c.1.11,10.01,11.06,21.56,14.95,4.45,1.5,6.84,6.32,5.34,10.77-1.2,3.55-4.51,5.79-8.05,5.79Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M554.91,202.75c-1.19,0-2.39-.25-3.54-.77-12.32-5.65-23.92-20.2-25.2-21.84-2.89-3.7-2.23-9.04,1.47-11.93,3.7-2.89,9.04-2.24,11.93,1.46,2.79,3.56,11.62,13.52,18.89,16.85,4.27,1.96,6.14,7,4.19,11.27-1.43,3.12-4.51,4.96-7.73,4.96Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M554.91,245.03c-3.52,0-6.82-2.21-8.03-5.72-2.74-7.92-12.65-18.4-16.23-21.78-3.42-3.21-3.59-8.59-.38-12.01,3.21-3.42,8.59-3.59,12.01-.39,1.63,1.53,16.06,15.32,20.66,28.61,1.54,4.44-.82,9.28-5.25,10.81-.92.32-1.86.47-2.78.47Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M526.58,267.52c-.4,0-.8-.03-1.21-.09-4.65-.66-7.88-4.97-7.21-9.62.63-4.38.17-12.79-.06-15.67-.37-4.68,3.12-8.77,7.8-9.15,4.67-.37,8.77,3.12,9.15,7.79.1,1.25.95,12.39-.06,19.42-.61,4.24-4.24,7.3-8.4,7.3Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M459.39,301.27c-.77,0-1.56-.11-2.34-.33-10.36-2.96-13.38-9.56-14.84-12.73-1.96-4.27-.09-9.31,4.18-11.27,4.27-1.96,9.31-.09,11.27,4.18.94,2.04,1.22,2.66,4.06,3.47,4.51,1.29,7.13,5.99,5.84,10.51-1.07,3.73-4.47,6.17-8.17,6.17Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M438.63,299.59c-.77,0-1.56-.11-2.34-.33-7.77-2.22-12.87-6.78-15.16-13.54-1.5-4.45.88-9.27,5.33-10.78,4.45-1.5,9.27.88,10.78,5.33.28.82.59,1.75,3.73,2.65,4.51,1.29,7.13,5.99,5.84,10.51-1.07,3.73-4.47,6.17-8.17,6.17Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M416.11,299.13c-.87,0-1.76-.14-2.64-.42-5.56-1.82-10.29-6.17-14.06-12.93-2.41-4.33-3.6-8.22-3.73-8.65-1.34-4.5,1.22-9.23,5.72-10.57,4.49-1.33,9.21,1.21,10.56,5.7,1.3,4.24,4.47,9.54,6.77,10.29,4.46,1.46,6.9,6.25,5.44,10.72-1.17,3.59-4.5,5.87-8.08,5.87Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M363.48,289.85c-3.13,0-6.15-1.74-7.63-4.74-8.75-17.74-4.39-35.53-4.2-36.28,1.15-4.55,5.78-7.3,10.33-6.15,4.54,1.15,7.29,5.75,6.16,10.29-.08.33-2.9,12.75,2.96,24.62,2.08,4.21.35,9.31-3.86,11.38-1.21.6-2.49.88-3.75.88Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M401.16,327.4c-16.51,0-29.51-13.04-35.08-22.05-2.47-3.99-1.24-9.23,2.76-11.7,3.98-2.47,9.21-1.24,11.69,2.73.12.19,3.79,5.9,9.6,10,6.74,4.77,13.02,5.25,19.75,1.51,6.13-3.4,8.48-6.42,8.64-7.98.13-1.31-1.33-3.03-2.02-3.61l.11.09,10.55-13.33c.94.75,9.17,7.59,8.31,18.2-.67,8.24-6.5,15.48-17.33,21.49-5.93,3.29-11.63,4.65-16.96,4.65Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M441.77,333.12c-2.79,0-5.57-.33-8.31-1.06-10.48-2.79-14.26-8.88-15.59-13.5-3.83-13.27,8.95-27.9,11.56-30.69,3.2-3.44,8.57-3.64,12.01-.44,3.44,3.2,3.63,8.57.44,12.01-4.54,4.93-8.35,12.08-7.67,14.41.05.17.86,1.04,3.63,1.78,4.84,1.29,11.49-.11,18.72-3.94,7.17-3.79,13-9,15.59-12.49,2.8-3.76,8.13-4.54,11.9-1.74,3.76,2.81,4.54,8.13,1.74,11.9-6.9,9.26-25.54,23.75-44,23.75Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M470.32,331.31c-3.19,0-6.35-.29-9.39-.93-4.6-.96-7.54-5.46-6.59-10.06.96-4.6,5.46-7.55,10.06-6.59,13.4,2.79,29.32-4.67,33.52-9.66,3.02-3.59,8.39-4.05,11.98-1.03,3.59,3.02,4.05,8.38,1.03,11.98-7.3,8.67-24.34,16.28-40.6,16.28Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M490.43,332.08c-4.69,0-8.5-3.81-8.5-8.5s3.81-8.5,8.5-8.5c15.92,0,32.67-6.22,40.99-12.36,3.78-2.79,9.1-1.99,11.89,1.79,2.79,3.78,1.99,9.1-1.79,11.89-10.23,7.55-30.58,15.68-51.08,15.68Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M675.46,219.84c-3.87,0-7.37-2.66-8.28-6.6-6.27-27.29-37.54-43.38-37.86-43.54-4.18-2.12-5.87-7.22-3.76-11.41,2.11-4.19,7.2-5.88,11.39-3.78,1.58.79,38.71,19.76,46.8,54.93,1.05,4.58-1.8,9.14-6.38,10.19-.64.15-1.28.22-1.91.22Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M678.65,262.58c-4.69,0-8.5-3.81-8.5-8.5,0-17.86-15.65-37.14-15.81-37.33-2.98-3.62-2.46-8.98,1.16-11.96,3.62-2.98,8.97-2.47,11.95,1.14.8.97,19.69,24.12,19.69,48.15,0,4.69-3.81,8.5-8.5,8.5Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M651.01,308.4c-2.28,0-4.55-.91-6.23-2.71-3.2-3.44-3-8.82.44-12.01,12.44-11.56,12.3-28.21,12.21-40.37,0-1.06-.02-2.08-.02-3.05,0-4.69,3.81-8.5,8.5-8.5s8.5,3.81,8.5,8.5c0,.93,0,1.9.02,2.92.11,13.57.29,36.29-17.63,52.95-1.64,1.52-3.71,2.27-5.79,2.27Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M610.38,322.05c-3.9,0-7.41-2.7-8.29-6.67-1.01-4.58,1.88-9.12,6.46-10.14,17.8-3.94,26.02-18.48,27.49-21.35,2.13-4.18,7.25-5.84,11.44-3.71,4.18,2.13,5.84,7.25,3.71,11.44-2.08,4.07-13.71,24.63-38.96,30.22-.62.14-1.24.2-1.84.2Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M574.44,327.36h-52.41c-4.69,0-8.5-3.81-8.5-8.5s3.81-8.5,8.5-8.5h51.92c10.11-1.19,17.05-2.94,20.63-5.2,2.23-1.41,2.97-2.85,4.58-6.26.44-.94.9-1.9,1.4-2.88,2.15-4.18,7.27-5.82,11.45-3.67,4.17,2.15,5.82,7.27,3.67,11.45-.41.8-.78,1.59-1.14,2.35-4.87,10.32-10.52,17.88-39.12,21.16-.32.04-.65.06-.97.06Z\"/>\n <g>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M678.03,244.6c-4.22,0-7.89-3.15-8.42-7.45-.58-4.64,2.7-8.88,7.33-9.48.17-.02,4.31-.64,8.06-2.87,4-2.37,5.67-5.37,5.44-9.73-.26-4.69,3.34-8.69,8.02-8.95,4.66-.27,8.69,3.34,8.95,8.02.6,10.95-4.5,20.06-14.36,25.64-6.62,3.75-13.23,4.66-13.96,4.75-.36.04-.71.07-1.06.07Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M706.19,230.62c-.96,0-1.94-.16-2.89-.51-4.41-1.6-6.7-6.47-5.1-10.88,3.45-9.59,6.87-26.21,3.68-33.12-1.97-4.26-.11-9.31,4.16-11.28,4.26-1.97,9.31-.11,11.28,4.16,7.37,15.97-2.03,43-3.12,46.03-1.25,3.46-4.52,5.61-7.99,5.61Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M728.42,261.9c-.53,0-1.06-.05-1.6-.15-4.61-.88-7.64-5.33-6.76-9.94,3.28-17.28,26.64-33.81,29.29-35.64,3.87-2.67,9.16-1.69,11.82,2.17,2.66,3.86,1.69,9.16-2.17,11.82-8.38,5.8-20.82,17.33-22.24,24.82-.77,4.08-4.34,6.91-8.34,6.91Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M750.09,230.32c-3.55,0-6.86-2.24-8.05-5.79-5.62-16.66,6.61-42.54,8.03-45.43,2.06-4.22,7.15-5.97,11.37-3.91s5.97,7.14,3.91,11.36h0c-4.46,9.17-9.63,25.32-7.2,32.55,1.5,4.45-.89,9.27-5.34,10.77-.9.3-1.82.45-2.72.45Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M719.11,194.42c-4.57,0-8.34-3.62-8.49-8.22h0c-.24-6.84-2.5-19.46-7.53-24.21-3.41-3.22-3.57-8.6-.35-12.02,3.22-3.41,8.6-3.57,12.02-.35,11.74,11.07,12.77,33.5,12.85,36.02.15,4.69-3.54,8.62-8.23,8.76-.09,0-.18,0-.27,0Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M745.9,186.12c-3.73,0-7.16-2.48-8.19-6.26-4.26-15.56,6.52-35.26,7.76-37.45,2.31-4.08,7.5-5.52,11.58-3.21,4.08,2.31,5.52,7.49,3.21,11.58-3.35,5.97-7.99,17.91-6.16,24.59,1.24,4.53-1.42,9.2-5.95,10.44-.75.21-1.51.3-2.25.3Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M719.1,158.01c-3.87,0-7.37-2.66-8.27-6.59-.85-3.62-4.03-11.8-8.44-14-4.2-2.1-5.9-7.21-3.8-11.4,2.1-4.2,7.2-5.9,11.4-3.8,12.74,6.37,16.96,23.47,17.4,25.4,1.04,4.58-1.82,9.13-6.4,10.17-.64.15-1.27.21-1.9.21Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M725.2,138.32c-3.18,0-6.24-1.8-7.69-4.87-1.5-3.14-6.56-12.27-12.03-16.82-3.61-3-4.1-8.36-1.09-11.97,3-3.61,8.36-4.1,11.97-1.09,9.34,7.78,15.81,21.12,16.52,22.62,2.01,4.24.19,9.31-4.05,11.32-1.17.55-2.41.82-3.63.82Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M740.81,156.41c-3.34,0-6.51-1.99-7.86-5.27-4.62-11.24-4.11-26.06-4.03-27.71.21-4.69,4.21-8.33,8.87-8.11,4.69.21,8.32,4.18,8.11,8.86h0c-.15,3.47.07,13.92,2.77,20.5,1.79,4.34-.29,9.31-4.63,11.09-1.06.44-2.15.64-3.23.64Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M694.51,283.58c-1.71,0-3.43-.51-4.92-1.58-4.54-3.23-13.92-.82-17.75.85-4.29,1.87-9.3-.07-11.19-4.35-1.89-4.28.02-9.28,4.3-11.19,2.1-.94,20.88-8.86,34.5.84,3.82,2.72,4.72,8.03,2,11.85-1.66,2.33-4.28,3.57-6.93,3.57Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M696.63,272.91c-3.53,0-6.83-2.22-8.04-5.74-1.52-4.44.83-9.26,5.26-10.79.26-.09,6.47-2.21,14.14-3.38,11.42-1.74,20.39-.53,26.66,3.59,3.92,2.58,5.01,7.85,2.43,11.77-2.58,3.92-7.85,5.01-11.77,2.43-2.91-1.91-13.16-2.7-25.93,1.66-.91.31-1.84.46-2.75.46Z\"/>\n </g>\n </g>\n <g>\n <circle fill=\"var(--hm-stroke, #000000)\" cx=\"404.82\" cy=\"173.79\" r=\"9.61\"/>\n <circle fill=\"var(--hm-stroke, #000000)\" cx=\"461.17\" cy=\"173.79\" r=\"9.61\"/>\n </g></g></svg>"
2320
+ }
2321
+ ]
2322
+ },
2323
+ {
2324
+ "id": "hm1-p-000069",
2325
+ "source": {
2326
+ "groupId": "cat",
2327
+ "sourceGroupName": "Cat",
2328
+ "partId": "010"
2329
+ },
2330
+ "name": "brown-tabby-cat",
2331
+ "aliases": [
2332
+ "item-brown-tabby-cat"
2333
+ ],
2334
+ "selectionSlot": "item",
2335
+ "uiGroups": [
2336
+ "item"
2337
+ ],
2338
+ "layers": [
2339
+ {
2340
+ "layerSlot": "item",
2341
+ "svgPath": "assets/humation-1/cat/010.svg",
2342
+ "svg": "<svg width=\"80\" height=\"80\" viewBox=\"0 0 80 80\" xmlns=\"http://www.w3.org/2000/svg\"><g transform=\"scale(0.078125)\"><polygon fill=\"#594319\" points=\"514.81 86.88 473.05 111.63 423.55 111.04 378.18 86.88 374.65 126.36 365.31 149.51 352.08 184.28 354.41 213.59 352.41 250.25 358.21 259.02 373.31 300.87 400.16 318.83 422.08 309.56 439.62 323.75 462.66 322.06 494.48 323.58 532.87 318.86 589.37 316.57 605.7 304.29 610.39 313.55 640.6 293.65 651 299.9 668.41 275.08 691.68 273.48 706.19 264.41 727.9 259.02 750.09 221.82 756.31 185.92 745.9 177.62 749.03 149.51 733.93 123.8 721.9 123.8 715.32 139.67 714.02 167.22 713.3 197.29 706.19 219.52 698.96 219.52 678.04 238.29 660.9 211.34 674.75 208.59 656.04 178.96 636.85 164.19 643.61 153.43 587.15 128.86 532.57 123.41 526.97 89.86 514.81 86.88\"/>\n <g>\n <path fill=\"#453100\" d=\"M587.14,227.98c-2.08,0-4.18-.57-6.07-1.77-12.03-7.64-18.08-17.58-21.12-25.69-2.68-7.16,2.71-14.79,10.36-14.79h9.25v-.16c.01.53.53,12.99,13.43,21.34,4.6,2.98,6.78,8.73,4.75,13.82-1.85,4.66-6.17,7.25-10.6,7.25Z\"/>\n <path fill=\"#453100\" d=\"M586.41,243.72c-2.22,0-4.47-.65-6.44-2.01-9.71-6.71-16.4-14.44-19.89-22.97-.03-.07-.06-.14-.09-.21-2.52-6.26,2.68-12.92,9.39-12.13l10.85,1.28s.05-.22.05-.62c0,.3.19,7.32,12.3,15.8,4.99,3.49,6.7,10.29,3.5,15.47-2.17,3.51-5.88,5.4-9.67,5.4Z\"/>\n <path fill=\"#aa7600\" d=\"M584.29,198.06c-2.08,0-4.18-.57-6.07-1.77-11.38-7.23-17.41-16.51-20.61-24.37s2.67-16.11,10.99-16.11h8.1v-.16c.01.53.53,12.94,13.37,21.29,4.64,3.02,6.86,8.81,4.79,13.94-1.87,4.61-6.16,7.18-10.57,7.18Z\"/>\n <path fill=\"#aa7600\" d=\"M603.23,229.33c-2.08,0-4.18-.57-6.07-1.77-23.92-15.2-24.2-39.46-24.2-40.48h22.68v-.16c.01.53.53,13.15,13.68,21.5,5.29,3.36,6.85,10.37,3.49,15.65-2.16,3.4-5.83,5.26-9.58,5.26Z\"/>\n <path fill=\"#aa7600\" d=\"M598.1,208.64c-2.22,0-4.47-.65-6.44-2.01-19.23-13.29-22.53-21.52-22.36-33.9,0-.48.01-.96.01-1.46,0-6.26,5.08-11.34,11.34-11.34s11.34,5.08,11.34,11.34c0,.6,0,1.19-.02,1.77-.04,3.15.03,3.51.53,4.36,1.01,1.72,3.92,4.95,12.05,10.57,5.15,3.56,6.44,10.62,2.88,15.78-2.2,3.19-5.74,4.89-9.34,4.89Z\"/>\n <path fill=\"#aa7600\" d=\"M621.41,256.55c-2.08,0-4.18-.57-6.07-1.77-23.41-14.87-24.18-38.41-24.2-40.38,0-.06.04-.1.1-.1h22.58s-.04-.16,0-.16c.53,0,.53,12.94,13.37,21.29,4.64,3.02,6.87,8.81,4.79,13.94-1.87,4.61-6.16,7.17-10.57,7.17Z\"/>\n <path fill=\"#aa7600\" d=\"M648.26,286.04c-2.08,0-4.18-.57-6.07-1.77-23.92-15.2-24.2-39.46-24.2-40.48h22.68v-.16c.01.53.53,13.15,13.68,21.5,5.29,3.36,6.85,10.37,3.49,15.65-2.16,3.4-5.83,5.26-9.58,5.26Z\"/>\n <path fill=\"#aa7600\" d=\"M643.38,266.11c-2.22,0-4.47-.65-6.44-2.01-19.23-13.29-22.53-21.52-22.36-33.9,0-.48.01-.96.01-1.46,0-6.26,5.08-11.34,11.34-11.34s11.34,5.08,11.34,11.34c0,.6,0,1.19-.02,1.77-.04,3.15.03,3.51.53,4.36,1.01,1.72,3.92,4.95,12.05,10.57,5.15,3.56,6.44,10.62,2.88,15.78-2.2,3.18-5.74,4.89-9.34,4.89Z\"/>\n <path fill=\"#aa7600\" d=\"M447.06,288.65c-2.08,0-4.18-.57-6.07-1.77-23.92-15.2-24.2-39.46-24.2-40.48h22.68v-.16c.01.53.53,13.15,13.68,21.5,5.29,3.36,6.85,10.37,3.49,15.65-2.16,3.4-5.83,5.26-9.58,5.26Z\"/>\n <path fill=\"#aa7600\" d=\"M460.87,299.23c-2.22,0-4.47-.65-6.44-2.01-19.23-13.29-22.53-21.52-22.36-33.9,0-.48.01-.96.01-1.46,0-6.26,5.08-11.34,11.34-11.34s11.34,5.08,11.34,11.34c0,.6,0,1.19-.02,1.77-.04,3.15.03,3.51.53,4.36,1.01,1.72,3.92,4.95,12.05,10.57,5.15,3.56,6.44,10.62,2.88,15.78-2.2,3.18-5.74,4.89-9.34,4.89Z\"/>\n <path fill=\"#453100\" d=\"M720.52,196.3c-3.75,0-7.42-1.86-9.58-5.26-3.36-5.29-1.79-12.29,3.49-15.65,13.15-8.35,13.67-20.96,13.68-21.5v.16s22.68,0,22.68,0c0,1.03-.28,25.29-24.2,40.48-1.89,1.2-3.99,1.77-6.07,1.77Z\"/>\n <path fill=\"#453100\" d=\"M716.46,169.11c-3.6,0-7.14-1.71-9.34-4.89-3.56-5.15-2.27-12.22,2.88-15.78,12.39-8.57,12.58-15.69,12.59-16,0,.4.05.62.05.62l22.53-2.65c.24,2.02,1.63,20.17-22.27,36.68-1.97,1.36-4.21,2.01-6.44,2.01Z\"/>\n <path fill=\"#453100\" d=\"M416.07,317.42c-2.08,0-4.18-.57-6.07-1.77-23.92-15.2-24.2-39.46-24.2-40.48h22.68v-.16c.01.53.53,13.15,13.68,21.5,5.29,3.36,6.85,10.37,3.49,15.65-2.16,3.4-5.83,5.26-9.58,5.26Z\"/>\n <path fill=\"#453100\" d=\"M404.15,304.65c-2.22,0-4.47-.65-6.44-2.01-9.71-6.71-16.4-14.44-19.89-22.97-.03-.07-.06-.14-.09-.21-2.52-6.26,2.68-12.92,9.39-12.13l10.85,1.28s.05-.22.05-.62c0,.3.19,7.32,12.3,15.8,4.99,3.49,6.7,10.29,3.5,15.47-2.17,3.51-5.88,5.4-9.67,5.4Z\"/>\n <path fill=\"#453100\" d=\"M402.2,324.71c-2.08,0-4.18-.57-6.07-1.77-23.92-15.2-24.2-39.46-24.2-40.48h22.68v-.16c.01.53.53,13.15,13.68,21.5,5.29,3.36,6.85,10.37,3.49,15.65-2.16,3.4-5.83,5.26-9.58,5.26Z\"/>\n <path fill=\"#453100\" d=\"M390.29,311.93c-2.22,0-4.47-.65-6.44-2.01-9.71-6.71-16.4-14.44-19.89-22.97-.03-.07-.06-.14-.09-.21-2.52-6.26,2.68-12.92,9.39-12.13l10.85,1.28s.05-.22.05-.62c0,.3.19,7.32,12.3,15.8,4.99,3.49,6.7,10.29,3.5,15.47-2.17,3.51-5.88,5.4-9.67,5.4Z\"/>\n <path fill=\"#453100\" d=\"M442.21,306.35c-2.37,0-3.85-.19-4.09-.22l3.1-22.47-.16-.02c.53.06,13.11,1.27,23.18-10.61,4.05-4.78,11.21-5.36,15.98-1.31,4.78,4.05,5.37,11.21,1.31,15.98-14.07,16.59-31.52,18.65-39.33,18.65Z\"/>\n <path fill=\"#453100\" d=\"M433.07,315.71c-2.97,0-4.92-.44-5.5-.59l5.7-21.95s-.21-.08-.61-.13c.3.04,7.39.83,17.57-10.28,4.23-4.62,11.41-4.93,16.02-.69,4.62,4.23,4.93,11.41.69,16.02-13.84,15.1-26.77,17.62-33.88,17.62Z\"/>\n <path fill=\"#453100\" d=\"M447.53,321.08c-2.37,0-3.85-.19-4.09-.22l3.1-22.47-.16-.02c.53.06,13.11,1.27,23.18-10.61,4.05-4.78,11.21-5.36,15.98-1.31,4.78,4.05,5.37,11.21,1.31,15.98-14.07,16.59-31.52,18.65-39.33,18.65Z\"/>\n <path fill=\"#453100\" d=\"M438.39,330.44c-2.97,0-4.92-.44-5.5-.59l5.7-21.95s-.21-.08-.61-.13c.3.04,7.39.83,17.57-10.28,4.23-4.62,11.41-4.93,16.02-.69,4.62,4.23,4.93,11.41.69,16.02-13.84,15.1-26.77,17.62-33.88,17.62Z\"/>\n <path fill=\"#453100\" d=\"M491.15,182.47c-2.08,0-4.18-.57-6.07-1.77-23.92-15.2-24.2-39.46-24.2-40.48h22.68v-.16c.01.53.53,13.15,13.68,21.5,5.29,3.36,6.85,10.37,3.49,15.65-2.16,3.4-5.83,5.26-9.58,5.26Z\"/>\n <path fill=\"#453100\" d=\"M490.42,148.98c-2.22,0-4.47-.65-6.44-2.01-9.71-6.71-16.4-14.44-19.89-22.97-2.88-7.03-2.55-12.28-2.38-13.72l22.52,2.65s.05-.22.05-.62c0,.3.19,7.43,12.59,16,5.15,3.56,6.44,10.62,2.88,15.78-2.2,3.18-5.74,4.89-9.34,4.89Z\"/>\n <path fill=\"#453100\" d=\"M713.64,223.77c-3.6,0-7.14-1.71-9.34-4.89-3.56-5.15-2.27-12.22,2.88-15.78,12.39-8.57,12.58-15.69,12.59-16,0,.4.05.62.05.62l22.53-2.65c.24,2.02,1.63,20.17-22.27,36.68-1.97,1.36-4.21,2.01-6.44,2.01Z\"/>\n <path fill=\"#453100\" d=\"M725.2,221.65c-3.6,0-7.14-1.71-9.34-4.89-3.56-5.15-2.27-12.22,2.88-15.78,12.4-8.57,12.58-15.7,12.59-16,0,.4.05.62.05.62l22.53-2.65c.24,2.02,1.63,20.17-22.26,36.68-1.97,1.36-4.21,2.01-6.44,2.01Z\"/>\n <path fill=\"#453100\" d=\"M661.45,246.42c-2.22,0-4.47-.65-6.44-2.01-9.71-6.71-16.4-14.44-19.89-22.97-2.88-7.03-2.55-12.28-2.38-13.72l22.53,2.65s.05-.22.05-.62c0,.3.19,7.43,12.59,16,5.15,3.56,6.44,10.62,2.88,15.78-2.2,3.18-5.74,4.89-9.34,4.89Z\"/>\n <path fill=\"#453100\" d=\"M659.66,257.45c-2.22,0-4.47-.65-6.44-2.01-9.71-6.71-16.4-14.44-19.89-22.97-2.88-7.03-2.55-12.28-2.38-13.72l22.53,2.65s.05-.22.05-.62c0,.3.19,7.43,12.59,16,5.15,3.56,6.44,10.62,2.88,15.78-2.2,3.18-5.74,4.89-9.34,4.89Z\"/>\n <path fill=\"#aa7600\" d=\"M652.34,220.29c-2.23,0-4.47-.65-6.44-2.02-15.12-10.46-17.82-17.43-17.68-27.37,0-.33,0-.67,0-1.02,0-6.26,5.08-11.34,11.34-11.34s11.34,5.08,11.34,11.34c0,.46,0,.9-.01,1.34,0,.57-.02,1.32,0,1.68.3.47,1.81,2.51,7.9,6.72,5.15,3.56,6.44,10.63,2.87,15.78-2.2,3.18-5.74,4.89-9.33,4.89ZM650.92,193.04h0,0Z\"/>\n <path fill=\"#aa7600\" d=\"M730.66,232.22c-3.6,0-7.13-1.71-9.33-4.89-3.56-5.15-2.28-12.21,2.87-15.78,6.08-4.21,7.6-6.25,7.9-6.72.03-.37.02-1.12,0-1.68,0-.44-.01-.88-.01-1.34,0-6.26,5.08-11.34,11.34-11.34s11.34,5.08,11.34,11.34c0,.35,0,.69,0,1.02.14,9.95-2.56,16.91-17.68,27.37-1.97,1.36-4.22,2.02-6.44,2.02Z\"/>\n <path fill=\"#aa7600\" d=\"M645.93,229.93c-2.23,0-4.47-.65-6.44-2.02-15.12-10.46-17.82-17.43-17.68-27.37,0-.33,0-.67,0-1.02,0-6.26,5.08-11.34,11.34-11.34s11.34,5.08,11.34,11.34c0,.46,0,.9-.01,1.34,0,.57-.02,1.32,0,1.68.3.47,1.81,2.51,7.9,6.72,5.15,3.56,6.44,10.63,2.87,15.78-2.2,3.18-5.74,4.89-9.34,4.89ZM644.51,202.68h0,0Z\"/>\n <path fill=\"#aa7600\" d=\"M598.96,308.83c-2.23,0-4.47-.65-6.44-2.02-15.12-10.46-17.82-17.43-17.68-27.37,0-.33,0-.67,0-1.02,0-6.26,5.08-11.34,11.34-11.34s11.34,5.08,11.34,11.34c0,.46,0,.9-.01,1.34,0,.57-.02,1.32,0,1.68.3.47,1.81,2.51,7.9,6.72,5.15,3.56,6.44,10.63,2.87,15.78-2.2,3.18-5.74,4.89-9.33,4.89ZM597.54,281.58h0,0Z\"/>\n <path fill=\"#aa7600\" d=\"M592.56,318.46c-2.23,0-4.47-.65-6.44-2.02-15.12-10.46-17.82-17.43-17.68-27.37,0-.33,0-.67,0-1.02,0-6.26,5.08-11.34,11.34-11.34s11.34,5.08,11.34,11.34c0,.46,0,.9-.01,1.34,0,.57-.02,1.32,0,1.68.3.48,1.81,2.51,7.9,6.72,5.15,3.56,6.44,10.63,2.87,15.78-2.2,3.18-5.74,4.89-9.33,4.89ZM591.14,291.21h0,0Z\"/>\n <path fill=\"#aa7600\" d=\"M377.03,189.11c-2.94,0-5.79-.62-8.85-1.62-.32-.1-.64-.21-.98-.31-5.98-1.86-9.33-8.21-7.47-14.19s8.21-9.33,14.19-7.47c.44.14.87.27,1.28.41.54.17,1.25.41,1.6.49.54-.15,2.94-.99,8.76-5.55,4.93-3.86,12.06-3,15.92,1.93,3.86,4.93,3,12.06-1.93,15.92-9.79,7.67-16.37,10.39-22.52,10.39Z\"/>\n <path fill=\"#aa7600\" d=\"M368.29,185.12c-2.94,0-5.79-.62-8.85-1.62-.32-.1-.64-.21-.98-.31-5.98-1.86-9.33-8.21-7.47-14.19,1.85-5.98,8.21-9.33,14.19-7.47.44.14.87.27,1.28.41.54.17,1.25.41,1.6.49.54-.14,2.94-.99,8.76-5.55,4.93-3.86,12.06-3,15.92,1.93,3.86,4.93,3,12.06-1.93,15.92-9.79,7.67-16.37,10.38-22.52,10.38Z\"/>\n <path fill=\"#aa7600\" d=\"M388.77,185.51c-5.8,0-10.75-4.43-11.28-10.31-.57-6.24,4.03-11.75,10.27-12.32.46-.04.9-.08,1.34-.11.56-.04,1.31-.1,1.67-.16.45-.34,2.34-2.04,5.98-8.47,3.08-5.45,10-7.38,15.45-4.3,5.45,3.08,7.38,10,4.3,15.45-9.05,16.01-15.74,19.33-25.66,20.09-.33.03-.67.05-1.02.08-.35.03-.7.05-1.04.05Z\"/>\n <path fill=\"#aa7600\" d=\"M567.5,280.15c-1.08,0-2.17-.15-3.26-.48-12.53-3.75-19.98-7.23-24.91-11.64-7-6.26-7.82-13.61-7.82-18.59,0-6.26,5.08-11.34,11.34-11.34s11.34,5.08,11.34,11.34c0,.88.05,1.33.08,1.53.55.59,3.5,3.09,16.47,6.98,6,1.8,9.41,8.12,7.61,14.12-1.47,4.91-5.98,8.09-10.86,8.09ZM554.31,251.11h0,0Z\"/>\n <path fill=\"#aa7600\" d=\"M569.12,265.46c-.34,0-.69-.02-1.04-.05-22.96-2.09-34.92-25.28-38.37-38.66-1.56-6.06,2.09-12.25,8.15-13.81,6.05-1.56,12.22,2.07,13.8,8.11.1.36,5.88,20.62,18.47,21.77,6.24.57,10.83,6.08,10.27,12.32-.54,5.89-5.48,10.31-11.28,10.31Z\"/>\n <path fill=\"#aa7600\" d=\"M375.12,214.87c-.21,0-.41,0-.6,0-6.26-.09-11.27-5.24-11.18-11.5.09-6.26,5.25-11.3,11.5-11.18.88.01,1.33-.03,1.54-.06.6-.54,3.14-3.45,7.21-16.36,1.88-5.97,8.25-9.29,14.22-7.41,5.97,1.88,9.29,8.25,7.41,14.22-3.93,12.47-7.52,19.87-11.99,24.73-6.11,6.64-13.14,7.55-18.1,7.55Z\"/>\n <path fill=\"#aa7600\" d=\"M348.14,213.64c-5.5,0-10.32-4-11.19-9.6-.96-6.17,3.26-11.96,9.42-12.94.33-.06,21.1-3.83,23.46-16.24,1.17-6.15,7.11-10.19,13.26-9.02,6.15,1.17,10.19,7.11,9.02,13.26-4.32,22.65-28.57,32.28-42.22,34.4-.59.09-1.18.14-1.75.14Z\"/>\n <path fill=\"#aa7600\" d=\"M625.77,314.99c-1.08,0-2.17-.15-3.26-.48-12.53-3.75-19.98-7.23-24.91-11.64-7-6.26-7.82-13.61-7.82-18.59,0-6.26,5.08-11.34,11.34-11.34s11.34,5.08,11.34,11.34c0,.88.05,1.33.08,1.53.55.59,3.5,3.09,16.47,6.98,6,1.8,9.41,8.12,7.61,14.12-1.47,4.91-5.98,8.09-10.86,8.09ZM612.58,285.95h0,0Z\"/>\n <path fill=\"#aa7600\" d=\"M627.4,300.31c-.34,0-.69-.02-1.04-.05-22.96-2.09-34.92-25.28-38.36-38.66-1.56-6.06,2.09-12.25,8.15-13.81,6.05-1.56,12.22,2.07,13.8,8.11.1.36,5.88,20.62,18.46,21.77,6.24.57,10.83,6.08,10.27,12.32-.53,5.89-5.48,10.31-11.28,10.31Z\"/>\n <path fill=\"#aa7600\" d=\"M577.68,324.68c-1.08,0-2.17-.15-3.26-.48-12.53-3.75-19.98-7.23-24.91-11.64-7-6.26-7.82-13.61-7.82-18.59,0-6.26,5.08-11.34,11.34-11.34s11.34,5.08,11.34,11.34c0,.88.05,1.33.08,1.53.55.59,3.5,3.09,16.47,6.97,6,1.8,9.41,8.12,7.61,14.12-1.47,4.91-5.98,8.09-10.86,8.09ZM564.49,295.64h0,0Z\"/>\n <path fill=\"#aa7600\" d=\"M496.46,288.7c-17.23,0-32.29-12.52-39.4-21.36-3.92-4.88-3.14-12.02,1.74-15.94,4.87-3.91,11.99-3.15,15.92,1.71.24.29,13.86,16.37,25.79,12.23,5.92-2.05,12.38,1.08,14.43,7,2.05,5.92-1.08,12.38-7,14.43-3.89,1.35-7.73,1.94-11.48,1.94Z\"/>\n <path fill=\"#aa7600\" d=\"M471.24,165.37c-2.08,0-4.18-.57-6.07-1.77-6.8-4.32-11.69-9.37-15.2-14.41-7.67-10.99.28-26.07,13.68-26.07h0v-.16c.01.53.53,12.95,13.37,21.3,4.64,3.01,6.86,8.81,4.79,13.94-1.87,4.61-6.16,7.18-10.57,7.18Z\"/>\n <path fill=\"#aa7600\" d=\"M485.05,175.95c-2.22,0-4.47-.65-6.44-2.01-19.23-13.29-22.53-21.52-22.36-33.9,0-.48.01-.96.01-1.46,0-6.26,5.08-11.34,11.34-11.34s11.34,5.08,11.34,11.34c0,.6,0,1.19-.02,1.77-.04,3.15.03,3.51.53,4.36,1.01,1.72,3.92,4.95,12.05,10.57,5.15,3.56,6.44,10.62,2.88,15.78-2.2,3.18-5.74,4.89-9.34,4.89Z\"/>\n <path fill=\"#aa7600\" d=\"M475.73,187.24c-.34,0-.69-.02-1.04-.05-22.96-2.09-34.92-25.28-38.37-38.66-1.56-6.07,2.09-12.25,8.15-13.81,6.05-1.56,12.22,2.07,13.8,8.11.1.37,5.89,20.62,18.47,21.76,6.24.57,10.83,6.08,10.27,12.32-.54,5.89-5.48,10.31-11.28,10.31Z\"/>\n <path fill=\"#453100\" d=\"M713.64,247.95c-3.78,0-7.5-1.89-9.67-5.4-3.2-5.18-1.49-11.98,3.5-15.47,12.11-8.48,12.29-15.49,12.3-15.79,0,.4.05.62.05.62h0c12.84-1.51,20.9,13.58,12.42,23.34-3.06,3.52-7.03,7.14-12.16,10.69-1.97,1.36-4.21,2.01-6.44,2.01Z\"/>\n <path fill=\"#453100\" d=\"M468.06,257.23c-2.24,0-4.51-.66-6.48-2.04-9.74-6.8-15.93-17.93-16.57-29.78-.34-6.25,4.46-11.6,10.71-11.94,6.26-.35,11.6,4.46,11.94,10.71.26,4.86,2.91,9.61,6.91,12.41,5.13,3.59,6.39,10.66,2.8,15.79-2.21,3.16-5.73,4.85-9.31,4.85Z\"/>\n <path fill=\"#453100\" d=\"M485.7,256.99c-.85,0-1.71-.1-2.57-.3-12.14-2.82-21.63-13.87-22.56-26.29-.47-6.25,4.21-11.69,10.45-12.16,6.24-.48,11.69,4.21,12.16,10.45.2,2.61,2.52,5.32,5.08,5.91,6.1,1.42,9.9,7.51,8.48,13.61-1.22,5.24-5.88,8.78-11.04,8.78Z\"/>\n <path fill=\"#453100\" d=\"M383.37,254.29c-4.15,0-8.15-2.28-10.14-6.24-2.82-5.59-.56-12.41,5.03-15.23,3.87-1.95,6.72-6.16,7.1-10.47.55-6.24,6.06-10.85,12.29-10.31,6.24.55,10.85,6.05,10.31,12.29-1.07,12.22-8.54,23.23-19.5,28.75-1.64.82-3.38,1.21-5.09,1.21Z\"/>\n <path fill=\"#453100\" d=\"M397.91,252.16c-.07,0-.14,0-.21,0-6.26-.06-11.29-5.19-11.22-11.45.06-5.82,4.5-10.57,10.15-11.16-.36-5.67,3.58-10.83,9.31-11.86,6.16-1.11,12.06,2.99,13.17,9.15,1.12,6.24-.65,12.86-4.75,17.71-4.05,4.78-10.18,7.62-16.44,7.62ZM396.79,230.85h0,0Z\"/>\n <path fill=\"#453100\" d=\"M402.2,272.74c-6.06,0-11.09-4.79-11.32-10.9-.24-6.26,4.63-11.53,10.89-11.77,2.27-.09,4.79-2.48,4.99-4.75.55-6.24,6.05-10.86,12.29-10.3,6.24.55,10.85,6.05,10.3,12.29-1.21,13.72-12.94,24.88-26.69,25.42-.15,0-.3,0-.45,0Z\"/>\n <path fill=\"#453100\" d=\"M373.09,270.68c-4.62,0-8.97-2.85-10.65-7.44-2.15-5.88.87-12.39,6.75-14.55,6.58-2.41,12.5-6.46,17.12-11.73,4.13-4.71,11.3-5.17,16-1.03,4.71,4.13,5.17,11.3,1.03,16-7.12,8.1-16.23,14.35-26.36,18.05-1.29.47-2.6.69-3.9.69Z\"/>\n <path fill=\"#453100\" d=\"M355.84,253.06c-4.66,0-9.03-2.89-10.68-7.54-2.1-5.9.97-12.39,6.87-14.49,2.61-.93,4.67-4.17,4.41-6.94-.59-6.23,3.99-11.77,10.22-12.36,6.24-.58,11.77,3.99,12.36,10.22,1.25,13.19-6.9,25.99-19.37,30.44-1.26.45-2.54.66-3.81.66Z\"/>\n <path fill=\"#453100\" d=\"M405.96,157.53c-4.41,0-8.61-2.59-10.44-6.9-2.45-5.76.23-12.42,6-14.87,3.37-1.43,5.95-5.28,6.01-8.94.1-6.26,5.26-11.24,11.52-11.16,6.26.1,11.26,5.26,11.16,11.52-.2,12.66-8.16,24.5-19.81,29.45-1.45.62-2.95.91-4.43.91Z\"/>\n <path fill=\"#453100\" d=\"M389.88,163.5c-5.01,0-9.59-3.34-10.95-8.41-1.62-6.05,1.97-12.27,8.02-13.89,3.34-.9,6.22-4.71,6.16-8.17-.11-6.26,4.88-11.43,11.14-11.53,6.28-.08,11.43,4.88,11.53,11.14.24,13.8-9.63,26.89-22.96,30.47-.98.26-1.97.39-2.94.39Z\"/>\n <path fill=\"#453100\" d=\"M375.1,170.96c-4.12,0-8.1-2.26-10.1-6.18-2.85-5.58-.65-12.41,4.93-15.26,2.78-1.42,4.76-4.97,4.51-8.08-.5-6.24,4.15-11.71,10.39-12.21,6.25-.5,11.71,4.15,12.21,10.39.99,12.35-5.75,24.45-16.79,30.1-1.65.85-3.42,1.25-5.16,1.25Z\"/>\n <path fill=\"#453100\" d=\"M472.19,153.38c-2.85,0-5.71-1.07-7.91-3.22-7.1-6.92-10.94-16.97-10.27-26.86.43-6.25,5.82-10.96,12.08-10.54,6.25.43,10.97,5.84,10.54,12.08-.22,3.29,1.11,6.77,3.47,9.08,4.48,4.37,4.58,11.55.21,16.04-2.22,2.28-5.17,3.42-8.12,3.42Z\"/>\n <path fill=\"#453100\" d=\"M504.41,171.43c-.2,0-.4,0-.6-.02-9.31-.49-18.16-5.26-23.68-12.76-3.71-5.04-2.63-12.14,2.41-15.85,5.04-3.71,12.14-2.63,15.85,2.41,1.49,2.03,4.08,3.42,6.6,3.56,6.25.33,11.06,5.66,10.73,11.92-.32,6.05-5.32,10.75-11.31,10.75Z\"/>\n <path fill=\"#453100\" d=\"M464.25,213.5c-.13,0-.27,0-.4,0-11.14-.39-21.71-7.47-26.3-17.62-2.58-5.71-.05-12.42,5.66-15.01,5.71-2.58,12.43-.05,15.01,5.66,1.07,2.36,3.83,4.21,6.42,4.3,6.26.22,11.16,5.47,10.94,11.73-.21,6.12-5.25,10.95-11.33,10.95Z\"/>\n <path fill=\"#453100\" d=\"M475.16,214.63c-9.1,0-18.04-4.69-22.92-12.58-3.3-5.33-1.65-12.31,3.68-15.61,5.33-3.29,12.31-1.65,15.61,3.68.81,1.32,3,2.15,4.49,1.72,6.01-1.74,12.3,1.73,14.04,7.75,1.74,6.02-1.73,12.3-7.75,14.04-2.35.68-4.75,1-7.15,1Z\"/>\n <path fill=\"#453100\" d=\"M568.27,289.86c-.48,0-.97-.03-1.46-.09-11.36-1.46-22.25-6.55-30.66-14.34-4.59-4.26-4.87-11.43-.61-16.03,4.26-4.59,11.43-4.87,16.03-.61,4.97,4.61,11.41,7.62,18.12,8.48,6.21.8,10.6,6.48,9.81,12.69-.73,5.72-5.61,9.9-11.23,9.9Z\"/>\n <path fill=\"#453100\" d=\"M594.18,273.5c-.42,0-.83-.02-1.26-.07-12.1-1.34-22.9-9.97-26.87-21.49-2.04-5.92,1.11-12.38,7.03-14.42,5.92-2.04,12.38,1.11,14.42,7.03,1.13,3.29,4.46,5.95,7.91,6.33,6.22.69,10.71,6.29,10.03,12.52-.64,5.8-5.55,10.1-11.26,10.1Z\"/>\n <path fill=\"#453100\" d=\"M602.95,272.79c-9.15,0-18.06-5.47-21.81-14.03-2.51-5.74.1-12.42,5.83-14.94,5.72-2.51,12.4.09,14.92,5.8.17.24.73.52,1.04.49,6.05-1.62,12.24,1.98,13.86,8.02,1.62,6.05-2,12.27-8.05,13.9-1.91.51-3.85.76-5.79.76Z\"/>\n <path fill=\"#453100\" d=\"M538.1,303.45c-11.18,0-22.1-5.02-29.35-13.55-4.06-4.77-3.49-11.93,1.28-15.99,4.77-4.06,11.92-3.49,15.99,1.28,3.02,3.54,7.76,5.68,12.43,5.56,6.3-.16,11.46,4.81,11.6,11.07.15,6.26-4.81,11.46-11.07,11.6-.29,0-.59.01-.88.01Z\"/>\n <path fill=\"#453100\" d=\"M509.9,313.92c-2.55,0-5.11-.86-7.23-2.61-8.13-6.74-11.86-17.74-9.52-28.03,1.39-6.11,7.47-9.93,13.57-8.54,6.11,1.39,9.93,7.47,8.54,13.57-.43,1.91.38,4.28,1.88,5.53,4.82,4,5.49,11.15,1.49,15.97-2.24,2.71-5.48,4.1-8.74,4.1Z\"/>\n <path fill=\"#453100\" d=\"M616.21,188.51c-11.76,0-23.51-4.27-32.43-11.97-4.74-4.09-5.26-11.25-1.17-15.99,4.09-4.74,11.25-5.26,15.99-1.17,5.7,4.92,13.56,7.25,21.02,6.22,6.2-.86,11.93,3.48,12.79,9.68.86,6.2-3.48,11.93-9.68,12.79-2.16.3-4.34.44-6.52.44Z\"/>\n <path fill=\"#453100\" d=\"M595.62,161.7c-2.51,0-5.04-.83-7.14-2.54-3.59-2.92-8.49-4.45-13.13-4.08-6.22.49-11.7-4.18-12.19-10.42-.49-6.24,4.18-11.7,10.42-12.19,10.43-.81,21.08,2.5,29.19,9.09,4.86,3.95,5.6,11.09,1.65,15.95-2.24,2.76-5.51,4.19-8.81,4.19Z\"/>\n <path fill=\"#453100\" d=\"M571.67,150.03c-1.2,0-2.41-.19-3.6-.59-6.25-2.09-12.97-2.52-19.44-1.24-6.14,1.22-12.11-2.77-13.33-8.92-1.22-6.14,2.77-12.11,8.92-13.33,10.33-2.05,21.07-1.36,31.06,1.98,5.94,1.99,9.14,8.42,7.15,14.35-1.59,4.74-6.01,7.74-10.75,7.74Z\"/>\n <path fill=\"#453100\" d=\"M508.9,202.18c-4.62,0-8.93-.8-12.9-2.4-9.19-3.71-15.66-11.66-16.89-20.75-.84-6.21,3.51-11.92,9.72-12.76,6.21-.84,11.92,3.51,12.76,9.72.09.69,1.18,2.07,2.91,2.77,2.3.93,5.5,1,9.25.19,6.12-1.3,12.15,2.6,13.45,8.73,1.3,6.13-2.6,12.15-8.73,13.45-3.31.71-6.51,1.06-9.57,1.06Z\"/>\n <path fill=\"#453100\" d=\"M522.63,187.39c-8.7,0-17.31-4.91-21.17-12.98-2.7-5.65-.32-12.42,5.33-15.12,5.6-2.68,12.31-.35,15.06,5.19.16.12.49.25.68.25,5.73-2.38,12.31.29,14.76,6,2.47,5.75-.19,12.42-5.94,14.9-2.8,1.2-5.77,1.77-8.72,1.77Z\"/>\n <path fill=\"#aa7600\" d=\"M448.55,274.47c-2.91,0-5.81-1.11-8.02-3.33-9.08-9.09-12.32-23.36-8.07-35.49,2.07-5.91,8.54-9.02,14.45-6.95,5.91,2.07,9.02,8.54,6.95,14.45-1.39,3.97-.25,9,2.71,11.97,4.43,4.43,4.42,11.61-.01,16.04-2.21,2.21-5.11,3.31-8.01,3.31Z\"/>\n <path fill=\"#aa7600\" d=\"M493.05,266.85c-12.55,0-24.13-8.22-28.25-20.11-2.05-5.92,1.08-12.38,7-14.43,5.92-2.05,12.38,1.08,14.43,7,.92,2.65,4.03,4.85,6.83,4.85.07,0,.15,0,.22,0,6.19,0,11.26,4.98,11.34,11.19.08,6.26-4.93,11.4-11.19,11.49-.12,0-.25,0-.37,0Z\"/>\n <path fill=\"#aa7600\" d=\"M616.06,162.23c-3.22,0-6.43-1.37-8.67-4.03-3.39-4.02-9.37-6.12-14.53-5.09-6.15,1.22-12.11-2.78-13.33-8.92-1.22-6.14,2.77-12.11,8.92-13.33,13.29-2.64,27.53,2.35,36.27,12.71,4.04,4.79,3.44,11.94-1.35,15.98-2.13,1.8-4.73,2.67-7.31,2.67Z\"/>\n <path fill=\"#aa7600\" d=\"M589.7,176.44c-1.18,0-2.38-.19-3.56-.58-8.66-2.86-16.44-8.48-21.91-15.8-3.75-5.02-2.71-12.12,2.31-15.87,5.02-3.75,12.12-2.71,15.87,2.31,2.71,3.64,6.57,6.42,10.85,7.84,5.95,1.97,9.17,8.38,7.21,14.33-1.58,4.76-6.01,7.78-10.76,7.78Z\"/>\n <path fill=\"#aa7600\" d=\"M628.07,270.39c-.34,0-.69-.02-1.03-.05-14.33-1.3-26.25-13.06-27.75-27.37-.65-6.23,3.87-11.81,10.1-12.46,6.25-.65,11.81,3.87,12.46,10.1.36,3.42,3.8,6.82,7.23,7.13,6.24.56,10.84,6.08,10.27,12.32-.53,5.89-5.48,10.32-11.28,10.32Z\"/>\n <path fill=\"#aa7600\" d=\"M515.86,210.38c-9.53,0-19.09-3.87-25.73-10.71-3.27-3.37-3.19-8.76.19-12.03,3.37-3.27,8.76-3.19,12.03.19,4.25,4.38,11.1,6.46,17.07,5.18,4.58-.99,9.12,1.93,10.1,6.52.99,4.59-1.93,9.12-6.52,10.1-2.34.5-4.74.75-7.14.75Z\"/>\n <path fill=\"#aa7600\" d=\"M405.22,190.6c-2.8,0-5.54-1.38-7.16-3.91-2.54-3.95-1.4-9.21,2.56-11.75,6.2-3.99,10.16-11.61,9.84-18.98-.2-4.69,3.44-8.66,8.13-8.86,4.68-.19,8.66,3.44,8.86,8.13.58,13.41-6.34,26.76-17.64,34.02-1.42.91-3.02,1.35-4.59,1.35Z\"/>\n <path fill=\"#aa7600\" d=\"M398.45,207.04c-.96,0-1.92-.16-2.84-.49-2.22-.79-4.02-2.46-4.96-4.62l-.3-.68c-1.87-4.31.1-9.32,4.4-11.19.73-.32,1.48-.53,2.24-.63,4-3.03,6.78-7.78,7.32-12.75.51-4.67,4.71-8.04,9.37-7.54,4.67.51,8.04,4.7,7.54,9.37-1.26,11.61-8.48,22.18-18.85,27.57-1.22.64-2.57.96-3.92.96Z\"/>\n <path fill=\"#aa7600\" d=\"M383.78,303.1c-3.66,0-6.99-2.37-8.11-5.98l-2.1-6.74c-1.4-4.48,1.11-9.25,5.59-10.65,1.7-.53,3.44-.5,5.01-.02.45-.69,1-1.32,1.66-1.87,2.11-1.77,4.88-2.37,7.44-1.76.17-.13.35-.26.54-.37,3.96-2.53,9.22-1.37,11.75,2.59,3.09,4.83,1.62,11.42-3.26,14.67-2.18,1.45-4.83,2.1-7.51,1.91-.75.46-1.55.83-2.4,1.09-.07.02-.14.04-.21.06-.6,3.47-3.31,6.29-6.91,6.93-.5.09-.99.13-1.48.13Z\"/>\n <path fill=\"#aa7600\" d=\"M456.38,321.21c-1.17,0-2.44-.13-3.77-.48-4.86-1.31-8.29-5.21-8.94-9.72-1.54-1.29-2.6-3-3.12-4.87-1.16-.82-2.12-1.94-2.76-3.29-1.49-3.14-.92-6.87,1.44-9.42l1.85-2c2.94-3.17,7.73-3.6,11.16-1.17l1.88-.12c3.86-.24,7.41,2.17,8.61,5.85.85,2.6.38,5.38-1.12,7.52,1.83-.05,4.02.17,6.25,1.17,4.29,1.91,6.22,6.94,4.3,11.23-1.78,4-6.28,5.95-10.35,4.64-.16.02-.39.06-.71.11l-.37.07c-1.15.21-2.64.47-4.35.47Z\"/>\n <path fill=\"#aa7600\" d=\"M514.91,129.63c-8.25,0-16.45-1.72-23.95-5.03-1.44-.63-3.33-1.99-4.65-3.01-2.57-1.99-5.11-4.25-5.5-8.04-.07-.73-.05-1.46.05-2.16-.05-2.5,1-5,3.08-6.72,7.89-6.54,16.77-11.65,26.38-15.2,7.41-2.74,11.87.03,13.87,1.92,3.2,2.98,3.6,6.88,3.78,8.55.6,5.39,1.21,10.85,1.81,16.32.16,1.41.61,5.26-2.04,8.79-2.02,2.69-5.08,4.2-9.1,4.46-1.24.08-2.49.12-3.73.12ZM487.45,120.76s0,0,0,0Z\"/>\n <path fill=\"#aa7600\" d=\"M381.7,132.72c-3.07,0-5.26-1.23-6.69-2.47-1.81-1.56-4.62-5.15-3.03-11.51l4.6-18.18c-1.05-3.76-.03-7.87,2.92-10.51,1.53-1.36,5.74-4.17,12.18-1.3l22.89,10.25c3.56,1.59,5.48,5.33,4.94,9,.81.86,1.46,1.92,1.86,3.12,1.5,4.45-.9,9.28-5.35,10.77l-29.85,10.06c-1.66.55-3.15.78-4.48.78Z\"/>\n <path fill=\"#aa7600\" d=\"M484.99,293.71c-.34,0-.69-.02-1.04-.05-22.96-2.09-34.92-25.28-38.37-38.66-1.56-6.06,2.09-12.25,8.15-13.81,6.05-1.56,12.22,2.07,13.8,8.11.1.36,5.88,20.62,18.47,21.77,6.24.57,10.83,6.08,10.27,12.32-.54,5.89-5.48,10.31-11.28,10.31Z\"/>\n </g>\n <g>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M643.62,161.94c-1.88,0-3.77-.62-5.34-1.89-37.08-30-104.74-28.16-105.41-28.13-2.4.09-4.68-.84-6.34-2.54-1.67-1.7-2.55-4.01-2.43-6.39,1.03-20.34-2.96-26.88-4.25-28.43-7.39.09-27.18,12.11-41.43,23.67-2.41,1.96-5.7,2.44-8.57,1.27-7.5-3.07-30.94-1.86-45.2-.03-2.38.31-4.78-.41-6.6-1.96-20.67-17.62-31.17-21.58-35.14-22.46-1.49,5.2-1.49,18.29.16,30.13.65,4.65-2.59,8.94-7.24,9.59-4.65.65-8.94-2.59-9.59-7.24-.05-.36-1.25-9.03-1.41-18.58-.25-15.72,2.35-24.66,8.42-29,.04-.03.08-.06.12-.09,2.17-1.49,7.21-3.53,16.63-.49,9.54,3.08,21.71,10.74,36.21,22.78,9.64-1.08,31.42-2.97,45.02.07,11.67-9.07,37.54-27.33,52.99-24.26,4.09.81,16.55,5.87,17.02,36.96,21.01.49,73.92,4.55,107.72,31.9,3.65,2.95,4.21,8.3,1.26,11.95-1.68,2.08-4.14,3.15-6.61,3.16Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M348.2,170.68c-.8,0-1.58-.05-2.33-.16-4.64-.69-7.85-5.02-7.15-9.66.69-4.64,5.02-7.84,9.66-7.15,3.1.2,11.71-4.66,13.07-7.44,1.77-4.35,6.73-6.41,11.07-4.64,4.35,1.77,6.43,6.75,4.65,11.1-3.67,9-18.56,17.96-28.98,17.96Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M338.08,211.04c-2.89,0-5.71-1.47-7.3-4.13-2.41-4.03-1.1-9.25,2.92-11.66,5.41-3.24,13.65-13.23,17.57-18.76,2.71-3.83,8.02-4.74,11.85-2.02,3.83,2.71,4.74,8.01,2.03,11.84-1.25,1.76-12.47,17.39-22.71,23.52-1.37.82-2.87,1.21-4.36,1.21Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M348.15,262.58c-3.07,0-6.03-1.66-7.54-4.57-3.97-7.6-3.25-18.07,2.19-31.99,3.55-9.1,7.93-16.47,8.12-16.78,2.41-4.03,7.62-5.35,11.65-2.94,4.03,2.4,5.35,7.62,2.95,11.65h0c-8.36,14.06-11.89,28.26-9.84,32.21,2.17,4.16.56,9.3-3.61,11.47-1.26.65-2.6.96-3.92.96Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M551.76,170.61c-.9,0-1.82-.14-2.72-.45-15.89-5.36-28.3-19.17-28.83-19.76-3.12-3.51-2.8-8.88.7-12,3.5-3.12,8.87-2.81,11.99.69.15.17,10.04,11.07,21.56,14.96,4.45,1.5,6.84,6.32,5.34,10.77-1.2,3.55-4.51,5.79-8.05,5.79Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M554.91,202.74c-1.18,0-2.39-.25-3.53-.77-12.32-5.64-23.92-20.19-25.2-21.84-2.89-3.7-2.23-9.04,1.46-11.93,3.7-2.89,9.04-2.23,11.93,1.46,2.79,3.56,11.63,13.53,18.88,16.85,4.27,1.95,6.14,7,4.19,11.27-1.43,3.12-4.51,4.96-7.73,4.96Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M554.91,245.03c-3.52,0-6.82-2.21-8.03-5.73-2.73-7.91-12.64-18.4-16.22-21.77-3.42-3.21-3.59-8.59-.38-12.01,3.21-3.42,8.58-3.59,12.01-.39,1.63,1.53,16.07,15.32,20.66,28.61,1.53,4.44-.82,9.28-5.26,10.81-.92.32-1.86.47-2.78.47Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M526.58,267.52c-.4,0-.81-.03-1.21-.09-4.65-.66-7.88-4.97-7.21-9.62.62-4.37.17-12.79-.06-15.66-.37-4.68,3.12-8.77,7.8-9.15,4.67-.37,8.77,3.12,9.15,7.79.1,1.25.95,12.4-.06,19.42-.61,4.24-4.24,7.3-8.4,7.3Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M459.39,301.27c-.77,0-1.56-.11-2.34-.33-10.37-2.96-13.39-9.56-14.84-12.73-1.95-4.27-.08-9.31,4.19-11.27,4.27-1.96,9.31-.08,11.27,4.19.93,2.04,1.22,2.65,4.06,3.47,4.51,1.29,7.13,5.99,5.84,10.51-1.07,3.73-4.47,6.17-8.17,6.17Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M438.62,299.59c-.77,0-1.56-.11-2.34-.33-7.76-2.22-12.86-6.77-15.16-13.54-1.51-4.44.87-9.27,5.31-10.78s9.27.87,10.78,5.31c.28.83.6,1.77,3.74,2.66,4.51,1.29,7.13,5.99,5.84,10.51-1.07,3.73-4.47,6.17-8.17,6.17Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M416.11,299.13c-.87,0-1.76-.14-2.64-.42-11.97-3.9-16.91-18.66-17.78-21.58-1.34-4.5,1.22-9.23,5.72-10.57,4.49-1.34,9.21,1.21,10.56,5.69,1.3,4.24,4.47,9.54,6.77,10.29,4.46,1.46,6.9,6.25,5.45,10.72-1.17,3.59-4.5,5.87-8.08,5.87Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M363.48,289.84c-3.13,0-6.15-1.74-7.63-4.74-8.75-17.74-4.39-35.53-4.2-36.28,1.15-4.55,5.78-7.3,10.33-6.15,4.54,1.15,7.29,5.75,6.16,10.29-.07.29-2.91,12.73,2.95,24.62,2.08,4.21.35,9.31-3.86,11.38-1.21.6-2.49.88-3.75.88Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M401.17,327.33c-7.3,0-14.57-2.49-21.38-7.45-8.33-6.06-13.18-13.69-13.71-14.54-2.47-3.99-1.24-9.23,2.75-11.7,3.98-2.46,9.21-1.24,11.69,2.73.11.17,3.78,5.89,9.6,10,6.74,4.77,13.01,5.25,19.74,1.51,6.13-3.41,8.49-6.43,8.64-7.98.13-1.31-1.33-3.03-2.02-3.61l.11.09,10.55-13.33c.94.75,9.17,7.58,8.3,18.2-.67,8.25-6.5,15.48-17.33,21.49-5.52,3.07-11.24,4.59-16.94,4.59Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M441.65,333.11c-2.71,0-5.45-.31-8.19-1.04-10.48-2.79-14.26-8.88-15.59-13.5-3.83-13.27,8.95-27.9,11.55-30.69,3.19-3.44,8.57-3.64,12.01-.44,3.44,3.2,3.64,8.57.44,12.01-4.54,4.93-8.35,12.08-7.67,14.41.05.17.86,1.04,3.63,1.78,4.84,1.29,11.49-.11,18.73-3.94,7.17-3.79,13-9,15.59-12.49,2.8-3.76,8.13-4.54,11.89-1.74,3.76,2.8,4.54,8.13,1.74,11.89-4.63,6.21-12.78,12.86-21.27,17.36-5.95,3.15-14.18,6.38-22.86,6.38Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M470.31,331.32c-3.18,0-6.34-.29-9.38-.93-4.6-.96-7.55-5.46-6.59-10.05.96-4.6,5.46-7.55,10.05-6.59,13.4,2.79,29.33-4.67,33.53-9.66,3.02-3.59,8.38-4.05,11.98-1.03s4.05,8.39,1.03,11.98c-7.3,8.67-24.35,16.28-40.61,16.28Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M490.43,332.08c-4.69,0-8.5-3.81-8.5-8.5s3.81-8.5,8.5-8.5c15.92,0,32.67-6.22,40.99-12.36,3.78-2.79,9.1-1.98,11.89,1.79s1.98,9.1-1.79,11.89c-10.24,7.55-30.59,15.68-51.09,15.68Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M675.45,219.84c-3.87,0-7.37-2.66-8.28-6.6-6.27-27.28-37.54-43.38-37.86-43.54-4.18-2.12-5.87-7.22-3.76-11.41,2.11-4.19,7.2-5.88,11.39-3.78,1.58.79,38.71,19.76,46.8,54.92,1.05,4.58-1.8,9.14-6.38,10.19-.64.15-1.28.22-1.91.22Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M678.65,262.58c-4.69,0-8.5-3.81-8.5-8.5,0-17.87-15.65-37.14-15.81-37.34-2.98-3.62-2.46-8.98,1.16-11.96,3.62-2.98,8.97-2.47,11.95,1.14.8.97,19.7,24.12,19.7,48.15,0,4.69-3.81,8.5-8.5,8.5Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M651.01,308.4c-2.28,0-4.55-.91-6.23-2.71-3.2-3.44-3-8.82.44-12.01,12.44-11.56,12.3-28.21,12.21-40.37,0-1.06-.02-2.08-.02-3.05,0-4.69,3.81-8.5,8.5-8.5s8.5,3.81,8.5,8.5c0,.93,0,1.9.02,2.92.11,13.57.29,36.29-17.63,52.96-1.64,1.52-3.71,2.27-5.79,2.27Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M610.38,322.05c-3.9,0-7.42-2.7-8.29-6.67-1.01-4.58,1.88-9.12,6.47-10.13,17.78-3.93,26.02-18.47,27.49-21.35,2.14-4.18,7.26-5.84,11.44-3.7,4.18,2.14,5.84,7.26,3.7,11.44-2.08,4.07-13.73,24.64-38.96,30.21-.62.14-1.23.2-1.84.2Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M574.43,327.36h-52.41c-4.69,0-8.5-3.81-8.5-8.5s3.81-8.5,8.5-8.5h51.92c10.12-1.19,17.06-2.94,20.63-5.2,2.23-1.41,2.97-2.85,4.58-6.26.44-.94.9-1.9,1.4-2.88,2.15-4.18,7.27-5.82,11.45-3.67,4.17,2.15,5.82,7.27,3.67,11.45-.41.8-.78,1.59-1.14,2.35-4.87,10.32-10.53,17.88-39.13,21.16-.32.04-.64.06-.97.06Z\"/>\n <g>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M678.03,244.6c-4.22,0-7.89-3.15-8.42-7.45-.58-4.64,2.7-8.88,7.33-9.48.18-.03,4.32-.65,8.07-2.87,4-2.37,5.68-5.38,5.44-9.73-.25-4.69,3.34-8.69,8.03-8.95,4.67-.26,8.69,3.34,8.95,8.03.6,10.95-4.5,20.05-14.36,25.64-6.62,3.75-13.23,4.66-13.96,4.75-.36.04-.71.07-1.07.07Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M706.19,230.62c-.96,0-1.94-.16-2.89-.51-4.41-1.6-6.7-6.47-5.1-10.88,3.45-9.59,6.87-26.21,3.68-33.13-1.97-4.26-.11-9.31,4.16-11.28,4.26-1.97,9.31-.11,11.28,4.16,3.3,7.16,3.71,17.24,1.22,29.96-1.72,8.78-4.24,15.78-4.34,16.07-1.25,3.46-4.52,5.61-7.99,5.61Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M728.41,261.9c-.53,0-1.06-.05-1.6-.15-4.61-.88-7.64-5.33-6.76-9.94,3.29-17.28,26.64-33.81,29.3-35.64,3.86-2.66,9.16-1.69,11.82,2.17,2.66,3.86,1.69,9.15-2.17,11.82-8.38,5.8-20.82,17.33-22.25,24.82-.78,4.07-4.34,6.91-8.34,6.91Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M750.09,230.32c-3.55,0-6.86-2.24-8.05-5.78-2.52-7.47-1.85-17.54,1.99-29.92,2.65-8.54,5.9-15.24,6.04-15.52,2.06-4.22,7.15-5.97,11.37-3.91,4.22,2.06,5.97,7.15,3.91,11.37-4.46,9.17-9.63,25.32-7.19,32.54,1.5,4.45-.89,9.27-5.34,10.77-.9.3-1.82.45-2.72.45Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M719.11,194.42c-4.57,0-8.34-3.62-8.49-8.22-.24-6.84-2.5-19.46-7.53-24.21-3.41-3.22-3.57-8.6-.34-12.02,3.22-3.41,8.6-3.57,12.02-.34,11.73,11.08,12.77,33.5,12.85,36.02.15,4.69-3.53,8.62-8.23,8.77-.09,0-.18,0-.27,0Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M745.9,186.12c-3.74,0-7.16-2.48-8.19-6.26-4.26-15.56,6.52-35.26,7.76-37.46,2.31-4.08,7.5-5.52,11.59-3.21,4.08,2.31,5.52,7.49,3.21,11.58-3.35,5.97-7.99,17.92-6.16,24.59,1.24,4.53-1.42,9.2-5.95,10.44-.75.21-1.51.3-2.25.3Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M719.1,158.01c-3.87,0-7.37-2.66-8.27-6.59-.85-3.62-4.04-11.8-8.44-14-4.2-2.1-5.9-7.21-3.8-11.4,2.1-4.2,7.2-5.9,11.4-3.8,12.75,6.37,16.97,23.48,17.41,25.4,1.04,4.58-1.82,9.13-6.4,10.18-.64.15-1.27.21-1.9.21Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M725.2,138.32c-3.18,0-6.24-1.8-7.69-4.86-1.5-3.14-6.57-12.28-12.03-16.83-3.61-3-4.09-8.36-1.09-11.97,3.01-3.61,8.37-4.09,11.97-1.09,9.33,7.78,15.81,21.12,16.51,22.62,2.01,4.24.19,9.31-4.05,11.32-1.17.56-2.41.82-3.63.82Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M740.81,156.4c-3.34,0-6.51-1.98-7.86-5.27-4.62-11.23-4.1-26.06-4.03-27.71.21-4.69,4.18-8.33,8.87-8.11,4.69.21,8.32,4.18,8.11,8.86h0c-.15,3.47.06,13.92,2.77,20.5,1.79,4.34-.29,9.31-4.63,11.09-1.06.44-2.15.64-3.23.64Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M694.51,283.58c-1.71,0-3.43-.51-4.92-1.58-4.54-3.23-13.92-.82-17.75.85-4.29,1.87-9.3-.07-11.19-4.35-1.89-4.28.02-9.28,4.3-11.19,2.1-.94,20.88-8.86,34.5.84,3.83,2.72,4.72,8.03,2,11.85-1.66,2.33-4.28,3.57-6.93,3.57Z\"/>\n <path fill=\"var(--hm-stroke, #000000)\" d=\"M696.63,272.91c-3.53,0-6.83-2.22-8.04-5.74-1.52-4.44.83-9.26,5.26-10.79.26-.09,6.47-2.21,14.13-3.38,11.42-1.74,20.39-.53,26.65,3.58,3.92,2.58,5.02,7.85,2.44,11.77-2.58,3.92-7.85,5.01-11.77,2.44-2.9-1.91-13.15-2.7-25.92,1.67-.91.31-1.84.46-2.75.46Z\"/>\n </g>\n </g>\n <g>\n <circle fill=\"var(--hm-stroke, #000000)\" cx=\"404.82\" cy=\"173.79\" r=\"9.61\"/>\n <circle fill=\"var(--hm-stroke, #000000)\" cx=\"461.17\" cy=\"173.79\" r=\"9.61\"/>\n </g></g></svg>"
2343
+ }
2344
+ ]
2345
+ }
2346
+ ],
2347
+ "aliases": [
2348
+ {
2349
+ "alias": "head-fluffy-bob",
2350
+ "targetId": "hm1-p-000001",
2351
+ "status": "active"
2352
+ },
2353
+ {
2354
+ "alias": "head-round-bob",
2355
+ "targetId": "hm1-p-000002",
2356
+ "status": "active"
2357
+ },
2358
+ {
2359
+ "alias": "head-short",
2360
+ "targetId": "hm1-p-000003",
2361
+ "status": "active"
2362
+ },
2363
+ {
2364
+ "alias": "head-curly-short",
2365
+ "targetId": "hm1-p-000004",
2366
+ "status": "active"
2367
+ },
2368
+ {
2369
+ "alias": "head-short-bangs",
2370
+ "targetId": "hm1-p-000005",
2371
+ "status": "active"
2372
+ },
2373
+ {
2374
+ "alias": "head-side-swept-short",
2375
+ "targetId": "hm1-p-000006",
2376
+ "status": "active"
2377
+ },
2378
+ {
2379
+ "alias": "head-messy-short",
2380
+ "targetId": "hm1-p-000007",
2381
+ "status": "active"
2382
+ },
2383
+ {
2384
+ "alias": "head-wavy-medium",
2385
+ "targetId": "hm1-p-000008",
2386
+ "status": "active"
2387
+ },
2388
+ {
2389
+ "alias": "head-flipped-long",
2390
+ "targetId": "hm1-p-000009",
2391
+ "status": "active"
2392
+ },
2393
+ {
2394
+ "alias": "head-lob",
2395
+ "targetId": "hm1-p-000010",
2396
+ "status": "active"
2397
+ },
2398
+ {
2399
+ "alias": "head-long-straight",
2400
+ "targetId": "hm1-p-000011",
2401
+ "status": "active"
2402
+ },
2403
+ {
2404
+ "alias": "head-side-swept-lob",
2405
+ "targetId": "hm1-p-000012",
2406
+ "status": "active"
2407
+ },
2408
+ {
2409
+ "alias": "head-blunt-bob",
2410
+ "targetId": "hm1-p-000013",
2411
+ "status": "active"
2412
+ },
2413
+ {
2414
+ "alias": "head-bun",
2415
+ "targetId": "hm1-p-000014",
2416
+ "status": "active"
2417
+ },
2418
+ {
2419
+ "alias": "head-low-side-bun",
2420
+ "targetId": "hm1-p-000015",
2421
+ "status": "active"
2422
+ },
2423
+ {
2424
+ "alias": "head-low-twin-buns",
2425
+ "targetId": "hm1-p-000016",
2426
+ "status": "active"
2427
+ },
2428
+ {
2429
+ "alias": "head-ponytail",
2430
+ "targetId": "hm1-p-000017",
2431
+ "status": "active"
2432
+ },
2433
+ {
2434
+ "alias": "head-low-ponytail",
2435
+ "targetId": "hm1-p-000018",
2436
+ "status": "active"
2437
+ },
2438
+ {
2439
+ "alias": "head-low-twin-tails",
2440
+ "targetId": "hm1-p-000019",
2441
+ "status": "active"
2442
+ },
2443
+ {
2444
+ "alias": "head-braids",
2445
+ "targetId": "hm1-p-000020",
2446
+ "status": "active"
2447
+ },
2448
+ {
2449
+ "alias": "head-blunt-long",
2450
+ "targetId": "hm1-p-000021",
2451
+ "status": "active"
2452
+ },
2453
+ {
2454
+ "alias": "head-side-swept-long",
2455
+ "targetId": "hm1-p-000022",
2456
+ "status": "active"
2457
+ },
2458
+ {
2459
+ "alias": "head-wavy-long",
2460
+ "targetId": "hm1-p-000023",
2461
+ "status": "active"
2462
+ },
2463
+ {
2464
+ "alias": "head-curly-long",
2465
+ "targetId": "hm1-p-000024",
2466
+ "status": "active"
2467
+ },
2468
+ {
2469
+ "alias": "body-cropped-shirt",
2470
+ "targetId": "hm1-p-000025",
2471
+ "status": "active"
2472
+ },
2473
+ {
2474
+ "alias": "body-tank-top",
2475
+ "targetId": "hm1-p-000026",
2476
+ "status": "active"
2477
+ },
2478
+ {
2479
+ "alias": "body-drape-tee",
2480
+ "targetId": "hm1-p-000027",
2481
+ "status": "active"
2482
+ },
2483
+ {
2484
+ "alias": "body-polo",
2485
+ "targetId": "hm1-p-000028",
2486
+ "status": "active"
2487
+ },
2488
+ {
2489
+ "alias": "body-tee",
2490
+ "targetId": "hm1-p-000029",
2491
+ "status": "active"
2492
+ },
2493
+ {
2494
+ "alias": "body-shirt",
2495
+ "targetId": "hm1-p-000030",
2496
+ "status": "active"
2497
+ },
2498
+ {
2499
+ "alias": "body-jacket",
2500
+ "targetId": "hm1-p-000031",
2501
+ "status": "active"
2502
+ },
2503
+ {
2504
+ "alias": "body-hoodie",
2505
+ "targetId": "hm1-p-000032",
2506
+ "status": "active"
2507
+ },
2508
+ {
2509
+ "alias": "bottom-wide-pants",
2510
+ "targetId": "hm1-p-000033",
2511
+ "status": "active"
2512
+ },
2513
+ {
2514
+ "alias": "bottom-tapered-pants",
2515
+ "targetId": "hm1-p-000034",
2516
+ "status": "active"
2517
+ },
2518
+ {
2519
+ "alias": "bottom-culottes",
2520
+ "targetId": "hm1-p-000035",
2521
+ "status": "active"
2522
+ },
2523
+ {
2524
+ "alias": "bottom-long-skirt",
2525
+ "targetId": "hm1-p-000036",
2526
+ "status": "active"
2527
+ },
2528
+ {
2529
+ "alias": "bottom-mini-skirt",
2530
+ "targetId": "hm1-p-000037",
2531
+ "status": "active"
2532
+ },
2533
+ {
2534
+ "alias": "bottom-midi-skirt",
2535
+ "targetId": "hm1-p-000038",
2536
+ "status": "active"
2537
+ },
2538
+ {
2539
+ "alias": "bottom-flared-skirt",
2540
+ "targetId": "hm1-p-000039",
2541
+ "status": "active"
2542
+ },
2543
+ {
2544
+ "alias": "bottom-cropped-pants",
2545
+ "targetId": "hm1-p-000040",
2546
+ "status": "active"
2547
+ },
2548
+ {
2549
+ "alias": "item-none",
2550
+ "targetId": "hm1-p-000041",
2551
+ "status": "active"
2552
+ },
2553
+ {
2554
+ "alias": "item-crab-headband",
2555
+ "targetId": "hm1-p-000042",
2556
+ "status": "active"
2557
+ },
2558
+ {
2559
+ "alias": "item-tuna-sushi",
2560
+ "targetId": "hm1-p-000043",
2561
+ "status": "active"
2562
+ },
2563
+ {
2564
+ "alias": "item-shrimp-sushi",
2565
+ "targetId": "hm1-p-000044",
2566
+ "status": "active"
2567
+ },
2568
+ {
2569
+ "alias": "item-sprout",
2570
+ "targetId": "hm1-p-000045",
2571
+ "status": "active"
2572
+ },
2573
+ {
2574
+ "alias": "item-beer",
2575
+ "targetId": "hm1-p-000046",
2576
+ "status": "active"
2577
+ },
2578
+ {
2579
+ "alias": "item-antennae",
2580
+ "targetId": "hm1-p-000047",
2581
+ "status": "active"
2582
+ },
2583
+ {
2584
+ "alias": "item-bunny-ears",
2585
+ "targetId": "hm1-p-000048",
2586
+ "status": "active"
2587
+ },
2588
+ {
2589
+ "alias": "item-halo",
2590
+ "targetId": "hm1-p-000049",
2591
+ "status": "active"
2592
+ },
2593
+ {
2594
+ "alias": "item-crown",
2595
+ "targetId": "hm1-p-000050",
2596
+ "status": "active"
2597
+ },
2598
+ {
2599
+ "alias": "item-flower",
2600
+ "targetId": "hm1-p-000051",
2601
+ "status": "active"
2602
+ },
2603
+ {
2604
+ "alias": "item-ice-cream",
2605
+ "targetId": "hm1-p-000052",
2606
+ "status": "active"
2607
+ },
2608
+ {
2609
+ "alias": "item-duck",
2610
+ "targetId": "hm1-p-000053",
2611
+ "status": "active"
2612
+ },
2613
+ {
2614
+ "alias": "item-santa-hat",
2615
+ "targetId": "hm1-p-000054",
2616
+ "status": "active"
2617
+ },
2618
+ {
2619
+ "alias": "item-camera",
2620
+ "targetId": "hm1-p-000055",
2621
+ "status": "active"
2622
+ },
2623
+ {
2624
+ "alias": "item-wind-chime",
2625
+ "targetId": "hm1-p-000070",
2626
+ "status": "active"
2627
+ },
2628
+ {
2629
+ "alias": "item-frog-alt",
2630
+ "targetId": "hm1-p-000071",
2631
+ "status": "active"
2632
+ },
2633
+ {
2634
+ "alias": "item-ramune",
2635
+ "targetId": "hm1-p-000072",
2636
+ "status": "active"
2637
+ },
2638
+ {
2639
+ "alias": "item-takoyaki",
2640
+ "targetId": "hm1-p-000073",
2641
+ "status": "active"
2642
+ },
2643
+ {
2644
+ "alias": "item-chocolate-banana",
2645
+ "targetId": "hm1-p-000074",
2646
+ "status": "active"
2647
+ },
2648
+ {
2649
+ "alias": "item-yoyo",
2650
+ "targetId": "hm1-p-000075",
2651
+ "status": "active"
2652
+ },
2653
+ {
2654
+ "alias": "item-beach-ball",
2655
+ "targetId": "hm1-p-000076",
2656
+ "status": "active"
2657
+ },
2658
+ {
2659
+ "alias": "item-sunflower",
2660
+ "targetId": "hm1-p-000077",
2661
+ "status": "active"
2662
+ },
2663
+ {
2664
+ "alias": "item-eggplant",
2665
+ "targetId": "hm1-p-000078",
2666
+ "status": "active"
2667
+ },
2668
+ {
2669
+ "alias": "item-shark",
2670
+ "targetId": "hm1-p-000079",
2671
+ "status": "active"
2672
+ },
2673
+ {
2674
+ "alias": "item-fox-mask",
2675
+ "targetId": "hm1-p-000080",
2676
+ "status": "active"
2677
+ },
2678
+ {
2679
+ "alias": "item-banana",
2680
+ "targetId": "hm1-p-000081",
2681
+ "status": "active"
2682
+ },
2683
+ {
2684
+ "alias": "item-watermelon",
2685
+ "targetId": "hm1-p-000082",
2686
+ "status": "active"
2687
+ },
2688
+ {
2689
+ "alias": "item-pineapple",
2690
+ "targetId": "hm1-p-000083",
2691
+ "status": "active"
2692
+ },
2693
+ {
2694
+ "alias": "item-candied-apple",
2695
+ "targetId": "hm1-p-000084",
2696
+ "status": "active"
2697
+ },
2698
+ {
2699
+ "alias": "item-sunglasses",
2700
+ "targetId": "hm1-p-000085",
2701
+ "status": "active"
2702
+ },
2703
+ {
2704
+ "alias": "item-goggles",
2705
+ "targetId": "hm1-p-000086",
2706
+ "status": "active"
2707
+ },
2708
+ {
2709
+ "alias": "glasses-none",
2710
+ "targetId": "hm1-p-000056",
2711
+ "status": "active"
2712
+ },
2713
+ {
2714
+ "alias": "glasses-round",
2715
+ "targetId": "hm1-p-000057",
2716
+ "status": "active"
2717
+ },
2718
+ {
2719
+ "alias": "glasses-tiny",
2720
+ "targetId": "hm1-p-000058",
2721
+ "status": "active"
2722
+ },
2723
+ {
2724
+ "alias": "item-tabby-cat",
2725
+ "targetId": "hm1-p-000059",
2726
+ "status": "active"
2727
+ },
2728
+ {
2729
+ "alias": "item-cream-cat",
2730
+ "targetId": "hm1-p-000060",
2731
+ "status": "active"
2732
+ },
2733
+ {
2734
+ "alias": "item-ginger-cat",
2735
+ "targetId": "hm1-p-000061",
2736
+ "status": "active"
2737
+ },
2738
+ {
2739
+ "alias": "item-white-cat",
2740
+ "targetId": "hm1-p-000062",
2741
+ "status": "active"
2742
+ },
2743
+ {
2744
+ "alias": "item-black-cat",
2745
+ "targetId": "hm1-p-000063",
2746
+ "status": "active"
2747
+ },
2748
+ {
2749
+ "alias": "item-tuxedo-cat",
2750
+ "targetId": "hm1-p-000064",
2751
+ "status": "active"
2752
+ },
2753
+ {
2754
+ "alias": "item-siamese-cat",
2755
+ "targetId": "hm1-p-000065",
2756
+ "status": "active"
2757
+ },
2758
+ {
2759
+ "alias": "item-gray-cat",
2760
+ "targetId": "hm1-p-000066",
2761
+ "status": "active"
2762
+ },
2763
+ {
2764
+ "alias": "item-tabby-tuxedo-cat",
2765
+ "targetId": "hm1-p-000067",
2766
+ "status": "active"
2767
+ },
2768
+ {
2769
+ "alias": "item-calico-cat",
2770
+ "targetId": "hm1-p-000068",
2771
+ "status": "active"
2772
+ },
2773
+ {
2774
+ "alias": "item-brown-tabby-cat",
2775
+ "targetId": "hm1-p-000069",
2776
+ "status": "active"
2777
+ }
2778
+ ]
2779
+ };
2780
+
2781
+ /**
2782
+ * Humation provider — vendored @humation/core@1.0.1 + @humation/assets-humation-1.
2783
+ *
2784
+ * The upstream manifest (vendors/humation/manifest.js, embedded SVG) is the
2785
+ * single source of truth: selection slots, parts, colors, defaults and crop
2786
+ * stay exactly as upstream defines them. providerOptions accepts:
2787
+ *
2788
+ * selections: { slotId: partId | partName }
2789
+ * colors: { colorId: CSS 颜色(hex / rgb() / rgba() / hsl() / hsla() / 命名色 / transparent) }
2790
+ * crop: crop id from manifest
2791
+ *
2792
+ * Unknown slots/colors/parts produce warnings instead of being dropped.
2793
+ */
2794
+
2795
+ const SOURCE = 'https://github.com/humation-labs/humation';
2796
+ const LICENSE = 'MIT';
2797
+
2798
+ const SLOT_BY_ID = new Map(manifest.selectionSlots.map((slot) => [slot.id, slot]));
2799
+ const PART_BY_ID = new Map(manifest.parts.map((part) => [part.id, part]));
2800
+ const COLOR_BY_ID = new Map(manifest.colors.map((color) => [color.id, color]));
2801
+ const CROP_IDS = Object.keys(manifest.crops || {});
2802
+
2803
+ function buildStyleDefinition() {
2804
+ const props = {};
2805
+ for (const slot of manifest.selectionSlots) {
2806
+ props[`slot:${slot.id}`] = {
2807
+ type: 'array',
2808
+ items: {
2809
+ type: 'string',
2810
+ enum: manifest.parts
2811
+ .filter((part) => part.selectionSlot === slot.id)
2812
+ .map((part) => part.id)
2813
+ },
2814
+ default: [manifest.defaults.selections[slot.id]]
2815
+ };
2816
+ }
2817
+ for (const color of manifest.colors) {
2818
+ // 背景色由 common 层 background 选项控制(normalizeColors 会跳过
2819
+ // colorId === 'background'),这里不生成空操作的控件。
2820
+ if (color.id === 'background') continue;
2821
+ props[`color:${color.id}`] = {
2822
+ type: 'array',
2823
+ items: { type: 'string', pattern: '^#?[0-9a-fA-F]{3,8}$' },
2824
+ default: color.allowTransparent === true ? ['transparent'] : [color.default]
2825
+ };
2826
+ }
2827
+ if (CROP_IDS.length > 0) {
2828
+ props.crop = { type: 'string', enum: CROP_IDS, default: manifest.defaults.crop };
2829
+ }
2830
+ const schema = { properties: props };
2831
+ return {
2832
+ id: 'humation-1',
2833
+ label: 'Humation 1 · 官方经典',
2834
+ provider: 'humation',
2835
+ title: manifest.template.name,
2836
+ designer: '',
2837
+ homepage: SOURCE,
2838
+ source: SOURCE,
2839
+ license: manifest.template.license || LICENSE,
2840
+ licenseUrl: 'https://github.com/humation-labs/humation/blob/main/LICENSE',
2841
+ schema,
2842
+ controls: buildControlsFromSchema(schema)
2843
+ };
2844
+ }
2845
+
2846
+ function normalizeSelections(input, warnings, strict) {
2847
+ const selections = {};
2848
+ if (!input || typeof input !== 'object') return selections;
2849
+ for (const slotId of Object.keys(input)) {
2850
+ if (!SLOT_BY_ID.has(slotId)) {
2851
+ const message = `未知部位 "${slotId}":不在 humation 官方清单中。`;
2852
+ warnings.push(message);
2853
+ if (strict) throw new Error(`dlc-avatar-creator: ${message}`);
2854
+ continue;
2855
+ }
2856
+ const partId = resolvePartId(input[slotId], slotId);
2857
+ if (!partId) {
2858
+ const message = `部位 "${slotId}" 的素材 "${input[slotId]}" 不存在。`;
2859
+ warnings.push(message);
2860
+ if (strict) throw new Error(`dlc-avatar-creator: ${message}`);
2861
+ continue;
2862
+ }
2863
+ selections[slotId] = partId;
2864
+ }
2865
+ return selections;
2866
+ }
2867
+
2868
+ function resolvePartId(value, slotId) {
2869
+ const text = String(value).trim();
2870
+ if (text === '') return undefined;
2871
+ const part = PART_BY_ID.get(text);
2872
+ if (part && part.selectionSlot === slotId) return part.id;
2873
+ const byName = manifest.parts.find(
2874
+ (candidate) => candidate.name === text && candidate.selectionSlot === slotId
2875
+ );
2876
+ return byName ? byName.id : undefined;
2877
+ }
2878
+
2879
+ function normalizeColors(input, warnings, strict) {
2880
+ const colors = {};
2881
+ if (!input || typeof input !== 'object') return colors;
2882
+ for (const colorId of Object.keys(input)) {
2883
+ if (colorId === 'background') continue;
2884
+ if (!COLOR_BY_ID.has(colorId)) {
2885
+ const message = `未知颜色 "${colorId}":不在 humation 官方清单中。`;
2886
+ warnings.push(message);
2887
+ if (strict) throw new Error(`dlc-avatar-creator: ${message}`);
2888
+ continue;
2889
+ }
2890
+ const normalized = normalizeColorWithAlpha(input[colorId]);
2891
+ if (normalized === null) {
2892
+ const message = `颜色 "${colorId}" 的值无效:${JSON.stringify(input[colorId])}`;
2893
+ warnings.push(message);
2894
+ if (strict) throw new Error(`dlc-avatar-creator: ${message}`);
2895
+ continue;
2896
+ }
2897
+ // 引擎会给颜色无条件加 "#" 并大写,字面 "transparent" 会变成非法的
2898
+ // "#TRANSPARENT";这里归一化成 8 位透明黑 "#00000000",在浏览器里同样是全透明。
2899
+ colors[colorId] = normalized === 'transparent'
2900
+ ? '#00000000'
2901
+ : normalized.replace(/^#/, '').toUpperCase();
2902
+ }
2903
+ return colors;
2904
+ }
2905
+
2906
+ function normalizeCrop(value, warnings, strict) {
2907
+ if (value == null || value === '') return manifest.defaults.crop;
2908
+ if (CROP_IDS.indexOf(value) === -1) {
2909
+ const message = `未知裁剪方式 "${value}":不在 humation 官方清单中。`;
2910
+ warnings.push(message);
2911
+ if (strict) throw new Error(`dlc-avatar-creator: ${message}`);
2912
+ return manifest.defaults.crop;
2913
+ }
2914
+ return value;
2915
+ }
2916
+
2917
+ function normalizeBackground(value) {
2918
+ if (value == null || value === '') return undefined;
2919
+ const text = String(value).trim();
2920
+ const normalized = normalizeColorWithAlpha(text);
2921
+ if (normalized === null) {
2922
+ throw new Error(`dlc-avatar-creator: invalid background "${value}" (expected hex / rgb() / hsl() / 命名色 / "transparent")`);
2923
+ }
2924
+ return normalized === 'transparent' ? 'transparent' : normalized.replace(/^#/, '').toUpperCase();
2925
+ }
2926
+
2927
+ const humationProvider = {
2928
+ id: 'humation',
2929
+ label: 'Humation',
2930
+ styles: [buildStyleDefinition()],
2931
+
2932
+ getStyleDefinition(styleId) {
2933
+ if (styleId === 'humation' || styleId === 'humation-1') return this.styles[0];
2934
+ return undefined;
2935
+ },
2936
+
2937
+ normalizeOptions(styleId, options, { strict = false } = {}) {
2938
+ const warnings = [];
2939
+ const selections = normalizeSelections((options || {}).selections, warnings, strict);
2940
+ const colors = normalizeColors((options || {}).colors, warnings, strict);
2941
+ const crop = normalizeCrop((options || {}).crop, warnings, strict);
2942
+ for (const key of Object.keys(options || {})) {
2943
+ if (key !== 'selections' && key !== 'colors' && key !== 'crop') {
2944
+ warnings.push(`未知参数 "${key}":humation 只支持 selections / colors / crop 三个命名空间。`);
2945
+ if (strict) throw new Error(`dlc-avatar-creator: ${warnings[warnings.length - 1]}`);
2946
+ }
2947
+ }
2948
+ return { normalized: { selections, colors, crop }, warnings };
2949
+ },
2950
+
2951
+ render({ style, seed, size, background, options, strict = false }) {
2952
+ const definition = this.getStyleDefinition(style);
2953
+ if (!definition) {
2954
+ throw new Error(`dlc-avatar-creator: unknown humation style "${style}"`);
2955
+ }
2956
+ const { normalized, warnings } = this.normalizeOptions(style, options, { strict });
2957
+ const renderOptions = {
2958
+ seed: cleanText(seed, 128) || undefined,
2959
+ selections: normalized.selections,
2960
+ colors: normalized.colors
2961
+ };
2962
+ if (normalized.crop) renderOptions.crop = normalized.crop;
2963
+ if (background !== undefined) {
2964
+ renderOptions.background = normalizeBackground(background);
2965
+ }
2966
+ const svg = createAvatar(manifest, renderOptions).toString();
2967
+ const match = svg.match(/width="([0-9.]+)"[^>]*height="([0-9.]+)"/);
2968
+ const width = size != null ? size : (match ? parseFloat(match[1]) : 88);
2969
+ const height = size != null ? size : (match ? parseFloat(match[2]) : 88);
2970
+ return {
2971
+ svg,
2972
+ width,
2973
+ height,
2974
+ warnings,
2975
+ metadata: {
2976
+ provider: 'humation',
2977
+ style: definition.id,
2978
+ seed: String(seed),
2979
+ license: definition.license,
2980
+ licenseUrl: definition.licenseUrl,
2981
+ source: definition.source
2982
+ }
2983
+ };
2984
+ }
2985
+ };
2986
+
2987
+ export { buildStyleDefinition as buildHumationStyleDefinition, humationProvider as default, humationProvider };