@dktunited-techoff/techoff-suite-ui 1.9.2 → 1.9.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/components/TsCheckbox/TsCheckbox.js +2 -2
- package/esm/components/TsCheckbox/TsCheckbox.js.map +1 -1
- package/esm/components/TsCheckbox/TsCheckbox.types.d.ts +1 -1
- package/esm/components/TsIcon/icons/detailed-footwear.svg +58 -58
- package/esm/components/TsIcon/icons/detailed-textile.svg +45 -0
- package/esm/components/TsIcon/icons/index.js +2 -2
- package/esm/components/TsIcon/icons/index.js.map +1 -1
- package/esm/components/TsIcon/icons/index.ts +2 -2
- package/lib/components/TsCheckbox/TsCheckbox.js +2 -2
- package/lib/components/TsCheckbox/TsCheckbox.js.map +1 -1
- package/lib/components/TsCheckbox/TsCheckbox.types.d.ts +1 -1
- package/lib/components/TsIcon/icons/detailed-footwear.svg +58 -58
- package/lib/components/TsIcon/icons/detailed-textile.svg +45 -0
- package/lib/components/TsIcon/icons/index.js +2 -2
- package/lib/components/TsIcon/icons/index.js.map +1 -1
- package/lib/components/TsIcon/icons/index.ts +2 -2
- package/package.json +1 -1
- package/src/components/TsCheckbox/TsCheckbox.tsx +6 -4
- package/src/components/TsCheckbox/TsCheckbox.types.ts +1 -1
- package/src/components/TsIcon/icons/detailed-footwear.svg +58 -58
- package/src/components/TsIcon/icons/detailed-textile.svg +45 -0
- package/src/components/TsIcon/icons/index.ts +2 -2
- package/esm/components/TsIcon/icons/t-shirt.svg +0 -1
- package/lib/components/TsIcon/icons/t-shirt.svg +0 -1
- package/src/components/TsIcon/icons/t-shirt.svg +0 -1
|
@@ -10,8 +10,8 @@ export const TsCheckbox = ({ caption, label, checked, disabled, onChange }) => {
|
|
|
10
10
|
return (React.createElement("div", { className: `ts-checkbox ${disabled ? 'ts-checkbox--disabled' : ''}`, onClick: handleChange },
|
|
11
11
|
React.createElement("div", { className: `ts-checkbox-box ${checked ? 'ts-checkbox-box--checked' : ''}` },
|
|
12
12
|
React.createElement(TsIcon, { name: checked ? 'check-square-filled' : 'square', size: "24" })),
|
|
13
|
-
React.createElement("div", { className: `ts-checkbox-container ${caption ? 'ts-checkbox-container--with-caption' : ''}` },
|
|
13
|
+
label && (React.createElement("div", { className: `ts-checkbox-container ${caption ? 'ts-checkbox-container--with-caption' : ''}` },
|
|
14
14
|
React.createElement("div", { className: "ts-checkbox-label" }, label),
|
|
15
|
-
caption && React.createElement("div", { className: "ts-checkbox-caption" }, caption))));
|
|
15
|
+
caption && React.createElement("div", { className: "ts-checkbox-caption" }, caption)))));
|
|
16
16
|
};
|
|
17
17
|
//# sourceMappingURL=TsCheckbox.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TsCheckbox.js","sourceRoot":"","sources":["../../../src/components/TsCheckbox/TsCheckbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAE1C,OAAO,kBAAkB,CAAC;AAE1B,MAAM,CAAC,MAAM,UAAU,GAAG,CAAC,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAmB,EAAE,EAAE;IAC7F,WAAW;IACX,WAAW;IACX,MAAM,YAAY,GAAG,GAAG,EAAE,CAAC,CAAC,QAAQ,IAAI,QAAQ,CAAC,CAAC,OAAO,CAAC,CAAC;IAE3D,YAAY;IACZ,YAAY;IACZ,OAAO,CACL,6BAAK,SAAS,EAAE,eAAe,QAAQ,CAAC,CAAC,CAAC,uBAAuB,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,OAAO,EAAE,YAAY;QAC7F,6BAAK,SAAS,EAAE,mBAAmB,OAAO,CAAC,CAAC,CAAC,0BAA0B,CAAC,CAAC,CAAC,EAAE,EAAE;YAC5E,oBAAC,MAAM,IAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC,qBAAqB,CAAC,CAAC,CAAC,QAAQ,EAAE,IAAI,EAAC,IAAI,GAAG,CAClE;
|
|
1
|
+
{"version":3,"file":"TsCheckbox.js","sourceRoot":"","sources":["../../../src/components/TsCheckbox/TsCheckbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAE1C,OAAO,kBAAkB,CAAC;AAE1B,MAAM,CAAC,MAAM,UAAU,GAAG,CAAC,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAmB,EAAE,EAAE;IAC7F,WAAW;IACX,WAAW;IACX,MAAM,YAAY,GAAG,GAAG,EAAE,CAAC,CAAC,QAAQ,IAAI,QAAQ,CAAC,CAAC,OAAO,CAAC,CAAC;IAE3D,YAAY;IACZ,YAAY;IACZ,OAAO,CACL,6BAAK,SAAS,EAAE,eAAe,QAAQ,CAAC,CAAC,CAAC,uBAAuB,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,OAAO,EAAE,YAAY;QAC7F,6BAAK,SAAS,EAAE,mBAAmB,OAAO,CAAC,CAAC,CAAC,0BAA0B,CAAC,CAAC,CAAC,EAAE,EAAE;YAC5E,oBAAC,MAAM,IAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC,qBAAqB,CAAC,CAAC,CAAC,QAAQ,EAAE,IAAI,EAAC,IAAI,GAAG,CAClE;QAEL,KAAK,IAAI,CACR,6BAAK,SAAS,EAAE,yBAAyB,OAAO,CAAC,CAAC,CAAC,qCAAqC,CAAC,CAAC,CAAC,EAAE,EAAE;YAC7F,6BAAK,SAAS,EAAC,mBAAmB,IAAE,KAAK,CAAO;YAC/C,OAAO,IAAI,6BAAK,SAAS,EAAC,qBAAqB,IAAE,OAAO,CAAO,CAC5D,CACP,CACG,CACP,CAAC;AACJ,CAAC,CAAC"}
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
4
|
viewBox="0 0 33.6 20.8" style="enable-background:new 0 0 33.6 20.8;" xml:space="preserve">
|
|
5
5
|
<style type="text/css">
|
|
6
|
-
.st0{display:none;}
|
|
7
|
-
.st1{fill:none;stroke:#000000;stroke-width:0.7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
|
6
|
+
.st0-detailed-footwear{display:none;}
|
|
7
|
+
.st1-detailed-footwear{fill:none;stroke:#000000;stroke-width:0.7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
|
8
8
|
</style>
|
|
9
|
-
<g id="Calque_1_00000179617517466086946620000010608077286789513383_" class="st0">
|
|
9
|
+
<g id="Calque_1_00000179617517466086946620000010608077286789513383_" class="st0-detailed-footwear">
|
|
10
10
|
</g>
|
|
11
11
|
<g id="Calque_2_00000124129821288116608210000005806568011804293285_">
|
|
12
12
|
<g>
|
|
13
|
-
<path class="st1" d="M3.2,5.8l-0.4,0c0,0-0.2,0.2-0.4,0.4C2.2,6.4,2.1,6.4,2,6.5c-0.1,0-0.3,0.2-0.6,0.2c-0.2,0-0.3-0.1-0.5,0
|
|
13
|
+
<path class="st1-detailed-footwear" d="M3.2,5.8l-0.4,0c0,0-0.2,0.2-0.4,0.4C2.2,6.4,2.1,6.4,2,6.5c-0.1,0-0.3,0.2-0.6,0.2c-0.2,0-0.3-0.1-0.5,0
|
|
14
14
|
c-0.2,0-0.3,0-0.4,0.1c0,0,1.1,0.6,2,1.1c0.8,0.5,1.2,0.7,1.6,1c0.9,0.6,1.2,1,2.4,1.7c0.3,0.2,0.7,0.4,0.7,0.4
|
|
15
15
|
c0.6,0.4,1.1,0.7,1.3,0.8c1.2,0.7,2.4,1.5,3.9,2.5c0.6,0.4,0.4,0.3,0.9,0.7c1.5,1.1,2.3,1.6,3.2,2.1c1.7,1,3.2,1.5,3.9,1.7
|
|
16
16
|
c1.3,0.4,2.2,0.6,2.5,0.6c0.5,0.1,1,0.1,1.6,0.2c1,0.1,1.6,0.1,1.8,0.1c0.5,0,0.9,0,0.9,0c0.4,0,0.8-0.1,1.4-0.1
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
c-0.3-0.2-0.4-0.3-1.3-0.8c-1-0.6-0.8-0.5-1.2-0.8c-1.3-0.8-1.3-0.8-1.8-1.1c-0.5-0.3-0.6-0.4-1-0.6C9.4,9.1,9.1,8.9,8.6,8.7
|
|
21
21
|
C8.4,8.6,8,8.4,7.4,8.1C7.1,8,6.8,7.9,6.6,7.8C5.8,7.6,5.7,7.5,5,7.3C4.9,7.2,4.4,7.1,4.1,6.8C3.9,6.7,3.8,6.5,3.8,6.5
|
|
22
22
|
c-0.1,0-0.1-0.1-0.2-0.2C3.4,6.2,3.4,6.2,3.3,6.1C3.3,6,3.2,5.9,3.2,5.8z"/>
|
|
23
|
-
<path class="st1" d="M0.5,6.7l0,0.2c0.2,0.1,0.6,0.3,1,0.6c0.6,0.4,0.7,0.4,1,0.6c0.6,0.4,1.1,0.6,1.6,1c0.5,0.3,0.8,0.6,1.2,0.9
|
|
23
|
+
<path class="st1-detailed-footwear" d="M0.5,6.7l0,0.2c0.2,0.1,0.6,0.3,1,0.6c0.6,0.4,0.7,0.4,1,0.6c0.6,0.4,1.1,0.6,1.6,1c0.5,0.3,0.8,0.6,1.2,0.9
|
|
24
24
|
c0.7,0.6,0.7,0.6,1.3,1c0.4,0.3,0.9,0.7,2.1,1.4c0.5,0.3,0.7,0.5,1,0.7c0.8,0.5,1.2,0.8,1.8,1.2c0.8,0.5,1.3,0.9,2.1,1.4
|
|
25
25
|
c1,0.7,1.5,1.1,2.3,1.5c0.3,0.2,0.6,0.3,0.8,0.4c0.4,0.2,1.2,0.6,2.1,0.9c0.9,0.4,1.8,0.7,3.1,1c0.5,0.1,0.9,0.1,1.4,0.2
|
|
26
26
|
c1.3,0.1,2.3,0.1,3,0.1c0.2,0,0.8,0,2-0.1c0,0,0.7,0,1.7-0.2c0.2,0,0.5-0.1,0.8-0.2c0.3-0.1,0.4-0.3,0.6-0.4
|
|
27
27
|
c0.2-0.2,0.4-0.4,0.7-0.7l-0.1,0"/>
|
|
28
|
-
<path class="st1" d="M3.4,6.1L3.4,6.1c0-0.1,0.1-0.2,0.1-0.3c0.1-0.1,0.1-0.2,0.2-0.3C3.9,5.3,3.9,5.3,4.1,5
|
|
28
|
+
<path class="st1-detailed-footwear" d="M3.4,6.1L3.4,6.1c0-0.1,0.1-0.2,0.1-0.3c0.1-0.1,0.1-0.2,0.2-0.3C3.9,5.3,3.9,5.3,4.1,5
|
|
29
29
|
c0.1-0.1,0.2-0.2,0.4-0.5c0.2-0.2,0.3-0.3,0.4-0.5c0.4-0.5,0.6-0.7,0.8-0.9c0.1-0.1,0.2-0.3,0.5-0.7C6.4,2.2,6.5,2,6.6,1.8
|
|
30
30
|
C6.7,1.7,6.8,1.6,7,1.2C7,1.1,7.1,1.1,7.1,1C7.1,1,7,1,7,0.9c0,0,0-0.1,0-0.1c0,0-0.1,0.2-0.2,0.2C6.6,1.1,6.4,1.5,6.4,1.5
|
|
31
31
|
c-0.7,1-0.7,1-0.8,1.2C5.3,3,5.1,3.3,4.8,3.6C4.7,3.8,4.6,3.9,4.4,4.1C4.2,4.4,4.1,4.5,4,4.7C3.6,5.2,3.5,5.4,3.4,5.5
|
|
32
32
|
C3.4,5.6,3.3,5.7,3.3,5.8l0,0.1"/>
|
|
33
|
-
<path class="st1" d="M32,18.1l0.5,0c-0.1,0.2-0.2,0.4-0.4,0.6c-0.2,0.2-0.3,0.3-0.5,0.4c-0.2,0.1-0.5,0.3-1,0.5
|
|
33
|
+
<path class="st1-detailed-footwear" d="M32,18.1l0.5,0c-0.1,0.2-0.2,0.4-0.4,0.6c-0.2,0.2-0.3,0.3-0.5,0.4c-0.2,0.1-0.5,0.3-1,0.5
|
|
34
34
|
c-0.2,0.1-0.5,0.2-0.9,0.2c-0.8,0.2-1.4,0.2-1.7,0.2c-1.2,0-1.8,0.1-2.6,0c-0.8,0-1.5-0.1-2.7-0.2c-0.3,0-0.6,0-1-0.1
|
|
35
35
|
c-0.5-0.1-0.8-0.2-1.3-0.3c-0.4-0.1-0.9-0.2-1.5-0.4c-0.2-0.1-0.6-0.2-1.4-0.5c-0.5-0.2-0.9-0.3-1.4-0.5C16,18.1,15.8,18,15.7,18
|
|
36
36
|
c0,0-0.1-0.1-0.2-0.2c0,0-0.1-0.1-0.4-0.3C14.7,17.2,14,17,14,17c-0.1,0-0.7-0.3-2-0.8c-0.8-0.3-0.9-0.4-1.4-0.5
|
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
c-0.1-0.1-0.5-0.3-1.1-0.8c-0.2-0.2-0.3-0.3-0.5-0.4c-0.2-0.2-0.3-0.4-0.6-0.7c-0.2-0.3-0.4-0.5-0.6-0.9C1.1,10.2,1,10,0.8,9.8
|
|
39
39
|
C0.7,9.5,0.7,9.1,0.5,8.5C0.5,8.2,0.4,8.1,0.5,7.9c0-0.1,0-0.2,0-0.3c0-0.2,0-0.3,0-0.3c0,0-0.1-0.2,0-0.3c0,0,0,0,0-0.1
|
|
40
40
|
c0,0,0,0,0.1-0.1l0.1,0"/>
|
|
41
|
-
<line class="st1" x1="9.9" y1="15.5" x2="9.9" y2="15.5"/>
|
|
42
|
-
<path class="st1" d="M0.8,9.7L0.8,9.7c0,0.2,0.1,0.4,0.2,0.6c0.1,0.2,0.2,0.6,0.5,1c0.3,0.5,0.7,0.9,0.8,1
|
|
41
|
+
<line class="st1-detailed-footwear" x1="9.9" y1="15.5" x2="9.9" y2="15.5"/>
|
|
42
|
+
<path class="st1-detailed-footwear" d="M0.8,9.7L0.8,9.7c0,0.2,0.1,0.4,0.2,0.6c0.1,0.2,0.2,0.6,0.5,1c0.3,0.5,0.7,0.9,0.8,1
|
|
43
43
|
c0.2,0.2,0.6,0.5,1.3,1.1c0.6,0.4,0.6,0.5,0.7,0.5c0.4,0.2,0.7,0.4,1.2,0.6c0.3,0.1,0.6,0.2,1.2,0.5c0.5,0.2,0.9,0.3,1.2,0.4
|
|
44
44
|
c0.1,0,0.3,0.1,0.3,0.1c0.3,0,0.4,0,0.4,0c0.3,0,0.3,0,0.4,0c0.1,0,0.2,0,0.4,0l0.4,0"/>
|
|
45
|
-
<path class="st1" d="M8.7,15.5L8.7,15.5c-0.1,0-0.1-0.1-0.2-0.1c0,0,0,0-0.1-0.1c0,0-0.1-0.1-0.2-0.1L8,15.2"/>
|
|
46
|
-
<path class="st1" d="M32.5,18.1L32.5,18.1c0.1-0.3,0.2-0.5,0.2-0.6c0-0.2,0.1-0.3,0.1-0.5c0-0.1,0-0.3,0.1-0.4c0-0.1,0-0.1,0-0.2
|
|
45
|
+
<path class="st1-detailed-footwear" d="M8.7,15.5L8.7,15.5c-0.1,0-0.1-0.1-0.2-0.1c0,0,0,0-0.1-0.1c0,0-0.1-0.1-0.2-0.1L8,15.2"/>
|
|
46
|
+
<path class="st1-detailed-footwear" d="M32.5,18.1L32.5,18.1c0.1-0.3,0.2-0.5,0.2-0.6c0-0.2,0.1-0.3,0.1-0.5c0-0.1,0-0.3,0.1-0.4c0-0.1,0-0.1,0-0.2
|
|
47
47
|
l0,0c0.1,0,0.1,0.1,0.1,0.1c0,0,0,0,0.1,0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0.1,0,0.1,0,0.2c0,0.4-0.1,0.7-0.1,0.7
|
|
48
48
|
c0,0.2-0.1,0.4-0.2,0.5c-0.1,0.3-0.3,0.6-0.4,0.7c-0.2,0.3-0.4,0.4-0.6,0.6c-0.2,0.2-0.4,0.3-0.4,0.3c-0.1,0.1-0.3,0.1-0.3,0.1
|
|
49
49
|
c-0.1,0-0.2,0.1-0.3,0.1c-0.2,0.1-0.4,0.1-0.5,0.1c-0.1,0-0.1,0-0.2,0l0,0c0,0,0,0,0,0c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0
|
|
@@ -55,107 +55,107 @@
|
|
|
55
55
|
c0,0,0,0,0,0c-0.6-0.3-0.8-0.3-0.8-0.3s-0.1,0-0.2-0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0-0.1-0.1c-0.1,0-0.1,0-0.1-0.1
|
|
56
56
|
c-0.1,0-0.2-0.1-0.3-0.1c-0.3-0.1-0.4-0.1-0.5-0.2c0,0,0,0-0.1,0c0,0,0,0-0.1,0c-0.1,0-0.1,0-0.2,0c0,0-0.1,0-0.1,0c0,0,0,0-0.1,0
|
|
57
57
|
c0,0-0.1-0.1-0.1-0.1c0,0-0.1-0.1-0.1-0.1L15.7,18"/>
|
|
58
|
-
<path class="st1" d="M18.3,7.5c0.1,0.1,0.1,0.2,0.1,0.3c0.1,0.2,0.1,0.3,0.2,0.7c0,0.1,0.1,0.2,0.2,0.3c0.1,0,0.2,0.1,0.2,0.1
|
|
58
|
+
<path class="st1-detailed-footwear" d="M18.3,7.5c0.1,0.1,0.1,0.2,0.1,0.3c0.1,0.2,0.1,0.3,0.2,0.7c0,0.1,0.1,0.2,0.2,0.3c0.1,0,0.2,0.1,0.2,0.1
|
|
59
59
|
c0.1,0,0.1,0,0.3,0c0.1,0,0.1,0,0.2,0"/>
|
|
60
|
-
<path class="st1" d="M16.8,6.3c0.1,0.1,0.3,0.2,0.5,0.4c0.1,0.1,0.2,0.2,0.4,0.3c0,0,0,0,0,0"/>
|
|
61
|
-
<path class="st1" d="M23.8,12.3l0.3,0.5c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0-0.1,0-0.2,0
|
|
60
|
+
<path class="st1-detailed-footwear" d="M16.8,6.3c0.1,0.1,0.3,0.2,0.5,0.4c0.1,0.1,0.2,0.2,0.4,0.3c0,0,0,0,0,0"/>
|
|
61
|
+
<path class="st1-detailed-footwear" d="M23.8,12.3l0.3,0.5c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0-0.1,0-0.2,0
|
|
62
62
|
c-0.2,0-0.4-0.1-0.4-0.1c-0.7-0.3-1.2-0.8-1.2-0.8c-0.1-0.1-0.2-0.1-0.3-0.2c-0.1-0.1-0.1-0.1-0.2-0.2c-0.1-0.1-0.2-0.2-0.3-0.2
|
|
63
63
|
c-0.1-0.1-0.2-0.2-0.3-0.2c-0.2-0.2-0.4-0.3-0.6-0.5c-0.2-0.2-0.4-0.3-1.1-0.8c-0.8-0.6-1.2-0.9-1.3-0.9c-0.4-0.3-0.9-0.6-1.4-0.9
|
|
64
64
|
c-0.1,0-0.2-0.2-0.5-0.2c-0.1,0-0.2,0-0.3-0.1c-0.3,0-0.4,0-0.6,0c-0.2,0-0.3,0-0.4-0.1c-0.2-0.1-0.3-0.1-0.3-0.2
|
|
65
65
|
c-0.5-0.4-1-0.7-1.5-1.1c0,0,0,0-0.1-0.1c0,0-0.1-0.1-0.1-0.1c0,0-0.1-0.1-0.1-0.2c0,0,0-0.1,0-0.2C13,6,13,6,13,6
|
|
66
66
|
c0,0,0.1,0,0.1-0.1c0.1,0,0.2,0,0.2,0c0.3,0,0.6,0,0.8-0.1c0.5,0,0.5,0,0.9,0c0.2,0,0.4,0,0.5,0c0.1,0,0.4,0,0.6,0.1
|
|
67
67
|
c0,0,0,0,0.1,0"/>
|
|
68
|
-
<path class="st1" d="M22,11c0.1,0.1,0.1,0.2,0.2,0.3c0,0.1,0.1,0.2,0.3,0.3c0.1,0.1,0.2,0.1,0.2,0.1c0.1,0,0.2,0,0.2,0
|
|
68
|
+
<path class="st1-detailed-footwear" d="M22,11c0.1,0.1,0.1,0.2,0.2,0.3c0,0.1,0.1,0.2,0.3,0.3c0.1,0.1,0.2,0.1,0.2,0.1c0.1,0,0.2,0,0.2,0
|
|
69
69
|
c0.1,0,0.2,0,0.3,0c0,0,0,0,0.1,0"/>
|
|
70
|
-
<path class="st1" d="M20,9.1c0.1,0.1,0.1,0.1,0.1,0.2c0.1,0.2,0.2,0.4,0.4,0.7c0.1,0.1,0.1,0.2,0.2,0.2c0.1,0.1,0.2,0.1,0.3,0.1
|
|
70
|
+
<path class="st1-detailed-footwear" d="M20,9.1c0.1,0.1,0.1,0.1,0.1,0.2c0.1,0.2,0.2,0.4,0.4,0.7c0.1,0.1,0.1,0.2,0.2,0.2c0.1,0.1,0.2,0.1,0.3,0.1
|
|
71
71
|
c0,0,0.1,0,0.3,0c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0.1,0.2,0.2c0,0,0,0,0,0.1"/>
|
|
72
|
-
<path class="st1" d="M16.7,5.5c-0.1,0-0.2-0.1-0.4-0.1c-0.2,0-0.3,0-0.5-0.1c-1,0-1,0-1,0c-0.5,0-0.6,0-1.4,0.1
|
|
72
|
+
<path class="st1-detailed-footwear" d="M16.7,5.5c-0.1,0-0.2-0.1-0.4-0.1c-0.2,0-0.3,0-0.5-0.1c-1,0-1,0-1,0c-0.5,0-0.6,0-1.4,0.1
|
|
73
73
|
c-0.5,0-0.4,0-1.2,0c-0.5,0-1,0-1.5,0c-0.2,0-0.5,0-0.9-0.1C9.7,5.1,9.5,5,9.5,5C9.4,4.9,9.3,4.8,9.2,4.6C9,4.5,9,4.3,8.9,4.2
|
|
74
74
|
c0-0.1-0.1-0.2-0.2-0.4C8.7,3.6,8.6,3.5,8.6,3.2C8.5,2.8,8.5,2.9,8.4,2.5C8.3,2.2,8.2,2,8.2,1.7c0,0,0-0.1-0.1-0.2c0,0,0,0,0,0
|
|
75
75
|
c0,0,0,0-0.1-0.1c0,0-0.2,0-0.3-0.1c-0.1,0-0.2-0.1-0.3-0.1c-0.1,0-0.1-0.1-0.2-0.1L7.1,1"/>
|
|
76
|
-
<path class="st1" d="M18.1,6.6c-0.1-0.1-0.1-0.2-0.2-0.3c-0.1-0.2-0.1-0.1-0.1-0.2c-0.1-0.1-0.1-0.1-0.2-0.2"/>
|
|
77
|
-
<path class="st1" d="M19.6,8.4C19.6,8.4,19.5,8.4,19.6,8.4c-0.3,0-0.4,0-0.4,0s-0.1,0-0.1,0c0,0,0,0,0,0c0,0,0,0,0,0
|
|
76
|
+
<path class="st1-detailed-footwear" d="M18.1,6.6c-0.1-0.1-0.1-0.2-0.2-0.3c-0.1-0.2-0.1-0.1-0.1-0.2c-0.1-0.1-0.1-0.1-0.2-0.2"/>
|
|
77
|
+
<path class="st1-detailed-footwear" d="M19.6,8.4C19.6,8.4,19.5,8.4,19.6,8.4c-0.3,0-0.4,0-0.4,0s-0.1,0-0.1,0c0,0,0,0,0,0c0,0,0,0,0,0
|
|
78
78
|
c0,0-0.1-0.4-0.1-0.4c-0.1-0.3-0.2-0.5-0.3-0.6c0-0.1,0-0.1-0.1-0.1"/>
|
|
79
|
-
<path class="st1" d="M22.1,10.3c0-0.1-0.1-0.1-0.1-0.2c-0.1-0.1-0.1-0.2-0.3-0.3c-0.1-0.1-0.2-0.1-0.2-0.1c-0.1,0-0.1,0-0.2,0
|
|
79
|
+
<path class="st1-detailed-footwear" d="M22.1,10.3c0-0.1-0.1-0.1-0.1-0.2c-0.1-0.1-0.1-0.2-0.3-0.3c-0.1-0.1-0.2-0.1-0.2-0.1c-0.1,0-0.1,0-0.2,0
|
|
80
80
|
c-0.2,0-0.3,0.1-0.4,0c-0.1,0-0.2-0.1-0.2-0.1c-0.1-0.1-0.1-0.1-0.1-0.2c0,0-0.1-0.2-0.2-0.4c-0.1-0.1-0.1-0.2-0.2-0.3"/>
|
|
81
|
-
<path class="st1" d="M23.5,11.4c0,0-0.1,0-0.2,0c-0.3,0-0.4,0-0.4,0c-0.1,0-0.2-0.1-0.2-0.1c0,0-0.1-0.1-0.1-0.1
|
|
81
|
+
<path class="st1-detailed-footwear" d="M23.5,11.4c0,0-0.1,0-0.2,0c-0.3,0-0.4,0-0.4,0c-0.1,0-0.2-0.1-0.2-0.1c0,0-0.1-0.1-0.1-0.1
|
|
82
82
|
c-0.1-0.1-0.1-0.2-0.2-0.3"/>
|
|
83
|
-
<path class="st1" d="M32.9,16.3L32.9,16.3c0-0.1,0-0.1-0.1-0.2c-0.1-0.1-0.2-0.2-0.2-0.2c-0.4-0.2-0.5-0.3-0.5-0.3
|
|
83
|
+
<path class="st1-detailed-footwear" d="M32.9,16.3L32.9,16.3c0-0.1,0-0.1-0.1-0.2c-0.1-0.1-0.2-0.2-0.2-0.2c-0.4-0.2-0.5-0.3-0.5-0.3
|
|
84
84
|
c-0.3-0.1-0.5-0.3-0.8-0.4c-0.7-0.3-0.8-0.4-2-1c-1.1-0.5-0.9-0.4-1.5-0.7c-0.3-0.1-0.5-0.3-2-1.1c-0.2-0.1-0.5-0.3-0.6-0.4
|
|
85
85
|
c0,0,0,0,0,0c0,0,0,0.1,0,0.2c0,0.1-0.1,0.1-0.2,0.1c-0.1,0-0.3,0.1-0.5,0.1c0,0-0.1,0-0.2,0c-0.1-0.1-0.2-0.2-0.3-0.4
|
|
86
86
|
c0-0.1-0.1-0.1-0.1-0.2"/>
|
|
87
|
-
<path class="st1" d="M14.3,6.3C14.3,6.3,14.3,6.3,14.3,6.3c0,0.1,0,0.1,0,0.2c0,0,0,0,0,0.1c0,0,0,0,0.1,0c0,0,0,0,0.1,0
|
|
87
|
+
<path class="st1-detailed-footwear" d="M14.3,6.3C14.3,6.3,14.3,6.3,14.3,6.3c0,0.1,0,0.1,0,0.2c0,0,0,0,0,0.1c0,0,0,0,0.1,0c0,0,0,0,0.1,0
|
|
88
88
|
c0,0,0,0,0.1,0c0,0,0.1,0,0.1,0c0,0,0,0,0-0.1c0,0,0,0,0-0.1c0,0,0,0,0-0.1c0,0,0,0-0.1,0C14.4,6.3,14.4,6.3,14.3,6.3
|
|
89
89
|
C14.3,6.3,14.3,6.3,14.3,6.3z"/>
|
|
90
|
-
<path class="st1" d="M17.7,5.2c-0.3-0.3-0.2-0.2-0.4-0.4C16.6,4,16,3.2,16,3.2c0,0-0.1,0-0.1,0c-0.3,0-0.5,0.1-0.6,0.1
|
|
90
|
+
<path class="st1-detailed-footwear" d="M17.7,5.2c-0.3-0.3-0.2-0.2-0.4-0.4C16.6,4,16,3.2,16,3.2c0,0-0.1,0-0.1,0c-0.3,0-0.5,0.1-0.6,0.1
|
|
91
91
|
c-0.5,0.2-0.8,0.2-1.1,0.4c-0.3,0.2-0.5,0.3-0.5,0.4c-0.1,0.2-0.2,0.3-0.2,0.4c0,0.1-0.1,0.2-0.1,0.3"/>
|
|
92
|
-
<path class="st1" d="M21.1,8.8C21.1,8.7,21,8.7,21.1,8.8c-0.3-0.3-0.5-0.4-0.7-0.7c-0.1-0.1-0.1-0.2-0.2-0.3
|
|
92
|
+
<path class="st1-detailed-footwear" d="M21.1,8.8C21.1,8.7,21,8.7,21.1,8.8c-0.3-0.3-0.5-0.4-0.7-0.7c-0.1-0.1-0.1-0.2-0.2-0.3
|
|
93
93
|
c-0.2-0.2-0.4-0.4-0.4-0.4c-0.3-0.3-0.5-0.5-1.1-1.2"/>
|
|
94
|
-
<path class="st1" d="M22.5,10.1c-0.1-0.1-0.1-0.2-0.1-0.2c-0.1-0.1-0.4-0.4-0.7-0.7"/>
|
|
95
|
-
<path class="st1" d="M23.6,11c-0.1,0-0.1-0.1-0.1-0.1c0,0,0,0,0,0s0,0-0.1-0.1"/>
|
|
96
|
-
<path class="st1" d="M25.3,12.1l-0.8-0.5c-0.1,0-0.2-0.1-0.4-0.2"/>
|
|
97
|
-
<path class="st1" d="M17,5.3C17,5.2,17,5.2,16.9,5.2c0,0-0.1-0.1-0.1-0.1c-0.1-0.1-0.3-0.2-0.5-0.2c-0.2-0.1-0.3-0.1-0.7-0.1
|
|
94
|
+
<path class="st1-detailed-footwear" d="M22.5,10.1c-0.1-0.1-0.1-0.2-0.1-0.2c-0.1-0.1-0.4-0.4-0.7-0.7"/>
|
|
95
|
+
<path class="st1-detailed-footwear" d="M23.6,11c-0.1,0-0.1-0.1-0.1-0.1c0,0,0,0,0,0s0,0-0.1-0.1"/>
|
|
96
|
+
<path class="st1-detailed-footwear" d="M25.3,12.1l-0.8-0.5c-0.1,0-0.2-0.1-0.4-0.2"/>
|
|
97
|
+
<path class="st1-detailed-footwear" d="M17,5.3C17,5.2,17,5.2,16.9,5.2c0,0-0.1-0.1-0.1-0.1c-0.1-0.1-0.3-0.2-0.5-0.2c-0.2-0.1-0.3-0.1-0.7-0.1
|
|
98
98
|
c-0.3,0-0.4,0-0.6,0c-0.5,0-0.7,0-1.5,0c-0.3,0-0.2,0-0.3,0c-0.5,0-0.6,0-1.2,0.1c-0.5,0-0.4,0-0.7,0c-0.2,0-0.4,0.1-0.7,0.1
|
|
99
99
|
c-0.2,0-0.3,0-0.5,0C10,4.8,9.9,4.7,9.9,4.7c-0.1,0-0.2-0.1-0.3-0.4C9.5,4.1,9.4,3.9,9.3,3.7C9.2,3.5,9.1,3.2,9.1,2.9
|
|
100
100
|
C8.9,2.4,8.8,2.1,8.8,2c0-0.2-0.1-0.3-0.2-0.5c0-0.1-0.1-0.2-0.2-0.3C8.3,1.1,8.2,1,7.9,0.9c-0.1,0-0.2-0.1-0.3-0.1
|
|
101
101
|
c-0.1,0-0.2-0.1-0.2-0.1"/>
|
|
102
|
-
<line class="st1" x1="17.7" y1="6.1" x2="17.5" y2="5.9"/>
|
|
103
|
-
<path class="st1" d="M13.9,4.7L13.9,4.7c0.1-0.1,0.1-0.2,0.2-0.3c0.1-0.1,0.2-0.2,0.4-0.3C14.7,4,14.8,4,14.9,4
|
|
102
|
+
<line class="st1-detailed-footwear" x1="17.7" y1="6.1" x2="17.5" y2="5.9"/>
|
|
103
|
+
<path class="st1-detailed-footwear" d="M13.9,4.7L13.9,4.7c0.1-0.1,0.1-0.2,0.2-0.3c0.1-0.1,0.2-0.2,0.4-0.3C14.7,4,14.8,4,14.9,4
|
|
104
104
|
c0.3-0.1,0.5-0.1,0.7-0.2c0.1,0,0.3,0,0.5-0.1l0.3,0"/>
|
|
105
|
-
<path class="st1" d="M13.5,4.3l-0.7,0c-0.5,0-0.8,0-1.1,0c-0.3,0-0.7,0-1,0c-0.2,0-0.3,0-0.5,0c0,0-0.1,0-0.1,0
|
|
105
|
+
<path class="st1-detailed-footwear" d="M13.5,4.3l-0.7,0c-0.5,0-0.8,0-1.1,0c-0.3,0-0.7,0-1,0c-0.2,0-0.3,0-0.5,0c0,0-0.1,0-0.1,0
|
|
106
106
|
c-0.1,0-0.2-0.1-0.2-0.1C9.6,3.8,9.4,3.5,9.4,3.5C9.3,3.3,9.2,3,9,2.6C8.9,2.2,8.8,1.7,8.7,1.4c0,0,0-0.1-0.2-0.5c0,0,0,0,0,0
|
|
107
107
|
c0,0-0.1-0.1-0.3-0.2c-0.1,0-0.1,0-0.2-0.1c-0.1,0-0.2,0-0.4-0.1c-0.1,0-0.2,0-0.2,0"/>
|
|
108
|
-
<path class="st1" d="M19.5,7.3c0.1,0.1,0.2,0.2,0.3,0.2c0.1,0.1,0.1,0.1,0.2,0.2c0,0,0.1,0.1,0.1,0.1c0,0.1,0,0.1,0.1,0.2
|
|
108
|
+
<path class="st1-detailed-footwear" d="M19.5,7.3c0.1,0.1,0.2,0.2,0.3,0.2c0.1,0.1,0.1,0.1,0.2,0.2c0,0,0.1,0.1,0.1,0.1c0,0.1,0,0.1,0.1,0.2
|
|
109
109
|
c0,0.1,0.1,0.1,0.1,0.2c0,0.1,0.1,0.1,0.1,0.1"/>
|
|
110
|
-
<path class="st1" d="M19.8,7.6c0,0,0,0.1,0,0.2c0,0.1,0,0.1-0.1,0.2c0,0.1,0,0.1-0.1,0.2c0,0.1,0,0.1,0,0.1c0,0.1,0,0.1-0.1,0.1
|
|
110
|
+
<path class="st1-detailed-footwear" d="M19.8,7.6c0,0,0,0.1,0,0.2c0,0.1,0,0.1-0.1,0.2c0,0.1,0,0.1-0.1,0.2c0,0.1,0,0.1,0,0.1c0,0.1,0,0.1-0.1,0.1
|
|
111
111
|
c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.2c0,0.1,0,0.2,0,0.2c0,0.1,0,0.1,0,0.1c0,0,0,0.1,0,0.1c0,0.1,0,0.1,0.1,0.1c0,0,0,0,0.1,0
|
|
112
112
|
c0,0,0.1,0,0.1,0c0,0,0,0,0.1,0c0,0,0.1-0.1,0.1-0.1c0.1-0.1,0.1-0.1,0.1-0.2c0-0.1,0.1-0.2,0.1-0.2c0.1-0.1,0.1-0.3,0.1-0.3
|
|
113
113
|
c0-0.1,0-0.3,0-0.5"/>
|
|
114
|
-
<path class="st1" d="M19.7,7.6C19.8,7.6,19.8,7.7,19.7,7.6c0.1,0.1,0.1,0.1,0.2,0.1c0,0.1,0,0.1,0.1,0.1C20,7.9,20,8,20.1,8
|
|
114
|
+
<path class="st1-detailed-footwear" d="M19.7,7.6C19.8,7.6,19.8,7.7,19.7,7.6c0.1,0.1,0.1,0.1,0.2,0.1c0,0.1,0,0.1,0.1,0.1C20,7.9,20,8,20.1,8
|
|
115
115
|
c0,0,0.1,0.1,0.1,0.1"/>
|
|
116
|
-
<line class="st1" x1="20.2" y1="8.1" x2="20.2" y2="8.1"/>
|
|
117
|
-
<line class="st1" x1="20.2" y1="8.2" x2="20.2" y2="8.1"/>
|
|
118
|
-
<path class="st1" d="M19.6,7.4L19.6,7.4c-0.2,0-0.3,0-0.5,0c0,0-0.2,0-0.3,0c0,0-0.1,0-0.1,0l0,0"/>
|
|
119
|
-
<path class="st1" d="M19.6,7.5L19.6,7.5c0.1,0.1,0.1,0.1,0.1,0.1c0,0,0,0,0,0s0,0,0,0.1"/>
|
|
120
|
-
<path class="st1" d="M18.9,8.1c0,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0c0,0,0.1,0,0.1,0c0,0,0,0,0.1,0"/>
|
|
121
|
-
<path class="st1" d="M17.5,5c0.1,0,0.2,0,0.3,0c0.1,0.1,0.2,0.1,0.3,0.2c0.1,0.1,0.2,0.2,0.2,0.3c0.1,0.1,0.1,0.3,0.1,0.4
|
|
116
|
+
<line class="st1-detailed-footwear" x1="20.2" y1="8.1" x2="20.2" y2="8.1"/>
|
|
117
|
+
<line class="st1-detailed-footwear" x1="20.2" y1="8.2" x2="20.2" y2="8.1"/>
|
|
118
|
+
<path class="st1-detailed-footwear" d="M19.6,7.4L19.6,7.4c-0.2,0-0.3,0-0.5,0c0,0-0.2,0-0.3,0c0,0-0.1,0-0.1,0l0,0"/>
|
|
119
|
+
<path class="st1-detailed-footwear" d="M19.6,7.5L19.6,7.5c0.1,0.1,0.1,0.1,0.1,0.1c0,0,0,0,0,0s0,0,0,0.1"/>
|
|
120
|
+
<path class="st1-detailed-footwear" d="M18.9,8.1c0,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0c0,0,0.1,0,0.1,0c0,0,0,0,0.1,0"/>
|
|
121
|
+
<path class="st1-detailed-footwear" d="M17.5,5c0.1,0,0.2,0,0.3,0c0.1,0.1,0.2,0.1,0.3,0.2c0.1,0.1,0.2,0.2,0.2,0.3c0.1,0.1,0.1,0.3,0.1,0.4
|
|
122
122
|
c0,0.1,0,0.2,0,0.4c0,0.3,0,0.2,0,0.4c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.1c0,0.1-0.1,0.1-0.1,0.3c0,0,0,0.1-0.1,0.2
|
|
123
123
|
c-0.1,0.3-0.1,0.3-0.1,0.3C18.1,8,18,8,17.8,8.1c0,0-0.1,0-0.1,0c-0.1,0-0.1,0-0.1,0c0,0-0.1,0-0.1-0.1c0,0,0,0,0-0.1
|
|
124
124
|
c0,0,0,0,0-0.1c0,0,0-0.1,0-0.1c0-0.1,0-0.1,0.1-0.2c0-0.1,0-0.1,0.1-0.2c0-0.1,0.1-0.1,0.1-0.2c0.1-0.1,0.1-0.2,0.1-0.2
|
|
125
125
|
C18,6.8,18,6.8,18,6.7c0-0.1,0.1-0.1,0.1-0.2c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2c0-0.3,0.1-0.3,0-0.5c0-0.1,0-0.1-0.1-0.2
|
|
126
126
|
c-0.1-0.1-0.1-0.1-0.2-0.2"/>
|
|
127
|
-
<path class="st1" d="M15.7,6.4C15.7,6.5,15.7,6.5,15.7,6.4c0,0.1,0,0.2,0.1,0.2c0,0,0,0,0.1,0c0,0,0.1,0,0.1,0c0,0,0.1,0,0.2,0
|
|
127
|
+
<path class="st1-detailed-footwear" d="M15.7,6.4C15.7,6.5,15.7,6.5,15.7,6.4c0,0.1,0,0.2,0.1,0.2c0,0,0,0,0.1,0c0,0,0.1,0,0.1,0c0,0,0.1,0,0.2,0
|
|
128
128
|
c0.1,0,0.1,0,0.2,0c0,0,0.1,0,0.1,0c0.1,0,0.1-0.1,0.2-0.1c0,0,0.1-0.1,0.2-0.1c0,0,0,0,0.2-0.1c0.1-0.1,0.2-0.2,0.2-0.2
|
|
129
129
|
c0.1-0.1,0.1-0.1,0.2-0.1c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0,0.1-0.1c0,0,0.1,0,0.2,0c0.1,0,0.2,0,0.3,0c0,0,0,0,0,0"/>
|
|
130
|
-
<path class="st1" d="M15.7,6.4c0,0,0-0.1,0.1-0.2c0,0,0,0,0.1-0.1C15.8,6.1,15.9,6.1,16,6c0,0,0.1-0.1,0.1-0.1
|
|
130
|
+
<path class="st1-detailed-footwear" d="M15.7,6.4c0,0,0-0.1,0.1-0.2c0,0,0,0,0.1-0.1C15.8,6.1,15.9,6.1,16,6c0,0,0.1-0.1,0.1-0.1
|
|
131
131
|
c0.1-0.1,0.1-0.1,0.2-0.1c0.2-0.1,0.3-0.2,0.3-0.2c0.1-0.1,0.1-0.1,0.2-0.1c0,0,0.1,0,0.1-0.1c0,0,0,0,0.1,0c0,0,0.1,0,0.2,0
|
|
132
132
|
c0.1,0,0.1,0,0.4,0c0.1,0,0.1,0,0.2,0c0,0,0.1,0,0.1-0.1c0,0,0,0,0,0c0,0,0,0,0,0"/>
|
|
133
|
-
<line class="st1" x1="17.8" y1="5.1" x2="17.9" y2="5.1"/>
|
|
134
|
-
<line class="st1" x1="15.7" y1="6.4" x2="15.7" y2="6.4"/>
|
|
135
|
-
<path class="st1" d="M20.7,8.4l0.2,0.1c0,0,0.1,0,0.1,0.1c0,0,0.1,0,0.1,0.1c0,0,0.1,0.1,0.2,0.2c0.1,0.1,0.1,0.2,0.2,0.3
|
|
133
|
+
<line class="st1-detailed-footwear" x1="17.8" y1="5.1" x2="17.9" y2="5.1"/>
|
|
134
|
+
<line class="st1-detailed-footwear" x1="15.7" y1="6.4" x2="15.7" y2="6.4"/>
|
|
135
|
+
<path class="st1-detailed-footwear" d="M20.7,8.4l0.2,0.1c0,0,0.1,0,0.1,0.1c0,0,0.1,0,0.1,0.1c0,0,0.1,0.1,0.2,0.2c0.1,0.1,0.1,0.2,0.2,0.3
|
|
136
136
|
c0.1,0.1,0.1,0.2,0.1,0.2c0,0,0,0.1,0,0.2c0,0.1,0,0.2,0,0.3c0,0,0,0,0,0"/>
|
|
137
|
-
<path class="st1" d="M21.1,8.8C21.1,8.8,21.1,8.8,21.1,8.8c0.1,0,0.1,0.1,0.1,0.1c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.1
|
|
137
|
+
<path class="st1-detailed-footwear" d="M21.1,8.8C21.1,8.8,21.1,8.8,21.1,8.8c0.1,0,0.1,0.1,0.1,0.1c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.1
|
|
138
138
|
c0,0,0,0.3,0,0.5c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.1"/>
|
|
139
|
-
<path class="st1" d="M20.3,8.9c0,0,0.1,0,0.2,0c0.1,0,0.2,0,0.2-0.1c0.1,0,0.3,0,0.3,0c0,0,0.1,0,0.1,0"/>
|
|
140
|
-
<path class="st1" d="M20.6,9.5C20.7,9.5,20.7,9.5,20.6,9.5c0.2,0,0.2-0.1,0.2-0.1c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0"/>
|
|
141
|
-
<path class="st1" d="M23.2,12.2c0,0,0-0.1,0-0.2c0-0.1,0-0.1,0.1-0.1c0-0.1,0.1-0.2,0.1-0.3c0.1-0.2,0.1-0.3,0.1-0.4
|
|
139
|
+
<path class="st1-detailed-footwear" d="M20.3,8.9c0,0,0.1,0,0.2,0c0.1,0,0.2,0,0.2-0.1c0.1,0,0.3,0,0.3,0c0,0,0.1,0,0.1,0"/>
|
|
140
|
+
<path class="st1-detailed-footwear" d="M20.6,9.5C20.7,9.5,20.7,9.5,20.6,9.5c0.2,0,0.2-0.1,0.2-0.1c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0"/>
|
|
141
|
+
<path class="st1-detailed-footwear" d="M23.2,12.2c0,0,0-0.1,0-0.2c0-0.1,0-0.1,0.1-0.1c0-0.1,0.1-0.2,0.1-0.3c0.1-0.2,0.1-0.3,0.1-0.4
|
|
142
142
|
c0-0.1,0-0.2,0-0.2c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0.1,0,0.1,0c0.1,0,0.1,0,0.1,0.1c0.1,0,0.1,0,0.2,0.1c0,0,0.1,0.1,0.1,0.1
|
|
143
143
|
c0,0,0,0,0,0.1c0,0.1,0,0.2,0,0.2C24.1,11.8,24,12,24,12c-0.1,0.2-0.1,0.2-0.1,0.3c0,0,0,0.1-0.1,0.2c0,0,0,0,0,0c0,0,0,0-0.1,0
|
|
144
144
|
c-0.1,0-0.1,0-0.2,0c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1-0.1c0,0,0,0,0,0C23.2,12.3,23.2,12.2,23.2,12.2"/>
|
|
145
|
-
<path class="st1" d="M23.2,10.6c0,0,0.1,0.1,0.1,0.2c0,0.1,0.1,0.1,0.1,0.2c0,0.1,0,0.1,0,0.3c0,0,0,0,0,0.1"/>
|
|
146
|
-
<path class="st1" d="M22.8,10.7c0,0,0,0.1,0,0.1c0,0.1,0,0.1,0,0.2c0,0.1,0,0.2,0,0.2c0,0.1,0,0.1,0,0.2"/>
|
|
147
|
-
<path class="st1" d="M23.1,10.6c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0.1c-0.1,0-0.1,0.1-0.1,0.1c-0.1,0.1-0.1,0.1-0.4,0.2
|
|
145
|
+
<path class="st1-detailed-footwear" d="M23.2,10.6c0,0,0.1,0.1,0.1,0.2c0,0.1,0.1,0.1,0.1,0.2c0,0.1,0,0.1,0,0.3c0,0,0,0,0,0.1"/>
|
|
146
|
+
<path class="st1-detailed-footwear" d="M22.8,10.7c0,0,0,0.1,0,0.1c0,0.1,0,0.1,0,0.2c0,0.1,0,0.2,0,0.2c0,0.1,0,0.1,0,0.2"/>
|
|
147
|
+
<path class="st1-detailed-footwear" d="M23.1,10.6c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0.1c-0.1,0-0.1,0.1-0.1,0.1c-0.1,0.1-0.1,0.1-0.4,0.2
|
|
148
148
|
c0,0-0.1,0-0.1,0.1c0,0-0.1,0-0.1,0c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.1,0c-0.1,0-0.2-0.1-0.2-0.1c0,0-0.1-0.1-0.1-0.2
|
|
149
149
|
c0,0,0,0,0-0.1c0,0,0-0.1,0-0.1c0-0.1,0-0.1,0.1-0.1c0,0,0-0.1,0.1-0.1c0.1,0,0.1,0,0.2-0.1c0.2-0.1,0.2-0.1,0.2-0.1
|
|
150
150
|
c0.1,0,0,0,0.2-0.1c0.1,0,0.1,0,0.3-0.1c0,0,0,0,0,0c0.1,0,0.1,0,0.2,0c0.1,0,0.2,0.1,0.3,0.2C23.1,10.4,23.2,10.4,23.1,10.6
|
|
151
151
|
C23.2,10.5,23.2,10.6,23.1,10.6"/>
|
|
152
|
-
<path class="st1" d="M23.1,10.6C23.1,10.6,23.1,10.6,23.1,10.6C23.2,10.6,23.2,10.6,23.1,10.6C23.2,10.6,23.2,10.6,23.1,10.6
|
|
152
|
+
<path class="st1-detailed-footwear" d="M23.1,10.6C23.1,10.6,23.1,10.6,23.1,10.6C23.2,10.6,23.2,10.6,23.1,10.6C23.2,10.6,23.2,10.6,23.1,10.6
|
|
153
153
|
C23.2,10.6,23.2,10.6,23.1,10.6"/>
|
|
154
|
-
<line class="st1" x1="23.1" y1="10.6" x2="23.1" y2="10.6"/>
|
|
155
|
-
<path class="st1" d="M7.1,1"/>
|
|
156
|
-
<path class="st1" d="M6.9,0.8c0,0,0-0.1,0-0.1C7,0.6,7,0.5,7.1,0.5c0,0,0.1-0.1,0.1-0.1c0,0,0.1,0,0.1,0c0,0,0.1,0,0.1,0.1
|
|
154
|
+
<line class="st1-detailed-footwear" x1="23.1" y1="10.6" x2="23.1" y2="10.6"/>
|
|
155
|
+
<path class="st1-detailed-footwear" d="M7.1,1"/>
|
|
156
|
+
<path class="st1-detailed-footwear" d="M6.9,0.8c0,0,0-0.1,0-0.1C7,0.6,7,0.5,7.1,0.5c0,0,0.1-0.1,0.1-0.1c0,0,0.1,0,0.1,0c0,0,0.1,0,0.1,0.1
|
|
157
157
|
c0,0,0,0,0,0.1c0,0,0,0.1,0,0.1s0,0.1,0,0.1"/>
|
|
158
|
-
<path class="st1" d="M7.4,0.7C7.4,0.7,7.4,0.6,7.4,0.7C7.3,0.6,7.3,0.6,7.4,0.7c-0.1-0.1-0.2,0-0.2,0.2c0,0,0,0.1-0.1,0.2"/>
|
|
158
|
+
<path class="st1-detailed-footwear" d="M7.4,0.7C7.4,0.7,7.4,0.6,7.4,0.7C7.3,0.6,7.3,0.6,7.4,0.7c-0.1-0.1-0.2,0-0.2,0.2c0,0,0,0.1-0.1,0.2"/>
|
|
159
159
|
</g>
|
|
160
160
|
</g>
|
|
161
161
|
</svg>
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 27.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 19.5 21.2" style="enable-background:new 0 0 19.5 21.2;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0-detailed-textile{fill:none;stroke:#020202;stroke-width:0.9;stroke-linecap:round;stroke-linejoin:round;}
|
|
7
|
+
</style>
|
|
8
|
+
<g>
|
|
9
|
+
<g>
|
|
10
|
+
<path class="st0-detailed-textile" d="M15.1,18c0,0,0,0.2,0,1.1c-0.1,0-0.3,0-0.5,0.1c-0.6,0.1-1,0.3-1.4,0.4c-1.1,0.4-1.1,0.5-1.4,0.6
|
|
11
|
+
c-1.1,0.4-2,0.4-2.4,0.4c-0.4,0-1.2,0-2.1-0.3C6.9,20.2,6.5,20.1,6,20c-0.3,0-0.7-0.1-0.8-0.1c0,0-0.4,0-0.9,0l-0.1,0
|
|
12
|
+
c0-0.2-0.1-0.4-0.1-0.7c0-0.2-0.1-0.6-0.1-1.1c0,0,0-0.3,0-0.8c0,0,0,0,0-0.1c0-0.1,0-0.1-0.1-0.2c0-0.1,0-0.1,0-0.1
|
|
13
|
+
c0-0.1,0-0.1,0-0.3C4,16.2,3.9,16.4,4,16.3c0,0,0-0.1,0-0.2c0,0,0,0,0-0.1c0-0.1-0.1-0.2-0.1-0.2c-0.1-0.1-0.1-0.3-0.2-0.4
|
|
14
|
+
c-0.1-0.2,0-0.4,0-0.5c0-0.2,0-0.3,0.1-0.5c0,0,0.1-0.1,0.1-0.3c0,0,0-0.1,0-0.1c0-0.2,0-0.3,0-0.3c0-0.2-0.1-0.5,0-0.8
|
|
15
|
+
c0-0.1,0-0.3,0.1-0.5c0-0.1,0.2-0.4,0.2-0.6c0,0,0-0.1,0-0.1c-0.1,0-0.1-0.1-0.2-0.1c0,0-0.3-0.2-0.4-0.3c0,0-0.1-0.1-0.1-0.1
|
|
16
|
+
c-0.3,0-0.6,0-1,0c-0.2,0-0.5-0.1-0.9-0.2c-0.6-0.1-1.1-0.4-1.1-0.4c0-0.7,0.1-1.3,0.2-1.7c0.1-0.3,0.2-0.7,0.3-1.1
|
|
17
|
+
c0.1-0.3,0.1-0.5,0.2-0.8c0.1-0.3,0.2-0.5,0.2-0.7c0-0.1,0-0.2,0-0.4c0-0.2,0-0.2,0-0.3c0-0.1,0-0.1,0.1-0.2
|
|
18
|
+
c0.1-0.2,0.1-0.2,0.1-0.3c0-0.1,0-0.1,0-0.3c0-0.1,0-0.2,0.1-0.3C2,4.5,2.1,4.5,2.1,4.3c0-0.1,0-0.1,0-0.1c0-0.3,0.2-0.9,0.2-0.9
|
|
19
|
+
C2.5,3,2.6,2.8,2.9,2.5c0.2-0.2,0.4-0.3,0.4-0.3C3.5,2.1,3.6,2.1,3.8,2C4.1,2,4.4,1.9,4.7,1.8C5.1,1.7,5.4,1.6,6,1.4
|
|
20
|
+
c0,0,0.7-0.2,1-0.4c0.2-0.1,0.3-0.2,0.3-0.3c0.1-0.1,0.1-0.1,0.1-0.1c0,0,0,0,0,0c0,0,0.1,0.2,0.1,0.3c0,0.1,0.1,0.2,0.2,0.3
|
|
21
|
+
C7.9,1.3,8,1.4,8.1,1.6C8.2,1.7,8.5,2,8.9,2.3c0.2,0.1,0.3,0.2,0.6,0.2c0.2,0,0.4,0,0.5,0c0.1,0,0.4,0,0.8-0.2
|
|
22
|
+
c0.1-0.1,0.4-0.2,0.8-0.5C11.9,1.5,12,1.2,12.1,1c0-0.1,0.1-0.2,0.1-0.2"/>
|
|
23
|
+
<path class="st0-detailed-textile" d="M15.3,11.7c0,0.5,0,1,0,1.3c0,0.3,0,0.5,0,0.7c0,0.3-0.1,0.6-0.1,0.8c0,0-0.1,0.3-0.1,0.3"/>
|
|
24
|
+
<path class="st0-detailed-textile" d="M7.5,0.5c0.2,0.1,0.6,0.3,1,0.4c0.8,0.2,1.4,0.2,2,0.1c0.6,0,1-0.1,1.2-0.2c0,0,0,0,0.5-0.2
|
|
25
|
+
C12.4,0.9,12.6,1,13,1.2c0.1,0.1,0.4,0.2,1.1,0.5c0.6,0.2,0.6,0.2,1.1,0.4c0.8,0.3,1,0.4,1.2,0.5c0.3,0.3,0.5,0.5,0.6,0.6
|
|
26
|
+
C17,3.3,17,3.4,17,3.4c0.1,0.2,0.1,0.4,0.2,0.7c0.1,0.6,0.2,1,0.2,1.3c0,0,0,0.1,0,0.3c0,0.1,0.1,0.1,0.1,0.2
|
|
27
|
+
c0.1,0.1,0.1,0.2,0.1,0.5c0,0,0,0.1,0,0.4c0.4,1.1,0.7,2,0.8,2.6c0.1,0.2,0.4,1.3,0.4,1.3c-0.1,0-0.2,0.1-0.3,0.2
|
|
28
|
+
c-0.6,0.3-1.1,0.4-1.4,0.5c-0.1,0-0.3,0.1-0.6,0.1c-0.3,0-0.5,0.1-0.8,0.1c-0.2,0-0.4,0-0.7,0"/>
|
|
29
|
+
<path class="st0-detailed-textile" d="M6.9,1.1c0,0.1,0.1,0.1,0.1,0.2c0,0,0.1,0.1,0.1,0.2c0.1,0.2,0.2,0.4,0.3,0.5C7.7,2.3,7.8,2.5,8,2.7
|
|
30
|
+
C8.3,2.8,8.4,3,8.7,3.1C9,3.2,9.2,3.3,9.4,3.3c0.3,0,0.7,0.1,1.3-0.1c0.5-0.2,0.9-0.4,1-0.5c0.3-0.2,0.4-0.4,0.7-0.8
|
|
31
|
+
c0.1-0.2,0.2-0.3,0.3-0.5c0-0.1,0.1-0.2,0.1-0.2"/>
|
|
32
|
+
<path class="st0-detailed-textile" d="M3.6,5.3c0,0.3,0,0.6,0,0.8c0,1,0,1.5,0,1.9c0,0.9,0.1,2,0.4,3.4c0.1,0.3,0.1,0.5,0.2,0.6
|
|
33
|
+
c0.1,0.5,0.4,1.3,0.9,2.3c0.6,1.2,1.4,2.1,1.9,2.8"/>
|
|
34
|
+
<path class="st0-detailed-textile" d="M4.3,17.3c0.4,0.2,0.7,0.3,0.9,0.5c0.6,0.3,1,0.5,1.6,0.7c0.4,0.1,0.7,0.2,0.9,0.3"/>
|
|
35
|
+
<path class="st0-detailed-textile" d="M16.8,4.4c-0.1,0.1-0.1,0.2-0.2,0.4c-0.1,0.1-0.1,0.1-0.3,0.2c-0.2,0.1-0.3,0.2-0.5,0.4
|
|
36
|
+
c-0.1,0.1-0.2,0.2-0.3,0.5c-0.1,0.2-0.1,0.3-0.1,0.3c-0.1,0.8,0,1.2,0,1.2c0,0,0-0.1,0,1.7c0,0.7-0.1,1.5-0.1,2.2
|
|
37
|
+
c0,0.1,0,0.3,0,0.5"/>
|
|
38
|
+
<path class="st0-detailed-textile" d="M18.7,9.9c-0.3,0.1-0.5,0.2-0.8,0.3c-0.4,0.1-0.6,0.2-0.8,0.3c-0.4,0.1-0.7,0.1-0.9,0.1c-0.3,0-0.6,0-0.7,0
|
|
39
|
+
c-0.1,0-0.2,0-0.2,0"/>
|
|
40
|
+
<path class="st0-detailed-textile" d="M8.3,1.8c0.2,0.1,0.3,0.1,0.4,0.2c0,0,1.1,0.4,2.3,0.1c0.1,0,0.2-0.1,0.2-0.1c0,0,0.4-0.2,0.4-0.2"/>
|
|
41
|
+
<path class="st0-detailed-textile" d="M15.1,14.7c0,0.2,0,0.6,0,1c0,0.3,0,0.5,0,0.7c0,0.4,0,0.9,0.1,1.7"/>
|
|
42
|
+
<path class="st0-detailed-textile" d="M0.6,10.1c0.1,0,0.2,0.1,0.3,0.1c0.4,0.1,0.6,0.2,0.9,0.3c0.3,0.1,0.6,0.1,0.7,0.1c0.3,0,0.6,0.1,0.8,0"/>
|
|
43
|
+
</g>
|
|
44
|
+
</g>
|
|
45
|
+
</svg>
|
|
@@ -30,7 +30,8 @@ export const icons = {
|
|
|
30
30
|
'close': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M11.9997 10.5865L16.9495 5.63672L18.3637 7.05093L13.4139 12.0007L18.3637 16.9504L16.9495 18.3646L11.9997 13.4149L7.04996 18.3646L5.63574 16.9504L10.5855 12.0007L5.63574 7.05093L7.04996 5.63672L11.9997 10.5865Z"></path></svg>',
|
|
31
31
|
'currency-euro': '<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-currency-euro" width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M17.2 7a6 7 0 1 0 0 10" /><path d="M13 10h-8m0 4h8" /></svg>',
|
|
32
32
|
'delete-bin': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M7 4V2H17V4H22V6H20V21C20 21.5523 19.5523 22 19 22H5C4.44772 22 4 21.5523 4 21V6H2V4H7ZM6 6V20H18V6H6ZM9 9H11V17H9V9ZM13 9H15V17H13V9Z"></path></svg>',
|
|
33
|
-
'detailed-footwear': '<?xml version="1.0" encoding="utf-8"?><!-- Generator: Adobe Illustrator 27.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 33.6 20.8" style="enable-background:new 0 0 33.6 20.8;" xml:space="preserve"><style type="text/css"> .st0{display:none;} .st1{fill:none;stroke:#000000;stroke-width:0.7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><g id="Calque_1_00000179617517466086946620000010608077286789513383_" class="st0"></g><g id="Calque_2_00000124129821288116608210000005806568011804293285_"> <g> <path class="st1" d="M3.2,5.8l-0.4,0c0,0-0.2,0.2-0.4,0.4C2.2,6.4,2.1,6.4,2,6.5c-0.1,0-0.3,0.2-0.6,0.2c-0.2,0-0.3-0.1-0.5,0 c-0.2,0-0.3,0-0.4,0.1c0,0,1.1,0.6,2,1.1c0.8,0.5,1.2,0.7,1.6,1c0.9,0.6,1.2,1,2.4,1.7c0.3,0.2,0.7,0.4,0.7,0.4 c0.6,0.4,1.1,0.7,1.3,0.8c1.2,0.7,2.4,1.5,3.9,2.5c0.6,0.4,0.4,0.3,0.9,0.7c1.5,1.1,2.3,1.6,3.2,2.1c1.7,1,3.2,1.5,3.9,1.7 c1.3,0.4,2.2,0.6,2.5,0.6c0.5,0.1,1,0.1,1.6,0.2c1,0.1,1.6,0.1,1.8,0.1c0.5,0,0.9,0,0.9,0c0.4,0,0.8-0.1,1.4-0.1 c0.3,0,0.8-0.1,1.4-0.2c0.2,0,0.5-0.1,0.8-0.2c0.2-0.1,0.3-0.2,0.4-0.2c0.3-0.2,0.5-0.4,0.5-0.4c0.1-0.1,0.1-0.1,0.1-0.2 c0,0-0.6,0-1.2,0c-0.2,0-0.2,0-0.6-0.1c-0.9-0.1-1.2-0.1-1.7-0.1c0,0-0.5-0.1-1.1-0.2c-0.7-0.1-1.3-0.3-2.1-0.5 c-1.3-0.4-2.3-0.7-3.7-1.3c-0.9-0.4-1.5-0.7-2-0.9c-1-0.5-1.7-0.8-1.9-1c-0.4-0.2-0.7-0.4-1.2-0.7c-0.4-0.2-0.4-0.2-1-0.6 c-0.3-0.2-0.4-0.3-1.3-0.8c-1-0.6-0.8-0.5-1.2-0.8c-1.3-0.8-1.3-0.8-1.8-1.1c-0.5-0.3-0.6-0.4-1-0.6C9.4,9.1,9.1,8.9,8.6,8.7 C8.4,8.6,8,8.4,7.4,8.1C7.1,8,6.8,7.9,6.6,7.8C5.8,7.6,5.7,7.5,5,7.3C4.9,7.2,4.4,7.1,4.1,6.8C3.9,6.7,3.8,6.5,3.8,6.5 c-0.1,0-0.1-0.1-0.2-0.2C3.4,6.2,3.4,6.2,3.3,6.1C3.3,6,3.2,5.9,3.2,5.8z"/> <path class="st1" d="M0.5,6.7l0,0.2c0.2,0.1,0.6,0.3,1,0.6c0.6,0.4,0.7,0.4,1,0.6c0.6,0.4,1.1,0.6,1.6,1c0.5,0.3,0.8,0.6,1.2,0.9 c0.7,0.6,0.7,0.6,1.3,1c0.4,0.3,0.9,0.7,2.1,1.4c0.5,0.3,0.7,0.5,1,0.7c0.8,0.5,1.2,0.8,1.8,1.2c0.8,0.5,1.3,0.9,2.1,1.4 c1,0.7,1.5,1.1,2.3,1.5c0.3,0.2,0.6,0.3,0.8,0.4c0.4,0.2,1.2,0.6,2.1,0.9c0.9,0.4,1.8,0.7,3.1,1c0.5,0.1,0.9,0.1,1.4,0.2 c1.3,0.1,2.3,0.1,3,0.1c0.2,0,0.8,0,2-0.1c0,0,0.7,0,1.7-0.2c0.2,0,0.5-0.1,0.8-0.2c0.3-0.1,0.4-0.3,0.6-0.4 c0.2-0.2,0.4-0.4,0.7-0.7l-0.1,0"/> <path class="st1" d="M3.4,6.1L3.4,6.1c0-0.1,0.1-0.2,0.1-0.3c0.1-0.1,0.1-0.2,0.2-0.3C3.9,5.3,3.9,5.3,4.1,5 c0.1-0.1,0.2-0.2,0.4-0.5c0.2-0.2,0.3-0.3,0.4-0.5c0.4-0.5,0.6-0.7,0.8-0.9c0.1-0.1,0.2-0.3,0.5-0.7C6.4,2.2,6.5,2,6.6,1.8 C6.7,1.7,6.8,1.6,7,1.2C7,1.1,7.1,1.1,7.1,1C7.1,1,7,1,7,0.9c0,0,0-0.1,0-0.1c0,0-0.1,0.2-0.2,0.2C6.6,1.1,6.4,1.5,6.4,1.5 c-0.7,1-0.7,1-0.8,1.2C5.3,3,5.1,3.3,4.8,3.6C4.7,3.8,4.6,3.9,4.4,4.1C4.2,4.4,4.1,4.5,4,4.7C3.6,5.2,3.5,5.4,3.4,5.5 C3.4,5.6,3.3,5.7,3.3,5.8l0,0.1"/> <path class="st1" d="M32,18.1l0.5,0c-0.1,0.2-0.2,0.4-0.4,0.6c-0.2,0.2-0.3,0.3-0.5,0.4c-0.2,0.1-0.5,0.3-1,0.5 c-0.2,0.1-0.5,0.2-0.9,0.2c-0.8,0.2-1.4,0.2-1.7,0.2c-1.2,0-1.8,0.1-2.6,0c-0.8,0-1.5-0.1-2.7-0.2c-0.3,0-0.6,0-1-0.1 c-0.5-0.1-0.8-0.2-1.3-0.3c-0.4-0.1-0.9-0.2-1.5-0.4c-0.2-0.1-0.6-0.2-1.4-0.5c-0.5-0.2-0.9-0.3-1.4-0.5C16,18.1,15.8,18,15.7,18 c0,0-0.1-0.1-0.2-0.2c0,0-0.1-0.1-0.4-0.3C14.7,17.2,14,17,14,17c-0.1,0-0.7-0.3-2-0.8c-0.8-0.3-0.9-0.4-1.4-0.5 c-0.5-0.2-1-0.3-1.2-0.3c-0.9-0.2-0.8-0.1-1.3-0.2c-0.4-0.1-0.9-0.3-1.8-0.6c-0.4-0.2-0.7-0.3-1-0.4c-0.5-0.2-0.8-0.4-1.3-0.7 c-0.1-0.1-0.5-0.3-1.1-0.8c-0.2-0.2-0.3-0.3-0.5-0.4c-0.2-0.2-0.3-0.4-0.6-0.7c-0.2-0.3-0.4-0.5-0.6-0.9C1.1,10.2,1,10,0.8,9.8 C0.7,9.5,0.7,9.1,0.5,8.5C0.5,8.2,0.4,8.1,0.5,7.9c0-0.1,0-0.2,0-0.3c0-0.2,0-0.3,0-0.3c0,0-0.1-0.2,0-0.3c0,0,0,0,0-0.1 c0,0,0,0,0.1-0.1l0.1,0"/> <line class="st1" x1="9.9" y1="15.5" x2="9.9" y2="15.5"/> <path class="st1" d="M0.8,9.7L0.8,9.7c0,0.2,0.1,0.4,0.2,0.6c0.1,0.2,0.2,0.6,0.5,1c0.3,0.5,0.7,0.9,0.8,1 c0.2,0.2,0.6,0.5,1.3,1.1c0.6,0.4,0.6,0.5,0.7,0.5c0.4,0.2,0.7,0.4,1.2,0.6c0.3,0.1,0.6,0.2,1.2,0.5c0.5,0.2,0.9,0.3,1.2,0.4 c0.1,0,0.3,0.1,0.3,0.1c0.3,0,0.4,0,0.4,0c0.3,0,0.3,0,0.4,0c0.1,0,0.2,0,0.4,0l0.4,0"/> <path class="st1" d="M8.7,15.5L8.7,15.5c-0.1,0-0.1-0.1-0.2-0.1c0,0,0,0-0.1-0.1c0,0-0.1-0.1-0.2-0.1L8,15.2"/> <path class="st1" d="M32.5,18.1L32.5,18.1c0.1-0.3,0.2-0.5,0.2-0.6c0-0.2,0.1-0.3,0.1-0.5c0-0.1,0-0.3,0.1-0.4c0-0.1,0-0.1,0-0.2 l0,0c0.1,0,0.1,0.1,0.1,0.1c0,0,0,0,0.1,0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0.1,0,0.1,0,0.2c0,0.4-0.1,0.7-0.1,0.7 c0,0.2-0.1,0.4-0.2,0.5c-0.1,0.3-0.3,0.6-0.4,0.7c-0.2,0.3-0.4,0.4-0.6,0.6c-0.2,0.2-0.4,0.3-0.4,0.3c-0.1,0.1-0.3,0.1-0.3,0.1 c-0.1,0-0.2,0.1-0.3,0.1c-0.2,0.1-0.4,0.1-0.5,0.1c-0.1,0-0.1,0-0.2,0l0,0c0,0,0,0,0,0c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0 c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0.1c0,0,0,0,0,0l0,0c0,0-0.1,0-0.1,0c-0.1,0-0.2,0-0.3,0c-0.1,0,0,0-0.3,0c-0.1,0-0.2,0-0.3,0l0,0 c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0-0.1,0c0,0-0.1,0-0.1,0c-0.1,0-0.1,0-0.2,0.1c0,0-0.1,0.1-0.1,0.1c0,0,0,0,0,0 c-0.5,0-0.6,0-0.6,0c-0.3,0-0.7,0-1.1,0c-0.6,0-1,0-1.5,0c-0.6,0-1,0-1.4-0.1c-0.6,0-1-0.1-1.7-0.1c0,0-0.6-0.1-1.2-0.2 c-0.2,0-0.3-0.1-0.4-0.1c-0.1,0-0.2,0-0.2-0.1c0,0-0.2,0-0.3-0.1c-0.2,0-0.3-0.1-0.3-0.1c-0.2,0-0.2-0.1-0.2-0.1 c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.2-0.1c0,0,0,0-0.1,0c0,0,0,0-0.1,0c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0 c0,0,0,0,0,0c-0.6-0.3-0.8-0.3-0.8-0.3s-0.1,0-0.2-0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0-0.1-0.1c-0.1,0-0.1,0-0.1-0.1 c-0.1,0-0.2-0.1-0.3-0.1c-0.3-0.1-0.4-0.1-0.5-0.2c0,0,0,0-0.1,0c0,0,0,0-0.1,0c-0.1,0-0.1,0-0.2,0c0,0-0.1,0-0.1,0c0,0,0,0-0.1,0 c0,0-0.1-0.1-0.1-0.1c0,0-0.1-0.1-0.1-0.1L15.7,18"/> <path class="st1" d="M18.3,7.5c0.1,0.1,0.1,0.2,0.1,0.3c0.1,0.2,0.1,0.3,0.2,0.7c0,0.1,0.1,0.2,0.2,0.3c0.1,0,0.2,0.1,0.2,0.1 c0.1,0,0.1,0,0.3,0c0.1,0,0.1,0,0.2,0"/> <path class="st1" d="M16.8,6.3c0.1,0.1,0.3,0.2,0.5,0.4c0.1,0.1,0.2,0.2,0.4,0.3c0,0,0,0,0,0"/> <path class="st1" d="M23.8,12.3l0.3,0.5c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0-0.1,0-0.2,0 c-0.2,0-0.4-0.1-0.4-0.1c-0.7-0.3-1.2-0.8-1.2-0.8c-0.1-0.1-0.2-0.1-0.3-0.2c-0.1-0.1-0.1-0.1-0.2-0.2c-0.1-0.1-0.2-0.2-0.3-0.2 c-0.1-0.1-0.2-0.2-0.3-0.2c-0.2-0.2-0.4-0.3-0.6-0.5c-0.2-0.2-0.4-0.3-1.1-0.8c-0.8-0.6-1.2-0.9-1.3-0.9c-0.4-0.3-0.9-0.6-1.4-0.9 c-0.1,0-0.2-0.2-0.5-0.2c-0.1,0-0.2,0-0.3-0.1c-0.3,0-0.4,0-0.6,0c-0.2,0-0.3,0-0.4-0.1c-0.2-0.1-0.3-0.1-0.3-0.2 c-0.5-0.4-1-0.7-1.5-1.1c0,0,0,0-0.1-0.1c0,0-0.1-0.1-0.1-0.1c0,0-0.1-0.1-0.1-0.2c0,0,0-0.1,0-0.2C13,6,13,6,13,6 c0,0,0.1,0,0.1-0.1c0.1,0,0.2,0,0.2,0c0.3,0,0.6,0,0.8-0.1c0.5,0,0.5,0,0.9,0c0.2,0,0.4,0,0.5,0c0.1,0,0.4,0,0.6,0.1 c0,0,0,0,0.1,0"/> <path class="st1" d="M22,11c0.1,0.1,0.1,0.2,0.2,0.3c0,0.1,0.1,0.2,0.3,0.3c0.1,0.1,0.2,0.1,0.2,0.1c0.1,0,0.2,0,0.2,0 c0.1,0,0.2,0,0.3,0c0,0,0,0,0.1,0"/> <path class="st1" d="M20,9.1c0.1,0.1,0.1,0.1,0.1,0.2c0.1,0.2,0.2,0.4,0.4,0.7c0.1,0.1,0.1,0.2,0.2,0.2c0.1,0.1,0.2,0.1,0.3,0.1 c0,0,0.1,0,0.3,0c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0.1,0.2,0.2c0,0,0,0,0,0.1"/> <path class="st1" d="M16.7,5.5c-0.1,0-0.2-0.1-0.4-0.1c-0.2,0-0.3,0-0.5-0.1c-1,0-1,0-1,0c-0.5,0-0.6,0-1.4,0.1 c-0.5,0-0.4,0-1.2,0c-0.5,0-1,0-1.5,0c-0.2,0-0.5,0-0.9-0.1C9.7,5.1,9.5,5,9.5,5C9.4,4.9,9.3,4.8,9.2,4.6C9,4.5,9,4.3,8.9,4.2 c0-0.1-0.1-0.2-0.2-0.4C8.7,3.6,8.6,3.5,8.6,3.2C8.5,2.8,8.5,2.9,8.4,2.5C8.3,2.2,8.2,2,8.2,1.7c0,0,0-0.1-0.1-0.2c0,0,0,0,0,0 c0,0,0,0-0.1-0.1c0,0-0.2,0-0.3-0.1c-0.1,0-0.2-0.1-0.3-0.1c-0.1,0-0.1-0.1-0.2-0.1L7.1,1"/> <path class="st1" d="M18.1,6.6c-0.1-0.1-0.1-0.2-0.2-0.3c-0.1-0.2-0.1-0.1-0.1-0.2c-0.1-0.1-0.1-0.1-0.2-0.2"/> <path class="st1" d="M19.6,8.4C19.6,8.4,19.5,8.4,19.6,8.4c-0.3,0-0.4,0-0.4,0s-0.1,0-0.1,0c0,0,0,0,0,0c0,0,0,0,0,0 c0,0-0.1-0.4-0.1-0.4c-0.1-0.3-0.2-0.5-0.3-0.6c0-0.1,0-0.1-0.1-0.1"/> <path class="st1" d="M22.1,10.3c0-0.1-0.1-0.1-0.1-0.2c-0.1-0.1-0.1-0.2-0.3-0.3c-0.1-0.1-0.2-0.1-0.2-0.1c-0.1,0-0.1,0-0.2,0 c-0.2,0-0.3,0.1-0.4,0c-0.1,0-0.2-0.1-0.2-0.1c-0.1-0.1-0.1-0.1-0.1-0.2c0,0-0.1-0.2-0.2-0.4c-0.1-0.1-0.1-0.2-0.2-0.3"/> <path class="st1" d="M23.5,11.4c0,0-0.1,0-0.2,0c-0.3,0-0.4,0-0.4,0c-0.1,0-0.2-0.1-0.2-0.1c0,0-0.1-0.1-0.1-0.1 c-0.1-0.1-0.1-0.2-0.2-0.3"/> <path class="st1" d="M32.9,16.3L32.9,16.3c0-0.1,0-0.1-0.1-0.2c-0.1-0.1-0.2-0.2-0.2-0.2c-0.4-0.2-0.5-0.3-0.5-0.3 c-0.3-0.1-0.5-0.3-0.8-0.4c-0.7-0.3-0.8-0.4-2-1c-1.1-0.5-0.9-0.4-1.5-0.7c-0.3-0.1-0.5-0.3-2-1.1c-0.2-0.1-0.5-0.3-0.6-0.4 c0,0,0,0,0,0c0,0,0,0.1,0,0.2c0,0.1-0.1,0.1-0.2,0.1c-0.1,0-0.3,0.1-0.5,0.1c0,0-0.1,0-0.2,0c-0.1-0.1-0.2-0.2-0.3-0.4 c0-0.1-0.1-0.1-0.1-0.2"/> <path class="st1" d="M14.3,6.3C14.3,6.3,14.3,6.3,14.3,6.3c0,0.1,0,0.1,0,0.2c0,0,0,0,0,0.1c0,0,0,0,0.1,0c0,0,0,0,0.1,0 c0,0,0,0,0.1,0c0,0,0.1,0,0.1,0c0,0,0,0,0-0.1c0,0,0,0,0-0.1c0,0,0,0,0-0.1c0,0,0,0-0.1,0C14.4,6.3,14.4,6.3,14.3,6.3 C14.3,6.3,14.3,6.3,14.3,6.3z"/> <path class="st1" d="M17.7,5.2c-0.3-0.3-0.2-0.2-0.4-0.4C16.6,4,16,3.2,16,3.2c0,0-0.1,0-0.1,0c-0.3,0-0.5,0.1-0.6,0.1 c-0.5,0.2-0.8,0.2-1.1,0.4c-0.3,0.2-0.5,0.3-0.5,0.4c-0.1,0.2-0.2,0.3-0.2,0.4c0,0.1-0.1,0.2-0.1,0.3"/> <path class="st1" d="M21.1,8.8C21.1,8.7,21,8.7,21.1,8.8c-0.3-0.3-0.5-0.4-0.7-0.7c-0.1-0.1-0.1-0.2-0.2-0.3 c-0.2-0.2-0.4-0.4-0.4-0.4c-0.3-0.3-0.5-0.5-1.1-1.2"/> <path class="st1" d="M22.5,10.1c-0.1-0.1-0.1-0.2-0.1-0.2c-0.1-0.1-0.4-0.4-0.7-0.7"/> <path class="st1" d="M23.6,11c-0.1,0-0.1-0.1-0.1-0.1c0,0,0,0,0,0s0,0-0.1-0.1"/> <path class="st1" d="M25.3,12.1l-0.8-0.5c-0.1,0-0.2-0.1-0.4-0.2"/> <path class="st1" d="M17,5.3C17,5.2,17,5.2,16.9,5.2c0,0-0.1-0.1-0.1-0.1c-0.1-0.1-0.3-0.2-0.5-0.2c-0.2-0.1-0.3-0.1-0.7-0.1 c-0.3,0-0.4,0-0.6,0c-0.5,0-0.7,0-1.5,0c-0.3,0-0.2,0-0.3,0c-0.5,0-0.6,0-1.2,0.1c-0.5,0-0.4,0-0.7,0c-0.2,0-0.4,0.1-0.7,0.1 c-0.2,0-0.3,0-0.5,0C10,4.8,9.9,4.7,9.9,4.7c-0.1,0-0.2-0.1-0.3-0.4C9.5,4.1,9.4,3.9,9.3,3.7C9.2,3.5,9.1,3.2,9.1,2.9 C8.9,2.4,8.8,2.1,8.8,2c0-0.2-0.1-0.3-0.2-0.5c0-0.1-0.1-0.2-0.2-0.3C8.3,1.1,8.2,1,7.9,0.9c-0.1,0-0.2-0.1-0.3-0.1 c-0.1,0-0.2-0.1-0.2-0.1"/> <line class="st1" x1="17.7" y1="6.1" x2="17.5" y2="5.9"/> <path class="st1" d="M13.9,4.7L13.9,4.7c0.1-0.1,0.1-0.2,0.2-0.3c0.1-0.1,0.2-0.2,0.4-0.3C14.7,4,14.8,4,14.9,4 c0.3-0.1,0.5-0.1,0.7-0.2c0.1,0,0.3,0,0.5-0.1l0.3,0"/> <path class="st1" d="M13.5,4.3l-0.7,0c-0.5,0-0.8,0-1.1,0c-0.3,0-0.7,0-1,0c-0.2,0-0.3,0-0.5,0c0,0-0.1,0-0.1,0 c-0.1,0-0.2-0.1-0.2-0.1C9.6,3.8,9.4,3.5,9.4,3.5C9.3,3.3,9.2,3,9,2.6C8.9,2.2,8.8,1.7,8.7,1.4c0,0,0-0.1-0.2-0.5c0,0,0,0,0,0 c0,0-0.1-0.1-0.3-0.2c-0.1,0-0.1,0-0.2-0.1c-0.1,0-0.2,0-0.4-0.1c-0.1,0-0.2,0-0.2,0"/> <path class="st1" d="M19.5,7.3c0.1,0.1,0.2,0.2,0.3,0.2c0.1,0.1,0.1,0.1,0.2,0.2c0,0,0.1,0.1,0.1,0.1c0,0.1,0,0.1,0.1,0.2 c0,0.1,0.1,0.1,0.1,0.2c0,0.1,0.1,0.1,0.1,0.1"/> <path class="st1" d="M19.8,7.6c0,0,0,0.1,0,0.2c0,0.1,0,0.1-0.1,0.2c0,0.1,0,0.1-0.1,0.2c0,0.1,0,0.1,0,0.1c0,0.1,0,0.1-0.1,0.1 c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.2c0,0.1,0,0.2,0,0.2c0,0.1,0,0.1,0,0.1c0,0,0,0.1,0,0.1c0,0.1,0,0.1,0.1,0.1c0,0,0,0,0.1,0 c0,0,0.1,0,0.1,0c0,0,0,0,0.1,0c0,0,0.1-0.1,0.1-0.1c0.1-0.1,0.1-0.1,0.1-0.2c0-0.1,0.1-0.2,0.1-0.2c0.1-0.1,0.1-0.3,0.1-0.3 c0-0.1,0-0.3,0-0.5"/> <path class="st1" d="M19.7,7.6C19.8,7.6,19.8,7.7,19.7,7.6c0.1,0.1,0.1,0.1,0.2,0.1c0,0.1,0,0.1,0.1,0.1C20,7.9,20,8,20.1,8 c0,0,0.1,0.1,0.1,0.1"/> <line class="st1" x1="20.2" y1="8.1" x2="20.2" y2="8.1"/> <line class="st1" x1="20.2" y1="8.2" x2="20.2" y2="8.1"/> <path class="st1" d="M19.6,7.4L19.6,7.4c-0.2,0-0.3,0-0.5,0c0,0-0.2,0-0.3,0c0,0-0.1,0-0.1,0l0,0"/> <path class="st1" d="M19.6,7.5L19.6,7.5c0.1,0.1,0.1,0.1,0.1,0.1c0,0,0,0,0,0s0,0,0,0.1"/> <path class="st1" d="M18.9,8.1c0,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0c0,0,0.1,0,0.1,0c0,0,0,0,0.1,0"/> <path class="st1" d="M17.5,5c0.1,0,0.2,0,0.3,0c0.1,0.1,0.2,0.1,0.3,0.2c0.1,0.1,0.2,0.2,0.2,0.3c0.1,0.1,0.1,0.3,0.1,0.4 c0,0.1,0,0.2,0,0.4c0,0.3,0,0.2,0,0.4c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.1c0,0.1-0.1,0.1-0.1,0.3c0,0,0,0.1-0.1,0.2 c-0.1,0.3-0.1,0.3-0.1,0.3C18.1,8,18,8,17.8,8.1c0,0-0.1,0-0.1,0c-0.1,0-0.1,0-0.1,0c0,0-0.1,0-0.1-0.1c0,0,0,0,0-0.1 c0,0,0,0,0-0.1c0,0,0-0.1,0-0.1c0-0.1,0-0.1,0.1-0.2c0-0.1,0-0.1,0.1-0.2c0-0.1,0.1-0.1,0.1-0.2c0.1-0.1,0.1-0.2,0.1-0.2 C18,6.8,18,6.8,18,6.7c0-0.1,0.1-0.1,0.1-0.2c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2c0-0.3,0.1-0.3,0-0.5c0-0.1,0-0.1-0.1-0.2 c-0.1-0.1-0.1-0.1-0.2-0.2"/> <path class="st1" d="M15.7,6.4C15.7,6.5,15.7,6.5,15.7,6.4c0,0.1,0,0.2,0.1,0.2c0,0,0,0,0.1,0c0,0,0.1,0,0.1,0c0,0,0.1,0,0.2,0 c0.1,0,0.1,0,0.2,0c0,0,0.1,0,0.1,0c0.1,0,0.1-0.1,0.2-0.1c0,0,0.1-0.1,0.2-0.1c0,0,0,0,0.2-0.1c0.1-0.1,0.2-0.2,0.2-0.2 c0.1-0.1,0.1-0.1,0.2-0.1c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0,0.1-0.1c0,0,0.1,0,0.2,0c0.1,0,0.2,0,0.3,0c0,0,0,0,0,0"/> <path class="st1" d="M15.7,6.4c0,0,0-0.1,0.1-0.2c0,0,0,0,0.1-0.1C15.8,6.1,15.9,6.1,16,6c0,0,0.1-0.1,0.1-0.1 c0.1-0.1,0.1-0.1,0.2-0.1c0.2-0.1,0.3-0.2,0.3-0.2c0.1-0.1,0.1-0.1,0.2-0.1c0,0,0.1,0,0.1-0.1c0,0,0,0,0.1,0c0,0,0.1,0,0.2,0 c0.1,0,0.1,0,0.4,0c0.1,0,0.1,0,0.2,0c0,0,0.1,0,0.1-0.1c0,0,0,0,0,0c0,0,0,0,0,0"/> <line class="st1" x1="17.8" y1="5.1" x2="17.9" y2="5.1"/> <line class="st1" x1="15.7" y1="6.4" x2="15.7" y2="6.4"/> <path class="st1" d="M20.7,8.4l0.2,0.1c0,0,0.1,0,0.1,0.1c0,0,0.1,0,0.1,0.1c0,0,0.1,0.1,0.2,0.2c0.1,0.1,0.1,0.2,0.2,0.3 c0.1,0.1,0.1,0.2,0.1,0.2c0,0,0,0.1,0,0.2c0,0.1,0,0.2,0,0.3c0,0,0,0,0,0"/> <path class="st1" d="M21.1,8.8C21.1,8.8,21.1,8.8,21.1,8.8c0.1,0,0.1,0.1,0.1,0.1c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.1 c0,0,0,0.3,0,0.5c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.1"/> <path class="st1" d="M20.3,8.9c0,0,0.1,0,0.2,0c0.1,0,0.2,0,0.2-0.1c0.1,0,0.3,0,0.3,0c0,0,0.1,0,0.1,0"/> <path class="st1" d="M20.6,9.5C20.7,9.5,20.7,9.5,20.6,9.5c0.2,0,0.2-0.1,0.2-0.1c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0"/> <path class="st1" d="M23.2,12.2c0,0,0-0.1,0-0.2c0-0.1,0-0.1,0.1-0.1c0-0.1,0.1-0.2,0.1-0.3c0.1-0.2,0.1-0.3,0.1-0.4 c0-0.1,0-0.2,0-0.2c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0.1,0,0.1,0c0.1,0,0.1,0,0.1,0.1c0.1,0,0.1,0,0.2,0.1c0,0,0.1,0.1,0.1,0.1 c0,0,0,0,0,0.1c0,0.1,0,0.2,0,0.2C24.1,11.8,24,12,24,12c-0.1,0.2-0.1,0.2-0.1,0.3c0,0,0,0.1-0.1,0.2c0,0,0,0,0,0c0,0,0,0-0.1,0 c-0.1,0-0.1,0-0.2,0c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1-0.1c0,0,0,0,0,0C23.2,12.3,23.2,12.2,23.2,12.2"/> <path class="st1" d="M23.2,10.6c0,0,0.1,0.1,0.1,0.2c0,0.1,0.1,0.1,0.1,0.2c0,0.1,0,0.1,0,0.3c0,0,0,0,0,0.1"/> <path class="st1" d="M22.8,10.7c0,0,0,0.1,0,0.1c0,0.1,0,0.1,0,0.2c0,0.1,0,0.2,0,0.2c0,0.1,0,0.1,0,0.2"/> <path class="st1" d="M23.1,10.6c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0.1c-0.1,0-0.1,0.1-0.1,0.1c-0.1,0.1-0.1,0.1-0.4,0.2 c0,0-0.1,0-0.1,0.1c0,0-0.1,0-0.1,0c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.1,0c-0.1,0-0.2-0.1-0.2-0.1c0,0-0.1-0.1-0.1-0.2 c0,0,0,0,0-0.1c0,0,0-0.1,0-0.1c0-0.1,0-0.1,0.1-0.1c0,0,0-0.1,0.1-0.1c0.1,0,0.1,0,0.2-0.1c0.2-0.1,0.2-0.1,0.2-0.1 c0.1,0,0,0,0.2-0.1c0.1,0,0.1,0,0.3-0.1c0,0,0,0,0,0c0.1,0,0.1,0,0.2,0c0.1,0,0.2,0.1,0.3,0.2C23.1,10.4,23.2,10.4,23.1,10.6 C23.2,10.5,23.2,10.6,23.1,10.6"/> <path class="st1" d="M23.1,10.6C23.1,10.6,23.1,10.6,23.1,10.6C23.2,10.6,23.2,10.6,23.1,10.6C23.2,10.6,23.2,10.6,23.1,10.6 C23.2,10.6,23.2,10.6,23.1,10.6"/> <line class="st1" x1="23.1" y1="10.6" x2="23.1" y2="10.6"/> <path class="st1" d="M7.1,1"/> <path class="st1" d="M6.9,0.8c0,0,0-0.1,0-0.1C7,0.6,7,0.5,7.1,0.5c0,0,0.1-0.1,0.1-0.1c0,0,0.1,0,0.1,0c0,0,0.1,0,0.1,0.1 c0,0,0,0,0,0.1c0,0,0,0.1,0,0.1s0,0.1,0,0.1"/> <path class="st1" d="M7.4,0.7C7.4,0.7,7.4,0.6,7.4,0.7C7.3,0.6,7.3,0.6,7.4,0.7c-0.1-0.1-0.2,0-0.2,0.2c0,0,0,0.1-0.1,0.2"/> </g></g></svg>',
|
|
33
|
+
'detailed-footwear': '<?xml version="1.0" encoding="utf-8"?><!-- Generator: Adobe Illustrator 27.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 33.6 20.8" style="enable-background:new 0 0 33.6 20.8;" xml:space="preserve"><style type="text/css"> .st0-detailed-footwear{display:none;} .st1-detailed-footwear{fill:none;stroke:#000000;stroke-width:0.7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><g id="Calque_1_00000179617517466086946620000010608077286789513383_" class="st0-detailed-footwear"></g><g id="Calque_2_00000124129821288116608210000005806568011804293285_"> <g> <path class="st1-detailed-footwear" d="M3.2,5.8l-0.4,0c0,0-0.2,0.2-0.4,0.4C2.2,6.4,2.1,6.4,2,6.5c-0.1,0-0.3,0.2-0.6,0.2c-0.2,0-0.3-0.1-0.5,0 c-0.2,0-0.3,0-0.4,0.1c0,0,1.1,0.6,2,1.1c0.8,0.5,1.2,0.7,1.6,1c0.9,0.6,1.2,1,2.4,1.7c0.3,0.2,0.7,0.4,0.7,0.4 c0.6,0.4,1.1,0.7,1.3,0.8c1.2,0.7,2.4,1.5,3.9,2.5c0.6,0.4,0.4,0.3,0.9,0.7c1.5,1.1,2.3,1.6,3.2,2.1c1.7,1,3.2,1.5,3.9,1.7 c1.3,0.4,2.2,0.6,2.5,0.6c0.5,0.1,1,0.1,1.6,0.2c1,0.1,1.6,0.1,1.8,0.1c0.5,0,0.9,0,0.9,0c0.4,0,0.8-0.1,1.4-0.1 c0.3,0,0.8-0.1,1.4-0.2c0.2,0,0.5-0.1,0.8-0.2c0.2-0.1,0.3-0.2,0.4-0.2c0.3-0.2,0.5-0.4,0.5-0.4c0.1-0.1,0.1-0.1,0.1-0.2 c0,0-0.6,0-1.2,0c-0.2,0-0.2,0-0.6-0.1c-0.9-0.1-1.2-0.1-1.7-0.1c0,0-0.5-0.1-1.1-0.2c-0.7-0.1-1.3-0.3-2.1-0.5 c-1.3-0.4-2.3-0.7-3.7-1.3c-0.9-0.4-1.5-0.7-2-0.9c-1-0.5-1.7-0.8-1.9-1c-0.4-0.2-0.7-0.4-1.2-0.7c-0.4-0.2-0.4-0.2-1-0.6 c-0.3-0.2-0.4-0.3-1.3-0.8c-1-0.6-0.8-0.5-1.2-0.8c-1.3-0.8-1.3-0.8-1.8-1.1c-0.5-0.3-0.6-0.4-1-0.6C9.4,9.1,9.1,8.9,8.6,8.7 C8.4,8.6,8,8.4,7.4,8.1C7.1,8,6.8,7.9,6.6,7.8C5.8,7.6,5.7,7.5,5,7.3C4.9,7.2,4.4,7.1,4.1,6.8C3.9,6.7,3.8,6.5,3.8,6.5 c-0.1,0-0.1-0.1-0.2-0.2C3.4,6.2,3.4,6.2,3.3,6.1C3.3,6,3.2,5.9,3.2,5.8z"/> <path class="st1-detailed-footwear" d="M0.5,6.7l0,0.2c0.2,0.1,0.6,0.3,1,0.6c0.6,0.4,0.7,0.4,1,0.6c0.6,0.4,1.1,0.6,1.6,1c0.5,0.3,0.8,0.6,1.2,0.9 c0.7,0.6,0.7,0.6,1.3,1c0.4,0.3,0.9,0.7,2.1,1.4c0.5,0.3,0.7,0.5,1,0.7c0.8,0.5,1.2,0.8,1.8,1.2c0.8,0.5,1.3,0.9,2.1,1.4 c1,0.7,1.5,1.1,2.3,1.5c0.3,0.2,0.6,0.3,0.8,0.4c0.4,0.2,1.2,0.6,2.1,0.9c0.9,0.4,1.8,0.7,3.1,1c0.5,0.1,0.9,0.1,1.4,0.2 c1.3,0.1,2.3,0.1,3,0.1c0.2,0,0.8,0,2-0.1c0,0,0.7,0,1.7-0.2c0.2,0,0.5-0.1,0.8-0.2c0.3-0.1,0.4-0.3,0.6-0.4 c0.2-0.2,0.4-0.4,0.7-0.7l-0.1,0"/> <path class="st1-detailed-footwear" d="M3.4,6.1L3.4,6.1c0-0.1,0.1-0.2,0.1-0.3c0.1-0.1,0.1-0.2,0.2-0.3C3.9,5.3,3.9,5.3,4.1,5 c0.1-0.1,0.2-0.2,0.4-0.5c0.2-0.2,0.3-0.3,0.4-0.5c0.4-0.5,0.6-0.7,0.8-0.9c0.1-0.1,0.2-0.3,0.5-0.7C6.4,2.2,6.5,2,6.6,1.8 C6.7,1.7,6.8,1.6,7,1.2C7,1.1,7.1,1.1,7.1,1C7.1,1,7,1,7,0.9c0,0,0-0.1,0-0.1c0,0-0.1,0.2-0.2,0.2C6.6,1.1,6.4,1.5,6.4,1.5 c-0.7,1-0.7,1-0.8,1.2C5.3,3,5.1,3.3,4.8,3.6C4.7,3.8,4.6,3.9,4.4,4.1C4.2,4.4,4.1,4.5,4,4.7C3.6,5.2,3.5,5.4,3.4,5.5 C3.4,5.6,3.3,5.7,3.3,5.8l0,0.1"/> <path class="st1-detailed-footwear" d="M32,18.1l0.5,0c-0.1,0.2-0.2,0.4-0.4,0.6c-0.2,0.2-0.3,0.3-0.5,0.4c-0.2,0.1-0.5,0.3-1,0.5 c-0.2,0.1-0.5,0.2-0.9,0.2c-0.8,0.2-1.4,0.2-1.7,0.2c-1.2,0-1.8,0.1-2.6,0c-0.8,0-1.5-0.1-2.7-0.2c-0.3,0-0.6,0-1-0.1 c-0.5-0.1-0.8-0.2-1.3-0.3c-0.4-0.1-0.9-0.2-1.5-0.4c-0.2-0.1-0.6-0.2-1.4-0.5c-0.5-0.2-0.9-0.3-1.4-0.5C16,18.1,15.8,18,15.7,18 c0,0-0.1-0.1-0.2-0.2c0,0-0.1-0.1-0.4-0.3C14.7,17.2,14,17,14,17c-0.1,0-0.7-0.3-2-0.8c-0.8-0.3-0.9-0.4-1.4-0.5 c-0.5-0.2-1-0.3-1.2-0.3c-0.9-0.2-0.8-0.1-1.3-0.2c-0.4-0.1-0.9-0.3-1.8-0.6c-0.4-0.2-0.7-0.3-1-0.4c-0.5-0.2-0.8-0.4-1.3-0.7 c-0.1-0.1-0.5-0.3-1.1-0.8c-0.2-0.2-0.3-0.3-0.5-0.4c-0.2-0.2-0.3-0.4-0.6-0.7c-0.2-0.3-0.4-0.5-0.6-0.9C1.1,10.2,1,10,0.8,9.8 C0.7,9.5,0.7,9.1,0.5,8.5C0.5,8.2,0.4,8.1,0.5,7.9c0-0.1,0-0.2,0-0.3c0-0.2,0-0.3,0-0.3c0,0-0.1-0.2,0-0.3c0,0,0,0,0-0.1 c0,0,0,0,0.1-0.1l0.1,0"/> <line class="st1-detailed-footwear" x1="9.9" y1="15.5" x2="9.9" y2="15.5"/> <path class="st1-detailed-footwear" d="M0.8,9.7L0.8,9.7c0,0.2,0.1,0.4,0.2,0.6c0.1,0.2,0.2,0.6,0.5,1c0.3,0.5,0.7,0.9,0.8,1 c0.2,0.2,0.6,0.5,1.3,1.1c0.6,0.4,0.6,0.5,0.7,0.5c0.4,0.2,0.7,0.4,1.2,0.6c0.3,0.1,0.6,0.2,1.2,0.5c0.5,0.2,0.9,0.3,1.2,0.4 c0.1,0,0.3,0.1,0.3,0.1c0.3,0,0.4,0,0.4,0c0.3,0,0.3,0,0.4,0c0.1,0,0.2,0,0.4,0l0.4,0"/> <path class="st1-detailed-footwear" d="M8.7,15.5L8.7,15.5c-0.1,0-0.1-0.1-0.2-0.1c0,0,0,0-0.1-0.1c0,0-0.1-0.1-0.2-0.1L8,15.2"/> <path class="st1-detailed-footwear" d="M32.5,18.1L32.5,18.1c0.1-0.3,0.2-0.5,0.2-0.6c0-0.2,0.1-0.3,0.1-0.5c0-0.1,0-0.3,0.1-0.4c0-0.1,0-0.1,0-0.2 l0,0c0.1,0,0.1,0.1,0.1,0.1c0,0,0,0,0.1,0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0.1,0,0.1,0,0.2c0,0.4-0.1,0.7-0.1,0.7 c0,0.2-0.1,0.4-0.2,0.5c-0.1,0.3-0.3,0.6-0.4,0.7c-0.2,0.3-0.4,0.4-0.6,0.6c-0.2,0.2-0.4,0.3-0.4,0.3c-0.1,0.1-0.3,0.1-0.3,0.1 c-0.1,0-0.2,0.1-0.3,0.1c-0.2,0.1-0.4,0.1-0.5,0.1c-0.1,0-0.1,0-0.2,0l0,0c0,0,0,0,0,0c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0 c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0.1c0,0,0,0,0,0l0,0c0,0-0.1,0-0.1,0c-0.1,0-0.2,0-0.3,0c-0.1,0,0,0-0.3,0c-0.1,0-0.2,0-0.3,0l0,0 c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0-0.1,0c0,0-0.1,0-0.1,0c-0.1,0-0.1,0-0.2,0.1c0,0-0.1,0.1-0.1,0.1c0,0,0,0,0,0 c-0.5,0-0.6,0-0.6,0c-0.3,0-0.7,0-1.1,0c-0.6,0-1,0-1.5,0c-0.6,0-1,0-1.4-0.1c-0.6,0-1-0.1-1.7-0.1c0,0-0.6-0.1-1.2-0.2 c-0.2,0-0.3-0.1-0.4-0.1c-0.1,0-0.2,0-0.2-0.1c0,0-0.2,0-0.3-0.1c-0.2,0-0.3-0.1-0.3-0.1c-0.2,0-0.2-0.1-0.2-0.1 c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.2-0.1c0,0,0,0-0.1,0c0,0,0,0-0.1,0c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0 c0,0,0,0,0,0c-0.6-0.3-0.8-0.3-0.8-0.3s-0.1,0-0.2-0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0-0.1-0.1c-0.1,0-0.1,0-0.1-0.1 c-0.1,0-0.2-0.1-0.3-0.1c-0.3-0.1-0.4-0.1-0.5-0.2c0,0,0,0-0.1,0c0,0,0,0-0.1,0c-0.1,0-0.1,0-0.2,0c0,0-0.1,0-0.1,0c0,0,0,0-0.1,0 c0,0-0.1-0.1-0.1-0.1c0,0-0.1-0.1-0.1-0.1L15.7,18"/> <path class="st1-detailed-footwear" d="M18.3,7.5c0.1,0.1,0.1,0.2,0.1,0.3c0.1,0.2,0.1,0.3,0.2,0.7c0,0.1,0.1,0.2,0.2,0.3c0.1,0,0.2,0.1,0.2,0.1 c0.1,0,0.1,0,0.3,0c0.1,0,0.1,0,0.2,0"/> <path class="st1-detailed-footwear" d="M16.8,6.3c0.1,0.1,0.3,0.2,0.5,0.4c0.1,0.1,0.2,0.2,0.4,0.3c0,0,0,0,0,0"/> <path class="st1-detailed-footwear" d="M23.8,12.3l0.3,0.5c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0-0.1,0-0.2,0 c-0.2,0-0.4-0.1-0.4-0.1c-0.7-0.3-1.2-0.8-1.2-0.8c-0.1-0.1-0.2-0.1-0.3-0.2c-0.1-0.1-0.1-0.1-0.2-0.2c-0.1-0.1-0.2-0.2-0.3-0.2 c-0.1-0.1-0.2-0.2-0.3-0.2c-0.2-0.2-0.4-0.3-0.6-0.5c-0.2-0.2-0.4-0.3-1.1-0.8c-0.8-0.6-1.2-0.9-1.3-0.9c-0.4-0.3-0.9-0.6-1.4-0.9 c-0.1,0-0.2-0.2-0.5-0.2c-0.1,0-0.2,0-0.3-0.1c-0.3,0-0.4,0-0.6,0c-0.2,0-0.3,0-0.4-0.1c-0.2-0.1-0.3-0.1-0.3-0.2 c-0.5-0.4-1-0.7-1.5-1.1c0,0,0,0-0.1-0.1c0,0-0.1-0.1-0.1-0.1c0,0-0.1-0.1-0.1-0.2c0,0,0-0.1,0-0.2C13,6,13,6,13,6 c0,0,0.1,0,0.1-0.1c0.1,0,0.2,0,0.2,0c0.3,0,0.6,0,0.8-0.1c0.5,0,0.5,0,0.9,0c0.2,0,0.4,0,0.5,0c0.1,0,0.4,0,0.6,0.1 c0,0,0,0,0.1,0"/> <path class="st1-detailed-footwear" d="M22,11c0.1,0.1,0.1,0.2,0.2,0.3c0,0.1,0.1,0.2,0.3,0.3c0.1,0.1,0.2,0.1,0.2,0.1c0.1,0,0.2,0,0.2,0 c0.1,0,0.2,0,0.3,0c0,0,0,0,0.1,0"/> <path class="st1-detailed-footwear" d="M20,9.1c0.1,0.1,0.1,0.1,0.1,0.2c0.1,0.2,0.2,0.4,0.4,0.7c0.1,0.1,0.1,0.2,0.2,0.2c0.1,0.1,0.2,0.1,0.3,0.1 c0,0,0.1,0,0.3,0c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0.1,0.2,0.2c0,0,0,0,0,0.1"/> <path class="st1-detailed-footwear" d="M16.7,5.5c-0.1,0-0.2-0.1-0.4-0.1c-0.2,0-0.3,0-0.5-0.1c-1,0-1,0-1,0c-0.5,0-0.6,0-1.4,0.1 c-0.5,0-0.4,0-1.2,0c-0.5,0-1,0-1.5,0c-0.2,0-0.5,0-0.9-0.1C9.7,5.1,9.5,5,9.5,5C9.4,4.9,9.3,4.8,9.2,4.6C9,4.5,9,4.3,8.9,4.2 c0-0.1-0.1-0.2-0.2-0.4C8.7,3.6,8.6,3.5,8.6,3.2C8.5,2.8,8.5,2.9,8.4,2.5C8.3,2.2,8.2,2,8.2,1.7c0,0,0-0.1-0.1-0.2c0,0,0,0,0,0 c0,0,0,0-0.1-0.1c0,0-0.2,0-0.3-0.1c-0.1,0-0.2-0.1-0.3-0.1c-0.1,0-0.1-0.1-0.2-0.1L7.1,1"/> <path class="st1-detailed-footwear" d="M18.1,6.6c-0.1-0.1-0.1-0.2-0.2-0.3c-0.1-0.2-0.1-0.1-0.1-0.2c-0.1-0.1-0.1-0.1-0.2-0.2"/> <path class="st1-detailed-footwear" d="M19.6,8.4C19.6,8.4,19.5,8.4,19.6,8.4c-0.3,0-0.4,0-0.4,0s-0.1,0-0.1,0c0,0,0,0,0,0c0,0,0,0,0,0 c0,0-0.1-0.4-0.1-0.4c-0.1-0.3-0.2-0.5-0.3-0.6c0-0.1,0-0.1-0.1-0.1"/> <path class="st1-detailed-footwear" d="M22.1,10.3c0-0.1-0.1-0.1-0.1-0.2c-0.1-0.1-0.1-0.2-0.3-0.3c-0.1-0.1-0.2-0.1-0.2-0.1c-0.1,0-0.1,0-0.2,0 c-0.2,0-0.3,0.1-0.4,0c-0.1,0-0.2-0.1-0.2-0.1c-0.1-0.1-0.1-0.1-0.1-0.2c0,0-0.1-0.2-0.2-0.4c-0.1-0.1-0.1-0.2-0.2-0.3"/> <path class="st1-detailed-footwear" d="M23.5,11.4c0,0-0.1,0-0.2,0c-0.3,0-0.4,0-0.4,0c-0.1,0-0.2-0.1-0.2-0.1c0,0-0.1-0.1-0.1-0.1 c-0.1-0.1-0.1-0.2-0.2-0.3"/> <path class="st1-detailed-footwear" d="M32.9,16.3L32.9,16.3c0-0.1,0-0.1-0.1-0.2c-0.1-0.1-0.2-0.2-0.2-0.2c-0.4-0.2-0.5-0.3-0.5-0.3 c-0.3-0.1-0.5-0.3-0.8-0.4c-0.7-0.3-0.8-0.4-2-1c-1.1-0.5-0.9-0.4-1.5-0.7c-0.3-0.1-0.5-0.3-2-1.1c-0.2-0.1-0.5-0.3-0.6-0.4 c0,0,0,0,0,0c0,0,0,0.1,0,0.2c0,0.1-0.1,0.1-0.2,0.1c-0.1,0-0.3,0.1-0.5,0.1c0,0-0.1,0-0.2,0c-0.1-0.1-0.2-0.2-0.3-0.4 c0-0.1-0.1-0.1-0.1-0.2"/> <path class="st1-detailed-footwear" d="M14.3,6.3C14.3,6.3,14.3,6.3,14.3,6.3c0,0.1,0,0.1,0,0.2c0,0,0,0,0,0.1c0,0,0,0,0.1,0c0,0,0,0,0.1,0 c0,0,0,0,0.1,0c0,0,0.1,0,0.1,0c0,0,0,0,0-0.1c0,0,0,0,0-0.1c0,0,0,0,0-0.1c0,0,0,0-0.1,0C14.4,6.3,14.4,6.3,14.3,6.3 C14.3,6.3,14.3,6.3,14.3,6.3z"/> <path class="st1-detailed-footwear" d="M17.7,5.2c-0.3-0.3-0.2-0.2-0.4-0.4C16.6,4,16,3.2,16,3.2c0,0-0.1,0-0.1,0c-0.3,0-0.5,0.1-0.6,0.1 c-0.5,0.2-0.8,0.2-1.1,0.4c-0.3,0.2-0.5,0.3-0.5,0.4c-0.1,0.2-0.2,0.3-0.2,0.4c0,0.1-0.1,0.2-0.1,0.3"/> <path class="st1-detailed-footwear" d="M21.1,8.8C21.1,8.7,21,8.7,21.1,8.8c-0.3-0.3-0.5-0.4-0.7-0.7c-0.1-0.1-0.1-0.2-0.2-0.3 c-0.2-0.2-0.4-0.4-0.4-0.4c-0.3-0.3-0.5-0.5-1.1-1.2"/> <path class="st1-detailed-footwear" d="M22.5,10.1c-0.1-0.1-0.1-0.2-0.1-0.2c-0.1-0.1-0.4-0.4-0.7-0.7"/> <path class="st1-detailed-footwear" d="M23.6,11c-0.1,0-0.1-0.1-0.1-0.1c0,0,0,0,0,0s0,0-0.1-0.1"/> <path class="st1-detailed-footwear" d="M25.3,12.1l-0.8-0.5c-0.1,0-0.2-0.1-0.4-0.2"/> <path class="st1-detailed-footwear" d="M17,5.3C17,5.2,17,5.2,16.9,5.2c0,0-0.1-0.1-0.1-0.1c-0.1-0.1-0.3-0.2-0.5-0.2c-0.2-0.1-0.3-0.1-0.7-0.1 c-0.3,0-0.4,0-0.6,0c-0.5,0-0.7,0-1.5,0c-0.3,0-0.2,0-0.3,0c-0.5,0-0.6,0-1.2,0.1c-0.5,0-0.4,0-0.7,0c-0.2,0-0.4,0.1-0.7,0.1 c-0.2,0-0.3,0-0.5,0C10,4.8,9.9,4.7,9.9,4.7c-0.1,0-0.2-0.1-0.3-0.4C9.5,4.1,9.4,3.9,9.3,3.7C9.2,3.5,9.1,3.2,9.1,2.9 C8.9,2.4,8.8,2.1,8.8,2c0-0.2-0.1-0.3-0.2-0.5c0-0.1-0.1-0.2-0.2-0.3C8.3,1.1,8.2,1,7.9,0.9c-0.1,0-0.2-0.1-0.3-0.1 c-0.1,0-0.2-0.1-0.2-0.1"/> <line class="st1-detailed-footwear" x1="17.7" y1="6.1" x2="17.5" y2="5.9"/> <path class="st1-detailed-footwear" d="M13.9,4.7L13.9,4.7c0.1-0.1,0.1-0.2,0.2-0.3c0.1-0.1,0.2-0.2,0.4-0.3C14.7,4,14.8,4,14.9,4 c0.3-0.1,0.5-0.1,0.7-0.2c0.1,0,0.3,0,0.5-0.1l0.3,0"/> <path class="st1-detailed-footwear" d="M13.5,4.3l-0.7,0c-0.5,0-0.8,0-1.1,0c-0.3,0-0.7,0-1,0c-0.2,0-0.3,0-0.5,0c0,0-0.1,0-0.1,0 c-0.1,0-0.2-0.1-0.2-0.1C9.6,3.8,9.4,3.5,9.4,3.5C9.3,3.3,9.2,3,9,2.6C8.9,2.2,8.8,1.7,8.7,1.4c0,0,0-0.1-0.2-0.5c0,0,0,0,0,0 c0,0-0.1-0.1-0.3-0.2c-0.1,0-0.1,0-0.2-0.1c-0.1,0-0.2,0-0.4-0.1c-0.1,0-0.2,0-0.2,0"/> <path class="st1-detailed-footwear" d="M19.5,7.3c0.1,0.1,0.2,0.2,0.3,0.2c0.1,0.1,0.1,0.1,0.2,0.2c0,0,0.1,0.1,0.1,0.1c0,0.1,0,0.1,0.1,0.2 c0,0.1,0.1,0.1,0.1,0.2c0,0.1,0.1,0.1,0.1,0.1"/> <path class="st1-detailed-footwear" d="M19.8,7.6c0,0,0,0.1,0,0.2c0,0.1,0,0.1-0.1,0.2c0,0.1,0,0.1-0.1,0.2c0,0.1,0,0.1,0,0.1c0,0.1,0,0.1-0.1,0.1 c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.2c0,0.1,0,0.2,0,0.2c0,0.1,0,0.1,0,0.1c0,0,0,0.1,0,0.1c0,0.1,0,0.1,0.1,0.1c0,0,0,0,0.1,0 c0,0,0.1,0,0.1,0c0,0,0,0,0.1,0c0,0,0.1-0.1,0.1-0.1c0.1-0.1,0.1-0.1,0.1-0.2c0-0.1,0.1-0.2,0.1-0.2c0.1-0.1,0.1-0.3,0.1-0.3 c0-0.1,0-0.3,0-0.5"/> <path class="st1-detailed-footwear" d="M19.7,7.6C19.8,7.6,19.8,7.7,19.7,7.6c0.1,0.1,0.1,0.1,0.2,0.1c0,0.1,0,0.1,0.1,0.1C20,7.9,20,8,20.1,8 c0,0,0.1,0.1,0.1,0.1"/> <line class="st1-detailed-footwear" x1="20.2" y1="8.1" x2="20.2" y2="8.1"/> <line class="st1-detailed-footwear" x1="20.2" y1="8.2" x2="20.2" y2="8.1"/> <path class="st1-detailed-footwear" d="M19.6,7.4L19.6,7.4c-0.2,0-0.3,0-0.5,0c0,0-0.2,0-0.3,0c0,0-0.1,0-0.1,0l0,0"/> <path class="st1-detailed-footwear" d="M19.6,7.5L19.6,7.5c0.1,0.1,0.1,0.1,0.1,0.1c0,0,0,0,0,0s0,0,0,0.1"/> <path class="st1-detailed-footwear" d="M18.9,8.1c0,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0c0,0,0.1,0,0.1,0c0,0,0,0,0.1,0"/> <path class="st1-detailed-footwear" d="M17.5,5c0.1,0,0.2,0,0.3,0c0.1,0.1,0.2,0.1,0.3,0.2c0.1,0.1,0.2,0.2,0.2,0.3c0.1,0.1,0.1,0.3,0.1,0.4 c0,0.1,0,0.2,0,0.4c0,0.3,0,0.2,0,0.4c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.1c0,0.1-0.1,0.1-0.1,0.3c0,0,0,0.1-0.1,0.2 c-0.1,0.3-0.1,0.3-0.1,0.3C18.1,8,18,8,17.8,8.1c0,0-0.1,0-0.1,0c-0.1,0-0.1,0-0.1,0c0,0-0.1,0-0.1-0.1c0,0,0,0,0-0.1 c0,0,0,0,0-0.1c0,0,0-0.1,0-0.1c0-0.1,0-0.1,0.1-0.2c0-0.1,0-0.1,0.1-0.2c0-0.1,0.1-0.1,0.1-0.2c0.1-0.1,0.1-0.2,0.1-0.2 C18,6.8,18,6.8,18,6.7c0-0.1,0.1-0.1,0.1-0.2c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2c0-0.3,0.1-0.3,0-0.5c0-0.1,0-0.1-0.1-0.2 c-0.1-0.1-0.1-0.1-0.2-0.2"/> <path class="st1-detailed-footwear" d="M15.7,6.4C15.7,6.5,15.7,6.5,15.7,6.4c0,0.1,0,0.2,0.1,0.2c0,0,0,0,0.1,0c0,0,0.1,0,0.1,0c0,0,0.1,0,0.2,0 c0.1,0,0.1,0,0.2,0c0,0,0.1,0,0.1,0c0.1,0,0.1-0.1,0.2-0.1c0,0,0.1-0.1,0.2-0.1c0,0,0,0,0.2-0.1c0.1-0.1,0.2-0.2,0.2-0.2 c0.1-0.1,0.1-0.1,0.2-0.1c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0,0.1-0.1c0,0,0.1,0,0.2,0c0.1,0,0.2,0,0.3,0c0,0,0,0,0,0"/> <path class="st1-detailed-footwear" d="M15.7,6.4c0,0,0-0.1,0.1-0.2c0,0,0,0,0.1-0.1C15.8,6.1,15.9,6.1,16,6c0,0,0.1-0.1,0.1-0.1 c0.1-0.1,0.1-0.1,0.2-0.1c0.2-0.1,0.3-0.2,0.3-0.2c0.1-0.1,0.1-0.1,0.2-0.1c0,0,0.1,0,0.1-0.1c0,0,0,0,0.1,0c0,0,0.1,0,0.2,0 c0.1,0,0.1,0,0.4,0c0.1,0,0.1,0,0.2,0c0,0,0.1,0,0.1-0.1c0,0,0,0,0,0c0,0,0,0,0,0"/> <line class="st1-detailed-footwear" x1="17.8" y1="5.1" x2="17.9" y2="5.1"/> <line class="st1-detailed-footwear" x1="15.7" y1="6.4" x2="15.7" y2="6.4"/> <path class="st1-detailed-footwear" d="M20.7,8.4l0.2,0.1c0,0,0.1,0,0.1,0.1c0,0,0.1,0,0.1,0.1c0,0,0.1,0.1,0.2,0.2c0.1,0.1,0.1,0.2,0.2,0.3 c0.1,0.1,0.1,0.2,0.1,0.2c0,0,0,0.1,0,0.2c0,0.1,0,0.2,0,0.3c0,0,0,0,0,0"/> <path class="st1-detailed-footwear" d="M21.1,8.8C21.1,8.8,21.1,8.8,21.1,8.8c0.1,0,0.1,0.1,0.1,0.1c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.1 c0,0,0,0.3,0,0.5c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.1"/> <path class="st1-detailed-footwear" d="M20.3,8.9c0,0,0.1,0,0.2,0c0.1,0,0.2,0,0.2-0.1c0.1,0,0.3,0,0.3,0c0,0,0.1,0,0.1,0"/> <path class="st1-detailed-footwear" d="M20.6,9.5C20.7,9.5,20.7,9.5,20.6,9.5c0.2,0,0.2-0.1,0.2-0.1c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0"/> <path class="st1-detailed-footwear" d="M23.2,12.2c0,0,0-0.1,0-0.2c0-0.1,0-0.1,0.1-0.1c0-0.1,0.1-0.2,0.1-0.3c0.1-0.2,0.1-0.3,0.1-0.4 c0-0.1,0-0.2,0-0.2c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0.1,0,0.1,0c0.1,0,0.1,0,0.1,0.1c0.1,0,0.1,0,0.2,0.1c0,0,0.1,0.1,0.1,0.1 c0,0,0,0,0,0.1c0,0.1,0,0.2,0,0.2C24.1,11.8,24,12,24,12c-0.1,0.2-0.1,0.2-0.1,0.3c0,0,0,0.1-0.1,0.2c0,0,0,0,0,0c0,0,0,0-0.1,0 c-0.1,0-0.1,0-0.2,0c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1-0.1c0,0,0,0,0,0C23.2,12.3,23.2,12.2,23.2,12.2"/> <path class="st1-detailed-footwear" d="M23.2,10.6c0,0,0.1,0.1,0.1,0.2c0,0.1,0.1,0.1,0.1,0.2c0,0.1,0,0.1,0,0.3c0,0,0,0,0,0.1"/> <path class="st1-detailed-footwear" d="M22.8,10.7c0,0,0,0.1,0,0.1c0,0.1,0,0.1,0,0.2c0,0.1,0,0.2,0,0.2c0,0.1,0,0.1,0,0.2"/> <path class="st1-detailed-footwear" d="M23.1,10.6c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0.1c-0.1,0-0.1,0.1-0.1,0.1c-0.1,0.1-0.1,0.1-0.4,0.2 c0,0-0.1,0-0.1,0.1c0,0-0.1,0-0.1,0c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.1,0c-0.1,0-0.2-0.1-0.2-0.1c0,0-0.1-0.1-0.1-0.2 c0,0,0,0,0-0.1c0,0,0-0.1,0-0.1c0-0.1,0-0.1,0.1-0.1c0,0,0-0.1,0.1-0.1c0.1,0,0.1,0,0.2-0.1c0.2-0.1,0.2-0.1,0.2-0.1 c0.1,0,0,0,0.2-0.1c0.1,0,0.1,0,0.3-0.1c0,0,0,0,0,0c0.1,0,0.1,0,0.2,0c0.1,0,0.2,0.1,0.3,0.2C23.1,10.4,23.2,10.4,23.1,10.6 C23.2,10.5,23.2,10.6,23.1,10.6"/> <path class="st1-detailed-footwear" d="M23.1,10.6C23.1,10.6,23.1,10.6,23.1,10.6C23.2,10.6,23.2,10.6,23.1,10.6C23.2,10.6,23.2,10.6,23.1,10.6 C23.2,10.6,23.2,10.6,23.1,10.6"/> <line class="st1-detailed-footwear" x1="23.1" y1="10.6" x2="23.1" y2="10.6"/> <path class="st1-detailed-footwear" d="M7.1,1"/> <path class="st1-detailed-footwear" d="M6.9,0.8c0,0,0-0.1,0-0.1C7,0.6,7,0.5,7.1,0.5c0,0,0.1-0.1,0.1-0.1c0,0,0.1,0,0.1,0c0,0,0.1,0,0.1,0.1 c0,0,0,0,0,0.1c0,0,0,0.1,0,0.1s0,0.1,0,0.1"/> <path class="st1-detailed-footwear" d="M7.4,0.7C7.4,0.7,7.4,0.6,7.4,0.7C7.3,0.6,7.3,0.6,7.4,0.7c-0.1-0.1-0.2,0-0.2,0.2c0,0,0,0.1-0.1,0.2"/> </g></g></svg>',
|
|
34
|
+
'detailed-textile': '<?xml version="1.0" encoding="utf-8"?><!-- Generator: Adobe Illustrator 27.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 19.5 21.2" style="enable-background:new 0 0 19.5 21.2;" xml:space="preserve"><style type="text/css"> .st0-detailed-textile{fill:none;stroke:#020202;stroke-width:0.9;stroke-linecap:round;stroke-linejoin:round;}</style><g> <g> <path class="st0-detailed-textile" d="M15.1,18c0,0,0,0.2,0,1.1c-0.1,0-0.3,0-0.5,0.1c-0.6,0.1-1,0.3-1.4,0.4c-1.1,0.4-1.1,0.5-1.4,0.6 c-1.1,0.4-2,0.4-2.4,0.4c-0.4,0-1.2,0-2.1-0.3C6.9,20.2,6.5,20.1,6,20c-0.3,0-0.7-0.1-0.8-0.1c0,0-0.4,0-0.9,0l-0.1,0 c0-0.2-0.1-0.4-0.1-0.7c0-0.2-0.1-0.6-0.1-1.1c0,0,0-0.3,0-0.8c0,0,0,0,0-0.1c0-0.1,0-0.1-0.1-0.2c0-0.1,0-0.1,0-0.1 c0-0.1,0-0.1,0-0.3C4,16.2,3.9,16.4,4,16.3c0,0,0-0.1,0-0.2c0,0,0,0,0-0.1c0-0.1-0.1-0.2-0.1-0.2c-0.1-0.1-0.1-0.3-0.2-0.4 c-0.1-0.2,0-0.4,0-0.5c0-0.2,0-0.3,0.1-0.5c0,0,0.1-0.1,0.1-0.3c0,0,0-0.1,0-0.1c0-0.2,0-0.3,0-0.3c0-0.2-0.1-0.5,0-0.8 c0-0.1,0-0.3,0.1-0.5c0-0.1,0.2-0.4,0.2-0.6c0,0,0-0.1,0-0.1c-0.1,0-0.1-0.1-0.2-0.1c0,0-0.3-0.2-0.4-0.3c0,0-0.1-0.1-0.1-0.1 c-0.3,0-0.6,0-1,0c-0.2,0-0.5-0.1-0.9-0.2c-0.6-0.1-1.1-0.4-1.1-0.4c0-0.7,0.1-1.3,0.2-1.7c0.1-0.3,0.2-0.7,0.3-1.1 c0.1-0.3,0.1-0.5,0.2-0.8c0.1-0.3,0.2-0.5,0.2-0.7c0-0.1,0-0.2,0-0.4c0-0.2,0-0.2,0-0.3c0-0.1,0-0.1,0.1-0.2 c0.1-0.2,0.1-0.2,0.1-0.3c0-0.1,0-0.1,0-0.3c0-0.1,0-0.2,0.1-0.3C2,4.5,2.1,4.5,2.1,4.3c0-0.1,0-0.1,0-0.1c0-0.3,0.2-0.9,0.2-0.9 C2.5,3,2.6,2.8,2.9,2.5c0.2-0.2,0.4-0.3,0.4-0.3C3.5,2.1,3.6,2.1,3.8,2C4.1,2,4.4,1.9,4.7,1.8C5.1,1.7,5.4,1.6,6,1.4 c0,0,0.7-0.2,1-0.4c0.2-0.1,0.3-0.2,0.3-0.3c0.1-0.1,0.1-0.1,0.1-0.1c0,0,0,0,0,0c0,0,0.1,0.2,0.1,0.3c0,0.1,0.1,0.2,0.2,0.3 C7.9,1.3,8,1.4,8.1,1.6C8.2,1.7,8.5,2,8.9,2.3c0.2,0.1,0.3,0.2,0.6,0.2c0.2,0,0.4,0,0.5,0c0.1,0,0.4,0,0.8-0.2 c0.1-0.1,0.4-0.2,0.8-0.5C11.9,1.5,12,1.2,12.1,1c0-0.1,0.1-0.2,0.1-0.2"/> <path class="st0-detailed-textile" d="M15.3,11.7c0,0.5,0,1,0,1.3c0,0.3,0,0.5,0,0.7c0,0.3-0.1,0.6-0.1,0.8c0,0-0.1,0.3-0.1,0.3"/> <path class="st0-detailed-textile" d="M7.5,0.5c0.2,0.1,0.6,0.3,1,0.4c0.8,0.2,1.4,0.2,2,0.1c0.6,0,1-0.1,1.2-0.2c0,0,0,0,0.5-0.2 C12.4,0.9,12.6,1,13,1.2c0.1,0.1,0.4,0.2,1.1,0.5c0.6,0.2,0.6,0.2,1.1,0.4c0.8,0.3,1,0.4,1.2,0.5c0.3,0.3,0.5,0.5,0.6,0.6 C17,3.3,17,3.4,17,3.4c0.1,0.2,0.1,0.4,0.2,0.7c0.1,0.6,0.2,1,0.2,1.3c0,0,0,0.1,0,0.3c0,0.1,0.1,0.1,0.1,0.2 c0.1,0.1,0.1,0.2,0.1,0.5c0,0,0,0.1,0,0.4c0.4,1.1,0.7,2,0.8,2.6c0.1,0.2,0.4,1.3,0.4,1.3c-0.1,0-0.2,0.1-0.3,0.2 c-0.6,0.3-1.1,0.4-1.4,0.5c-0.1,0-0.3,0.1-0.6,0.1c-0.3,0-0.5,0.1-0.8,0.1c-0.2,0-0.4,0-0.7,0"/> <path class="st0-detailed-textile" d="M6.9,1.1c0,0.1,0.1,0.1,0.1,0.2c0,0,0.1,0.1,0.1,0.2c0.1,0.2,0.2,0.4,0.3,0.5C7.7,2.3,7.8,2.5,8,2.7 C8.3,2.8,8.4,3,8.7,3.1C9,3.2,9.2,3.3,9.4,3.3c0.3,0,0.7,0.1,1.3-0.1c0.5-0.2,0.9-0.4,1-0.5c0.3-0.2,0.4-0.4,0.7-0.8 c0.1-0.2,0.2-0.3,0.3-0.5c0-0.1,0.1-0.2,0.1-0.2"/> <path class="st0-detailed-textile" d="M3.6,5.3c0,0.3,0,0.6,0,0.8c0,1,0,1.5,0,1.9c0,0.9,0.1,2,0.4,3.4c0.1,0.3,0.1,0.5,0.2,0.6 c0.1,0.5,0.4,1.3,0.9,2.3c0.6,1.2,1.4,2.1,1.9,2.8"/> <path class="st0-detailed-textile" d="M4.3,17.3c0.4,0.2,0.7,0.3,0.9,0.5c0.6,0.3,1,0.5,1.6,0.7c0.4,0.1,0.7,0.2,0.9,0.3"/> <path class="st0-detailed-textile" d="M16.8,4.4c-0.1,0.1-0.1,0.2-0.2,0.4c-0.1,0.1-0.1,0.1-0.3,0.2c-0.2,0.1-0.3,0.2-0.5,0.4 c-0.1,0.1-0.2,0.2-0.3,0.5c-0.1,0.2-0.1,0.3-0.1,0.3c-0.1,0.8,0,1.2,0,1.2c0,0,0-0.1,0,1.7c0,0.7-0.1,1.5-0.1,2.2 c0,0.1,0,0.3,0,0.5"/> <path class="st0-detailed-textile" d="M18.7,9.9c-0.3,0.1-0.5,0.2-0.8,0.3c-0.4,0.1-0.6,0.2-0.8,0.3c-0.4,0.1-0.7,0.1-0.9,0.1c-0.3,0-0.6,0-0.7,0 c-0.1,0-0.2,0-0.2,0"/> <path class="st0-detailed-textile" d="M8.3,1.8c0.2,0.1,0.3,0.1,0.4,0.2c0,0,1.1,0.4,2.3,0.1c0.1,0,0.2-0.1,0.2-0.1c0,0,0.4-0.2,0.4-0.2"/> <path class="st0-detailed-textile" d="M15.1,14.7c0,0.2,0,0.6,0,1c0,0.3,0,0.5,0,0.7c0,0.4,0,0.9,0.1,1.7"/> <path class="st0-detailed-textile" d="M0.6,10.1c0.1,0,0.2,0.1,0.3,0.1c0.4,0.1,0.6,0.2,0.9,0.3c0.3,0.1,0.6,0.1,0.7,0.1c0.3,0,0.6,0.1,0.8,0"/> </g></g></svg>',
|
|
34
35
|
'download': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M3 19H21V21H3V19ZM13 13.1716L19.0711 7.1005L20.4853 8.51472L12 17L3.51472 8.51472L4.92893 7.1005L11 13.1716V2H13V13.1716Z"></path></svg>',
|
|
35
36
|
'edit': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M6.41421 15.89L16.5563 5.74785L15.1421 4.33363L5 14.4758V15.89H6.41421ZM7.24264 17.89H3V13.6473L14.435 2.21231C14.8256 1.82179 15.4587 1.82179 15.8492 2.21231L18.6777 5.04074C19.0682 5.43126 19.0682 6.06443 18.6777 6.45495L7.24264 17.89ZM3 19.89H21V21.89H3V19.89Z"></path></svg>',
|
|
36
37
|
'external-link': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M10 6V8H5V19H16V14H18V20C18 20.5523 17.5523 21 17 21H4C3.44772 21 3 20.5523 3 20V7C3 6.44772 3.44772 6 4 6H10ZM21 3V11H19L18.9999 6.413L11.2071 14.2071L9.79289 12.7929L17.5849 5H13V3H21Z"></path></svg>',
|
|
@@ -58,7 +59,6 @@ export const icons = {
|
|
|
58
59
|
'search': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z"></path></svg>',
|
|
59
60
|
'seedling-circle': '<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 18 18" style="enable-background:new 0 0 18 18;" xml:space="preserve"><path d="M9,18c-5,0-9-4-9-9s4-9,9-9s9,4,9,9S14,18,9,18z M9,16.2c4,0,7.2-3.2,7.2-7.2S13,1.8,9,1.8S1.8,5,1.8,9S5,16.2,9,16.2z"/><g> <g> <path d="M8.5,11.1C8,9.1,6.9,8.4,4.7,8.7c0,0,0,0-0.1,0c0,0,0,0-0.1,0c0,0,0,0,0,0.1c0,0,0,0,0,0.1C4.6,9.5,5.2,11.5,8.5,11.1z"/> <path d="M9.2,9.6c2-2.7,1.8-4.5-0.9-6.8c0,0-0.1,0-0.2,0C8,2.8,8,2.8,7.9,2.9C7.2,3.6,5.3,6.2,9.2,9.6"/> <path d="M13.3,9.5C13.3,9.5,13.4,9.5,13.3,9.5c0.1,0,0.1,0.1,0.2,0.1v0.1v0.1c-0.1,0.8-0.6,3-4.1,3.1c-0.2,0.5-0.2,1.1,0,1.6 l-0.9,0.3c-0.2-0.9-0.2-1.8,0-2.7C8.7,11.5,9,11,9.4,10.6s0.9-0.7,1.5-0.9C11.7,9.5,12.5,9.4,13.3,9.5"/> </g></g></svg>',
|
|
60
61
|
'square': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M4 3H20C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3ZM5 5V19H19V5H5Z"></path></svg>',
|
|
61
|
-
't-shirt': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M8.99805 3C8.99805 4.65685 10.3412 6 11.998 6C13.6549 6 14.998 4.65685 14.998 3H20.998C21.5503 3 21.998 3.44772 21.998 4V11C21.998 11.5523 21.5503 12 20.998 12H18.997L18.998 20C18.998 20.5523 18.5503 21 17.998 21H5.99805C5.44576 21 4.99805 20.5523 4.99805 20L4.99705 11.999L2.99805 12C2.44576 12 1.99805 11.5523 1.99805 11V4C1.99805 3.44772 2.44576 3 2.99805 3H8.99805ZM19.998 4.999H16.581L16.5642 5.04018C15.8115 6.7223 14.1566 7.91251 12.2149 7.99538L11.998 8C9.96331 8 8.21245 6.7846 7.43186 5.04018L7.41405 4.999H3.99805V9.999L6.9968 9.998L6.99705 19H16.998L16.9968 10L19.998 9.999V4.999Z"></path></svg>',
|
|
62
62
|
'timer': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M17.6177 5.9681L19.0711 4.51472L20.4853 5.92893L19.0319 7.38231C20.2635 8.92199 21 10.875 21 13C21 17.9706 16.9706 22 12 22C7.02944 22 3 17.9706 3 13C3 8.02944 7.02944 4 12 4C14.125 4 16.078 4.73647 17.6177 5.9681ZM12 20C15.866 20 19 16.866 19 13C19 9.13401 15.866 6 12 6C8.13401 6 5 9.13401 5 13C5 16.866 8.13401 20 12 20ZM11 8H13V14H11V8ZM8 1H16V3H8V1Z"></path></svg>',
|
|
63
63
|
'tools': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M5.32943 3.27152C6.56252 2.83314 7.9923 3.10743 8.97927 4.0944C10.1002 5.21531 10.3019 6.90735 9.5843 8.23378L20.293 18.9436L18.8788 20.3579L8.16982 9.64869C6.84325 10.3668 5.15069 10.1653 4.02952 9.04415C3.04227 8.0569 2.7681 6.62659 3.20701 5.39326L5.44373 7.62994C6.02952 8.21572 6.97927 8.21572 7.56505 7.62994C8.15084 7.04415 8.15084 6.0944 7.56505 5.50862L5.32943 3.27152ZM15.6968 5.15506L18.8788 3.38729L20.293 4.80151L18.5252 7.98349L16.7574 8.33704L14.6361 10.4584L13.2219 9.04415L15.3432 6.92283L15.6968 5.15506ZM8.97927 13.2868L10.3935 14.701L5.09018 20.0043C4.69966 20.3948 4.06649 20.3948 3.67597 20.0043C3.31334 19.6417 3.28744 19.0698 3.59826 18.6773L3.67597 18.5901L8.97927 13.2868Z"></path></svg>',
|
|
64
64
|
'user': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M4 22C4 17.5817 7.58172 14 12 14C16.4183 14 20 17.5817 20 22H18C18 18.6863 15.3137 16 12 16C8.68629 16 6 18.6863 6 22H4ZM12 13C8.685 13 6 10.315 6 7C6 3.685 8.685 1 12 1C15.315 1 18 3.685 18 7C18 10.315 15.315 13 12 13ZM12 11C14.21 11 16 9.21 16 7C16 4.79 14.21 3 12 3C9.79 3 8 4.79 8 7C8 9.21 9.79 11 12 11Z"></path></svg>',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/TsIcon/icons/index.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,KAAK,GAA4B;IAC5C,YAAY,EAAE,qXAAqX;IACnY,KAAK,EAAE,mJAAmJ;IAC1J,qBAAqB,EAAE,+PAA+P;IACtR,cAAc,EAAE,gXAAgX;IAChY,uBAAuB,EAAE,giBAAgiB;IACzjB,gBAAgB,EAAE,ylBAAylB;IAC3mB,yBAAyB,EAAE,oSAAoS;IAC/T,uBAAuB,EAAE,2PAA2P;IACpR,YAAY,EAAE,wOAAwO;IACtP,eAAe,EAAE,oYAAoY;IACrZ,kBAAkB,EAAE,yXAAyX;IAC7Y,YAAY,EAAE,uOAAuO;IACrP,aAAa,EAAE,uOAAuO;IACtP,eAAe,EAAE,+WAA+W;IAChY,UAAU,EAAE,wOAAwO;IACpP,OAAO,EAAE,iqBAAiqB;IAC1qB,qBAAqB,EAAE,kUAAkU;IACzV,oBAAoB,EAAE,ikBAAikB;IACvlB,cAAc,EAAE,mbAAmb;IACnc,qBAAqB,EAAE,wUAAwU;IAC/V,cAAc,EAAE,uVAAuV;IACvW,OAAO,EAAE,wNAAwN;IACjO,cAAc,EAAE,0NAA0N;IAC1O,cAAc,EAAE,mNAAmN;IACnO,eAAe,EAAE,2NAA2N;IAC5O,YAAY,EAAE,kNAAkN;IAChO,QAAQ,EAAE,4UAA4U;IACtV,cAAc,EAAE,ogBAAogB;IACphB,OAAO,EAAE,2TAA2T;IACpU,eAAe,EAAE,oWAAoW;IACrX,YAAY,EAAE,gPAAgP;IAC9P,mBAAmB,EAAE,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/TsIcon/icons/index.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,KAAK,GAA4B;IAC5C,YAAY,EAAE,qXAAqX;IACnY,KAAK,EAAE,mJAAmJ;IAC1J,qBAAqB,EAAE,+PAA+P;IACtR,cAAc,EAAE,gXAAgX;IAChY,uBAAuB,EAAE,giBAAgiB;IACzjB,gBAAgB,EAAE,ylBAAylB;IAC3mB,yBAAyB,EAAE,oSAAoS;IAC/T,uBAAuB,EAAE,2PAA2P;IACpR,YAAY,EAAE,wOAAwO;IACtP,eAAe,EAAE,oYAAoY;IACrZ,kBAAkB,EAAE,yXAAyX;IAC7Y,YAAY,EAAE,uOAAuO;IACrP,aAAa,EAAE,uOAAuO;IACtP,eAAe,EAAE,+WAA+W;IAChY,UAAU,EAAE,wOAAwO;IACpP,OAAO,EAAE,iqBAAiqB;IAC1qB,qBAAqB,EAAE,kUAAkU;IACzV,oBAAoB,EAAE,ikBAAikB;IACvlB,cAAc,EAAE,mbAAmb;IACnc,qBAAqB,EAAE,wUAAwU;IAC/V,cAAc,EAAE,uVAAuV;IACvW,OAAO,EAAE,wNAAwN;IACjO,cAAc,EAAE,0NAA0N;IAC1O,cAAc,EAAE,mNAAmN;IACnO,eAAe,EAAE,2NAA2N;IAC5O,YAAY,EAAE,kNAAkN;IAChO,QAAQ,EAAE,4UAA4U;IACtV,cAAc,EAAE,ogBAAogB;IACphB,OAAO,EAAE,2TAA2T;IACpU,eAAe,EAAE,oWAAoW;IACrX,YAAY,EAAE,gPAAgP;IAC9P,mBAAmB,EAAE,u3fAAu3f;IAC54f,kBAAkB,EAAE,2hIAA2hI;IAC/iI,UAAU,EAAE,mOAAmO;IAC/O,MAAM,EAAE,iXAAiX;IACzX,eAAe,EAAE,oSAAoS;IACrT,YAAY,EAAE,icAAic;IAC/c,QAAQ,EAAE,sMAAsM;IAChN,gBAAgB,EAAE,yZAAyZ;IAC3a,YAAY,EAAE,0UAA0U;IACxV,mBAAmB,EAAE,i8DAAi8D;IACt9D,qBAAqB,EAAE,q2GAAq2G;IAC53G,mBAAmB,EAAE,i7DAAi7D;IACt8D,iBAAiB,EAAE,g7DAAg7D;IACn8D,sBAAsB,EAAE,wiEAAwiE;IAChkE,sBAAsB,EAAE,s9DAAs9D;IAC9+D,cAAc,EAAE,wOAAwO;IACxP,OAAO,EAAE,6oBAA6oB;IACtpB,SAAS,EAAE,2cAA2c;IACtd,MAAM,EAAE,sSAAsS;IAC9S,MAAM,EAAE,uxBAAuxB;IAC/xB,eAAe,EAAE,01BAA01B;IAC32B,MAAM,EAAE,sYAAsY;IAC9Y,YAAY,EAAE,qaAAqa;IACnb,SAAS,EAAE,2/BAA2/B;IACtgC,iBAAiB,EAAE,4nBAA4nB;IAC/oB,MAAM,EAAE,wQAAwQ;IAChR,QAAQ,EAAE,2eAA2e;IACrf,iBAAiB,EAAE,mzBAAmzB;IACt0B,QAAQ,EAAE,gPAAgP;IAC1P,OAAO,EAAE,4cAA4c;IACrd,OAAO,EAAE,oyBAAoyB;IAC7yB,MAAM,EAAE,8ZAA8Z;CACva,CAAC"}
|
|
@@ -30,7 +30,8 @@ export const icons: { [k: string]: string } = {
|
|
|
30
30
|
'close': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M11.9997 10.5865L16.9495 5.63672L18.3637 7.05093L13.4139 12.0007L18.3637 16.9504L16.9495 18.3646L11.9997 13.4149L7.04996 18.3646L5.63574 16.9504L10.5855 12.0007L5.63574 7.05093L7.04996 5.63672L11.9997 10.5865Z"></path></svg>',
|
|
31
31
|
'currency-euro': '<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-currency-euro" width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M17.2 7a6 7 0 1 0 0 10" /><path d="M13 10h-8m0 4h8" /></svg>',
|
|
32
32
|
'delete-bin': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M7 4V2H17V4H22V6H20V21C20 21.5523 19.5523 22 19 22H5C4.44772 22 4 21.5523 4 21V6H2V4H7ZM6 6V20H18V6H6ZM9 9H11V17H9V9ZM13 9H15V17H13V9Z"></path></svg>',
|
|
33
|
-
'detailed-footwear': '<?xml version="1.0" encoding="utf-8"?><!-- Generator: Adobe Illustrator 27.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 33.6 20.8" style="enable-background:new 0 0 33.6 20.8;" xml:space="preserve"><style type="text/css"> .st0{display:none;} .st1{fill:none;stroke:#000000;stroke-width:0.7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><g id="Calque_1_00000179617517466086946620000010608077286789513383_" class="st0"></g><g id="Calque_2_00000124129821288116608210000005806568011804293285_"> <g> <path class="st1" d="M3.2,5.8l-0.4,0c0,0-0.2,0.2-0.4,0.4C2.2,6.4,2.1,6.4,2,6.5c-0.1,0-0.3,0.2-0.6,0.2c-0.2,0-0.3-0.1-0.5,0 c-0.2,0-0.3,0-0.4,0.1c0,0,1.1,0.6,2,1.1c0.8,0.5,1.2,0.7,1.6,1c0.9,0.6,1.2,1,2.4,1.7c0.3,0.2,0.7,0.4,0.7,0.4 c0.6,0.4,1.1,0.7,1.3,0.8c1.2,0.7,2.4,1.5,3.9,2.5c0.6,0.4,0.4,0.3,0.9,0.7c1.5,1.1,2.3,1.6,3.2,2.1c1.7,1,3.2,1.5,3.9,1.7 c1.3,0.4,2.2,0.6,2.5,0.6c0.5,0.1,1,0.1,1.6,0.2c1,0.1,1.6,0.1,1.8,0.1c0.5,0,0.9,0,0.9,0c0.4,0,0.8-0.1,1.4-0.1 c0.3,0,0.8-0.1,1.4-0.2c0.2,0,0.5-0.1,0.8-0.2c0.2-0.1,0.3-0.2,0.4-0.2c0.3-0.2,0.5-0.4,0.5-0.4c0.1-0.1,0.1-0.1,0.1-0.2 c0,0-0.6,0-1.2,0c-0.2,0-0.2,0-0.6-0.1c-0.9-0.1-1.2-0.1-1.7-0.1c0,0-0.5-0.1-1.1-0.2c-0.7-0.1-1.3-0.3-2.1-0.5 c-1.3-0.4-2.3-0.7-3.7-1.3c-0.9-0.4-1.5-0.7-2-0.9c-1-0.5-1.7-0.8-1.9-1c-0.4-0.2-0.7-0.4-1.2-0.7c-0.4-0.2-0.4-0.2-1-0.6 c-0.3-0.2-0.4-0.3-1.3-0.8c-1-0.6-0.8-0.5-1.2-0.8c-1.3-0.8-1.3-0.8-1.8-1.1c-0.5-0.3-0.6-0.4-1-0.6C9.4,9.1,9.1,8.9,8.6,8.7 C8.4,8.6,8,8.4,7.4,8.1C7.1,8,6.8,7.9,6.6,7.8C5.8,7.6,5.7,7.5,5,7.3C4.9,7.2,4.4,7.1,4.1,6.8C3.9,6.7,3.8,6.5,3.8,6.5 c-0.1,0-0.1-0.1-0.2-0.2C3.4,6.2,3.4,6.2,3.3,6.1C3.3,6,3.2,5.9,3.2,5.8z"/> <path class="st1" d="M0.5,6.7l0,0.2c0.2,0.1,0.6,0.3,1,0.6c0.6,0.4,0.7,0.4,1,0.6c0.6,0.4,1.1,0.6,1.6,1c0.5,0.3,0.8,0.6,1.2,0.9 c0.7,0.6,0.7,0.6,1.3,1c0.4,0.3,0.9,0.7,2.1,1.4c0.5,0.3,0.7,0.5,1,0.7c0.8,0.5,1.2,0.8,1.8,1.2c0.8,0.5,1.3,0.9,2.1,1.4 c1,0.7,1.5,1.1,2.3,1.5c0.3,0.2,0.6,0.3,0.8,0.4c0.4,0.2,1.2,0.6,2.1,0.9c0.9,0.4,1.8,0.7,3.1,1c0.5,0.1,0.9,0.1,1.4,0.2 c1.3,0.1,2.3,0.1,3,0.1c0.2,0,0.8,0,2-0.1c0,0,0.7,0,1.7-0.2c0.2,0,0.5-0.1,0.8-0.2c0.3-0.1,0.4-0.3,0.6-0.4 c0.2-0.2,0.4-0.4,0.7-0.7l-0.1,0"/> <path class="st1" d="M3.4,6.1L3.4,6.1c0-0.1,0.1-0.2,0.1-0.3c0.1-0.1,0.1-0.2,0.2-0.3C3.9,5.3,3.9,5.3,4.1,5 c0.1-0.1,0.2-0.2,0.4-0.5c0.2-0.2,0.3-0.3,0.4-0.5c0.4-0.5,0.6-0.7,0.8-0.9c0.1-0.1,0.2-0.3,0.5-0.7C6.4,2.2,6.5,2,6.6,1.8 C6.7,1.7,6.8,1.6,7,1.2C7,1.1,7.1,1.1,7.1,1C7.1,1,7,1,7,0.9c0,0,0-0.1,0-0.1c0,0-0.1,0.2-0.2,0.2C6.6,1.1,6.4,1.5,6.4,1.5 c-0.7,1-0.7,1-0.8,1.2C5.3,3,5.1,3.3,4.8,3.6C4.7,3.8,4.6,3.9,4.4,4.1C4.2,4.4,4.1,4.5,4,4.7C3.6,5.2,3.5,5.4,3.4,5.5 C3.4,5.6,3.3,5.7,3.3,5.8l0,0.1"/> <path class="st1" d="M32,18.1l0.5,0c-0.1,0.2-0.2,0.4-0.4,0.6c-0.2,0.2-0.3,0.3-0.5,0.4c-0.2,0.1-0.5,0.3-1,0.5 c-0.2,0.1-0.5,0.2-0.9,0.2c-0.8,0.2-1.4,0.2-1.7,0.2c-1.2,0-1.8,0.1-2.6,0c-0.8,0-1.5-0.1-2.7-0.2c-0.3,0-0.6,0-1-0.1 c-0.5-0.1-0.8-0.2-1.3-0.3c-0.4-0.1-0.9-0.2-1.5-0.4c-0.2-0.1-0.6-0.2-1.4-0.5c-0.5-0.2-0.9-0.3-1.4-0.5C16,18.1,15.8,18,15.7,18 c0,0-0.1-0.1-0.2-0.2c0,0-0.1-0.1-0.4-0.3C14.7,17.2,14,17,14,17c-0.1,0-0.7-0.3-2-0.8c-0.8-0.3-0.9-0.4-1.4-0.5 c-0.5-0.2-1-0.3-1.2-0.3c-0.9-0.2-0.8-0.1-1.3-0.2c-0.4-0.1-0.9-0.3-1.8-0.6c-0.4-0.2-0.7-0.3-1-0.4c-0.5-0.2-0.8-0.4-1.3-0.7 c-0.1-0.1-0.5-0.3-1.1-0.8c-0.2-0.2-0.3-0.3-0.5-0.4c-0.2-0.2-0.3-0.4-0.6-0.7c-0.2-0.3-0.4-0.5-0.6-0.9C1.1,10.2,1,10,0.8,9.8 C0.7,9.5,0.7,9.1,0.5,8.5C0.5,8.2,0.4,8.1,0.5,7.9c0-0.1,0-0.2,0-0.3c0-0.2,0-0.3,0-0.3c0,0-0.1-0.2,0-0.3c0,0,0,0,0-0.1 c0,0,0,0,0.1-0.1l0.1,0"/> <line class="st1" x1="9.9" y1="15.5" x2="9.9" y2="15.5"/> <path class="st1" d="M0.8,9.7L0.8,9.7c0,0.2,0.1,0.4,0.2,0.6c0.1,0.2,0.2,0.6,0.5,1c0.3,0.5,0.7,0.9,0.8,1 c0.2,0.2,0.6,0.5,1.3,1.1c0.6,0.4,0.6,0.5,0.7,0.5c0.4,0.2,0.7,0.4,1.2,0.6c0.3,0.1,0.6,0.2,1.2,0.5c0.5,0.2,0.9,0.3,1.2,0.4 c0.1,0,0.3,0.1,0.3,0.1c0.3,0,0.4,0,0.4,0c0.3,0,0.3,0,0.4,0c0.1,0,0.2,0,0.4,0l0.4,0"/> <path class="st1" d="M8.7,15.5L8.7,15.5c-0.1,0-0.1-0.1-0.2-0.1c0,0,0,0-0.1-0.1c0,0-0.1-0.1-0.2-0.1L8,15.2"/> <path class="st1" d="M32.5,18.1L32.5,18.1c0.1-0.3,0.2-0.5,0.2-0.6c0-0.2,0.1-0.3,0.1-0.5c0-0.1,0-0.3,0.1-0.4c0-0.1,0-0.1,0-0.2 l0,0c0.1,0,0.1,0.1,0.1,0.1c0,0,0,0,0.1,0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0.1,0,0.1,0,0.2c0,0.4-0.1,0.7-0.1,0.7 c0,0.2-0.1,0.4-0.2,0.5c-0.1,0.3-0.3,0.6-0.4,0.7c-0.2,0.3-0.4,0.4-0.6,0.6c-0.2,0.2-0.4,0.3-0.4,0.3c-0.1,0.1-0.3,0.1-0.3,0.1 c-0.1,0-0.2,0.1-0.3,0.1c-0.2,0.1-0.4,0.1-0.5,0.1c-0.1,0-0.1,0-0.2,0l0,0c0,0,0,0,0,0c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0 c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0.1c0,0,0,0,0,0l0,0c0,0-0.1,0-0.1,0c-0.1,0-0.2,0-0.3,0c-0.1,0,0,0-0.3,0c-0.1,0-0.2,0-0.3,0l0,0 c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0-0.1,0c0,0-0.1,0-0.1,0c-0.1,0-0.1,0-0.2,0.1c0,0-0.1,0.1-0.1,0.1c0,0,0,0,0,0 c-0.5,0-0.6,0-0.6,0c-0.3,0-0.7,0-1.1,0c-0.6,0-1,0-1.5,0c-0.6,0-1,0-1.4-0.1c-0.6,0-1-0.1-1.7-0.1c0,0-0.6-0.1-1.2-0.2 c-0.2,0-0.3-0.1-0.4-0.1c-0.1,0-0.2,0-0.2-0.1c0,0-0.2,0-0.3-0.1c-0.2,0-0.3-0.1-0.3-0.1c-0.2,0-0.2-0.1-0.2-0.1 c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.2-0.1c0,0,0,0-0.1,0c0,0,0,0-0.1,0c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0 c0,0,0,0,0,0c-0.6-0.3-0.8-0.3-0.8-0.3s-0.1,0-0.2-0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0-0.1-0.1c-0.1,0-0.1,0-0.1-0.1 c-0.1,0-0.2-0.1-0.3-0.1c-0.3-0.1-0.4-0.1-0.5-0.2c0,0,0,0-0.1,0c0,0,0,0-0.1,0c-0.1,0-0.1,0-0.2,0c0,0-0.1,0-0.1,0c0,0,0,0-0.1,0 c0,0-0.1-0.1-0.1-0.1c0,0-0.1-0.1-0.1-0.1L15.7,18"/> <path class="st1" d="M18.3,7.5c0.1,0.1,0.1,0.2,0.1,0.3c0.1,0.2,0.1,0.3,0.2,0.7c0,0.1,0.1,0.2,0.2,0.3c0.1,0,0.2,0.1,0.2,0.1 c0.1,0,0.1,0,0.3,0c0.1,0,0.1,0,0.2,0"/> <path class="st1" d="M16.8,6.3c0.1,0.1,0.3,0.2,0.5,0.4c0.1,0.1,0.2,0.2,0.4,0.3c0,0,0,0,0,0"/> <path class="st1" d="M23.8,12.3l0.3,0.5c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0-0.1,0-0.2,0 c-0.2,0-0.4-0.1-0.4-0.1c-0.7-0.3-1.2-0.8-1.2-0.8c-0.1-0.1-0.2-0.1-0.3-0.2c-0.1-0.1-0.1-0.1-0.2-0.2c-0.1-0.1-0.2-0.2-0.3-0.2 c-0.1-0.1-0.2-0.2-0.3-0.2c-0.2-0.2-0.4-0.3-0.6-0.5c-0.2-0.2-0.4-0.3-1.1-0.8c-0.8-0.6-1.2-0.9-1.3-0.9c-0.4-0.3-0.9-0.6-1.4-0.9 c-0.1,0-0.2-0.2-0.5-0.2c-0.1,0-0.2,0-0.3-0.1c-0.3,0-0.4,0-0.6,0c-0.2,0-0.3,0-0.4-0.1c-0.2-0.1-0.3-0.1-0.3-0.2 c-0.5-0.4-1-0.7-1.5-1.1c0,0,0,0-0.1-0.1c0,0-0.1-0.1-0.1-0.1c0,0-0.1-0.1-0.1-0.2c0,0,0-0.1,0-0.2C13,6,13,6,13,6 c0,0,0.1,0,0.1-0.1c0.1,0,0.2,0,0.2,0c0.3,0,0.6,0,0.8-0.1c0.5,0,0.5,0,0.9,0c0.2,0,0.4,0,0.5,0c0.1,0,0.4,0,0.6,0.1 c0,0,0,0,0.1,0"/> <path class="st1" d="M22,11c0.1,0.1,0.1,0.2,0.2,0.3c0,0.1,0.1,0.2,0.3,0.3c0.1,0.1,0.2,0.1,0.2,0.1c0.1,0,0.2,0,0.2,0 c0.1,0,0.2,0,0.3,0c0,0,0,0,0.1,0"/> <path class="st1" d="M20,9.1c0.1,0.1,0.1,0.1,0.1,0.2c0.1,0.2,0.2,0.4,0.4,0.7c0.1,0.1,0.1,0.2,0.2,0.2c0.1,0.1,0.2,0.1,0.3,0.1 c0,0,0.1,0,0.3,0c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0.1,0.2,0.2c0,0,0,0,0,0.1"/> <path class="st1" d="M16.7,5.5c-0.1,0-0.2-0.1-0.4-0.1c-0.2,0-0.3,0-0.5-0.1c-1,0-1,0-1,0c-0.5,0-0.6,0-1.4,0.1 c-0.5,0-0.4,0-1.2,0c-0.5,0-1,0-1.5,0c-0.2,0-0.5,0-0.9-0.1C9.7,5.1,9.5,5,9.5,5C9.4,4.9,9.3,4.8,9.2,4.6C9,4.5,9,4.3,8.9,4.2 c0-0.1-0.1-0.2-0.2-0.4C8.7,3.6,8.6,3.5,8.6,3.2C8.5,2.8,8.5,2.9,8.4,2.5C8.3,2.2,8.2,2,8.2,1.7c0,0,0-0.1-0.1-0.2c0,0,0,0,0,0 c0,0,0,0-0.1-0.1c0,0-0.2,0-0.3-0.1c-0.1,0-0.2-0.1-0.3-0.1c-0.1,0-0.1-0.1-0.2-0.1L7.1,1"/> <path class="st1" d="M18.1,6.6c-0.1-0.1-0.1-0.2-0.2-0.3c-0.1-0.2-0.1-0.1-0.1-0.2c-0.1-0.1-0.1-0.1-0.2-0.2"/> <path class="st1" d="M19.6,8.4C19.6,8.4,19.5,8.4,19.6,8.4c-0.3,0-0.4,0-0.4,0s-0.1,0-0.1,0c0,0,0,0,0,0c0,0,0,0,0,0 c0,0-0.1-0.4-0.1-0.4c-0.1-0.3-0.2-0.5-0.3-0.6c0-0.1,0-0.1-0.1-0.1"/> <path class="st1" d="M22.1,10.3c0-0.1-0.1-0.1-0.1-0.2c-0.1-0.1-0.1-0.2-0.3-0.3c-0.1-0.1-0.2-0.1-0.2-0.1c-0.1,0-0.1,0-0.2,0 c-0.2,0-0.3,0.1-0.4,0c-0.1,0-0.2-0.1-0.2-0.1c-0.1-0.1-0.1-0.1-0.1-0.2c0,0-0.1-0.2-0.2-0.4c-0.1-0.1-0.1-0.2-0.2-0.3"/> <path class="st1" d="M23.5,11.4c0,0-0.1,0-0.2,0c-0.3,0-0.4,0-0.4,0c-0.1,0-0.2-0.1-0.2-0.1c0,0-0.1-0.1-0.1-0.1 c-0.1-0.1-0.1-0.2-0.2-0.3"/> <path class="st1" d="M32.9,16.3L32.9,16.3c0-0.1,0-0.1-0.1-0.2c-0.1-0.1-0.2-0.2-0.2-0.2c-0.4-0.2-0.5-0.3-0.5-0.3 c-0.3-0.1-0.5-0.3-0.8-0.4c-0.7-0.3-0.8-0.4-2-1c-1.1-0.5-0.9-0.4-1.5-0.7c-0.3-0.1-0.5-0.3-2-1.1c-0.2-0.1-0.5-0.3-0.6-0.4 c0,0,0,0,0,0c0,0,0,0.1,0,0.2c0,0.1-0.1,0.1-0.2,0.1c-0.1,0-0.3,0.1-0.5,0.1c0,0-0.1,0-0.2,0c-0.1-0.1-0.2-0.2-0.3-0.4 c0-0.1-0.1-0.1-0.1-0.2"/> <path class="st1" d="M14.3,6.3C14.3,6.3,14.3,6.3,14.3,6.3c0,0.1,0,0.1,0,0.2c0,0,0,0,0,0.1c0,0,0,0,0.1,0c0,0,0,0,0.1,0 c0,0,0,0,0.1,0c0,0,0.1,0,0.1,0c0,0,0,0,0-0.1c0,0,0,0,0-0.1c0,0,0,0,0-0.1c0,0,0,0-0.1,0C14.4,6.3,14.4,6.3,14.3,6.3 C14.3,6.3,14.3,6.3,14.3,6.3z"/> <path class="st1" d="M17.7,5.2c-0.3-0.3-0.2-0.2-0.4-0.4C16.6,4,16,3.2,16,3.2c0,0-0.1,0-0.1,0c-0.3,0-0.5,0.1-0.6,0.1 c-0.5,0.2-0.8,0.2-1.1,0.4c-0.3,0.2-0.5,0.3-0.5,0.4c-0.1,0.2-0.2,0.3-0.2,0.4c0,0.1-0.1,0.2-0.1,0.3"/> <path class="st1" d="M21.1,8.8C21.1,8.7,21,8.7,21.1,8.8c-0.3-0.3-0.5-0.4-0.7-0.7c-0.1-0.1-0.1-0.2-0.2-0.3 c-0.2-0.2-0.4-0.4-0.4-0.4c-0.3-0.3-0.5-0.5-1.1-1.2"/> <path class="st1" d="M22.5,10.1c-0.1-0.1-0.1-0.2-0.1-0.2c-0.1-0.1-0.4-0.4-0.7-0.7"/> <path class="st1" d="M23.6,11c-0.1,0-0.1-0.1-0.1-0.1c0,0,0,0,0,0s0,0-0.1-0.1"/> <path class="st1" d="M25.3,12.1l-0.8-0.5c-0.1,0-0.2-0.1-0.4-0.2"/> <path class="st1" d="M17,5.3C17,5.2,17,5.2,16.9,5.2c0,0-0.1-0.1-0.1-0.1c-0.1-0.1-0.3-0.2-0.5-0.2c-0.2-0.1-0.3-0.1-0.7-0.1 c-0.3,0-0.4,0-0.6,0c-0.5,0-0.7,0-1.5,0c-0.3,0-0.2,0-0.3,0c-0.5,0-0.6,0-1.2,0.1c-0.5,0-0.4,0-0.7,0c-0.2,0-0.4,0.1-0.7,0.1 c-0.2,0-0.3,0-0.5,0C10,4.8,9.9,4.7,9.9,4.7c-0.1,0-0.2-0.1-0.3-0.4C9.5,4.1,9.4,3.9,9.3,3.7C9.2,3.5,9.1,3.2,9.1,2.9 C8.9,2.4,8.8,2.1,8.8,2c0-0.2-0.1-0.3-0.2-0.5c0-0.1-0.1-0.2-0.2-0.3C8.3,1.1,8.2,1,7.9,0.9c-0.1,0-0.2-0.1-0.3-0.1 c-0.1,0-0.2-0.1-0.2-0.1"/> <line class="st1" x1="17.7" y1="6.1" x2="17.5" y2="5.9"/> <path class="st1" d="M13.9,4.7L13.9,4.7c0.1-0.1,0.1-0.2,0.2-0.3c0.1-0.1,0.2-0.2,0.4-0.3C14.7,4,14.8,4,14.9,4 c0.3-0.1,0.5-0.1,0.7-0.2c0.1,0,0.3,0,0.5-0.1l0.3,0"/> <path class="st1" d="M13.5,4.3l-0.7,0c-0.5,0-0.8,0-1.1,0c-0.3,0-0.7,0-1,0c-0.2,0-0.3,0-0.5,0c0,0-0.1,0-0.1,0 c-0.1,0-0.2-0.1-0.2-0.1C9.6,3.8,9.4,3.5,9.4,3.5C9.3,3.3,9.2,3,9,2.6C8.9,2.2,8.8,1.7,8.7,1.4c0,0,0-0.1-0.2-0.5c0,0,0,0,0,0 c0,0-0.1-0.1-0.3-0.2c-0.1,0-0.1,0-0.2-0.1c-0.1,0-0.2,0-0.4-0.1c-0.1,0-0.2,0-0.2,0"/> <path class="st1" d="M19.5,7.3c0.1,0.1,0.2,0.2,0.3,0.2c0.1,0.1,0.1,0.1,0.2,0.2c0,0,0.1,0.1,0.1,0.1c0,0.1,0,0.1,0.1,0.2 c0,0.1,0.1,0.1,0.1,0.2c0,0.1,0.1,0.1,0.1,0.1"/> <path class="st1" d="M19.8,7.6c0,0,0,0.1,0,0.2c0,0.1,0,0.1-0.1,0.2c0,0.1,0,0.1-0.1,0.2c0,0.1,0,0.1,0,0.1c0,0.1,0,0.1-0.1,0.1 c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.2c0,0.1,0,0.2,0,0.2c0,0.1,0,0.1,0,0.1c0,0,0,0.1,0,0.1c0,0.1,0,0.1,0.1,0.1c0,0,0,0,0.1,0 c0,0,0.1,0,0.1,0c0,0,0,0,0.1,0c0,0,0.1-0.1,0.1-0.1c0.1-0.1,0.1-0.1,0.1-0.2c0-0.1,0.1-0.2,0.1-0.2c0.1-0.1,0.1-0.3,0.1-0.3 c0-0.1,0-0.3,0-0.5"/> <path class="st1" d="M19.7,7.6C19.8,7.6,19.8,7.7,19.7,7.6c0.1,0.1,0.1,0.1,0.2,0.1c0,0.1,0,0.1,0.1,0.1C20,7.9,20,8,20.1,8 c0,0,0.1,0.1,0.1,0.1"/> <line class="st1" x1="20.2" y1="8.1" x2="20.2" y2="8.1"/> <line class="st1" x1="20.2" y1="8.2" x2="20.2" y2="8.1"/> <path class="st1" d="M19.6,7.4L19.6,7.4c-0.2,0-0.3,0-0.5,0c0,0-0.2,0-0.3,0c0,0-0.1,0-0.1,0l0,0"/> <path class="st1" d="M19.6,7.5L19.6,7.5c0.1,0.1,0.1,0.1,0.1,0.1c0,0,0,0,0,0s0,0,0,0.1"/> <path class="st1" d="M18.9,8.1c0,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0c0,0,0.1,0,0.1,0c0,0,0,0,0.1,0"/> <path class="st1" d="M17.5,5c0.1,0,0.2,0,0.3,0c0.1,0.1,0.2,0.1,0.3,0.2c0.1,0.1,0.2,0.2,0.2,0.3c0.1,0.1,0.1,0.3,0.1,0.4 c0,0.1,0,0.2,0,0.4c0,0.3,0,0.2,0,0.4c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.1c0,0.1-0.1,0.1-0.1,0.3c0,0,0,0.1-0.1,0.2 c-0.1,0.3-0.1,0.3-0.1,0.3C18.1,8,18,8,17.8,8.1c0,0-0.1,0-0.1,0c-0.1,0-0.1,0-0.1,0c0,0-0.1,0-0.1-0.1c0,0,0,0,0-0.1 c0,0,0,0,0-0.1c0,0,0-0.1,0-0.1c0-0.1,0-0.1,0.1-0.2c0-0.1,0-0.1,0.1-0.2c0-0.1,0.1-0.1,0.1-0.2c0.1-0.1,0.1-0.2,0.1-0.2 C18,6.8,18,6.8,18,6.7c0-0.1,0.1-0.1,0.1-0.2c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2c0-0.3,0.1-0.3,0-0.5c0-0.1,0-0.1-0.1-0.2 c-0.1-0.1-0.1-0.1-0.2-0.2"/> <path class="st1" d="M15.7,6.4C15.7,6.5,15.7,6.5,15.7,6.4c0,0.1,0,0.2,0.1,0.2c0,0,0,0,0.1,0c0,0,0.1,0,0.1,0c0,0,0.1,0,0.2,0 c0.1,0,0.1,0,0.2,0c0,0,0.1,0,0.1,0c0.1,0,0.1-0.1,0.2-0.1c0,0,0.1-0.1,0.2-0.1c0,0,0,0,0.2-0.1c0.1-0.1,0.2-0.2,0.2-0.2 c0.1-0.1,0.1-0.1,0.2-0.1c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0,0.1-0.1c0,0,0.1,0,0.2,0c0.1,0,0.2,0,0.3,0c0,0,0,0,0,0"/> <path class="st1" d="M15.7,6.4c0,0,0-0.1,0.1-0.2c0,0,0,0,0.1-0.1C15.8,6.1,15.9,6.1,16,6c0,0,0.1-0.1,0.1-0.1 c0.1-0.1,0.1-0.1,0.2-0.1c0.2-0.1,0.3-0.2,0.3-0.2c0.1-0.1,0.1-0.1,0.2-0.1c0,0,0.1,0,0.1-0.1c0,0,0,0,0.1,0c0,0,0.1,0,0.2,0 c0.1,0,0.1,0,0.4,0c0.1,0,0.1,0,0.2,0c0,0,0.1,0,0.1-0.1c0,0,0,0,0,0c0,0,0,0,0,0"/> <line class="st1" x1="17.8" y1="5.1" x2="17.9" y2="5.1"/> <line class="st1" x1="15.7" y1="6.4" x2="15.7" y2="6.4"/> <path class="st1" d="M20.7,8.4l0.2,0.1c0,0,0.1,0,0.1,0.1c0,0,0.1,0,0.1,0.1c0,0,0.1,0.1,0.2,0.2c0.1,0.1,0.1,0.2,0.2,0.3 c0.1,0.1,0.1,0.2,0.1,0.2c0,0,0,0.1,0,0.2c0,0.1,0,0.2,0,0.3c0,0,0,0,0,0"/> <path class="st1" d="M21.1,8.8C21.1,8.8,21.1,8.8,21.1,8.8c0.1,0,0.1,0.1,0.1,0.1c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.1 c0,0,0,0.3,0,0.5c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.1"/> <path class="st1" d="M20.3,8.9c0,0,0.1,0,0.2,0c0.1,0,0.2,0,0.2-0.1c0.1,0,0.3,0,0.3,0c0,0,0.1,0,0.1,0"/> <path class="st1" d="M20.6,9.5C20.7,9.5,20.7,9.5,20.6,9.5c0.2,0,0.2-0.1,0.2-0.1c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0"/> <path class="st1" d="M23.2,12.2c0,0,0-0.1,0-0.2c0-0.1,0-0.1,0.1-0.1c0-0.1,0.1-0.2,0.1-0.3c0.1-0.2,0.1-0.3,0.1-0.4 c0-0.1,0-0.2,0-0.2c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0.1,0,0.1,0c0.1,0,0.1,0,0.1,0.1c0.1,0,0.1,0,0.2,0.1c0,0,0.1,0.1,0.1,0.1 c0,0,0,0,0,0.1c0,0.1,0,0.2,0,0.2C24.1,11.8,24,12,24,12c-0.1,0.2-0.1,0.2-0.1,0.3c0,0,0,0.1-0.1,0.2c0,0,0,0,0,0c0,0,0,0-0.1,0 c-0.1,0-0.1,0-0.2,0c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1-0.1c0,0,0,0,0,0C23.2,12.3,23.2,12.2,23.2,12.2"/> <path class="st1" d="M23.2,10.6c0,0,0.1,0.1,0.1,0.2c0,0.1,0.1,0.1,0.1,0.2c0,0.1,0,0.1,0,0.3c0,0,0,0,0,0.1"/> <path class="st1" d="M22.8,10.7c0,0,0,0.1,0,0.1c0,0.1,0,0.1,0,0.2c0,0.1,0,0.2,0,0.2c0,0.1,0,0.1,0,0.2"/> <path class="st1" d="M23.1,10.6c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0.1c-0.1,0-0.1,0.1-0.1,0.1c-0.1,0.1-0.1,0.1-0.4,0.2 c0,0-0.1,0-0.1,0.1c0,0-0.1,0-0.1,0c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.1,0c-0.1,0-0.2-0.1-0.2-0.1c0,0-0.1-0.1-0.1-0.2 c0,0,0,0,0-0.1c0,0,0-0.1,0-0.1c0-0.1,0-0.1,0.1-0.1c0,0,0-0.1,0.1-0.1c0.1,0,0.1,0,0.2-0.1c0.2-0.1,0.2-0.1,0.2-0.1 c0.1,0,0,0,0.2-0.1c0.1,0,0.1,0,0.3-0.1c0,0,0,0,0,0c0.1,0,0.1,0,0.2,0c0.1,0,0.2,0.1,0.3,0.2C23.1,10.4,23.2,10.4,23.1,10.6 C23.2,10.5,23.2,10.6,23.1,10.6"/> <path class="st1" d="M23.1,10.6C23.1,10.6,23.1,10.6,23.1,10.6C23.2,10.6,23.2,10.6,23.1,10.6C23.2,10.6,23.2,10.6,23.1,10.6 C23.2,10.6,23.2,10.6,23.1,10.6"/> <line class="st1" x1="23.1" y1="10.6" x2="23.1" y2="10.6"/> <path class="st1" d="M7.1,1"/> <path class="st1" d="M6.9,0.8c0,0,0-0.1,0-0.1C7,0.6,7,0.5,7.1,0.5c0,0,0.1-0.1,0.1-0.1c0,0,0.1,0,0.1,0c0,0,0.1,0,0.1,0.1 c0,0,0,0,0,0.1c0,0,0,0.1,0,0.1s0,0.1,0,0.1"/> <path class="st1" d="M7.4,0.7C7.4,0.7,7.4,0.6,7.4,0.7C7.3,0.6,7.3,0.6,7.4,0.7c-0.1-0.1-0.2,0-0.2,0.2c0,0,0,0.1-0.1,0.2"/> </g></g></svg>',
|
|
33
|
+
'detailed-footwear': '<?xml version="1.0" encoding="utf-8"?><!-- Generator: Adobe Illustrator 27.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 33.6 20.8" style="enable-background:new 0 0 33.6 20.8;" xml:space="preserve"><style type="text/css"> .st0-detailed-footwear{display:none;} .st1-detailed-footwear{fill:none;stroke:#000000;stroke-width:0.7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}</style><g id="Calque_1_00000179617517466086946620000010608077286789513383_" class="st0-detailed-footwear"></g><g id="Calque_2_00000124129821288116608210000005806568011804293285_"> <g> <path class="st1-detailed-footwear" d="M3.2,5.8l-0.4,0c0,0-0.2,0.2-0.4,0.4C2.2,6.4,2.1,6.4,2,6.5c-0.1,0-0.3,0.2-0.6,0.2c-0.2,0-0.3-0.1-0.5,0 c-0.2,0-0.3,0-0.4,0.1c0,0,1.1,0.6,2,1.1c0.8,0.5,1.2,0.7,1.6,1c0.9,0.6,1.2,1,2.4,1.7c0.3,0.2,0.7,0.4,0.7,0.4 c0.6,0.4,1.1,0.7,1.3,0.8c1.2,0.7,2.4,1.5,3.9,2.5c0.6,0.4,0.4,0.3,0.9,0.7c1.5,1.1,2.3,1.6,3.2,2.1c1.7,1,3.2,1.5,3.9,1.7 c1.3,0.4,2.2,0.6,2.5,0.6c0.5,0.1,1,0.1,1.6,0.2c1,0.1,1.6,0.1,1.8,0.1c0.5,0,0.9,0,0.9,0c0.4,0,0.8-0.1,1.4-0.1 c0.3,0,0.8-0.1,1.4-0.2c0.2,0,0.5-0.1,0.8-0.2c0.2-0.1,0.3-0.2,0.4-0.2c0.3-0.2,0.5-0.4,0.5-0.4c0.1-0.1,0.1-0.1,0.1-0.2 c0,0-0.6,0-1.2,0c-0.2,0-0.2,0-0.6-0.1c-0.9-0.1-1.2-0.1-1.7-0.1c0,0-0.5-0.1-1.1-0.2c-0.7-0.1-1.3-0.3-2.1-0.5 c-1.3-0.4-2.3-0.7-3.7-1.3c-0.9-0.4-1.5-0.7-2-0.9c-1-0.5-1.7-0.8-1.9-1c-0.4-0.2-0.7-0.4-1.2-0.7c-0.4-0.2-0.4-0.2-1-0.6 c-0.3-0.2-0.4-0.3-1.3-0.8c-1-0.6-0.8-0.5-1.2-0.8c-1.3-0.8-1.3-0.8-1.8-1.1c-0.5-0.3-0.6-0.4-1-0.6C9.4,9.1,9.1,8.9,8.6,8.7 C8.4,8.6,8,8.4,7.4,8.1C7.1,8,6.8,7.9,6.6,7.8C5.8,7.6,5.7,7.5,5,7.3C4.9,7.2,4.4,7.1,4.1,6.8C3.9,6.7,3.8,6.5,3.8,6.5 c-0.1,0-0.1-0.1-0.2-0.2C3.4,6.2,3.4,6.2,3.3,6.1C3.3,6,3.2,5.9,3.2,5.8z"/> <path class="st1-detailed-footwear" d="M0.5,6.7l0,0.2c0.2,0.1,0.6,0.3,1,0.6c0.6,0.4,0.7,0.4,1,0.6c0.6,0.4,1.1,0.6,1.6,1c0.5,0.3,0.8,0.6,1.2,0.9 c0.7,0.6,0.7,0.6,1.3,1c0.4,0.3,0.9,0.7,2.1,1.4c0.5,0.3,0.7,0.5,1,0.7c0.8,0.5,1.2,0.8,1.8,1.2c0.8,0.5,1.3,0.9,2.1,1.4 c1,0.7,1.5,1.1,2.3,1.5c0.3,0.2,0.6,0.3,0.8,0.4c0.4,0.2,1.2,0.6,2.1,0.9c0.9,0.4,1.8,0.7,3.1,1c0.5,0.1,0.9,0.1,1.4,0.2 c1.3,0.1,2.3,0.1,3,0.1c0.2,0,0.8,0,2-0.1c0,0,0.7,0,1.7-0.2c0.2,0,0.5-0.1,0.8-0.2c0.3-0.1,0.4-0.3,0.6-0.4 c0.2-0.2,0.4-0.4,0.7-0.7l-0.1,0"/> <path class="st1-detailed-footwear" d="M3.4,6.1L3.4,6.1c0-0.1,0.1-0.2,0.1-0.3c0.1-0.1,0.1-0.2,0.2-0.3C3.9,5.3,3.9,5.3,4.1,5 c0.1-0.1,0.2-0.2,0.4-0.5c0.2-0.2,0.3-0.3,0.4-0.5c0.4-0.5,0.6-0.7,0.8-0.9c0.1-0.1,0.2-0.3,0.5-0.7C6.4,2.2,6.5,2,6.6,1.8 C6.7,1.7,6.8,1.6,7,1.2C7,1.1,7.1,1.1,7.1,1C7.1,1,7,1,7,0.9c0,0,0-0.1,0-0.1c0,0-0.1,0.2-0.2,0.2C6.6,1.1,6.4,1.5,6.4,1.5 c-0.7,1-0.7,1-0.8,1.2C5.3,3,5.1,3.3,4.8,3.6C4.7,3.8,4.6,3.9,4.4,4.1C4.2,4.4,4.1,4.5,4,4.7C3.6,5.2,3.5,5.4,3.4,5.5 C3.4,5.6,3.3,5.7,3.3,5.8l0,0.1"/> <path class="st1-detailed-footwear" d="M32,18.1l0.5,0c-0.1,0.2-0.2,0.4-0.4,0.6c-0.2,0.2-0.3,0.3-0.5,0.4c-0.2,0.1-0.5,0.3-1,0.5 c-0.2,0.1-0.5,0.2-0.9,0.2c-0.8,0.2-1.4,0.2-1.7,0.2c-1.2,0-1.8,0.1-2.6,0c-0.8,0-1.5-0.1-2.7-0.2c-0.3,0-0.6,0-1-0.1 c-0.5-0.1-0.8-0.2-1.3-0.3c-0.4-0.1-0.9-0.2-1.5-0.4c-0.2-0.1-0.6-0.2-1.4-0.5c-0.5-0.2-0.9-0.3-1.4-0.5C16,18.1,15.8,18,15.7,18 c0,0-0.1-0.1-0.2-0.2c0,0-0.1-0.1-0.4-0.3C14.7,17.2,14,17,14,17c-0.1,0-0.7-0.3-2-0.8c-0.8-0.3-0.9-0.4-1.4-0.5 c-0.5-0.2-1-0.3-1.2-0.3c-0.9-0.2-0.8-0.1-1.3-0.2c-0.4-0.1-0.9-0.3-1.8-0.6c-0.4-0.2-0.7-0.3-1-0.4c-0.5-0.2-0.8-0.4-1.3-0.7 c-0.1-0.1-0.5-0.3-1.1-0.8c-0.2-0.2-0.3-0.3-0.5-0.4c-0.2-0.2-0.3-0.4-0.6-0.7c-0.2-0.3-0.4-0.5-0.6-0.9C1.1,10.2,1,10,0.8,9.8 C0.7,9.5,0.7,9.1,0.5,8.5C0.5,8.2,0.4,8.1,0.5,7.9c0-0.1,0-0.2,0-0.3c0-0.2,0-0.3,0-0.3c0,0-0.1-0.2,0-0.3c0,0,0,0,0-0.1 c0,0,0,0,0.1-0.1l0.1,0"/> <line class="st1-detailed-footwear" x1="9.9" y1="15.5" x2="9.9" y2="15.5"/> <path class="st1-detailed-footwear" d="M0.8,9.7L0.8,9.7c0,0.2,0.1,0.4,0.2,0.6c0.1,0.2,0.2,0.6,0.5,1c0.3,0.5,0.7,0.9,0.8,1 c0.2,0.2,0.6,0.5,1.3,1.1c0.6,0.4,0.6,0.5,0.7,0.5c0.4,0.2,0.7,0.4,1.2,0.6c0.3,0.1,0.6,0.2,1.2,0.5c0.5,0.2,0.9,0.3,1.2,0.4 c0.1,0,0.3,0.1,0.3,0.1c0.3,0,0.4,0,0.4,0c0.3,0,0.3,0,0.4,0c0.1,0,0.2,0,0.4,0l0.4,0"/> <path class="st1-detailed-footwear" d="M8.7,15.5L8.7,15.5c-0.1,0-0.1-0.1-0.2-0.1c0,0,0,0-0.1-0.1c0,0-0.1-0.1-0.2-0.1L8,15.2"/> <path class="st1-detailed-footwear" d="M32.5,18.1L32.5,18.1c0.1-0.3,0.2-0.5,0.2-0.6c0-0.2,0.1-0.3,0.1-0.5c0-0.1,0-0.3,0.1-0.4c0-0.1,0-0.1,0-0.2 l0,0c0.1,0,0.1,0.1,0.1,0.1c0,0,0,0,0.1,0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0.1,0,0.1,0,0.2c0,0.4-0.1,0.7-0.1,0.7 c0,0.2-0.1,0.4-0.2,0.5c-0.1,0.3-0.3,0.6-0.4,0.7c-0.2,0.3-0.4,0.4-0.6,0.6c-0.2,0.2-0.4,0.3-0.4,0.3c-0.1,0.1-0.3,0.1-0.3,0.1 c-0.1,0-0.2,0.1-0.3,0.1c-0.2,0.1-0.4,0.1-0.5,0.1c-0.1,0-0.1,0-0.2,0l0,0c0,0,0,0,0,0c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0 c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0.1c0,0,0,0,0,0l0,0c0,0-0.1,0-0.1,0c-0.1,0-0.2,0-0.3,0c-0.1,0,0,0-0.3,0c-0.1,0-0.2,0-0.3,0l0,0 c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0-0.1,0c0,0-0.1,0-0.1,0c-0.1,0-0.1,0-0.2,0.1c0,0-0.1,0.1-0.1,0.1c0,0,0,0,0,0 c-0.5,0-0.6,0-0.6,0c-0.3,0-0.7,0-1.1,0c-0.6,0-1,0-1.5,0c-0.6,0-1,0-1.4-0.1c-0.6,0-1-0.1-1.7-0.1c0,0-0.6-0.1-1.2-0.2 c-0.2,0-0.3-0.1-0.4-0.1c-0.1,0-0.2,0-0.2-0.1c0,0-0.2,0-0.3-0.1c-0.2,0-0.3-0.1-0.3-0.1c-0.2,0-0.2-0.1-0.2-0.1 c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.2-0.1c0,0,0,0-0.1,0c0,0,0,0-0.1,0c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0 c0,0,0,0,0,0c-0.6-0.3-0.8-0.3-0.8-0.3s-0.1,0-0.2-0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0-0.1-0.1c-0.1,0-0.1,0-0.1-0.1 c-0.1,0-0.2-0.1-0.3-0.1c-0.3-0.1-0.4-0.1-0.5-0.2c0,0,0,0-0.1,0c0,0,0,0-0.1,0c-0.1,0-0.1,0-0.2,0c0,0-0.1,0-0.1,0c0,0,0,0-0.1,0 c0,0-0.1-0.1-0.1-0.1c0,0-0.1-0.1-0.1-0.1L15.7,18"/> <path class="st1-detailed-footwear" d="M18.3,7.5c0.1,0.1,0.1,0.2,0.1,0.3c0.1,0.2,0.1,0.3,0.2,0.7c0,0.1,0.1,0.2,0.2,0.3c0.1,0,0.2,0.1,0.2,0.1 c0.1,0,0.1,0,0.3,0c0.1,0,0.1,0,0.2,0"/> <path class="st1-detailed-footwear" d="M16.8,6.3c0.1,0.1,0.3,0.2,0.5,0.4c0.1,0.1,0.2,0.2,0.4,0.3c0,0,0,0,0,0"/> <path class="st1-detailed-footwear" d="M23.8,12.3l0.3,0.5c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0-0.1,0-0.2,0 c-0.2,0-0.4-0.1-0.4-0.1c-0.7-0.3-1.2-0.8-1.2-0.8c-0.1-0.1-0.2-0.1-0.3-0.2c-0.1-0.1-0.1-0.1-0.2-0.2c-0.1-0.1-0.2-0.2-0.3-0.2 c-0.1-0.1-0.2-0.2-0.3-0.2c-0.2-0.2-0.4-0.3-0.6-0.5c-0.2-0.2-0.4-0.3-1.1-0.8c-0.8-0.6-1.2-0.9-1.3-0.9c-0.4-0.3-0.9-0.6-1.4-0.9 c-0.1,0-0.2-0.2-0.5-0.2c-0.1,0-0.2,0-0.3-0.1c-0.3,0-0.4,0-0.6,0c-0.2,0-0.3,0-0.4-0.1c-0.2-0.1-0.3-0.1-0.3-0.2 c-0.5-0.4-1-0.7-1.5-1.1c0,0,0,0-0.1-0.1c0,0-0.1-0.1-0.1-0.1c0,0-0.1-0.1-0.1-0.2c0,0,0-0.1,0-0.2C13,6,13,6,13,6 c0,0,0.1,0,0.1-0.1c0.1,0,0.2,0,0.2,0c0.3,0,0.6,0,0.8-0.1c0.5,0,0.5,0,0.9,0c0.2,0,0.4,0,0.5,0c0.1,0,0.4,0,0.6,0.1 c0,0,0,0,0.1,0"/> <path class="st1-detailed-footwear" d="M22,11c0.1,0.1,0.1,0.2,0.2,0.3c0,0.1,0.1,0.2,0.3,0.3c0.1,0.1,0.2,0.1,0.2,0.1c0.1,0,0.2,0,0.2,0 c0.1,0,0.2,0,0.3,0c0,0,0,0,0.1,0"/> <path class="st1-detailed-footwear" d="M20,9.1c0.1,0.1,0.1,0.1,0.1,0.2c0.1,0.2,0.2,0.4,0.4,0.7c0.1,0.1,0.1,0.2,0.2,0.2c0.1,0.1,0.2,0.1,0.3,0.1 c0,0,0.1,0,0.3,0c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0.1,0.2,0.2c0,0,0,0,0,0.1"/> <path class="st1-detailed-footwear" d="M16.7,5.5c-0.1,0-0.2-0.1-0.4-0.1c-0.2,0-0.3,0-0.5-0.1c-1,0-1,0-1,0c-0.5,0-0.6,0-1.4,0.1 c-0.5,0-0.4,0-1.2,0c-0.5,0-1,0-1.5,0c-0.2,0-0.5,0-0.9-0.1C9.7,5.1,9.5,5,9.5,5C9.4,4.9,9.3,4.8,9.2,4.6C9,4.5,9,4.3,8.9,4.2 c0-0.1-0.1-0.2-0.2-0.4C8.7,3.6,8.6,3.5,8.6,3.2C8.5,2.8,8.5,2.9,8.4,2.5C8.3,2.2,8.2,2,8.2,1.7c0,0,0-0.1-0.1-0.2c0,0,0,0,0,0 c0,0,0,0-0.1-0.1c0,0-0.2,0-0.3-0.1c-0.1,0-0.2-0.1-0.3-0.1c-0.1,0-0.1-0.1-0.2-0.1L7.1,1"/> <path class="st1-detailed-footwear" d="M18.1,6.6c-0.1-0.1-0.1-0.2-0.2-0.3c-0.1-0.2-0.1-0.1-0.1-0.2c-0.1-0.1-0.1-0.1-0.2-0.2"/> <path class="st1-detailed-footwear" d="M19.6,8.4C19.6,8.4,19.5,8.4,19.6,8.4c-0.3,0-0.4,0-0.4,0s-0.1,0-0.1,0c0,0,0,0,0,0c0,0,0,0,0,0 c0,0-0.1-0.4-0.1-0.4c-0.1-0.3-0.2-0.5-0.3-0.6c0-0.1,0-0.1-0.1-0.1"/> <path class="st1-detailed-footwear" d="M22.1,10.3c0-0.1-0.1-0.1-0.1-0.2c-0.1-0.1-0.1-0.2-0.3-0.3c-0.1-0.1-0.2-0.1-0.2-0.1c-0.1,0-0.1,0-0.2,0 c-0.2,0-0.3,0.1-0.4,0c-0.1,0-0.2-0.1-0.2-0.1c-0.1-0.1-0.1-0.1-0.1-0.2c0,0-0.1-0.2-0.2-0.4c-0.1-0.1-0.1-0.2-0.2-0.3"/> <path class="st1-detailed-footwear" d="M23.5,11.4c0,0-0.1,0-0.2,0c-0.3,0-0.4,0-0.4,0c-0.1,0-0.2-0.1-0.2-0.1c0,0-0.1-0.1-0.1-0.1 c-0.1-0.1-0.1-0.2-0.2-0.3"/> <path class="st1-detailed-footwear" d="M32.9,16.3L32.9,16.3c0-0.1,0-0.1-0.1-0.2c-0.1-0.1-0.2-0.2-0.2-0.2c-0.4-0.2-0.5-0.3-0.5-0.3 c-0.3-0.1-0.5-0.3-0.8-0.4c-0.7-0.3-0.8-0.4-2-1c-1.1-0.5-0.9-0.4-1.5-0.7c-0.3-0.1-0.5-0.3-2-1.1c-0.2-0.1-0.5-0.3-0.6-0.4 c0,0,0,0,0,0c0,0,0,0.1,0,0.2c0,0.1-0.1,0.1-0.2,0.1c-0.1,0-0.3,0.1-0.5,0.1c0,0-0.1,0-0.2,0c-0.1-0.1-0.2-0.2-0.3-0.4 c0-0.1-0.1-0.1-0.1-0.2"/> <path class="st1-detailed-footwear" d="M14.3,6.3C14.3,6.3,14.3,6.3,14.3,6.3c0,0.1,0,0.1,0,0.2c0,0,0,0,0,0.1c0,0,0,0,0.1,0c0,0,0,0,0.1,0 c0,0,0,0,0.1,0c0,0,0.1,0,0.1,0c0,0,0,0,0-0.1c0,0,0,0,0-0.1c0,0,0,0,0-0.1c0,0,0,0-0.1,0C14.4,6.3,14.4,6.3,14.3,6.3 C14.3,6.3,14.3,6.3,14.3,6.3z"/> <path class="st1-detailed-footwear" d="M17.7,5.2c-0.3-0.3-0.2-0.2-0.4-0.4C16.6,4,16,3.2,16,3.2c0,0-0.1,0-0.1,0c-0.3,0-0.5,0.1-0.6,0.1 c-0.5,0.2-0.8,0.2-1.1,0.4c-0.3,0.2-0.5,0.3-0.5,0.4c-0.1,0.2-0.2,0.3-0.2,0.4c0,0.1-0.1,0.2-0.1,0.3"/> <path class="st1-detailed-footwear" d="M21.1,8.8C21.1,8.7,21,8.7,21.1,8.8c-0.3-0.3-0.5-0.4-0.7-0.7c-0.1-0.1-0.1-0.2-0.2-0.3 c-0.2-0.2-0.4-0.4-0.4-0.4c-0.3-0.3-0.5-0.5-1.1-1.2"/> <path class="st1-detailed-footwear" d="M22.5,10.1c-0.1-0.1-0.1-0.2-0.1-0.2c-0.1-0.1-0.4-0.4-0.7-0.7"/> <path class="st1-detailed-footwear" d="M23.6,11c-0.1,0-0.1-0.1-0.1-0.1c0,0,0,0,0,0s0,0-0.1-0.1"/> <path class="st1-detailed-footwear" d="M25.3,12.1l-0.8-0.5c-0.1,0-0.2-0.1-0.4-0.2"/> <path class="st1-detailed-footwear" d="M17,5.3C17,5.2,17,5.2,16.9,5.2c0,0-0.1-0.1-0.1-0.1c-0.1-0.1-0.3-0.2-0.5-0.2c-0.2-0.1-0.3-0.1-0.7-0.1 c-0.3,0-0.4,0-0.6,0c-0.5,0-0.7,0-1.5,0c-0.3,0-0.2,0-0.3,0c-0.5,0-0.6,0-1.2,0.1c-0.5,0-0.4,0-0.7,0c-0.2,0-0.4,0.1-0.7,0.1 c-0.2,0-0.3,0-0.5,0C10,4.8,9.9,4.7,9.9,4.7c-0.1,0-0.2-0.1-0.3-0.4C9.5,4.1,9.4,3.9,9.3,3.7C9.2,3.5,9.1,3.2,9.1,2.9 C8.9,2.4,8.8,2.1,8.8,2c0-0.2-0.1-0.3-0.2-0.5c0-0.1-0.1-0.2-0.2-0.3C8.3,1.1,8.2,1,7.9,0.9c-0.1,0-0.2-0.1-0.3-0.1 c-0.1,0-0.2-0.1-0.2-0.1"/> <line class="st1-detailed-footwear" x1="17.7" y1="6.1" x2="17.5" y2="5.9"/> <path class="st1-detailed-footwear" d="M13.9,4.7L13.9,4.7c0.1-0.1,0.1-0.2,0.2-0.3c0.1-0.1,0.2-0.2,0.4-0.3C14.7,4,14.8,4,14.9,4 c0.3-0.1,0.5-0.1,0.7-0.2c0.1,0,0.3,0,0.5-0.1l0.3,0"/> <path class="st1-detailed-footwear" d="M13.5,4.3l-0.7,0c-0.5,0-0.8,0-1.1,0c-0.3,0-0.7,0-1,0c-0.2,0-0.3,0-0.5,0c0,0-0.1,0-0.1,0 c-0.1,0-0.2-0.1-0.2-0.1C9.6,3.8,9.4,3.5,9.4,3.5C9.3,3.3,9.2,3,9,2.6C8.9,2.2,8.8,1.7,8.7,1.4c0,0,0-0.1-0.2-0.5c0,0,0,0,0,0 c0,0-0.1-0.1-0.3-0.2c-0.1,0-0.1,0-0.2-0.1c-0.1,0-0.2,0-0.4-0.1c-0.1,0-0.2,0-0.2,0"/> <path class="st1-detailed-footwear" d="M19.5,7.3c0.1,0.1,0.2,0.2,0.3,0.2c0.1,0.1,0.1,0.1,0.2,0.2c0,0,0.1,0.1,0.1,0.1c0,0.1,0,0.1,0.1,0.2 c0,0.1,0.1,0.1,0.1,0.2c0,0.1,0.1,0.1,0.1,0.1"/> <path class="st1-detailed-footwear" d="M19.8,7.6c0,0,0,0.1,0,0.2c0,0.1,0,0.1-0.1,0.2c0,0.1,0,0.1-0.1,0.2c0,0.1,0,0.1,0,0.1c0,0.1,0,0.1-0.1,0.1 c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.2c0,0.1,0,0.2,0,0.2c0,0.1,0,0.1,0,0.1c0,0,0,0.1,0,0.1c0,0.1,0,0.1,0.1,0.1c0,0,0,0,0.1,0 c0,0,0.1,0,0.1,0c0,0,0,0,0.1,0c0,0,0.1-0.1,0.1-0.1c0.1-0.1,0.1-0.1,0.1-0.2c0-0.1,0.1-0.2,0.1-0.2c0.1-0.1,0.1-0.3,0.1-0.3 c0-0.1,0-0.3,0-0.5"/> <path class="st1-detailed-footwear" d="M19.7,7.6C19.8,7.6,19.8,7.7,19.7,7.6c0.1,0.1,0.1,0.1,0.2,0.1c0,0.1,0,0.1,0.1,0.1C20,7.9,20,8,20.1,8 c0,0,0.1,0.1,0.1,0.1"/> <line class="st1-detailed-footwear" x1="20.2" y1="8.1" x2="20.2" y2="8.1"/> <line class="st1-detailed-footwear" x1="20.2" y1="8.2" x2="20.2" y2="8.1"/> <path class="st1-detailed-footwear" d="M19.6,7.4L19.6,7.4c-0.2,0-0.3,0-0.5,0c0,0-0.2,0-0.3,0c0,0-0.1,0-0.1,0l0,0"/> <path class="st1-detailed-footwear" d="M19.6,7.5L19.6,7.5c0.1,0.1,0.1,0.1,0.1,0.1c0,0,0,0,0,0s0,0,0,0.1"/> <path class="st1-detailed-footwear" d="M18.9,8.1c0,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0c0,0,0.1,0,0.1,0c0,0,0,0,0.1,0"/> <path class="st1-detailed-footwear" d="M17.5,5c0.1,0,0.2,0,0.3,0c0.1,0.1,0.2,0.1,0.3,0.2c0.1,0.1,0.2,0.2,0.2,0.3c0.1,0.1,0.1,0.3,0.1,0.4 c0,0.1,0,0.2,0,0.4c0,0.3,0,0.2,0,0.4c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.1c0,0.1-0.1,0.1-0.1,0.3c0,0,0,0.1-0.1,0.2 c-0.1,0.3-0.1,0.3-0.1,0.3C18.1,8,18,8,17.8,8.1c0,0-0.1,0-0.1,0c-0.1,0-0.1,0-0.1,0c0,0-0.1,0-0.1-0.1c0,0,0,0,0-0.1 c0,0,0,0,0-0.1c0,0,0-0.1,0-0.1c0-0.1,0-0.1,0.1-0.2c0-0.1,0-0.1,0.1-0.2c0-0.1,0.1-0.1,0.1-0.2c0.1-0.1,0.1-0.2,0.1-0.2 C18,6.8,18,6.8,18,6.7c0-0.1,0.1-0.1,0.1-0.2c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2c0-0.3,0.1-0.3,0-0.5c0-0.1,0-0.1-0.1-0.2 c-0.1-0.1-0.1-0.1-0.2-0.2"/> <path class="st1-detailed-footwear" d="M15.7,6.4C15.7,6.5,15.7,6.5,15.7,6.4c0,0.1,0,0.2,0.1,0.2c0,0,0,0,0.1,0c0,0,0.1,0,0.1,0c0,0,0.1,0,0.2,0 c0.1,0,0.1,0,0.2,0c0,0,0.1,0,0.1,0c0.1,0,0.1-0.1,0.2-0.1c0,0,0.1-0.1,0.2-0.1c0,0,0,0,0.2-0.1c0.1-0.1,0.2-0.2,0.2-0.2 c0.1-0.1,0.1-0.1,0.2-0.1c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0,0.1-0.1c0,0,0.1,0,0.2,0c0.1,0,0.2,0,0.3,0c0,0,0,0,0,0"/> <path class="st1-detailed-footwear" d="M15.7,6.4c0,0,0-0.1,0.1-0.2c0,0,0,0,0.1-0.1C15.8,6.1,15.9,6.1,16,6c0,0,0.1-0.1,0.1-0.1 c0.1-0.1,0.1-0.1,0.2-0.1c0.2-0.1,0.3-0.2,0.3-0.2c0.1-0.1,0.1-0.1,0.2-0.1c0,0,0.1,0,0.1-0.1c0,0,0,0,0.1,0c0,0,0.1,0,0.2,0 c0.1,0,0.1,0,0.4,0c0.1,0,0.1,0,0.2,0c0,0,0.1,0,0.1-0.1c0,0,0,0,0,0c0,0,0,0,0,0"/> <line class="st1-detailed-footwear" x1="17.8" y1="5.1" x2="17.9" y2="5.1"/> <line class="st1-detailed-footwear" x1="15.7" y1="6.4" x2="15.7" y2="6.4"/> <path class="st1-detailed-footwear" d="M20.7,8.4l0.2,0.1c0,0,0.1,0,0.1,0.1c0,0,0.1,0,0.1,0.1c0,0,0.1,0.1,0.2,0.2c0.1,0.1,0.1,0.2,0.2,0.3 c0.1,0.1,0.1,0.2,0.1,0.2c0,0,0,0.1,0,0.2c0,0.1,0,0.2,0,0.3c0,0,0,0,0,0"/> <path class="st1-detailed-footwear" d="M21.1,8.8C21.1,8.8,21.1,8.8,21.1,8.8c0.1,0,0.1,0.1,0.1,0.1c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.1 c0,0,0,0.3,0,0.5c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.1"/> <path class="st1-detailed-footwear" d="M20.3,8.9c0,0,0.1,0,0.2,0c0.1,0,0.2,0,0.2-0.1c0.1,0,0.3,0,0.3,0c0,0,0.1,0,0.1,0"/> <path class="st1-detailed-footwear" d="M20.6,9.5C20.7,9.5,20.7,9.5,20.6,9.5c0.2,0,0.2-0.1,0.2-0.1c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0"/> <path class="st1-detailed-footwear" d="M23.2,12.2c0,0,0-0.1,0-0.2c0-0.1,0-0.1,0.1-0.1c0-0.1,0.1-0.2,0.1-0.3c0.1-0.2,0.1-0.3,0.1-0.4 c0-0.1,0-0.2,0-0.2c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0.1,0,0.1,0c0.1,0,0.1,0,0.1,0.1c0.1,0,0.1,0,0.2,0.1c0,0,0.1,0.1,0.1,0.1 c0,0,0,0,0,0.1c0,0.1,0,0.2,0,0.2C24.1,11.8,24,12,24,12c-0.1,0.2-0.1,0.2-0.1,0.3c0,0,0,0.1-0.1,0.2c0,0,0,0,0,0c0,0,0,0-0.1,0 c-0.1,0-0.1,0-0.2,0c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1-0.1c0,0,0,0,0,0C23.2,12.3,23.2,12.2,23.2,12.2"/> <path class="st1-detailed-footwear" d="M23.2,10.6c0,0,0.1,0.1,0.1,0.2c0,0.1,0.1,0.1,0.1,0.2c0,0.1,0,0.1,0,0.3c0,0,0,0,0,0.1"/> <path class="st1-detailed-footwear" d="M22.8,10.7c0,0,0,0.1,0,0.1c0,0.1,0,0.1,0,0.2c0,0.1,0,0.2,0,0.2c0,0.1,0,0.1,0,0.2"/> <path class="st1-detailed-footwear" d="M23.1,10.6c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0.1c-0.1,0-0.1,0.1-0.1,0.1c-0.1,0.1-0.1,0.1-0.4,0.2 c0,0-0.1,0-0.1,0.1c0,0-0.1,0-0.1,0c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.1,0c-0.1,0-0.2-0.1-0.2-0.1c0,0-0.1-0.1-0.1-0.2 c0,0,0,0,0-0.1c0,0,0-0.1,0-0.1c0-0.1,0-0.1,0.1-0.1c0,0,0-0.1,0.1-0.1c0.1,0,0.1,0,0.2-0.1c0.2-0.1,0.2-0.1,0.2-0.1 c0.1,0,0,0,0.2-0.1c0.1,0,0.1,0,0.3-0.1c0,0,0,0,0,0c0.1,0,0.1,0,0.2,0c0.1,0,0.2,0.1,0.3,0.2C23.1,10.4,23.2,10.4,23.1,10.6 C23.2,10.5,23.2,10.6,23.1,10.6"/> <path class="st1-detailed-footwear" d="M23.1,10.6C23.1,10.6,23.1,10.6,23.1,10.6C23.2,10.6,23.2,10.6,23.1,10.6C23.2,10.6,23.2,10.6,23.1,10.6 C23.2,10.6,23.2,10.6,23.1,10.6"/> <line class="st1-detailed-footwear" x1="23.1" y1="10.6" x2="23.1" y2="10.6"/> <path class="st1-detailed-footwear" d="M7.1,1"/> <path class="st1-detailed-footwear" d="M6.9,0.8c0,0,0-0.1,0-0.1C7,0.6,7,0.5,7.1,0.5c0,0,0.1-0.1,0.1-0.1c0,0,0.1,0,0.1,0c0,0,0.1,0,0.1,0.1 c0,0,0,0,0,0.1c0,0,0,0.1,0,0.1s0,0.1,0,0.1"/> <path class="st1-detailed-footwear" d="M7.4,0.7C7.4,0.7,7.4,0.6,7.4,0.7C7.3,0.6,7.3,0.6,7.4,0.7c-0.1-0.1-0.2,0-0.2,0.2c0,0,0,0.1-0.1,0.2"/> </g></g></svg>',
|
|
34
|
+
'detailed-textile': '<?xml version="1.0" encoding="utf-8"?><!-- Generator: Adobe Illustrator 27.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 19.5 21.2" style="enable-background:new 0 0 19.5 21.2;" xml:space="preserve"><style type="text/css"> .st0-detailed-textile{fill:none;stroke:#020202;stroke-width:0.9;stroke-linecap:round;stroke-linejoin:round;}</style><g> <g> <path class="st0-detailed-textile" d="M15.1,18c0,0,0,0.2,0,1.1c-0.1,0-0.3,0-0.5,0.1c-0.6,0.1-1,0.3-1.4,0.4c-1.1,0.4-1.1,0.5-1.4,0.6 c-1.1,0.4-2,0.4-2.4,0.4c-0.4,0-1.2,0-2.1-0.3C6.9,20.2,6.5,20.1,6,20c-0.3,0-0.7-0.1-0.8-0.1c0,0-0.4,0-0.9,0l-0.1,0 c0-0.2-0.1-0.4-0.1-0.7c0-0.2-0.1-0.6-0.1-1.1c0,0,0-0.3,0-0.8c0,0,0,0,0-0.1c0-0.1,0-0.1-0.1-0.2c0-0.1,0-0.1,0-0.1 c0-0.1,0-0.1,0-0.3C4,16.2,3.9,16.4,4,16.3c0,0,0-0.1,0-0.2c0,0,0,0,0-0.1c0-0.1-0.1-0.2-0.1-0.2c-0.1-0.1-0.1-0.3-0.2-0.4 c-0.1-0.2,0-0.4,0-0.5c0-0.2,0-0.3,0.1-0.5c0,0,0.1-0.1,0.1-0.3c0,0,0-0.1,0-0.1c0-0.2,0-0.3,0-0.3c0-0.2-0.1-0.5,0-0.8 c0-0.1,0-0.3,0.1-0.5c0-0.1,0.2-0.4,0.2-0.6c0,0,0-0.1,0-0.1c-0.1,0-0.1-0.1-0.2-0.1c0,0-0.3-0.2-0.4-0.3c0,0-0.1-0.1-0.1-0.1 c-0.3,0-0.6,0-1,0c-0.2,0-0.5-0.1-0.9-0.2c-0.6-0.1-1.1-0.4-1.1-0.4c0-0.7,0.1-1.3,0.2-1.7c0.1-0.3,0.2-0.7,0.3-1.1 c0.1-0.3,0.1-0.5,0.2-0.8c0.1-0.3,0.2-0.5,0.2-0.7c0-0.1,0-0.2,0-0.4c0-0.2,0-0.2,0-0.3c0-0.1,0-0.1,0.1-0.2 c0.1-0.2,0.1-0.2,0.1-0.3c0-0.1,0-0.1,0-0.3c0-0.1,0-0.2,0.1-0.3C2,4.5,2.1,4.5,2.1,4.3c0-0.1,0-0.1,0-0.1c0-0.3,0.2-0.9,0.2-0.9 C2.5,3,2.6,2.8,2.9,2.5c0.2-0.2,0.4-0.3,0.4-0.3C3.5,2.1,3.6,2.1,3.8,2C4.1,2,4.4,1.9,4.7,1.8C5.1,1.7,5.4,1.6,6,1.4 c0,0,0.7-0.2,1-0.4c0.2-0.1,0.3-0.2,0.3-0.3c0.1-0.1,0.1-0.1,0.1-0.1c0,0,0,0,0,0c0,0,0.1,0.2,0.1,0.3c0,0.1,0.1,0.2,0.2,0.3 C7.9,1.3,8,1.4,8.1,1.6C8.2,1.7,8.5,2,8.9,2.3c0.2,0.1,0.3,0.2,0.6,0.2c0.2,0,0.4,0,0.5,0c0.1,0,0.4,0,0.8-0.2 c0.1-0.1,0.4-0.2,0.8-0.5C11.9,1.5,12,1.2,12.1,1c0-0.1,0.1-0.2,0.1-0.2"/> <path class="st0-detailed-textile" d="M15.3,11.7c0,0.5,0,1,0,1.3c0,0.3,0,0.5,0,0.7c0,0.3-0.1,0.6-0.1,0.8c0,0-0.1,0.3-0.1,0.3"/> <path class="st0-detailed-textile" d="M7.5,0.5c0.2,0.1,0.6,0.3,1,0.4c0.8,0.2,1.4,0.2,2,0.1c0.6,0,1-0.1,1.2-0.2c0,0,0,0,0.5-0.2 C12.4,0.9,12.6,1,13,1.2c0.1,0.1,0.4,0.2,1.1,0.5c0.6,0.2,0.6,0.2,1.1,0.4c0.8,0.3,1,0.4,1.2,0.5c0.3,0.3,0.5,0.5,0.6,0.6 C17,3.3,17,3.4,17,3.4c0.1,0.2,0.1,0.4,0.2,0.7c0.1,0.6,0.2,1,0.2,1.3c0,0,0,0.1,0,0.3c0,0.1,0.1,0.1,0.1,0.2 c0.1,0.1,0.1,0.2,0.1,0.5c0,0,0,0.1,0,0.4c0.4,1.1,0.7,2,0.8,2.6c0.1,0.2,0.4,1.3,0.4,1.3c-0.1,0-0.2,0.1-0.3,0.2 c-0.6,0.3-1.1,0.4-1.4,0.5c-0.1,0-0.3,0.1-0.6,0.1c-0.3,0-0.5,0.1-0.8,0.1c-0.2,0-0.4,0-0.7,0"/> <path class="st0-detailed-textile" d="M6.9,1.1c0,0.1,0.1,0.1,0.1,0.2c0,0,0.1,0.1,0.1,0.2c0.1,0.2,0.2,0.4,0.3,0.5C7.7,2.3,7.8,2.5,8,2.7 C8.3,2.8,8.4,3,8.7,3.1C9,3.2,9.2,3.3,9.4,3.3c0.3,0,0.7,0.1,1.3-0.1c0.5-0.2,0.9-0.4,1-0.5c0.3-0.2,0.4-0.4,0.7-0.8 c0.1-0.2,0.2-0.3,0.3-0.5c0-0.1,0.1-0.2,0.1-0.2"/> <path class="st0-detailed-textile" d="M3.6,5.3c0,0.3,0,0.6,0,0.8c0,1,0,1.5,0,1.9c0,0.9,0.1,2,0.4,3.4c0.1,0.3,0.1,0.5,0.2,0.6 c0.1,0.5,0.4,1.3,0.9,2.3c0.6,1.2,1.4,2.1,1.9,2.8"/> <path class="st0-detailed-textile" d="M4.3,17.3c0.4,0.2,0.7,0.3,0.9,0.5c0.6,0.3,1,0.5,1.6,0.7c0.4,0.1,0.7,0.2,0.9,0.3"/> <path class="st0-detailed-textile" d="M16.8,4.4c-0.1,0.1-0.1,0.2-0.2,0.4c-0.1,0.1-0.1,0.1-0.3,0.2c-0.2,0.1-0.3,0.2-0.5,0.4 c-0.1,0.1-0.2,0.2-0.3,0.5c-0.1,0.2-0.1,0.3-0.1,0.3c-0.1,0.8,0,1.2,0,1.2c0,0,0-0.1,0,1.7c0,0.7-0.1,1.5-0.1,2.2 c0,0.1,0,0.3,0,0.5"/> <path class="st0-detailed-textile" d="M18.7,9.9c-0.3,0.1-0.5,0.2-0.8,0.3c-0.4,0.1-0.6,0.2-0.8,0.3c-0.4,0.1-0.7,0.1-0.9,0.1c-0.3,0-0.6,0-0.7,0 c-0.1,0-0.2,0-0.2,0"/> <path class="st0-detailed-textile" d="M8.3,1.8c0.2,0.1,0.3,0.1,0.4,0.2c0,0,1.1,0.4,2.3,0.1c0.1,0,0.2-0.1,0.2-0.1c0,0,0.4-0.2,0.4-0.2"/> <path class="st0-detailed-textile" d="M15.1,14.7c0,0.2,0,0.6,0,1c0,0.3,0,0.5,0,0.7c0,0.4,0,0.9,0.1,1.7"/> <path class="st0-detailed-textile" d="M0.6,10.1c0.1,0,0.2,0.1,0.3,0.1c0.4,0.1,0.6,0.2,0.9,0.3c0.3,0.1,0.6,0.1,0.7,0.1c0.3,0,0.6,0.1,0.8,0"/> </g></g></svg>',
|
|
34
35
|
'download': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M3 19H21V21H3V19ZM13 13.1716L19.0711 7.1005L20.4853 8.51472L12 17L3.51472 8.51472L4.92893 7.1005L11 13.1716V2H13V13.1716Z"></path></svg>',
|
|
35
36
|
'edit': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M6.41421 15.89L16.5563 5.74785L15.1421 4.33363L5 14.4758V15.89H6.41421ZM7.24264 17.89H3V13.6473L14.435 2.21231C14.8256 1.82179 15.4587 1.82179 15.8492 2.21231L18.6777 5.04074C19.0682 5.43126 19.0682 6.06443 18.6777 6.45495L7.24264 17.89ZM3 19.89H21V21.89H3V19.89Z"></path></svg>',
|
|
36
37
|
'external-link': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M10 6V8H5V19H16V14H18V20C18 20.5523 17.5523 21 17 21H4C3.44772 21 3 20.5523 3 20V7C3 6.44772 3.44772 6 4 6H10ZM21 3V11H19L18.9999 6.413L11.2071 14.2071L9.79289 12.7929L17.5849 5H13V3H21Z"></path></svg>',
|
|
@@ -58,7 +59,6 @@ export const icons: { [k: string]: string } = {
|
|
|
58
59
|
'search': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z"></path></svg>',
|
|
59
60
|
'seedling-circle': '<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 18 18" style="enable-background:new 0 0 18 18;" xml:space="preserve"><path d="M9,18c-5,0-9-4-9-9s4-9,9-9s9,4,9,9S14,18,9,18z M9,16.2c4,0,7.2-3.2,7.2-7.2S13,1.8,9,1.8S1.8,5,1.8,9S5,16.2,9,16.2z"/><g> <g> <path d="M8.5,11.1C8,9.1,6.9,8.4,4.7,8.7c0,0,0,0-0.1,0c0,0,0,0-0.1,0c0,0,0,0,0,0.1c0,0,0,0,0,0.1C4.6,9.5,5.2,11.5,8.5,11.1z"/> <path d="M9.2,9.6c2-2.7,1.8-4.5-0.9-6.8c0,0-0.1,0-0.2,0C8,2.8,8,2.8,7.9,2.9C7.2,3.6,5.3,6.2,9.2,9.6"/> <path d="M13.3,9.5C13.3,9.5,13.4,9.5,13.3,9.5c0.1,0,0.1,0.1,0.2,0.1v0.1v0.1c-0.1,0.8-0.6,3-4.1,3.1c-0.2,0.5-0.2,1.1,0,1.6 l-0.9,0.3c-0.2-0.9-0.2-1.8,0-2.7C8.7,11.5,9,11,9.4,10.6s0.9-0.7,1.5-0.9C11.7,9.5,12.5,9.4,13.3,9.5"/> </g></g></svg>',
|
|
60
61
|
'square': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M4 3H20C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3ZM5 5V19H19V5H5Z"></path></svg>',
|
|
61
|
-
't-shirt': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M8.99805 3C8.99805 4.65685 10.3412 6 11.998 6C13.6549 6 14.998 4.65685 14.998 3H20.998C21.5503 3 21.998 3.44772 21.998 4V11C21.998 11.5523 21.5503 12 20.998 12H18.997L18.998 20C18.998 20.5523 18.5503 21 17.998 21H5.99805C5.44576 21 4.99805 20.5523 4.99805 20L4.99705 11.999L2.99805 12C2.44576 12 1.99805 11.5523 1.99805 11V4C1.99805 3.44772 2.44576 3 2.99805 3H8.99805ZM19.998 4.999H16.581L16.5642 5.04018C15.8115 6.7223 14.1566 7.91251 12.2149 7.99538L11.998 8C9.96331 8 8.21245 6.7846 7.43186 5.04018L7.41405 4.999H3.99805V9.999L6.9968 9.998L6.99705 19H16.998L16.9968 10L19.998 9.999V4.999Z"></path></svg>',
|
|
62
62
|
'timer': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M17.6177 5.9681L19.0711 4.51472L20.4853 5.92893L19.0319 7.38231C20.2635 8.92199 21 10.875 21 13C21 17.9706 16.9706 22 12 22C7.02944 22 3 17.9706 3 13C3 8.02944 7.02944 4 12 4C14.125 4 16.078 4.73647 17.6177 5.9681ZM12 20C15.866 20 19 16.866 19 13C19 9.13401 15.866 6 12 6C8.13401 6 5 9.13401 5 13C5 16.866 8.13401 20 12 20ZM11 8H13V14H11V8ZM8 1H16V3H8V1Z"></path></svg>',
|
|
63
63
|
'tools': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M5.32943 3.27152C6.56252 2.83314 7.9923 3.10743 8.97927 4.0944C10.1002 5.21531 10.3019 6.90735 9.5843 8.23378L20.293 18.9436L18.8788 20.3579L8.16982 9.64869C6.84325 10.3668 5.15069 10.1653 4.02952 9.04415C3.04227 8.0569 2.7681 6.62659 3.20701 5.39326L5.44373 7.62994C6.02952 8.21572 6.97927 8.21572 7.56505 7.62994C8.15084 7.04415 8.15084 6.0944 7.56505 5.50862L5.32943 3.27152ZM15.6968 5.15506L18.8788 3.38729L20.293 4.80151L18.5252 7.98349L16.7574 8.33704L14.6361 10.4584L13.2219 9.04415L15.3432 6.92283L15.6968 5.15506ZM8.97927 13.2868L10.3935 14.701L5.09018 20.0043C4.69966 20.3948 4.06649 20.3948 3.67597 20.0043C3.31334 19.6417 3.28744 19.0698 3.59826 18.6773L3.67597 18.5901L8.97927 13.2868Z"></path></svg>',
|
|
64
64
|
'user': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M4 22C4 17.5817 7.58172 14 12 14C16.4183 14 20 17.5817 20 22H18C18 18.6863 15.3137 16 12 16C8.68629 16 6 18.6863 6 22H4ZM12 13C8.685 13 6 10.315 6 7C6 3.685 8.685 1 12 1C15.315 1 18 3.685 18 7C18 10.315 15.315 13 12 13ZM12 11C14.21 11 16 9.21 16 7C16 4.79 14.21 3 12 3C9.79 3 8 4.79 8 7C8 9.21 9.79 11 12 11Z"></path></svg>',
|
|
@@ -13,9 +13,9 @@ const TsCheckbox = ({ caption, label, checked, disabled, onChange }) => {
|
|
|
13
13
|
return (React.createElement("div", { className: `ts-checkbox ${disabled ? 'ts-checkbox--disabled' : ''}`, onClick: handleChange },
|
|
14
14
|
React.createElement("div", { className: `ts-checkbox-box ${checked ? 'ts-checkbox-box--checked' : ''}` },
|
|
15
15
|
React.createElement(TsIcon_1.TsIcon, { name: checked ? 'check-square-filled' : 'square', size: "24" })),
|
|
16
|
-
React.createElement("div", { className: `ts-checkbox-container ${caption ? 'ts-checkbox-container--with-caption' : ''}` },
|
|
16
|
+
label && (React.createElement("div", { className: `ts-checkbox-container ${caption ? 'ts-checkbox-container--with-caption' : ''}` },
|
|
17
17
|
React.createElement("div", { className: "ts-checkbox-label" }, label),
|
|
18
|
-
caption && React.createElement("div", { className: "ts-checkbox-caption" }, caption))));
|
|
18
|
+
caption && React.createElement("div", { className: "ts-checkbox-caption" }, caption)))));
|
|
19
19
|
};
|
|
20
20
|
exports.TsCheckbox = TsCheckbox;
|
|
21
21
|
//# sourceMappingURL=TsCheckbox.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TsCheckbox.js","sourceRoot":"","sources":["../../../src/components/TsCheckbox/TsCheckbox.tsx"],"names":[],"mappings":";;;AAAA,+BAA+B;AAC/B,6CAA0C;AAE1C,4BAA0B;AAEnB,MAAM,UAAU,GAAG,CAAC,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAmB,EAAE,EAAE;IAC7F,WAAW;IACX,WAAW;IACX,MAAM,YAAY,GAAG,GAAG,EAAE,CAAC,CAAC,QAAQ,IAAI,QAAQ,CAAC,CAAC,OAAO,CAAC,CAAC;IAE3D,YAAY;IACZ,YAAY;IACZ,OAAO,CACL,6BAAK,SAAS,EAAE,eAAe,QAAQ,CAAC,CAAC,CAAC,uBAAuB,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,OAAO,EAAE,YAAY;QAC7F,6BAAK,SAAS,EAAE,mBAAmB,OAAO,CAAC,CAAC,CAAC,0BAA0B,CAAC,CAAC,CAAC,EAAE,EAAE;YAC5E,oBAAC,eAAM,IAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC,qBAAqB,CAAC,CAAC,CAAC,QAAQ,EAAE,IAAI,EAAC,IAAI,GAAG,CAClE;
|
|
1
|
+
{"version":3,"file":"TsCheckbox.js","sourceRoot":"","sources":["../../../src/components/TsCheckbox/TsCheckbox.tsx"],"names":[],"mappings":";;;AAAA,+BAA+B;AAC/B,6CAA0C;AAE1C,4BAA0B;AAEnB,MAAM,UAAU,GAAG,CAAC,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAmB,EAAE,EAAE;IAC7F,WAAW;IACX,WAAW;IACX,MAAM,YAAY,GAAG,GAAG,EAAE,CAAC,CAAC,QAAQ,IAAI,QAAQ,CAAC,CAAC,OAAO,CAAC,CAAC;IAE3D,YAAY;IACZ,YAAY;IACZ,OAAO,CACL,6BAAK,SAAS,EAAE,eAAe,QAAQ,CAAC,CAAC,CAAC,uBAAuB,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,OAAO,EAAE,YAAY;QAC7F,6BAAK,SAAS,EAAE,mBAAmB,OAAO,CAAC,CAAC,CAAC,0BAA0B,CAAC,CAAC,CAAC,EAAE,EAAE;YAC5E,oBAAC,eAAM,IAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC,qBAAqB,CAAC,CAAC,CAAC,QAAQ,EAAE,IAAI,EAAC,IAAI,GAAG,CAClE;QAEL,KAAK,IAAI,CACR,6BAAK,SAAS,EAAE,yBAAyB,OAAO,CAAC,CAAC,CAAC,qCAAqC,CAAC,CAAC,CAAC,EAAE,EAAE;YAC7F,6BAAK,SAAS,EAAC,mBAAmB,IAAE,KAAK,CAAO;YAC/C,OAAO,IAAI,6BAAK,SAAS,EAAC,qBAAqB,IAAE,OAAO,CAAO,CAC5D,CACP,CACG,CACP,CAAC;AACJ,CAAC,CAAC;AArBW,QAAA,UAAU,cAqBrB"}
|