@als-computing/icons 0.1.3 → 0.1.5

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/dist/icons.json CHANGED
@@ -1,77 +1 @@
1
- [
2
- {
3
- "name": "Frame_115",
4
- "file": "Frame 115.svg",
5
- "path": "./icons/Frame_115.js"
6
- },
7
- {
8
- "name": "Frame_116",
9
- "file": "Frame 116.svg",
10
- "path": "./icons/Frame_116.js"
11
- },
12
- {
13
- "name": "air_traffic_control",
14
- "file": "air-traffic-control.svg",
15
- "path": "./icons/air_traffic_control.js"
16
- },
17
- {
18
- "name": "beamstop",
19
- "file": "beamstop.svg",
20
- "path": "./icons/beamstop.js"
21
- },
22
- {
23
- "name": "beamstopX",
24
- "file": "beamstopX.svg",
25
- "path": "./icons/beamstopX.js"
26
- },
27
- {
28
- "name": "beamstopY",
29
- "file": "beamstopY.svg",
30
- "path": "./icons/beamstopY.js"
31
- },
32
- {
33
- "name": "linear_stage",
34
- "file": "linear stage.svg",
35
- "path": "./icons/linear_stage.js"
36
- },
37
- {
38
- "name": "mono_dark",
39
- "file": "mono-dark.svg",
40
- "path": "./icons/mono_dark.js"
41
- },
42
- {
43
- "name": "mono_light",
44
- "file": "mono-light.svg",
45
- "path": "./icons/mono_light.js"
46
- },
47
- {
48
- "name": "mono_rotation",
49
- "file": "mono_rotation.svg",
50
- "path": "./icons/mono_rotation.js"
51
- },
52
- {
53
- "name": "motor",
54
- "file": "motor.svg",
55
- "path": "./icons/motor.js"
56
- },
57
- {
58
- "name": "qspace_dark",
59
- "file": "qspace-dark.svg",
60
- "path": "./icons/qspace_dark.js"
61
- },
62
- {
63
- "name": "qspace_light",
64
- "file": "qspace-light.svg",
65
- "path": "./icons/qspace_light.js"
66
- },
67
- {
68
- "name": "sampleHolder_X",
69
- "file": "sampleHolder_X.svg",
70
- "path": "./icons/sampleHolder_X.js"
71
- },
72
- {
73
- "name": "scan",
74
- "file": "scan.svg",
75
- "path": "./icons/scan.js"
76
- }
77
- ]
1
+ []
package/dist/index.d.ts CHANGED
@@ -1,15 +0,0 @@
1
- export const Frame_115: string;
2
- export const Frame_116: string;
3
- export const air_traffic_control: string;
4
- export const beamstop: string;
5
- export const beamstopX: string;
6
- export const beamstopY: string;
7
- export const linear_stage: string;
8
- export const mono_dark: string;
9
- export const mono_light: string;
10
- export const mono_rotation: string;
11
- export const motor: string;
12
- export const qspace_dark: string;
13
- export const qspace_light: string;
14
- export const sampleHolder_X: string;
15
- export const scan: string;
package/dist/index.js CHANGED
@@ -1,15 +0,0 @@
1
- exports.Frame_115 = require('./icons/Frame_115.js');
2
- exports.Frame_116 = require('./icons/Frame_116.js');
3
- exports.air_traffic_control = require('./icons/air_traffic_control.js');
4
- exports.beamstop = require('./icons/beamstop.js');
5
- exports.beamstopX = require('./icons/beamstopX.js');
6
- exports.beamstopY = require('./icons/beamstopY.js');
7
- exports.linear_stage = require('./icons/linear_stage.js');
8
- exports.mono_dark = require('./icons/mono_dark.js');
9
- exports.mono_light = require('./icons/mono_light.js');
10
- exports.mono_rotation = require('./icons/mono_rotation.js');
11
- exports.motor = require('./icons/motor.js');
12
- exports.qspace_dark = require('./icons/qspace_dark.js');
13
- exports.qspace_light = require('./icons/qspace_light.js');
14
- exports.sampleHolder_X = require('./icons/sampleHolder_X.js');
15
- exports.scan = require('./icons/scan.js');
package/dist/index.mjs CHANGED
@@ -1,15 +0,0 @@
1
- export { default as Frame_115 } from './icons/Frame_115.mjs';
2
- export { default as Frame_116 } from './icons/Frame_116.mjs';
3
- export { default as air_traffic_control } from './icons/air_traffic_control.mjs';
4
- export { default as beamstop } from './icons/beamstop.mjs';
5
- export { default as beamstopX } from './icons/beamstopX.mjs';
6
- export { default as beamstopY } from './icons/beamstopY.mjs';
7
- export { default as linear_stage } from './icons/linear_stage.mjs';
8
- export { default as mono_dark } from './icons/mono_dark.mjs';
9
- export { default as mono_light } from './icons/mono_light.mjs';
10
- export { default as mono_rotation } from './icons/mono_rotation.mjs';
11
- export { default as motor } from './icons/motor.mjs';
12
- export { default as qspace_dark } from './icons/qspace_dark.mjs';
13
- export { default as qspace_light } from './icons/qspace_light.mjs';
14
- export { default as sampleHolder_X } from './icons/sampleHolder_X.mjs';
15
- export { default as scan } from './icons/scan.mjs';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@als-computing/icons",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Figma icon package",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -18,7 +18,6 @@
18
18
  "access": "public"
19
19
  },
20
20
  "dependencies": {
21
- "@hungoliann/icons": "^0.1.10",
22
21
  "svgo": "^3.0.2"
23
22
  }
24
23
  }
@@ -1 +0,0 @@
1
- module.exports = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 41 35\" fill=\"currentColor\"><g stroke=\"#000\" clip-path=\"url(#clip0_686_16)\"><path stroke-width=\"2\" d=\"M1 14h8m26 0h8M1 26h40m-1 0V14\"/><path d=\"m10 10.9 4.07 2.03M10 10.91 29.67 4l4.2 2.1M10 10.9v3.29l2.61 1.3m1.46-2.56 19.8-6.84m-19.8 6.84v3.28m19.8-10.12V9.3l-2.48.87M14.07 16.2l-1.46-.73m1.46.73 17.32-6.04M10 16.56l2.61-1.08M10 16.56l4.14 1.95M10 16.56v3.35L14.14 22m0-3.49L34 11.74m-19.86 6.77V22M34 11.74l-2.61-1.57M34 11.74v3.28L14.14 22\"/></g><defs><clipPath id=\"clip0_686_16\"><path d=\"M0 0h41v35H0z\"/></clipPath></defs></svg>";
@@ -1 +0,0 @@
1
- export default "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 41 35\" fill=\"currentColor\"><g stroke=\"#000\" clip-path=\"url(#clip0_686_16)\"><path stroke-width=\"2\" d=\"M1 14h8m26 0h8M1 26h40m-1 0V14\"/><path d=\"m10 10.9 4.07 2.03M10 10.91 29.67 4l4.2 2.1M10 10.9v3.29l2.61 1.3m1.46-2.56 19.8-6.84m-19.8 6.84v3.28m19.8-10.12V9.3l-2.48.87M14.07 16.2l-1.46-.73m1.46.73 17.32-6.04M10 16.56l2.61-1.08M10 16.56l4.14 1.95M10 16.56v3.35L14.14 22m0-3.49L34 11.74m-19.86 6.77V22M34 11.74l-2.61-1.57M34 11.74v3.28L14.14 22\"/></g><defs><clipPath id=\"clip0_686_16\"><path d=\"M0 0h41v35H0z\"/></clipPath></defs></svg>";
@@ -1 +0,0 @@
1
- module.exports = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 86 49\" fill=\"currentColor\"><path stroke=\"#000\" d=\"m26.19 40.28 5.58-9.3 15.81-4.65m-21.4 13.95L44.8 34.7m-18.6 5.58V44l18.6-5.58m2.8-12.1-2.8 8.38m2.8-8.37v3.72l-2.8 8.37m0-3.72v3.72m-5.58-20.47 5.58-9.3L60.61 4M39.2 17.95l18.6-5.58m-18.6 5.58v3.72l18.6-5.58M60.61 4l-2.8 8.37M60.61 4v3.72l-2.8 8.37m0-3.72v3.72\"/><path stroke=\"#868686\" stroke-width=\".5\" d=\"M83.86 11.7H61.53m18.6 3.71H63.4\"/><path stroke=\"#868686\" stroke-linecap=\"round\" stroke-width=\".5\" d=\"M6.8 31.9 2 35.12l4.94 3.6\"/><path stroke=\"#868686\" stroke-width=\".5\" d=\"m42.93 22.6-9.3 11.17H9.44\"/><path stroke=\"#868686\" stroke-width=\".5\" d=\"m47.58 20.74-12.1 14.89H5.73\"/></svg>";
@@ -1 +0,0 @@
1
- export default "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 86 49\" fill=\"currentColor\"><path stroke=\"#000\" d=\"m26.19 40.28 5.58-9.3 15.81-4.65m-21.4 13.95L44.8 34.7m-18.6 5.58V44l18.6-5.58m2.8-12.1-2.8 8.38m2.8-8.37v3.72l-2.8 8.37m0-3.72v3.72m-5.58-20.47 5.58-9.3L60.61 4M39.2 17.95l18.6-5.58m-18.6 5.58v3.72l18.6-5.58M60.61 4l-2.8 8.37M60.61 4v3.72l-2.8 8.37m0-3.72v3.72\"/><path stroke=\"#868686\" stroke-width=\".5\" d=\"M83.86 11.7H61.53m18.6 3.71H63.4\"/><path stroke=\"#868686\" stroke-linecap=\"round\" stroke-width=\".5\" d=\"M6.8 31.9 2 35.12l4.94 3.6\"/><path stroke=\"#868686\" stroke-width=\".5\" d=\"m42.93 22.6-9.3 11.17H9.44\"/><path stroke=\"#868686\" stroke-width=\".5\" d=\"m47.58 20.74-12.1 14.89H5.73\"/></svg>";
@@ -1 +0,0 @@
1
- module.exports = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 256\" fill=\"currentColor\"><path d=\"M0 0h256v256H0z\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"16\" d=\"M128 72V24m-24 0h48m16 48-16 88v72M88 72l16 88v72\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"16\" d=\"M66.19 160a8 8 0 0 1-7.52-5.27l-26.18-72A8 8 0 0 1 40 72h176a8 8 0 0 1 7.52 10.73l-26.18 72a8 8 0 0 1-7.52 5.27Z\"/></svg>";
@@ -1 +0,0 @@
1
- export default "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 256\" fill=\"currentColor\"><path d=\"M0 0h256v256H0z\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"16\" d=\"M128 72V24m-24 0h48m16 48-16 88v72M88 72l16 88v72\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"16\" d=\"M66.19 160a8 8 0 0 1-7.52-5.27l-26.18-72A8 8 0 0 1 40 72h176a8 8 0 0 1 7.52 10.73l-26.18 72a8 8 0 0 1-7.52 5.27Z\"/></svg>";
@@ -1 +0,0 @@
1
- module.exports = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 130 57\" fill=\"currentColor\"><g clip-path=\"url(#clip0_432_140)\"><path d=\"M30.2 54V43.82h3.56q1.07 0 1.76.37.69.36 1.02.98.34.6.34 1.35 0 .66-.23 1.09-.23.42-.6.67a3 3 0 0 1-.82.37v.1q.47.03.94.33t.8.85.31 1.36q0 .77-.35 1.38t-1.1.97-1.95.36zm1.23-1.1h2.45q1.2 0 1.71-.46.52-.47.52-1.14 0-.52-.27-.96a2 2 0 0 0-.75-.7q-.49-.27-1.15-.27h-2.5zm0-4.6h2.3q.55 0 1-.23.45-.21.71-.61a1.6 1.6 0 0 0 .27-.94 1.6 1.6 0 0 0-.47-1.14q-.47-.47-1.48-.47h-2.33zm10.92 5.86q-1.1 0-1.9-.49a3.3 3.3 0 0 1-1.23-1.37q-.43-.88-.43-2.06 0-1.17.43-2.07t1.2-1.4 1.81-.5q.6 0 1.18.2t1.06.64q.47.44.76 1.17.28.73.28 1.8v.5h-5.89v-1.01h4.7q0-.65-.26-1.16a2 2 0 0 0-.73-.8q-.47-.3-1.1-.3-.7 0-1.21.36a2.3 2.3 0 0 0-.78.9 3 3 0 0 0-.28 1.17v.68q0 .87.3 1.47t.84.9 1.25.32q.46 0 .83-.13.38-.14.65-.4.28-.27.43-.67l1.13.32q-.18.58-.6 1.01t-1.04.68-1.4.24m7.2.02q-.73 0-1.32-.27a2.3 2.3 0 0 1-.94-.8q-.35-.53-.35-1.28 0-.65.26-1.06.25-.41.69-.65t.95-.34q.53-.12 1.06-.2l1.13-.13q.44-.05.64-.16t.2-.4v-.04q0-.73-.4-1.14t-1.21-.41q-.84 0-1.32.37-.48.36-.67.78l-1.11-.4q.3-.7.8-1.08.5-.4 1.09-.55a5 5 0 0 1 1.17-.15q.37 0 .84.09.49.08.93.35.46.27.75.8.3.55.3 1.46V54h-1.17v-1.03h-.06q-.12.25-.4.53t-.74.48-1.13.2m.18-1.05q.7 0 1.17-.28a1.9 1.9 0 0 0 .98-1.61v-1.08q-.08.1-.33.17l-.58.12-1.12.15q-.46.06-.85.2a1.5 1.5 0 0 0-.64.39q-.24.25-.24.7 0 .61.45.93.46.3 1.16.3m5.46.88v-7.64h1.14v1.2h.1q.23-.61.77-.95.53-.35 1.27-.35.76 0 1.26.35.51.33.8.95h.07q.3-.6.88-.94.59-.36 1.4-.36 1.03 0 1.69.65.65.63.65 1.98V54h-1.18v-5.11q0-.85-.46-1.2a1.7 1.7 0 0 0-1.09-.37q-.8 0-1.25.48-.44.49-.44 1.23V54H59.6v-5.23q0-.65-.42-1.05-.43-.4-1.1-.4-.45 0-.85.24a2 2 0 0 0-.63.68 2 2 0 0 0-.24.99V54zm21.84-7.64a1.6 1.6 0 0 0-.73-1.17q-.64-.42-1.56-.42-.68 0-1.18.22a2 2 0 0 0-.79.6 1.4 1.4 0 0 0-.28.87q0 .41.2.7.2.3.5.49.31.18.65.3.34.13.62.2l1.04.28q.4.1.88.29.5.18.94.5.45.32.75.8t.29 1.22a2.7 2.7 0 0 1-.43 1.49q-.43.66-1.26 1.06-.82.39-2 .39-1.08 0-1.88-.35-.8-.36-1.26-.99a3 3 0 0 1-.51-1.47h1.27q.05.58.4.96a2 2 0 0 0 .86.56q.52.18 1.13.18.7 0 1.27-.23.56-.24.89-.65t.33-.97q0-.51-.29-.83a2 2 0 0 0-.74-.52 8 8 0 0 0-1-.34l-1.26-.36q-1.19-.35-1.89-.98-.7-.64-.7-1.67 0-.85.47-1.49t1.25-1a4 4 0 0 1 1.77-.35q.98 0 1.75.35t1.21.96.48 1.37zm6.52 0v1h-3.96v-1zm-2.8-1.83h1.17v7.28q0 .5.14.75.15.24.38.33.23.08.5.08.19 0 .3-.02l.2-.04.25 1.05q-.12.05-.34.09-.21.05-.54.05-.5 0-.97-.21a2 2 0 0 1-.79-.66q-.3-.43-.3-1.1zm7.58 9.63q-1.03 0-1.81-.5a3.3 3.3 0 0 1-1.21-1.37q-.44-.88-.44-2.07 0-1.2.44-2.08a3.3 3.3 0 0 1 1.2-1.38q.79-.5 1.82-.5 1.04 0 1.81.5.78.49 1.22 1.38t.43 2.08-.43 2.07a3.3 3.3 0 0 1-1.22 1.38q-.77.49-1.8.49m0-1.05q.78 0 1.28-.4.51-.41.75-1.07.25-.65.25-1.42t-.24-1.42a2.4 2.4 0 0 0-.75-1.07q-.51-.41-1.3-.41-.78 0-1.3.4a2.4 2.4 0 0 0-.74 1.08q-.24.66-.24 1.42 0 .77.24 1.42.24.66.75 1.06.5.4 1.3.4m5.24 3.76v-10.5h1.14v1.22h.14l.35-.51q.24-.31.67-.56t1.18-.25q.97 0 1.7.49.74.48 1.15 1.36t.41 2.1-.4 2.1q-.42.88-1.15 1.37-.73.48-1.69.48-.73 0-1.17-.24a2 2 0 0 1-.69-.57l-.36-.52h-.1v4.03zm1.16-6.68q0 .87.25 1.53.25.65.74 1.03.49.37 1.2.37.73 0 1.22-.4a2.4 2.4 0 0 0 .75-1.05q.25-.66.25-1.48 0-.8-.25-1.45a2 2 0 0 0-.74-1.03q-.49-.38-1.24-.38-.71 0-1.2.36t-.73 1-.25 1.5\"/><path stroke=\"#000\" d=\"m57 17.5 2.5 1.5M57 17.5l1.5-1L61 18m-4-.5v11l2.5 1.5m0-11 1.5-1m-1.5 1v11M61 18v11l-1.5 1m17-20-11-7v13l11 7z\"/><path d=\"m43 38-2-2 15-10.5 1.5-.5-.5 1z\"/></g><defs><clipPath id=\"clip0_432_140\"><path d=\"M0 0h130v57H0z\"/></clipPath></defs></svg>";
@@ -1 +0,0 @@
1
- export default "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 130 57\" fill=\"currentColor\"><g clip-path=\"url(#clip0_432_140)\"><path d=\"M30.2 54V43.82h3.56q1.07 0 1.76.37.69.36 1.02.98.34.6.34 1.35 0 .66-.23 1.09-.23.42-.6.67a3 3 0 0 1-.82.37v.1q.47.03.94.33t.8.85.31 1.36q0 .77-.35 1.38t-1.1.97-1.95.36zm1.23-1.1h2.45q1.2 0 1.71-.46.52-.47.52-1.14 0-.52-.27-.96a2 2 0 0 0-.75-.7q-.49-.27-1.15-.27h-2.5zm0-4.6h2.3q.55 0 1-.23.45-.21.71-.61a1.6 1.6 0 0 0 .27-.94 1.6 1.6 0 0 0-.47-1.14q-.47-.47-1.48-.47h-2.33zm10.92 5.86q-1.1 0-1.9-.49a3.3 3.3 0 0 1-1.23-1.37q-.43-.88-.43-2.06 0-1.17.43-2.07t1.2-1.4 1.81-.5q.6 0 1.18.2t1.06.64q.47.44.76 1.17.28.73.28 1.8v.5h-5.89v-1.01h4.7q0-.65-.26-1.16a2 2 0 0 0-.73-.8q-.47-.3-1.1-.3-.7 0-1.21.36a2.3 2.3 0 0 0-.78.9 3 3 0 0 0-.28 1.17v.68q0 .87.3 1.47t.84.9 1.25.32q.46 0 .83-.13.38-.14.65-.4.28-.27.43-.67l1.13.32q-.18.58-.6 1.01t-1.04.68-1.4.24m7.2.02q-.73 0-1.32-.27a2.3 2.3 0 0 1-.94-.8q-.35-.53-.35-1.28 0-.65.26-1.06.25-.41.69-.65t.95-.34q.53-.12 1.06-.2l1.13-.13q.44-.05.64-.16t.2-.4v-.04q0-.73-.4-1.14t-1.21-.41q-.84 0-1.32.37-.48.36-.67.78l-1.11-.4q.3-.7.8-1.08.5-.4 1.09-.55a5 5 0 0 1 1.17-.15q.37 0 .84.09.49.08.93.35.46.27.75.8.3.55.3 1.46V54h-1.17v-1.03h-.06q-.12.25-.4.53t-.74.48-1.13.2m.18-1.05q.7 0 1.17-.28a1.9 1.9 0 0 0 .98-1.61v-1.08q-.08.1-.33.17l-.58.12-1.12.15q-.46.06-.85.2a1.5 1.5 0 0 0-.64.39q-.24.25-.24.7 0 .61.45.93.46.3 1.16.3m5.46.88v-7.64h1.14v1.2h.1q.23-.61.77-.95.53-.35 1.27-.35.76 0 1.26.35.51.33.8.95h.07q.3-.6.88-.94.59-.36 1.4-.36 1.03 0 1.69.65.65.63.65 1.98V54h-1.18v-5.11q0-.85-.46-1.2a1.7 1.7 0 0 0-1.09-.37q-.8 0-1.25.48-.44.49-.44 1.23V54H59.6v-5.23q0-.65-.42-1.05-.43-.4-1.1-.4-.45 0-.85.24a2 2 0 0 0-.63.68 2 2 0 0 0-.24.99V54zm21.84-7.64a1.6 1.6 0 0 0-.73-1.17q-.64-.42-1.56-.42-.68 0-1.18.22a2 2 0 0 0-.79.6 1.4 1.4 0 0 0-.28.87q0 .41.2.7.2.3.5.49.31.18.65.3.34.13.62.2l1.04.28q.4.1.88.29.5.18.94.5.45.32.75.8t.29 1.22a2.7 2.7 0 0 1-.43 1.49q-.43.66-1.26 1.06-.82.39-2 .39-1.08 0-1.88-.35-.8-.36-1.26-.99a3 3 0 0 1-.51-1.47h1.27q.05.58.4.96a2 2 0 0 0 .86.56q.52.18 1.13.18.7 0 1.27-.23.56-.24.89-.65t.33-.97q0-.51-.29-.83a2 2 0 0 0-.74-.52 8 8 0 0 0-1-.34l-1.26-.36q-1.19-.35-1.89-.98-.7-.64-.7-1.67 0-.85.47-1.49t1.25-1a4 4 0 0 1 1.77-.35q.98 0 1.75.35t1.21.96.48 1.37zm6.52 0v1h-3.96v-1zm-2.8-1.83h1.17v7.28q0 .5.14.75.15.24.38.33.23.08.5.08.19 0 .3-.02l.2-.04.25 1.05q-.12.05-.34.09-.21.05-.54.05-.5 0-.97-.21a2 2 0 0 1-.79-.66q-.3-.43-.3-1.1zm7.58 9.63q-1.03 0-1.81-.5a3.3 3.3 0 0 1-1.21-1.37q-.44-.88-.44-2.07 0-1.2.44-2.08a3.3 3.3 0 0 1 1.2-1.38q.79-.5 1.82-.5 1.04 0 1.81.5.78.49 1.22 1.38t.43 2.08-.43 2.07a3.3 3.3 0 0 1-1.22 1.38q-.77.49-1.8.49m0-1.05q.78 0 1.28-.4.51-.41.75-1.07.25-.65.25-1.42t-.24-1.42a2.4 2.4 0 0 0-.75-1.07q-.51-.41-1.3-.41-.78 0-1.3.4a2.4 2.4 0 0 0-.74 1.08q-.24.66-.24 1.42 0 .77.24 1.42.24.66.75 1.06.5.4 1.3.4m5.24 3.76v-10.5h1.14v1.22h.14l.35-.51q.24-.31.67-.56t1.18-.25q.97 0 1.7.49.74.48 1.15 1.36t.41 2.1-.4 2.1q-.42.88-1.15 1.37-.73.48-1.69.48-.73 0-1.17-.24a2 2 0 0 1-.69-.57l-.36-.52h-.1v4.03zm1.16-6.68q0 .87.25 1.53.25.65.74 1.03.49.37 1.2.37.73 0 1.22-.4a2.4 2.4 0 0 0 .75-1.05q.25-.66.25-1.48 0-.8-.25-1.45a2 2 0 0 0-.74-1.03q-.49-.38-1.24-.38-.71 0-1.2.36t-.73 1-.25 1.5\"/><path stroke=\"#000\" d=\"m57 17.5 2.5 1.5M57 17.5l1.5-1L61 18m-4-.5v11l2.5 1.5m0-11 1.5-1m-1.5 1v11M61 18v11l-1.5 1m17-20-11-7v13l11 7z\"/><path d=\"m43 38-2-2 15-10.5 1.5-.5-.5 1z\"/></g><defs><clipPath id=\"clip0_432_140\"><path d=\"M0 0h130v57H0z\"/></clipPath></defs></svg>";
@@ -1 +0,0 @@
1
- module.exports = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 45\" fill=\"currentColor\"><path stroke=\"#000\" d=\"m15 6.12 11.05 3.12M15 6.12 19.42 3 29 6.12m-14 0v32.76L26.05 42m0-32.76L29 6.12m-2.95 3.12V42M29 6.12v32.76L26.05 42\"/><circle cx=\"21\" cy=\"23\" r=\"1\"/><path d=\"M40.9 30.5v-4.68h.8v4.68zm-1.95-1.94v-.8h4.69v.8zM3.9 17.49v.78H.71v-.78zm33.35 9.95a.5.5 0 0 0 .2-.68l-2.19-3.94a.5.5 0 0 0-.87.49l1.94 3.5-3.5 1.94a.5.5 0 0 0 .49.87zM30 25l-.14.48 7 2L37 27l.14-.48-7-2zM5.76 18.56a.5.5 0 0 0-.2.68l2.19 3.94a.5.5 0 1 0 .87-.49l-1.94-3.5 3.5-1.94a.5.5 0 1 0-.49-.87zM13 21l.14-.48-7-2L6 19l-.14.48 7 2z\"/></svg>";
@@ -1 +0,0 @@
1
- export default "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 45\" fill=\"currentColor\"><path stroke=\"#000\" d=\"m15 6.12 11.05 3.12M15 6.12 19.42 3 29 6.12m-14 0v32.76L26.05 42m0-32.76L29 6.12m-2.95 3.12V42M29 6.12v32.76L26.05 42\"/><circle cx=\"21\" cy=\"23\" r=\"1\"/><path d=\"M40.9 30.5v-4.68h.8v4.68zm-1.95-1.94v-.8h4.69v.8zM3.9 17.49v.78H.71v-.78zm33.35 9.95a.5.5 0 0 0 .2-.68l-2.19-3.94a.5.5 0 0 0-.87.49l1.94 3.5-3.5 1.94a.5.5 0 0 0 .49.87zM30 25l-.14.48 7 2L37 27l.14-.48-7-2zM5.76 18.56a.5.5 0 0 0-.2.68l2.19 3.94a.5.5 0 1 0 .87-.49l-1.94-3.5 3.5-1.94a.5.5 0 1 0-.49-.87zM13 21l.14-.48-7-2L6 19l-.14.48 7 2z\"/></svg>";
@@ -1 +0,0 @@
1
- module.exports = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 45\" fill=\"currentColor\"><g clip-path=\"url(#clip0_1404_2331)\"><path stroke=\"#000\" d=\"m15 6.12 11.05 3.12M15 6.12 19.42 3 29 6.12m-14 0v32.76L26.05 42m0-32.76L29 6.12m-2.95 3.12V42M29 6.12v32.76L26.05 42\"/><circle cx=\"21\" cy=\"23\" r=\"1\"/><path d=\"M35.9 6.5V1.81h.8v4.7zm-1.95-1.94v-.8h4.69v.8zm3.94 34.93v.78h-3.18v-.78zM36.35 8.65a.5.5 0 0 0-.7 0l-3.18 3.18a.5.5 0 1 0 .7.7L36 9.72l2.83 2.83a.5.5 0 1 0 .7-.71zM36 20h.5V9h-1v11zm-.35 15.35a.5.5 0 0 0 .7 0l3.19-3.18a.5.5 0 1 0-.71-.7L36 34.28l-2.83-2.82a.5.5 0 1 0-.7.7zM36 25h-.5v10h1V25z\"/></g><defs><clipPath id=\"clip0_1404_2331\"><path d=\"M0 0h50v45H0z\"/></clipPath></defs></svg>";
@@ -1 +0,0 @@
1
- export default "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 45\" fill=\"currentColor\"><g clip-path=\"url(#clip0_1404_2331)\"><path stroke=\"#000\" d=\"m15 6.12 11.05 3.12M15 6.12 19.42 3 29 6.12m-14 0v32.76L26.05 42m0-32.76L29 6.12m-2.95 3.12V42M29 6.12v32.76L26.05 42\"/><circle cx=\"21\" cy=\"23\" r=\"1\"/><path d=\"M35.9 6.5V1.81h.8v4.7zm-1.95-1.94v-.8h4.69v.8zm3.94 34.93v.78h-3.18v-.78zM36.35 8.65a.5.5 0 0 0-.7 0l-3.18 3.18a.5.5 0 1 0 .7.7L36 9.72l2.83 2.83a.5.5 0 1 0 .7-.71zM36 20h.5V9h-1v11zm-.35 15.35a.5.5 0 0 0 .7 0l3.19-3.18a.5.5 0 1 0-.71-.7L36 34.28l-2.83-2.82a.5.5 0 1 0-.7.7zM36 25h-.5v10h1V25z\"/></g><defs><clipPath id=\"clip0_1404_2331\"><path d=\"M0 0h50v45H0z\"/></clipPath></defs></svg>";
@@ -1 +0,0 @@
1
- module.exports = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 45\" fill=\"currentColor\"><g clip-path=\"url(#clip0_1404_2328)\"><path d=\"M6.67 22.79v.94H2.85v-.94z\"/><path stroke=\"#000\" d=\"m12.34 31.66 6.07 2.12m-6.07-2.12v7.22L18.4 41m-6.07-9.34 1.3-1.28m4.77 3.4V41m0-7.22 2.17-2.97M18.4 41l1.73-2.38m.44-7.81-5.64-1.7-1.3 1.27m6.94.43v2.12m0 0v5.1l-.43.6m.43-5.7 6.94 2.13m0 0 14.75-19.54M27.52 35.06V41m14.75-25.48-14.32-3.4L8 28.68m34.27-13.16-.44 6.8L27.52 41M8 28.68l5.64 1.7M8 28.68v6.37l4.34 1.28M27.52 41l-7.37-2.38M21 10 8.27 20.5M21 10h-2.6m2.6 0-.43 2.55M8.27 20.5V18m0 2.5h2.5\"/><path d=\"M25.74 8.4V2.78h.96V8.4zm-2.33-2.33V5.1h5.62v.96z\"/></g><defs><clipPath id=\"clip0_1404_2328\"><path d=\"M0 0h50v45H0z\"/></clipPath></defs></svg>";
@@ -1 +0,0 @@
1
- export default "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 45\" fill=\"currentColor\"><g clip-path=\"url(#clip0_1404_2328)\"><path d=\"M6.67 22.79v.94H2.85v-.94z\"/><path stroke=\"#000\" d=\"m12.34 31.66 6.07 2.12m-6.07-2.12v7.22L18.4 41m-6.07-9.34 1.3-1.28m4.77 3.4V41m0-7.22 2.17-2.97M18.4 41l1.73-2.38m.44-7.81-5.64-1.7-1.3 1.27m6.94.43v2.12m0 0v5.1l-.43.6m.43-5.7 6.94 2.13m0 0 14.75-19.54M27.52 35.06V41m14.75-25.48-14.32-3.4L8 28.68m34.27-13.16-.44 6.8L27.52 41M8 28.68l5.64 1.7M8 28.68v6.37l4.34 1.28M27.52 41l-7.37-2.38M21 10 8.27 20.5M21 10h-2.6m2.6 0-.43 2.55M8.27 20.5V18m0 2.5h2.5\"/><path d=\"M25.74 8.4V2.78h.96V8.4zm-2.33-2.33V5.1h5.62v.96z\"/></g><defs><clipPath id=\"clip0_1404_2328\"><path d=\"M0 0h50v45H0z\"/></clipPath></defs></svg>";
@@ -1 +0,0 @@
1
- module.exports = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 189 107\" fill=\"currentColor\"><g stroke-width=\".5\" clip-path=\"url(#clip0_635_37)\"><path stroke=\"#D9D9D9\" d=\"M145.06 101.25H35.94L90.5 4.51z\"/><path stroke=\"#fff\" d=\"m119.5 56-53-8.5L121 60l53.5 31v-7.5z\" opacity=\".6\"/><path stroke=\"#fff\" d=\"m117 52.5-51-5 53 8.5 55.5 27v-7.5z\" opacity=\".6\"/><path stroke=\"#fff\" d=\"m115 49-48.5-1 50.5 4 57.5 23v-7z\" opacity=\".6\"/><path stroke=\"#fff\" d=\"m113 45-47 3 48.5.5 60 19V61z\" opacity=\".6\"/><path stroke=\"#fff\" d=\"M108.5 37 66 48l44.5-7 64 12v-7.5z\" opacity=\".6\"/><path stroke=\"#fff\" d=\"M106 33 66 48l42.5-11 66 8v-7.5z\" opacity=\".6\"/><path stroke=\"#fff\" d=\"m110.5 41-44 7 46.5-3.5 61.5 16v-7z\" opacity=\".6\"/><path stroke=\"#C4C4C4\" d=\"m64.11 48.22-56 29m56-28-56 30\"/></g><defs><clipPath id=\"clip0_635_37\"><path d=\"M0 0h189v107H0z\"/></clipPath></defs></svg>";
@@ -1 +0,0 @@
1
- export default "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 189 107\" fill=\"currentColor\"><g stroke-width=\".5\" clip-path=\"url(#clip0_635_37)\"><path stroke=\"#D9D9D9\" d=\"M145.06 101.25H35.94L90.5 4.51z\"/><path stroke=\"#fff\" d=\"m119.5 56-53-8.5L121 60l53.5 31v-7.5z\" opacity=\".6\"/><path stroke=\"#fff\" d=\"m117 52.5-51-5 53 8.5 55.5 27v-7.5z\" opacity=\".6\"/><path stroke=\"#fff\" d=\"m115 49-48.5-1 50.5 4 57.5 23v-7z\" opacity=\".6\"/><path stroke=\"#fff\" d=\"m113 45-47 3 48.5.5 60 19V61z\" opacity=\".6\"/><path stroke=\"#fff\" d=\"M108.5 37 66 48l44.5-7 64 12v-7.5z\" opacity=\".6\"/><path stroke=\"#fff\" d=\"M106 33 66 48l42.5-11 66 8v-7.5z\" opacity=\".6\"/><path stroke=\"#fff\" d=\"m110.5 41-44 7 46.5-3.5 61.5 16v-7z\" opacity=\".6\"/><path stroke=\"#C4C4C4\" d=\"m64.11 48.22-56 29m56-28-56 30\"/></g><defs><clipPath id=\"clip0_635_37\"><path d=\"M0 0h189v107H0z\"/></clipPath></defs></svg>";
@@ -1 +0,0 @@
1
- module.exports = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 189 107\" fill=\"currentColor\"><g stroke-width=\".5\" clip-path=\"url(#clip0_635_37)\"><path stroke=\"#D9D9D9\" d=\"M145.06 101.25H35.94L90.5 4.51z\"/><path stroke=\"#fff\" d=\"m119.5 56-53-8.5L121 60l53.5 31v-7.5z\" opacity=\".6\"/><path stroke=\"#fff\" d=\"m117 52.5-51-5 53 8.5 55.5 27v-7.5z\" opacity=\".6\"/><path stroke=\"#fff\" d=\"m115 49-48.5-1 50.5 4 57.5 23v-7z\" opacity=\".6\"/><path stroke=\"#fff\" d=\"m113 45-47 3 48.5.5 60 19V61z\" opacity=\".6\"/><path stroke=\"#fff\" d=\"M108.5 37 66 48l44.5-7 64 12v-7.5z\" opacity=\".6\"/><path stroke=\"#fff\" d=\"M106 33 66 48l42.5-11 66 8v-7.5z\" opacity=\".6\"/><path stroke=\"#fff\" d=\"m110.5 41-44 7 46.5-3.5 61.5 16v-7z\" opacity=\".6\"/><path stroke=\"#C4C4C4\" d=\"m64.11 48.22-56 29m56-28-56 30\"/></g><defs><clipPath id=\"clip0_635_37\"><path d=\"M0 0h189v107H0z\"/></clipPath></defs></svg>";
@@ -1 +0,0 @@
1
- export default "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 189 107\" fill=\"currentColor\"><g stroke-width=\".5\" clip-path=\"url(#clip0_635_37)\"><path stroke=\"#D9D9D9\" d=\"M145.06 101.25H35.94L90.5 4.51z\"/><path stroke=\"#fff\" d=\"m119.5 56-53-8.5L121 60l53.5 31v-7.5z\" opacity=\".6\"/><path stroke=\"#fff\" d=\"m117 52.5-51-5 53 8.5 55.5 27v-7.5z\" opacity=\".6\"/><path stroke=\"#fff\" d=\"m115 49-48.5-1 50.5 4 57.5 23v-7z\" opacity=\".6\"/><path stroke=\"#fff\" d=\"m113 45-47 3 48.5.5 60 19V61z\" opacity=\".6\"/><path stroke=\"#fff\" d=\"M108.5 37 66 48l44.5-7 64 12v-7.5z\" opacity=\".6\"/><path stroke=\"#fff\" d=\"M106 33 66 48l42.5-11 66 8v-7.5z\" opacity=\".6\"/><path stroke=\"#fff\" d=\"m110.5 41-44 7 46.5-3.5 61.5 16v-7z\" opacity=\".6\"/><path stroke=\"#C4C4C4\" d=\"m64.11 48.22-56 29m56-28-56 30\"/></g><defs><clipPath id=\"clip0_635_37\"><path d=\"M0 0h189v107H0z\"/></clipPath></defs></svg>";
@@ -1 +0,0 @@
1
- module.exports = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 45 45\" fill=\"currentColor\"><g clip-path=\"url(#clip0_806_30)\"><path stroke=\"#000\" d=\"M20 41S3.5 33 5.5 19 24 6.5 24 6.5m0 0L20.5 10M24 6.5l-3.5-3\"/><path stroke=\"#000\" d=\"m14 31.5 3-5 8.5-2.5M14 31.5l10-3m-10 3v2l10-3m1.5-6.5L24 28.5m1.5-4.5v2L24 30.5m0-2v2m-3-11 3-5 8.5-2.5M21 19.5l10-3m-10 3v2l10-3m1.5-6.5L31 16.5m1.5-4.5v2L31 18.5m0-2v2\"/><path stroke=\"#868686\" stroke-width=\".5\" d=\"M45 16.25H33m10 2h-9\"/><path stroke=\"#868686\" stroke-linecap=\"round\" stroke-width=\".5\" d=\"M3.58 27 1 28.72l2.65 1.93\"/><path stroke=\"#868686\" stroke-width=\".5\" d=\"m23 22-5 6H5\"/><path stroke=\"#868686\" stroke-width=\".5\" d=\"M25.5 21 19 29H3\"/><path d=\"M29.67 40.79v.94h-3.82v-.94zm-.2-31.39V3.78h.96V9.4zm-2.33-2.33V6.1h5.63v.96z\"/></g><defs><clipPath id=\"clip0_806_30\"><path d=\"M0 0h45v45H0z\"/></clipPath></defs></svg>";
@@ -1 +0,0 @@
1
- export default "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 45 45\" fill=\"currentColor\"><g clip-path=\"url(#clip0_806_30)\"><path stroke=\"#000\" d=\"M20 41S3.5 33 5.5 19 24 6.5 24 6.5m0 0L20.5 10M24 6.5l-3.5-3\"/><path stroke=\"#000\" d=\"m14 31.5 3-5 8.5-2.5M14 31.5l10-3m-10 3v2l10-3m1.5-6.5L24 28.5m1.5-4.5v2L24 30.5m0-2v2m-3-11 3-5 8.5-2.5M21 19.5l10-3m-10 3v2l10-3m1.5-6.5L31 16.5m1.5-4.5v2L31 18.5m0-2v2\"/><path stroke=\"#868686\" stroke-width=\".5\" d=\"M45 16.25H33m10 2h-9\"/><path stroke=\"#868686\" stroke-linecap=\"round\" stroke-width=\".5\" d=\"M3.58 27 1 28.72l2.65 1.93\"/><path stroke=\"#868686\" stroke-width=\".5\" d=\"m23 22-5 6H5\"/><path stroke=\"#868686\" stroke-width=\".5\" d=\"M25.5 21 19 29H3\"/><path d=\"M29.67 40.79v.94h-3.82v-.94zm-.2-31.39V3.78h.96V9.4zm-2.33-2.33V6.1h5.63v.96z\"/></g><defs><clipPath id=\"clip0_806_30\"><path d=\"M0 0h45v45H0z\"/></clipPath></defs></svg>";
@@ -1 +0,0 @@
1
- module.exports = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 45\" fill=\"currentColor\"><path stroke=\"#000\" d=\"M8 42h29V31m0 0H8m29 0-2-11H25M8 31l2.5-11H20M8 31v11.5M20 20V5m0 15v3s1.45 1 2.5 1 2.5-1 2.5-1v-3M20 5s1.45 1 2.5 1S25 5 25 5m-5 0s1.25-2 2.5-2C24 3 25 5 25 5m0 0v15m-12-9s5.07 4.43 9 4.5c3.85.07 9-4 9-4m0 0-4-.5m4 .5v4\"/><path d=\"M39.48 15.4V9.78h.95v5.62zm-2.34-2.33v-.96h5.63v.96zM6.67 11.79v.94H2.85v-.94z\"/></svg>";
@@ -1 +0,0 @@
1
- export default "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 45\" fill=\"currentColor\"><path stroke=\"#000\" d=\"M8 42h29V31m0 0H8m29 0-2-11H25M8 31l2.5-11H20M8 31v11.5M20 20V5m0 15v3s1.45 1 2.5 1 2.5-1 2.5-1v-3M20 5s1.45 1 2.5 1S25 5 25 5m-5 0s1.25-2 2.5-2C24 3 25 5 25 5m0 0v15m-12-9s5.07 4.43 9 4.5c3.85.07 9-4 9-4m0 0-4-.5m4 .5v4\"/><path d=\"M39.48 15.4V9.78h.95v5.62zm-2.34-2.33v-.96h5.63v.96zM6.67 11.79v.94H2.85v-.94z\"/></svg>";
@@ -1 +0,0 @@
1
- module.exports = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 130 57\" fill=\"currentColor\"><path d=\"M41.97 50.82h1.36l1.13 1.49.3.4 1.69 2.24h-1.36L44 53.46l-.29-.38zm4.9-1.91q0 1.61-.59 2.78-.58 1.18-1.6 1.81t-2.3.64-2.33-.64-1.6-1.8-.57-2.8.58-2.77 1.6-1.82q1-.63 2.31-.63 1.3 0 2.32.63 1.01.64 1.6 1.81t.58 2.79m-1.2 0q0-1.32-.44-2.23t-1.19-1.38a3 3 0 0 0-1.67-.47q-.92 0-1.67.47t-1.2 1.38-.43 2.23.44 2.23 1.18 1.38 1.68.47 1.67-.47 1.19-1.38q.44-.9.44-2.23m12.77-2.55a1.6 1.6 0 0 0-.72-1.17q-.64-.42-1.56-.42-.68 0-1.19.22a2 2 0 0 0-.78.6 1.4 1.4 0 0 0-.28.87q0 .41.2.7.2.3.5.49.3.18.65.3.34.13.62.2l1.03.28q.4.1.89.29t.94.5.74.8.3 1.22a2.7 2.7 0 0 1-.44 1.49q-.42.66-1.25 1.06-.82.39-2 .39-1.09 0-1.89-.35-.8-.36-1.25-.99a3 3 0 0 1-.51-1.47h1.27q.05.58.39.96.34.37.86.56.53.18 1.14.18.7 0 1.27-.23.56-.24.89-.65t.32-.97q0-.51-.28-.83a2 2 0 0 0-.75-.52 8 8 0 0 0-1-.34l-1.25-.36q-1.2-.35-1.89-.98-.7-.64-.7-1.67 0-.85.47-1.49t1.25-1a4 4 0 0 1 1.77-.35q.98 0 1.75.35.76.35 1.21.96.45.6.48 1.37zm3.2 10.5v-10.5h1.14v1.22h.14l.36-.51q.23-.31.66-.56t1.18-.25q.97 0 1.7.49.74.48 1.15 1.36t.42 2.1-.42 2.1q-.4.88-1.14 1.37-.73.48-1.69.48-.73 0-1.17-.24a2 2 0 0 1-.68-.57l-.37-.52h-.1v4.03zm1.16-6.68q0 .87.25 1.53.26.65.74 1.03.49.36 1.2.36.73 0 1.22-.38a2.4 2.4 0 0 0 .75-1.06q.25-.66.25-1.48 0-.8-.25-1.45a2 2 0 0 0-.74-1.03q-.49-.38-1.24-.38-.71 0-1.2.36t-.73 1-.25 1.5m9.62 4q-.72 0-1.32-.27a2.3 2.3 0 0 1-.94-.8q-.34-.53-.34-1.28 0-.65.26-1.06.25-.41.69-.65t.95-.35q.53-.12 1.06-.19l1.13-.13q.44-.05.63-.16.2-.12.2-.4v-.04q0-.74-.4-1.14-.4-.41-1.2-.41-.84 0-1.32.37-.48.36-.67.78l-1.11-.4q.3-.7.8-1.08.5-.4 1.08-.55a5 5 0 0 1 1.18-.16q.37 0 .84.1.48.08.93.35t.75.8q.3.55.3 1.46V54h-1.17v-1.03h-.06q-.12.25-.4.53t-.74.48-1.13.2m.18-1.05q.7 0 1.17-.28a1.9 1.9 0 0 0 .98-1.61v-1.08q-.08.1-.33.17l-.58.12-1.12.15q-.46.06-.85.2a1.5 1.5 0 0 0-.64.39q-.24.25-.24.7 0 .61.45.93.46.3 1.16.3m8.57 1.04q-1.08 0-1.86-.5a3.3 3.3 0 0 1-1.19-1.4q-.41-.9-.41-2.04 0-1.16.42-2.05a3.4 3.4 0 0 1 1.2-1.4q.78-.5 1.82-.5.8 0 1.45.3t1.06.83.5 1.25H83q-.13-.52-.6-.92-.45-.41-1.23-.41-.68 0-1.2.36-.51.35-.8 1-.28.64-.28 1.5 0 .89.28 1.54.28.66.8 1.02.51.37 1.2.37.46 0 .83-.16.38-.16.64-.46.25-.3.36-.72h1.18q-.1.68-.5 1.22a3 3 0 0 1-1.02.86q-.64.3-1.48.3m7.92 0q-1.1 0-1.9-.48a3.3 3.3 0 0 1-1.24-1.37q-.42-.88-.42-2.06 0-1.17.42-2.07.44-.9 1.2-1.4.78-.5 1.82-.5.6 0 1.17.2.59.2 1.06.64t.76 1.17.29 1.8v.5h-5.89v-1.01h4.7q0-.65-.26-1.16a2 2 0 0 0-.73-.8q-.47-.3-1.1-.3-.7 0-1.22.36a2.3 2.3 0 0 0-.78.9 3 3 0 0 0-.27 1.17v.68q0 .87.3 1.47t.84.9 1.25.32q.46 0 .83-.13.38-.14.65-.4.28-.27.43-.67l1.13.32q-.18.58-.6 1.01-.43.44-1.05.68t-1.4.24\"/><path stroke=\"#C0BDBD\" stroke-width=\".75\" d=\"M82.5 5.38c.16 0 .34.06.56.26q.32.29.67.92c.45.84.87 2.09 1.23 3.66.72 3.14 1.17 7.5 1.17 12.32s-.45 9.18-1.17 12.32a15 15 0 0 1-1.23 3.66q-.35.63-.67.92-.33.28-.56.26c-.23-.02-.34-.07-.56-.26q-.32-.3-.67-.92c-.45-.84-.87-2.09-1.23-3.66-.72-3.14-1.17-7.5-1.17-12.32s.45-9.18 1.17-12.32a15 15 0 0 1 1.23-3.66q.35-.64.67-.92t.56-.26Z\"/><path stroke=\"#6F6F6F\" stroke-width=\".75\" d=\"M81.89 10.3q.1-.02.3.15.21.2.44.64.47.91.85 2.6c.5 2.26.8 5.38.8 8.85s-.3 6.59-.8 8.84a11 11 0 0 1-.85 2.6q-.23.45-.44.64-.2.18-.3.16c-.1-.02-.17-.03-.3-.16a2 2 0 0 1-.45-.63q-.46-.91-.84-2.61c-.5-2.25-.8-5.38-.8-8.84s.3-6.6.8-8.84q.37-1.71.84-2.61.23-.44.45-.64.2-.17.3-.15Z\"/><path stroke=\"#4C4C4C\" stroke-width=\".75\" d=\"M81.57 14.15q.06.12.13.32.2.7.37 1.99c.22 1.7.36 4.07.36 6.7s-.14 4.98-.36 6.7q-.16 1.29-.37 1.97l-.13.33-.12-.33q-.2-.68-.37-1.98c-.22-1.7-.36-4.07-.36-6.7s.14-4.99.36-6.7q.16-1.28.37-1.97z\"/><path d=\"M62.87 22.07a.13.13 0 0 0 0-.18l-.8-.8a.13.13 0 0 0-.18.18l.71.7-.7.72a.13.13 0 0 0 .17.17zm-27.37-.1v.13h27.28v-.25H35.5z\"/><path d=\"M57.16 11.76a.13.13 0 0 0-.15.1l-.3 1.07a.13.13 0 0 0 .24.07l.27-.96.96.26a.13.13 0 1 0 .07-.24zm5.53 9.9.1-.06-5.55-9.78-.11.06-.1.07 5.55 9.77z\"/><path d=\"M49.8 21.68q.02.12.14.1l1.11-.16a.13.13 0 0 0-.04-.25l-.99.15-.15-.99a.13.13 0 0 0-.24.04zm7.32-9.8-.1-.07-7.2 9.78.1.07.1.08 7.2-9.78z\"/><circle cx=\"51.663\" cy=\"20.837\" r=\"11.587\" stroke=\"#877C7C\" stroke-width=\".5\"/><path fill-opacity=\".63\" d=\"M63.5 21.19 82.5 5v35z\"/></svg>";
@@ -1 +0,0 @@
1
- export default "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 130 57\" fill=\"currentColor\"><path d=\"M41.97 50.82h1.36l1.13 1.49.3.4 1.69 2.24h-1.36L44 53.46l-.29-.38zm4.9-1.91q0 1.61-.59 2.78-.58 1.18-1.6 1.81t-2.3.64-2.33-.64-1.6-1.8-.57-2.8.58-2.77 1.6-1.82q1-.63 2.31-.63 1.3 0 2.32.63 1.01.64 1.6 1.81t.58 2.79m-1.2 0q0-1.32-.44-2.23t-1.19-1.38a3 3 0 0 0-1.67-.47q-.92 0-1.67.47t-1.2 1.38-.43 2.23.44 2.23 1.18 1.38 1.68.47 1.67-.47 1.19-1.38q.44-.9.44-2.23m12.77-2.55a1.6 1.6 0 0 0-.72-1.17q-.64-.42-1.56-.42-.68 0-1.19.22a2 2 0 0 0-.78.6 1.4 1.4 0 0 0-.28.87q0 .41.2.7.2.3.5.49.3.18.65.3.34.13.62.2l1.03.28q.4.1.89.29t.94.5.74.8.3 1.22a2.7 2.7 0 0 1-.44 1.49q-.42.66-1.25 1.06-.82.39-2 .39-1.09 0-1.89-.35-.8-.36-1.25-.99a3 3 0 0 1-.51-1.47h1.27q.05.58.39.96.34.37.86.56.53.18 1.14.18.7 0 1.27-.23.56-.24.89-.65t.32-.97q0-.51-.28-.83a2 2 0 0 0-.75-.52 8 8 0 0 0-1-.34l-1.25-.36q-1.2-.35-1.89-.98-.7-.64-.7-1.67 0-.85.47-1.49t1.25-1a4 4 0 0 1 1.77-.35q.98 0 1.75.35.76.35 1.21.96.45.6.48 1.37zm3.2 10.5v-10.5h1.14v1.22h.14l.36-.51q.23-.31.66-.56t1.18-.25q.97 0 1.7.49.74.48 1.15 1.36t.42 2.1-.42 2.1q-.4.88-1.14 1.37-.73.48-1.69.48-.73 0-1.17-.24a2 2 0 0 1-.68-.57l-.37-.52h-.1v4.03zm1.16-6.68q0 .87.25 1.53.26.65.74 1.03.49.36 1.2.36.73 0 1.22-.38a2.4 2.4 0 0 0 .75-1.06q.25-.66.25-1.48 0-.8-.25-1.45a2 2 0 0 0-.74-1.03q-.49-.38-1.24-.38-.71 0-1.2.36t-.73 1-.25 1.5m9.62 4q-.72 0-1.32-.27a2.3 2.3 0 0 1-.94-.8q-.34-.53-.34-1.28 0-.65.26-1.06.25-.41.69-.65t.95-.35q.53-.12 1.06-.19l1.13-.13q.44-.05.63-.16.2-.12.2-.4v-.04q0-.74-.4-1.14-.4-.41-1.2-.41-.84 0-1.32.37-.48.36-.67.78l-1.11-.4q.3-.7.8-1.08.5-.4 1.08-.55a5 5 0 0 1 1.18-.16q.37 0 .84.1.48.08.93.35t.75.8q.3.55.3 1.46V54h-1.17v-1.03h-.06q-.12.25-.4.53t-.74.48-1.13.2m.18-1.05q.7 0 1.17-.28a1.9 1.9 0 0 0 .98-1.61v-1.08q-.08.1-.33.17l-.58.12-1.12.15q-.46.06-.85.2a1.5 1.5 0 0 0-.64.39q-.24.25-.24.7 0 .61.45.93.46.3 1.16.3m8.57 1.04q-1.08 0-1.86-.5a3.3 3.3 0 0 1-1.19-1.4q-.41-.9-.41-2.04 0-1.16.42-2.05a3.4 3.4 0 0 1 1.2-1.4q.78-.5 1.82-.5.8 0 1.45.3t1.06.83.5 1.25H83q-.13-.52-.6-.92-.45-.41-1.23-.41-.68 0-1.2.36-.51.35-.8 1-.28.64-.28 1.5 0 .89.28 1.54.28.66.8 1.02.51.37 1.2.37.46 0 .83-.16.38-.16.64-.46.25-.3.36-.72h1.18q-.1.68-.5 1.22a3 3 0 0 1-1.02.86q-.64.3-1.48.3m7.92 0q-1.1 0-1.9-.48a3.3 3.3 0 0 1-1.24-1.37q-.42-.88-.42-2.06 0-1.17.42-2.07.44-.9 1.2-1.4.78-.5 1.82-.5.6 0 1.17.2.59.2 1.06.64t.76 1.17.29 1.8v.5h-5.89v-1.01h4.7q0-.65-.26-1.16a2 2 0 0 0-.73-.8q-.47-.3-1.1-.3-.7 0-1.22.36a2.3 2.3 0 0 0-.78.9 3 3 0 0 0-.27 1.17v.68q0 .87.3 1.47t.84.9 1.25.32q.46 0 .83-.13.38-.14.65-.4.28-.27.43-.67l1.13.32q-.18.58-.6 1.01-.43.44-1.05.68t-1.4.24\"/><path stroke=\"#C0BDBD\" stroke-width=\".75\" d=\"M82.5 5.38c.16 0 .34.06.56.26q.32.29.67.92c.45.84.87 2.09 1.23 3.66.72 3.14 1.17 7.5 1.17 12.32s-.45 9.18-1.17 12.32a15 15 0 0 1-1.23 3.66q-.35.63-.67.92-.33.28-.56.26c-.23-.02-.34-.07-.56-.26q-.32-.3-.67-.92c-.45-.84-.87-2.09-1.23-3.66-.72-3.14-1.17-7.5-1.17-12.32s.45-9.18 1.17-12.32a15 15 0 0 1 1.23-3.66q.35-.64.67-.92t.56-.26Z\"/><path stroke=\"#6F6F6F\" stroke-width=\".75\" d=\"M81.89 10.3q.1-.02.3.15.21.2.44.64.47.91.85 2.6c.5 2.26.8 5.38.8 8.85s-.3 6.59-.8 8.84a11 11 0 0 1-.85 2.6q-.23.45-.44.64-.2.18-.3.16c-.1-.02-.17-.03-.3-.16a2 2 0 0 1-.45-.63q-.46-.91-.84-2.61c-.5-2.25-.8-5.38-.8-8.84s.3-6.6.8-8.84q.37-1.71.84-2.61.23-.44.45-.64.2-.17.3-.15Z\"/><path stroke=\"#4C4C4C\" stroke-width=\".75\" d=\"M81.57 14.15q.06.12.13.32.2.7.37 1.99c.22 1.7.36 4.07.36 6.7s-.14 4.98-.36 6.7q-.16 1.29-.37 1.97l-.13.33-.12-.33q-.2-.68-.37-1.98c-.22-1.7-.36-4.07-.36-6.7s.14-4.99.36-6.7q.16-1.28.37-1.97z\"/><path d=\"M62.87 22.07a.13.13 0 0 0 0-.18l-.8-.8a.13.13 0 0 0-.18.18l.71.7-.7.72a.13.13 0 0 0 .17.17zm-27.37-.1v.13h27.28v-.25H35.5z\"/><path d=\"M57.16 11.76a.13.13 0 0 0-.15.1l-.3 1.07a.13.13 0 0 0 .24.07l.27-.96.96.26a.13.13 0 1 0 .07-.24zm5.53 9.9.1-.06-5.55-9.78-.11.06-.1.07 5.55 9.77z\"/><path d=\"M49.8 21.68q.02.12.14.1l1.11-.16a.13.13 0 0 0-.04-.25l-.99.15-.15-.99a.13.13 0 0 0-.24.04zm7.32-9.8-.1-.07-7.2 9.78.1.07.1.08 7.2-9.78z\"/><circle cx=\"51.663\" cy=\"20.837\" r=\"11.587\" stroke=\"#877C7C\" stroke-width=\".5\"/><path fill-opacity=\".63\" d=\"M63.5 21.19 82.5 5v35z\"/></svg>";
@@ -1 +0,0 @@
1
- module.exports = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 130 57\" fill=\"currentColor\"><path d=\"M41.97 50.82h1.36l1.13 1.49.3.4 1.69 2.24h-1.36L44 53.46l-.29-.38zm4.9-1.91q0 1.61-.59 2.78-.58 1.18-1.6 1.81t-2.3.64-2.33-.64-1.6-1.8-.57-2.8.58-2.77 1.6-1.82q1-.63 2.31-.63 1.3 0 2.32.63 1.01.64 1.6 1.81t.58 2.79m-1.2 0q0-1.32-.44-2.23t-1.19-1.38a3 3 0 0 0-1.67-.47q-.92 0-1.67.47t-1.2 1.38-.43 2.23.44 2.23 1.18 1.38 1.68.47 1.67-.47 1.19-1.38q.44-.9.44-2.23m12.77-2.55a1.6 1.6 0 0 0-.72-1.17q-.64-.42-1.56-.42-.68 0-1.19.22a2 2 0 0 0-.78.6 1.4 1.4 0 0 0-.28.87q0 .41.2.7.2.3.5.49.3.18.65.3.34.13.62.2l1.03.28q.4.1.89.29t.94.5.74.8.3 1.22a2.7 2.7 0 0 1-.44 1.49q-.42.66-1.25 1.06-.82.39-2 .39-1.09 0-1.89-.35-.8-.36-1.25-.99a3 3 0 0 1-.51-1.47h1.27q.05.58.39.96.34.37.86.56.53.18 1.14.18.7 0 1.27-.23.56-.24.89-.65t.32-.97q0-.51-.28-.83a2 2 0 0 0-.75-.52 8 8 0 0 0-1-.34l-1.25-.36q-1.2-.35-1.89-.98-.7-.64-.7-1.67 0-.85.47-1.49t1.25-1a4 4 0 0 1 1.77-.35q.98 0 1.75.35.76.35 1.21.96.45.6.48 1.37zm3.2 10.5v-10.5h1.14v1.22h.14l.36-.51q.23-.31.66-.56t1.18-.25q.97 0 1.7.49.74.48 1.15 1.36t.42 2.1-.42 2.1q-.4.88-1.14 1.37-.73.48-1.69.48-.73 0-1.17-.24a2 2 0 0 1-.68-.57l-.37-.52h-.1v4.03zm1.16-6.68q0 .87.25 1.53.26.65.74 1.03.49.36 1.2.36.73 0 1.22-.38a2.4 2.4 0 0 0 .75-1.06q.25-.66.25-1.48 0-.8-.25-1.45a2 2 0 0 0-.74-1.03q-.49-.38-1.24-.38-.71 0-1.2.36t-.73 1-.25 1.5m9.62 4q-.72 0-1.32-.27a2.3 2.3 0 0 1-.94-.8q-.34-.53-.34-1.28 0-.65.26-1.06.25-.41.69-.65t.95-.35q.53-.12 1.06-.19l1.13-.13q.44-.05.63-.16.2-.12.2-.4v-.04q0-.74-.4-1.14-.4-.41-1.2-.41-.84 0-1.32.37-.48.36-.67.78l-1.11-.4q.3-.7.8-1.08.5-.4 1.08-.55a5 5 0 0 1 1.18-.16q.37 0 .84.1.48.08.93.35t.75.8q.3.55.3 1.46V54h-1.17v-1.03h-.06q-.12.25-.4.53t-.74.48-1.13.2m.18-1.05q.7 0 1.17-.28a1.9 1.9 0 0 0 .98-1.61v-1.08q-.08.1-.33.17l-.58.12-1.12.15q-.46.06-.85.2a1.5 1.5 0 0 0-.64.39q-.24.25-.24.7 0 .61.45.93.46.3 1.16.3m8.57 1.04q-1.08 0-1.86-.5a3.3 3.3 0 0 1-1.19-1.4q-.41-.9-.41-2.04 0-1.16.42-2.05a3.4 3.4 0 0 1 1.2-1.4q.78-.5 1.82-.5.8 0 1.45.3t1.06.83.5 1.25H83q-.13-.52-.6-.92-.45-.41-1.23-.41-.68 0-1.2.36-.51.35-.8 1-.28.64-.28 1.5 0 .89.28 1.54.28.66.8 1.02.51.37 1.2.37.46 0 .83-.16.38-.16.64-.46.25-.3.36-.72h1.18q-.1.68-.5 1.22a3 3 0 0 1-1.02.86q-.64.3-1.48.3m7.92 0q-1.1 0-1.9-.48a3.3 3.3 0 0 1-1.24-1.37q-.42-.88-.42-2.06 0-1.17.42-2.07.44-.9 1.2-1.4.78-.5 1.82-.5.6 0 1.17.2.59.2 1.06.64t.76 1.17.29 1.8v.5h-5.89v-1.01h4.7q0-.65-.26-1.16a2 2 0 0 0-.73-.8q-.47-.3-1.1-.3-.7 0-1.22.36a2.3 2.3 0 0 0-.78.9 3 3 0 0 0-.27 1.17v.68q0 .87.3 1.47t.84.9 1.25.32q.46 0 .83-.13.38-.14.65-.4.28-.27.43-.67l1.13.32q-.18.58-.6 1.01-.43.44-1.05.68t-1.4.24\"/><path stroke=\"#C0BDBD\" stroke-width=\".75\" d=\"M82.5 5.38c.16 0 .34.06.56.26q.32.29.67.92c.45.84.87 2.09 1.23 3.66.72 3.14 1.17 7.5 1.17 12.32s-.45 9.18-1.17 12.32a15 15 0 0 1-1.23 3.66q-.35.63-.67.92-.33.28-.56.26c-.23-.02-.34-.07-.56-.26q-.32-.3-.67-.92c-.45-.84-.87-2.09-1.23-3.66-.72-3.14-1.17-7.5-1.17-12.32s.45-9.18 1.17-12.32a15 15 0 0 1 1.23-3.66q.35-.64.67-.92t.56-.26Z\"/><path stroke=\"#6F6F6F\" stroke-width=\".75\" d=\"M81.89 10.3q.1-.02.3.15.21.2.44.64.47.91.85 2.6c.5 2.26.8 5.38.8 8.85s-.3 6.59-.8 8.84a11 11 0 0 1-.85 2.6q-.23.45-.44.64-.2.18-.3.16c-.1-.02-.17-.03-.3-.16a2 2 0 0 1-.45-.63q-.46-.91-.84-2.61c-.5-2.25-.8-5.38-.8-8.84s.3-6.6.8-8.84q.37-1.71.84-2.61.23-.44.45-.64.2-.17.3-.15Z\"/><path stroke=\"#4C4C4C\" stroke-width=\".75\" d=\"M81.57 14.15q.06.12.13.32.2.7.37 1.99c.22 1.7.36 4.07.36 6.7s-.14 4.98-.36 6.7q-.16 1.29-.37 1.97l-.13.33-.12-.33q-.2-.68-.37-1.98c-.22-1.7-.36-4.07-.36-6.7s.14-4.99.36-6.7q.16-1.28.37-1.97z\"/><path d=\"M62.87 22.07a.13.13 0 0 0 0-.18l-.8-.8a.13.13 0 0 0-.18.18l.71.7-.7.72a.13.13 0 0 0 .17.17zm-27.37-.1v.13h27.28v-.25H35.5z\"/><path d=\"M57.16 11.76a.13.13 0 0 0-.15.1l-.3 1.07a.13.13 0 0 0 .24.07l.27-.96.96.26a.13.13 0 1 0 .07-.24zm5.53 9.9.1-.06-5.55-9.78-.11.06-.1.07 5.55 9.77z\"/><path d=\"M49.8 21.68q.02.12.14.1l1.11-.16a.13.13 0 0 0-.04-.25l-.99.15-.15-.99a.13.13 0 0 0-.24.04zm7.32-9.8-.1-.07-7.2 9.78.1.07.1.08 7.2-9.78z\"/><circle cx=\"51.663\" cy=\"20.837\" r=\"11.587\" stroke=\"#877C7C\" stroke-width=\".5\"/><path fill-opacity=\".63\" d=\"M63.5 21.19 82.5 5v35z\"/></svg>";
@@ -1 +0,0 @@
1
- export default "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 130 57\" fill=\"currentColor\"><path d=\"M41.97 50.82h1.36l1.13 1.49.3.4 1.69 2.24h-1.36L44 53.46l-.29-.38zm4.9-1.91q0 1.61-.59 2.78-.58 1.18-1.6 1.81t-2.3.64-2.33-.64-1.6-1.8-.57-2.8.58-2.77 1.6-1.82q1-.63 2.31-.63 1.3 0 2.32.63 1.01.64 1.6 1.81t.58 2.79m-1.2 0q0-1.32-.44-2.23t-1.19-1.38a3 3 0 0 0-1.67-.47q-.92 0-1.67.47t-1.2 1.38-.43 2.23.44 2.23 1.18 1.38 1.68.47 1.67-.47 1.19-1.38q.44-.9.44-2.23m12.77-2.55a1.6 1.6 0 0 0-.72-1.17q-.64-.42-1.56-.42-.68 0-1.19.22a2 2 0 0 0-.78.6 1.4 1.4 0 0 0-.28.87q0 .41.2.7.2.3.5.49.3.18.65.3.34.13.62.2l1.03.28q.4.1.89.29t.94.5.74.8.3 1.22a2.7 2.7 0 0 1-.44 1.49q-.42.66-1.25 1.06-.82.39-2 .39-1.09 0-1.89-.35-.8-.36-1.25-.99a3 3 0 0 1-.51-1.47h1.27q.05.58.39.96.34.37.86.56.53.18 1.14.18.7 0 1.27-.23.56-.24.89-.65t.32-.97q0-.51-.28-.83a2 2 0 0 0-.75-.52 8 8 0 0 0-1-.34l-1.25-.36q-1.2-.35-1.89-.98-.7-.64-.7-1.67 0-.85.47-1.49t1.25-1a4 4 0 0 1 1.77-.35q.98 0 1.75.35.76.35 1.21.96.45.6.48 1.37zm3.2 10.5v-10.5h1.14v1.22h.14l.36-.51q.23-.31.66-.56t1.18-.25q.97 0 1.7.49.74.48 1.15 1.36t.42 2.1-.42 2.1q-.4.88-1.14 1.37-.73.48-1.69.48-.73 0-1.17-.24a2 2 0 0 1-.68-.57l-.37-.52h-.1v4.03zm1.16-6.68q0 .87.25 1.53.26.65.74 1.03.49.36 1.2.36.73 0 1.22-.38a2.4 2.4 0 0 0 .75-1.06q.25-.66.25-1.48 0-.8-.25-1.45a2 2 0 0 0-.74-1.03q-.49-.38-1.24-.38-.71 0-1.2.36t-.73 1-.25 1.5m9.62 4q-.72 0-1.32-.27a2.3 2.3 0 0 1-.94-.8q-.34-.53-.34-1.28 0-.65.26-1.06.25-.41.69-.65t.95-.35q.53-.12 1.06-.19l1.13-.13q.44-.05.63-.16.2-.12.2-.4v-.04q0-.74-.4-1.14-.4-.41-1.2-.41-.84 0-1.32.37-.48.36-.67.78l-1.11-.4q.3-.7.8-1.08.5-.4 1.08-.55a5 5 0 0 1 1.18-.16q.37 0 .84.1.48.08.93.35t.75.8q.3.55.3 1.46V54h-1.17v-1.03h-.06q-.12.25-.4.53t-.74.48-1.13.2m.18-1.05q.7 0 1.17-.28a1.9 1.9 0 0 0 .98-1.61v-1.08q-.08.1-.33.17l-.58.12-1.12.15q-.46.06-.85.2a1.5 1.5 0 0 0-.64.39q-.24.25-.24.7 0 .61.45.93.46.3 1.16.3m8.57 1.04q-1.08 0-1.86-.5a3.3 3.3 0 0 1-1.19-1.4q-.41-.9-.41-2.04 0-1.16.42-2.05a3.4 3.4 0 0 1 1.2-1.4q.78-.5 1.82-.5.8 0 1.45.3t1.06.83.5 1.25H83q-.13-.52-.6-.92-.45-.41-1.23-.41-.68 0-1.2.36-.51.35-.8 1-.28.64-.28 1.5 0 .89.28 1.54.28.66.8 1.02.51.37 1.2.37.46 0 .83-.16.38-.16.64-.46.25-.3.36-.72h1.18q-.1.68-.5 1.22a3 3 0 0 1-1.02.86q-.64.3-1.48.3m7.92 0q-1.1 0-1.9-.48a3.3 3.3 0 0 1-1.24-1.37q-.42-.88-.42-2.06 0-1.17.42-2.07.44-.9 1.2-1.4.78-.5 1.82-.5.6 0 1.17.2.59.2 1.06.64t.76 1.17.29 1.8v.5h-5.89v-1.01h4.7q0-.65-.26-1.16a2 2 0 0 0-.73-.8q-.47-.3-1.1-.3-.7 0-1.22.36a2.3 2.3 0 0 0-.78.9 3 3 0 0 0-.27 1.17v.68q0 .87.3 1.47t.84.9 1.25.32q.46 0 .83-.13.38-.14.65-.4.28-.27.43-.67l1.13.32q-.18.58-.6 1.01-.43.44-1.05.68t-1.4.24\"/><path stroke=\"#C0BDBD\" stroke-width=\".75\" d=\"M82.5 5.38c.16 0 .34.06.56.26q.32.29.67.92c.45.84.87 2.09 1.23 3.66.72 3.14 1.17 7.5 1.17 12.32s-.45 9.18-1.17 12.32a15 15 0 0 1-1.23 3.66q-.35.63-.67.92-.33.28-.56.26c-.23-.02-.34-.07-.56-.26q-.32-.3-.67-.92c-.45-.84-.87-2.09-1.23-3.66-.72-3.14-1.17-7.5-1.17-12.32s.45-9.18 1.17-12.32a15 15 0 0 1 1.23-3.66q.35-.64.67-.92t.56-.26Z\"/><path stroke=\"#6F6F6F\" stroke-width=\".75\" d=\"M81.89 10.3q.1-.02.3.15.21.2.44.64.47.91.85 2.6c.5 2.26.8 5.38.8 8.85s-.3 6.59-.8 8.84a11 11 0 0 1-.85 2.6q-.23.45-.44.64-.2.18-.3.16c-.1-.02-.17-.03-.3-.16a2 2 0 0 1-.45-.63q-.46-.91-.84-2.61c-.5-2.25-.8-5.38-.8-8.84s.3-6.6.8-8.84q.37-1.71.84-2.61.23-.44.45-.64.2-.17.3-.15Z\"/><path stroke=\"#4C4C4C\" stroke-width=\".75\" d=\"M81.57 14.15q.06.12.13.32.2.7.37 1.99c.22 1.7.36 4.07.36 6.7s-.14 4.98-.36 6.7q-.16 1.29-.37 1.97l-.13.33-.12-.33q-.2-.68-.37-1.98c-.22-1.7-.36-4.07-.36-6.7s.14-4.99.36-6.7q.16-1.28.37-1.97z\"/><path d=\"M62.87 22.07a.13.13 0 0 0 0-.18l-.8-.8a.13.13 0 0 0-.18.18l.71.7-.7.72a.13.13 0 0 0 .17.17zm-27.37-.1v.13h27.28v-.25H35.5z\"/><path d=\"M57.16 11.76a.13.13 0 0 0-.15.1l-.3 1.07a.13.13 0 0 0 .24.07l.27-.96.96.26a.13.13 0 1 0 .07-.24zm5.53 9.9.1-.06-5.55-9.78-.11.06-.1.07 5.55 9.77z\"/><path d=\"M49.8 21.68q.02.12.14.1l1.11-.16a.13.13 0 0 0-.04-.25l-.99.15-.15-.99a.13.13 0 0 0-.24.04zm7.32-9.8-.1-.07-7.2 9.78.1.07.1.08 7.2-9.78z\"/><circle cx=\"51.663\" cy=\"20.837\" r=\"11.587\" stroke=\"#877C7C\" stroke-width=\".5\"/><path fill-opacity=\".63\" d=\"M63.5 21.19 82.5 5v35z\"/></svg>";
@@ -1 +0,0 @@
1
- module.exports = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 45 45\" fill=\"currentColor\"><g clip-path=\"url(#clip0_628_90)\"><path stroke=\"#000\" d=\"m10 24 6 4m-6-4v4.5l6 4M10 24l6.5-4m-.5 8v4.5m0-4.5 15-12.36M16 32.5l15-13.64v-3.22m0 0L26.5 14l-5 3\"/><path stroke=\"#000\" stroke-dasharray=\"1 1\" stroke-width=\".5\" d=\"m16 17 1 5 5-3.5-1-4.5z\"/><path d=\"M40.9 5.5V.81h.8v4.7zm-1.95-1.94v-.8h4.69v.8zM4.9 40.49v.78H1.71v-.78zM6.63 37c0 .2.16.38.37.38h3.38a.38.38 0 0 0 0-.76h-3v-3a.38.38 0 0 0-.75 0zM12 32l-.26-.26-5 5L7 37l.27.27 5-5zM36.38 7a.4.4 0 0 0-.38-.37h-3.37a.38.38 0 0 0 0 .75h3v3a.38.38 0 0 0 .74 0zM31 12l.27.27 5-5L36 7l-.26-.26-5 5zm11.64 24.73-.28-.27-.1-.13-.02-.02-.2-.2-.58-.6-.56-.54-.02-.04.04.01.06.06.5.49a10 10 0 0 1 .78.81l.02.02.1.12.28.27.02.04zm-5.92-5.78-.3-.3-.21-.23-.18-.2-.14-.14-.42-.43-.05-.05-.15-.16-.2-.23-.37-.36-.58-.55-.07-.07-.15-.15-.7-.74-.02-.03-.25-.29-.2-.2h-.01l-.01-.02-.03-.02-.03-.03-.05-.04q-.03-.03-.02-.05l.03.02.05.04.04.03.01.02.03.03.05.04.22.22.2.25.04.03.13.16c.1.1.25.27.54.55l.15.16.07.07.57.53v.01h.02c.1.1.27.26.37.39l.2.22.13.14.06.06.42.43.18.19.15.16a5 5 0 0 0 .49.5l.02.02.21.17c.31.18.73.65 1.01.94l.02.01.66.67v.01l.02.01.1.1.1.1.46.45.23.23.34.33.11.11.21.2.2.2.03.04-.04-.02-.2-.19-.02-.02-.2-.19-.1-.1-.07-.06-.28-.28-.23-.23-.06-.05-.5-.5-.1-.1-.02-.02-.67-.67-.63-.62-.12-.12-.24-.18-.22-.18zm-4.36-4.46q-.03-.03-.02-.04l.04.02.11.12q.03.02.02.04t-.04-.02zm4.32 4.63-.02-.04h.03l.05.04c.14.12.55.47.95.86l.1.09c.12.12.24.2.47.44q1.47 1.5 2.95 2.97l.86.84.76.8q.02.01.02.03-.01.02-.04-.02l-.76-.78-.86-.85a200 200 0 0 1-2.98-2.95l-.44-.45-.1-.1c-.4-.38-.8-.72-.94-.84zm-.73-.76-.66-.66-.28-.29q-.18-.16-.28-.3l-.27-.29-.5-.48-.5-.47a18 18 0 0 1-.85-.9c-.22-.27-.53-.53-.76-.81-.02-.03.05 0 .1.05v.01l.05.06.08.08.57.6c.12.14.4.4.86.87l.48.49.49.48.28.3.27.29.29.3.64.65.02.04zm-.14.13a23 23 0 0 1-1.5-1.51l-.48-.5-.49-.5-.86-.89-.21-.23-.01-.01-.01-.01-.06-.07-.06-.06-.06-.07-.02-.04.04.02.12.14.08.07.22.25.85.89.48.48v.01l.5.5q.75.74 1.49 1.5l.26.26a11 11 0 0 0 .88.84l.14.13.43.41.1.1c.12.11.22.2.45.44l1.31 1.34.08.1.66.66-.04-.01-.64-.64-.09-.09-.03-.04-.25-.26-1.02-1.03-.45-.45-.1-.09-.43-.41-.14-.14-.27-.26q-.28-.24-.61-.58zm5.23 5.14-.02-.04.03.01.2.2.2.18.46.47.53.53.02.04-.04-.02-.53-.53-.46-.47-.2-.18zm-.33 2.22-.23-.17-.1-.09-.16-.15-.48-.37-.41-.31-.05-.04-.02-.03h.04l.04.04.41.31a5 5 0 0 1 .65.52v.02l.1.07.22.18q.03 0 .02.03zm-4.85-3.66-.24-.18-.18-.16-.11-.1-.03-.02-.12-.1-.39-.3-.12-.1-.16-.16-.29-.22-.01-.01a4 4 0 0 1-.54-.39l-.12-.1-.45-.36-.11-.11-.02-.02-.17-.16-.04-.04-.12-.1-.04-.02h-.01v-.01h-.01l-.02-.02-.03-.02-.04-.03-.02-.03h.03l.04.03.06.05.05.03.13.1.04.04.18.16.02.03.1.1.45.36.18.14a4 4 0 0 0 .47.34h.01c.09.06.22.16.3.25l.16.15.16.12.35.28.11.1.04.02.12.1a3 3 0 0 0 .4.33l.01.01.18.1c.25.08.6.4.83.58l.55.44h.01l.08.07.1.07.36.28.2.14.23.18.05.03.09.07.16.12v.01l.18.12.01.03h-.03l-.17-.12-.01-.01-.16-.12-.09-.07-.47-.36-.05-.03-.4-.31h-.01l-.08-.07h-.02l-.54-.44-.52-.4-.03-.01-.07-.05-.2-.11-.18-.1zm-3.57-2.86-.02-.03.04.01.09.07.01.03h-.03zm3.53 3.02-.02-.03h.03l.04.02c.11.08.45.28.78.52l.08.06c.1.07.2.12.39.27l2.4 1.9.71.53.62.5.02.04h-.03l-.62-.51-.7-.54a107 107 0 0 1-2.44-1.87c-.2-.15-.26-.22-.36-.3l-.08-.05-.78-.51zm-.6-.48-.53-.42-.24-.2-.22-.18-.23-.2-.4-.3q-.23-.15-.41-.3a10 10 0 0 1-.7-.58c-.18-.18-.43-.34-.61-.52-.02-.03.03-.02.07.02l.04.04.07.05.46.4c.1.1.34.25.7.55l.4.31.4.3.23.2v.01l.22.18.24.2.53.41.01.03zm-.12.14q-.65-.45-1.22-.97l-.4-.31-.4-.32-.7-.58-.17-.15h-.01v-.01h-.01l-.1-.1-.05-.04q-.02 0-.01-.03l.03.02.05.04.11.1.19.16q.14.14.69.57l.4.31.4.32q.61.47 1.22.97l.21.16.49.35.23.17.11.08.36.26.08.06.37.28 1.04.84.03.02.07.06.54.43h-.03l-.53-.4-.07-.07-.03-.02-.2-.17-.84-.67-.37-.28-.08-.05-.35-.26-.11-.09-.23-.16-.5-.36zm4.28 3.25-.02-.03h.03l.17.12.16.12.38.3.43.34.02.03h-.04l-.43-.35-.38-.3-.16-.11zm3.13 3.53-.4-.23-.2-.12-.28-.17a7 7 0 0 0-.85-.48l-.73-.4-.08-.05-.04-.04.05.01.08.05.73.4a13 13 0 0 1 1.15.67l.03.01.15.1.41.22q.04.03.03.04zm-8.56-4.71-.43-.24-.32-.2-.2-.13-.06-.03-.21-.12-.69-.4-.22-.13-.3-.19-.5-.29h-.03l-.43-.22-.41-.23-.1-.06-.22-.12-.8-.47-.22-.14-.04-.03-.3-.2-.08-.04-.29-.16h-.01v-.01h-.01l-.02-.01-.03-.02-.12-.06-.04-.04h.05l.06.04.06.03.02.01.03.02h.01l.07.04q.1.04.24.14l.08.04.32.21.04.03.2.13q.19.13.8.46l.22.13.1.05.81.43.01.01h.02c.15.08.38.2.54.32l.3.19.2.11.08.05.62.35.2.12.06.04.22.13a8 8 0 0 0 .72.42l.03.02.3.12c.4.12 1.02.52 1.44.76l.02.01.96.55h.02v.01l.15.08.16.1.57.3.08.05.34.19.5.27.16.09.28.15.02.01.3.16.03.04-.05-.01-.29-.16-.02-.01-.28-.15-.16-.09-.09-.05-.42-.23-.33-.18-.08-.05-.57-.31-.15-.09h-.01l-.15-.08-.02-.02c-.12-.06-.48-.26-.97-.55l-.66-.37-.3-.16a3 3 0 0 0-.46-.21l-.31-.14zm-6.38-3.67-.04-.04.05.01.17.1q.04.02.03.04 0 .02-.05-.02zm6.41 3.85-.05-.04h.04l.07.03a31 31 0 0 1 1.49.76c.18.1.33.15.67.35 1.44.8 2.85 1.65 4.3 2.43l1.24.7 1.12.64q.04.02.03.04 0 .02-.05-.01l-1.1-.65-1.25-.69a278 278 0 0 1-4.32-2.4c-.34-.2-.47-.29-.65-.38l-.14-.08-1.34-.67zm-1.08-.62-.95-.54-.42-.24-.4-.25-.41-.25L30 34l-.73-.38a25 25 0 0 1-1.25-.76c-.35-.22-.77-.43-1.12-.66-.04-.03.04-.01.11.03l.2.12c.08.05.65.37.84.5l1.26.71.7.4 1.13.65.4.24.42.24zl.04.04zm-.1.16a31 31 0 0 1-2.18-1.25l-.71-.4h-.01l-.7-.4a32 32 0 0 1-1.58-.95h-.02l-.01-.01-.19-.11-.09-.06q-.03-.02-.02-.03l.05.01.09.06.2.12.33.2q.28.19 1.25.73l.7.4.01.01.71.4q1.1.61 2.18 1.25l.38.2a16 16 0 0 0 1.26.68l.2.1.62.34.14.07.66.37 1.86 1.07.06.03.12.08.96.55-.04-.01a32 32 0 0 1-1.48-.84l-2.15-1.22-.14-.07-.62-.33-.2-.11-.4-.21-.87-.47zm7.57 4.2-.04-.04.05.01.28.15.29.16 1.45.82q.04.02.03.04t-.05-.02l-.77-.43-.68-.39-.27-.15z\"/></g><defs><clipPath id=\"clip0_628_90\"><path d=\"M0 0h45v45H0z\"/></clipPath></defs></svg>";
@@ -1 +0,0 @@
1
- export default "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 45 45\" fill=\"currentColor\"><g clip-path=\"url(#clip0_628_90)\"><path stroke=\"#000\" d=\"m10 24 6 4m-6-4v4.5l6 4M10 24l6.5-4m-.5 8v4.5m0-4.5 15-12.36M16 32.5l15-13.64v-3.22m0 0L26.5 14l-5 3\"/><path stroke=\"#000\" stroke-dasharray=\"1 1\" stroke-width=\".5\" d=\"m16 17 1 5 5-3.5-1-4.5z\"/><path d=\"M40.9 5.5V.81h.8v4.7zm-1.95-1.94v-.8h4.69v.8zM4.9 40.49v.78H1.71v-.78zM6.63 37c0 .2.16.38.37.38h3.38a.38.38 0 0 0 0-.76h-3v-3a.38.38 0 0 0-.75 0zM12 32l-.26-.26-5 5L7 37l.27.27 5-5zM36.38 7a.4.4 0 0 0-.38-.37h-3.37a.38.38 0 0 0 0 .75h3v3a.38.38 0 0 0 .74 0zM31 12l.27.27 5-5L36 7l-.26-.26-5 5zm11.64 24.73-.28-.27-.1-.13-.02-.02-.2-.2-.58-.6-.56-.54-.02-.04.04.01.06.06.5.49a10 10 0 0 1 .78.81l.02.02.1.12.28.27.02.04zm-5.92-5.78-.3-.3-.21-.23-.18-.2-.14-.14-.42-.43-.05-.05-.15-.16-.2-.23-.37-.36-.58-.55-.07-.07-.15-.15-.7-.74-.02-.03-.25-.29-.2-.2h-.01l-.01-.02-.03-.02-.03-.03-.05-.04q-.03-.03-.02-.05l.03.02.05.04.04.03.01.02.03.03.05.04.22.22.2.25.04.03.13.16c.1.1.25.27.54.55l.15.16.07.07.57.53v.01h.02c.1.1.27.26.37.39l.2.22.13.14.06.06.42.43.18.19.15.16a5 5 0 0 0 .49.5l.02.02.21.17c.31.18.73.65 1.01.94l.02.01.66.67v.01l.02.01.1.1.1.1.46.45.23.23.34.33.11.11.21.2.2.2.03.04-.04-.02-.2-.19-.02-.02-.2-.19-.1-.1-.07-.06-.28-.28-.23-.23-.06-.05-.5-.5-.1-.1-.02-.02-.67-.67-.63-.62-.12-.12-.24-.18-.22-.18zm-4.36-4.46q-.03-.03-.02-.04l.04.02.11.12q.03.02.02.04t-.04-.02zm4.32 4.63-.02-.04h.03l.05.04c.14.12.55.47.95.86l.1.09c.12.12.24.2.47.44q1.47 1.5 2.95 2.97l.86.84.76.8q.02.01.02.03-.01.02-.04-.02l-.76-.78-.86-.85a200 200 0 0 1-2.98-2.95l-.44-.45-.1-.1c-.4-.38-.8-.72-.94-.84zm-.73-.76-.66-.66-.28-.29q-.18-.16-.28-.3l-.27-.29-.5-.48-.5-.47a18 18 0 0 1-.85-.9c-.22-.27-.53-.53-.76-.81-.02-.03.05 0 .1.05v.01l.05.06.08.08.57.6c.12.14.4.4.86.87l.48.49.49.48.28.3.27.29.29.3.64.65.02.04zm-.14.13a23 23 0 0 1-1.5-1.51l-.48-.5-.49-.5-.86-.89-.21-.23-.01-.01-.01-.01-.06-.07-.06-.06-.06-.07-.02-.04.04.02.12.14.08.07.22.25.85.89.48.48v.01l.5.5q.75.74 1.49 1.5l.26.26a11 11 0 0 0 .88.84l.14.13.43.41.1.1c.12.11.22.2.45.44l1.31 1.34.08.1.66.66-.04-.01-.64-.64-.09-.09-.03-.04-.25-.26-1.02-1.03-.45-.45-.1-.09-.43-.41-.14-.14-.27-.26q-.28-.24-.61-.58zm5.23 5.14-.02-.04.03.01.2.2.2.18.46.47.53.53.02.04-.04-.02-.53-.53-.46-.47-.2-.18zm-.33 2.22-.23-.17-.1-.09-.16-.15-.48-.37-.41-.31-.05-.04-.02-.03h.04l.04.04.41.31a5 5 0 0 1 .65.52v.02l.1.07.22.18q.03 0 .02.03zm-4.85-3.66-.24-.18-.18-.16-.11-.1-.03-.02-.12-.1-.39-.3-.12-.1-.16-.16-.29-.22-.01-.01a4 4 0 0 1-.54-.39l-.12-.1-.45-.36-.11-.11-.02-.02-.17-.16-.04-.04-.12-.1-.04-.02h-.01v-.01h-.01l-.02-.02-.03-.02-.04-.03-.02-.03h.03l.04.03.06.05.05.03.13.1.04.04.18.16.02.03.1.1.45.36.18.14a4 4 0 0 0 .47.34h.01c.09.06.22.16.3.25l.16.15.16.12.35.28.11.1.04.02.12.1a3 3 0 0 0 .4.33l.01.01.18.1c.25.08.6.4.83.58l.55.44h.01l.08.07.1.07.36.28.2.14.23.18.05.03.09.07.16.12v.01l.18.12.01.03h-.03l-.17-.12-.01-.01-.16-.12-.09-.07-.47-.36-.05-.03-.4-.31h-.01l-.08-.07h-.02l-.54-.44-.52-.4-.03-.01-.07-.05-.2-.11-.18-.1zm-3.57-2.86-.02-.03.04.01.09.07.01.03h-.03zm3.53 3.02-.02-.03h.03l.04.02c.11.08.45.28.78.52l.08.06c.1.07.2.12.39.27l2.4 1.9.71.53.62.5.02.04h-.03l-.62-.51-.7-.54a107 107 0 0 1-2.44-1.87c-.2-.15-.26-.22-.36-.3l-.08-.05-.78-.51zm-.6-.48-.53-.42-.24-.2-.22-.18-.23-.2-.4-.3q-.23-.15-.41-.3a10 10 0 0 1-.7-.58c-.18-.18-.43-.34-.61-.52-.02-.03.03-.02.07.02l.04.04.07.05.46.4c.1.1.34.25.7.55l.4.31.4.3.23.2v.01l.22.18.24.2.53.41.01.03zm-.12.14q-.65-.45-1.22-.97l-.4-.31-.4-.32-.7-.58-.17-.15h-.01v-.01h-.01l-.1-.1-.05-.04q-.02 0-.01-.03l.03.02.05.04.11.1.19.16q.14.14.69.57l.4.31.4.32q.61.47 1.22.97l.21.16.49.35.23.17.11.08.36.26.08.06.37.28 1.04.84.03.02.07.06.54.43h-.03l-.53-.4-.07-.07-.03-.02-.2-.17-.84-.67-.37-.28-.08-.05-.35-.26-.11-.09-.23-.16-.5-.36zm4.28 3.25-.02-.03h.03l.17.12.16.12.38.3.43.34.02.03h-.04l-.43-.35-.38-.3-.16-.11zm3.13 3.53-.4-.23-.2-.12-.28-.17a7 7 0 0 0-.85-.48l-.73-.4-.08-.05-.04-.04.05.01.08.05.73.4a13 13 0 0 1 1.15.67l.03.01.15.1.41.22q.04.03.03.04zm-8.56-4.71-.43-.24-.32-.2-.2-.13-.06-.03-.21-.12-.69-.4-.22-.13-.3-.19-.5-.29h-.03l-.43-.22-.41-.23-.1-.06-.22-.12-.8-.47-.22-.14-.04-.03-.3-.2-.08-.04-.29-.16h-.01v-.01h-.01l-.02-.01-.03-.02-.12-.06-.04-.04h.05l.06.04.06.03.02.01.03.02h.01l.07.04q.1.04.24.14l.08.04.32.21.04.03.2.13q.19.13.8.46l.22.13.1.05.81.43.01.01h.02c.15.08.38.2.54.32l.3.19.2.11.08.05.62.35.2.12.06.04.22.13a8 8 0 0 0 .72.42l.03.02.3.12c.4.12 1.02.52 1.44.76l.02.01.96.55h.02v.01l.15.08.16.1.57.3.08.05.34.19.5.27.16.09.28.15.02.01.3.16.03.04-.05-.01-.29-.16-.02-.01-.28-.15-.16-.09-.09-.05-.42-.23-.33-.18-.08-.05-.57-.31-.15-.09h-.01l-.15-.08-.02-.02c-.12-.06-.48-.26-.97-.55l-.66-.37-.3-.16a3 3 0 0 0-.46-.21l-.31-.14zm-6.38-3.67-.04-.04.05.01.17.1q.04.02.03.04 0 .02-.05-.02zm6.41 3.85-.05-.04h.04l.07.03a31 31 0 0 1 1.49.76c.18.1.33.15.67.35 1.44.8 2.85 1.65 4.3 2.43l1.24.7 1.12.64q.04.02.03.04 0 .02-.05-.01l-1.1-.65-1.25-.69a278 278 0 0 1-4.32-2.4c-.34-.2-.47-.29-.65-.38l-.14-.08-1.34-.67zm-1.08-.62-.95-.54-.42-.24-.4-.25-.41-.25L30 34l-.73-.38a25 25 0 0 1-1.25-.76c-.35-.22-.77-.43-1.12-.66-.04-.03.04-.01.11.03l.2.12c.08.05.65.37.84.5l1.26.71.7.4 1.13.65.4.24.42.24zl.04.04zm-.1.16a31 31 0 0 1-2.18-1.25l-.71-.4h-.01l-.7-.4a32 32 0 0 1-1.58-.95h-.02l-.01-.01-.19-.11-.09-.06q-.03-.02-.02-.03l.05.01.09.06.2.12.33.2q.28.19 1.25.73l.7.4.01.01.71.4q1.1.61 2.18 1.25l.38.2a16 16 0 0 0 1.26.68l.2.1.62.34.14.07.66.37 1.86 1.07.06.03.12.08.96.55-.04-.01a32 32 0 0 1-1.48-.84l-2.15-1.22-.14-.07-.62-.33-.2-.11-.4-.21-.87-.47zm7.57 4.2-.04-.04.05.01.28.15.29.16 1.45.82q.04.02.03.04t-.05-.02l-.77-.43-.68-.39-.27-.15z\"/></g><defs><clipPath id=\"clip0_628_90\"><path d=\"M0 0h45v45H0z\"/></clipPath></defs></svg>";
@@ -1 +0,0 @@
1
- module.exports = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 130 57\" fill=\"currentColor\"><path d=\"M55.39 46.36a1.6 1.6 0 0 0-.73-1.17q-.63-.42-1.56-.42-.68 0-1.18.22a2 2 0 0 0-.79.6 1.4 1.4 0 0 0-.28.87q0 .41.2.7.2.3.5.49.31.18.65.3.34.13.62.2l1.04.28q.4.1.88.29.5.18.94.5.45.32.75.8.3.5.29 1.22a2.7 2.7 0 0 1-.43 1.49q-.43.66-1.26 1.06-.82.39-1.99.39-1.1 0-1.9-.35-.79-.36-1.25-.99a3 3 0 0 1-.5-1.47h1.26q.05.58.4.96a2 2 0 0 0 .86.56q.53.18 1.13.18.7 0 1.27-.23.56-.24.89-.65t.33-.97q0-.51-.29-.83a2 2 0 0 0-.74-.52 8 8 0 0 0-1-.34l-1.25-.36q-1.2-.35-1.9-.98-.69-.64-.69-1.67 0-.85.46-1.49t1.26-1a4 4 0 0 1 1.76-.35q.99 0 1.75.35.77.35 1.21.96.46.6.48 1.37zm6.3 7.8q-1.07 0-1.85-.5a3.3 3.3 0 0 1-1.2-1.4q-.4-.9-.4-2.04 0-1.16.42-2.05a3.4 3.4 0 0 1 1.2-1.4q.78-.5 1.81-.5.8 0 1.45.3t1.06.83.51 1.25h-1.17q-.13-.52-.6-.92-.45-.41-1.23-.41-.69 0-1.2.36-.51.35-.8 1-.29.64-.29 1.5 0 .89.28 1.54.29.66.8 1.02.52.37 1.21.37.46 0 .83-.16.38-.16.63-.46.26-.3.37-.72h1.17q-.1.68-.49 1.22a3 3 0 0 1-1.03.86q-.63.3-1.48.3m6.97.03q-.73 0-1.32-.27a2.3 2.3 0 0 1-.94-.8q-.35-.53-.35-1.28 0-.65.26-1.06t.69-.65.96-.35 1.05-.19l1.13-.13q.44-.05.64-.16t.2-.4v-.04q0-.74-.4-1.14-.4-.41-1.2-.41-.85 0-1.33.37-.47.36-.67.78l-1.11-.4q.3-.7.8-1.08.5-.4 1.09-.55a5 5 0 0 1 1.17-.16q.37 0 .85.1.48.08.93.35t.75.8q.3.55.3 1.46V54h-1.18v-1.03h-.06q-.12.25-.4.53t-.73.48-1.13.2m.18-1.05q.7 0 1.17-.28a1.9 1.9 0 0 0 .97-1.61v-1.08q-.07.1-.32.17l-.58.12-1.13.15q-.45.06-.85.2a1.5 1.5 0 0 0-.64.39q-.24.25-.24.7 0 .61.46.93.45.3 1.16.3m6.63-3.71V54H74.3v-7.64h1.13v1.2h.1q.27-.59.82-.94.54-.36 1.4-.36.78 0 1.37.32.58.32.9.96t.32 1.6V54h-1.17v-4.77q0-.9-.47-1.4-.47-.51-1.28-.51-.56 0-1 .24-.44.25-.7.71-.25.47-.25 1.14\"/><path stroke=\"#000\" d=\"M64.5 17v12\"/><circle cx=\"64.5\" cy=\"15.5\" r=\"9.25\" stroke=\"#000\" stroke-width=\".5\"/><circle cx=\"64.5\" cy=\"16.5\" r=\"5.375\" stroke=\"#000\" stroke-width=\".25\"/><circle cx=\"64.5\" cy=\"15.5\" r=\"12.125\" stroke=\"#7B7B7B\" stroke-width=\".75\"/></svg>";
@@ -1 +0,0 @@
1
- export default "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 130 57\" fill=\"currentColor\"><path d=\"M55.39 46.36a1.6 1.6 0 0 0-.73-1.17q-.63-.42-1.56-.42-.68 0-1.18.22a2 2 0 0 0-.79.6 1.4 1.4 0 0 0-.28.87q0 .41.2.7.2.3.5.49.31.18.65.3.34.13.62.2l1.04.28q.4.1.88.29.5.18.94.5.45.32.75.8.3.5.29 1.22a2.7 2.7 0 0 1-.43 1.49q-.43.66-1.26 1.06-.82.39-1.99.39-1.1 0-1.9-.35-.79-.36-1.25-.99a3 3 0 0 1-.5-1.47h1.26q.05.58.4.96a2 2 0 0 0 .86.56q.53.18 1.13.18.7 0 1.27-.23.56-.24.89-.65t.33-.97q0-.51-.29-.83a2 2 0 0 0-.74-.52 8 8 0 0 0-1-.34l-1.25-.36q-1.2-.35-1.9-.98-.69-.64-.69-1.67 0-.85.46-1.49t1.26-1a4 4 0 0 1 1.76-.35q.99 0 1.75.35.77.35 1.21.96.46.6.48 1.37zm6.3 7.8q-1.07 0-1.85-.5a3.3 3.3 0 0 1-1.2-1.4q-.4-.9-.4-2.04 0-1.16.42-2.05a3.4 3.4 0 0 1 1.2-1.4q.78-.5 1.81-.5.8 0 1.45.3t1.06.83.51 1.25h-1.17q-.13-.52-.6-.92-.45-.41-1.23-.41-.69 0-1.2.36-.51.35-.8 1-.29.64-.29 1.5 0 .89.28 1.54.29.66.8 1.02.52.37 1.21.37.46 0 .83-.16.38-.16.63-.46.26-.3.37-.72h1.17q-.1.68-.49 1.22a3 3 0 0 1-1.03.86q-.63.3-1.48.3m6.97.03q-.73 0-1.32-.27a2.3 2.3 0 0 1-.94-.8q-.35-.53-.35-1.28 0-.65.26-1.06t.69-.65.96-.35 1.05-.19l1.13-.13q.44-.05.64-.16t.2-.4v-.04q0-.74-.4-1.14-.4-.41-1.2-.41-.85 0-1.33.37-.47.36-.67.78l-1.11-.4q.3-.7.8-1.08.5-.4 1.09-.55a5 5 0 0 1 1.17-.16q.37 0 .85.1.48.08.93.35t.75.8q.3.55.3 1.46V54h-1.18v-1.03h-.06q-.12.25-.4.53t-.73.48-1.13.2m.18-1.05q.7 0 1.17-.28a1.9 1.9 0 0 0 .97-1.61v-1.08q-.07.1-.32.17l-.58.12-1.13.15q-.45.06-.85.2a1.5 1.5 0 0 0-.64.39q-.24.25-.24.7 0 .61.46.93.45.3 1.16.3m6.63-3.71V54H74.3v-7.64h1.13v1.2h.1q.27-.59.82-.94.54-.36 1.4-.36.78 0 1.37.32.58.32.9.96t.32 1.6V54h-1.17v-4.77q0-.9-.47-1.4-.47-.51-1.28-.51-.56 0-1 .24-.44.25-.7.71-.25.47-.25 1.14\"/><path stroke=\"#000\" d=\"M64.5 17v12\"/><circle cx=\"64.5\" cy=\"15.5\" r=\"9.25\" stroke=\"#000\" stroke-width=\".5\"/><circle cx=\"64.5\" cy=\"16.5\" r=\"5.375\" stroke=\"#000\" stroke-width=\".25\"/><circle cx=\"64.5\" cy=\"15.5\" r=\"12.125\" stroke=\"#7B7B7B\" stroke-width=\".75\"/></svg>";