lhasa-ligand-builder 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/.eslintrc.cjs +18 -0
  2. package/LICENSE +674 -0
  3. package/README.md +41 -0
  4. package/index.html +49 -0
  5. package/package.json +37 -0
  6. package/public/.gitkeep +0 -0
  7. package/public/Components-inchikey.ich +48167 -0
  8. package/public/icons/README +7 -0
  9. package/public/icons/dark/layla_3c.svg +82 -0
  10. package/public/icons/dark/layla_4c.svg +82 -0
  11. package/public/icons/dark/layla_5c.svg +82 -0
  12. package/public/icons/dark/layla_6arom.svg +89 -0
  13. package/public/icons/dark/layla_6c.svg +82 -0
  14. package/public/icons/dark/layla_7c.svg +82 -0
  15. package/public/icons/dark/layla_8c.svg +82 -0
  16. package/public/icons/dark/layla_charge_tool.svg +78 -0
  17. package/public/icons/dark/layla_delete_hydrogens_tool.svg +384 -0
  18. package/public/icons/dark/layla_double_bond.svg +78 -0
  19. package/public/icons/dark/layla_format_tool.svg +283 -0
  20. package/public/icons/dark/layla_geometry_tool.svg +105 -0
  21. package/public/icons/dark/layla_key.svg +76 -0
  22. package/public/icons/dark/layla_move_tool.svg +110 -0
  23. package/public/icons/dark/layla_single_bond.svg +73 -0
  24. package/public/icons/dark/layla_triple_bond.svg +87 -0
  25. package/public/icons/dark/lhasa_delete_tool.svg +401 -0
  26. package/public/icons/dark/lhasa_flip_x_tool.svg +106 -0
  27. package/public/icons/dark/lhasa_flip_y_tool.svg +106 -0
  28. package/public/icons/dark/lhasa_rotate_tool.svg +112 -0
  29. package/public/icons/icons/hicolor_apps_scalable_coot-layla.svg +105 -0
  30. package/public/icons/layla_3c.svg +82 -0
  31. package/public/icons/layla_4c.svg +82 -0
  32. package/public/icons/layla_5c.svg +82 -0
  33. package/public/icons/layla_6arom.svg +89 -0
  34. package/public/icons/layla_6c.svg +82 -0
  35. package/public/icons/layla_7c.svg +82 -0
  36. package/public/icons/layla_8c.svg +82 -0
  37. package/public/icons/layla_charge_tool.svg +78 -0
  38. package/public/icons/layla_delete_hydrogens_tool.svg +384 -0
  39. package/public/icons/layla_double_bond.svg +78 -0
  40. package/public/icons/layla_format_tool.svg +283 -0
  41. package/public/icons/layla_geometry_tool-dark.svg +105 -0
  42. package/public/icons/layla_geometry_tool.svg +105 -0
  43. package/public/icons/layla_key.svg +76 -0
  44. package/public/icons/layla_move_tool.svg +110 -0
  45. package/public/icons/layla_single_bond.svg +73 -0
  46. package/public/icons/layla_triple_bond.svg +87 -0
  47. package/public/icons/lhasa_delete_tool.svg +401 -0
  48. package/public/icons/lhasa_flip_x_tool.svg +106 -0
  49. package/public/icons/lhasa_flip_y_tool.svg +106 -0
  50. package/public/icons/lhasa_rotate_tool.svg +112 -0
  51. package/public/lhasa.js +2 -0
  52. package/public/lhasa.wasm +0 -0
  53. package/public/react.svg +1 -0
  54. package/src/Lhasa.tsx +1452 -0
  55. package/src/assets/.gitkeep +0 -0
  56. package/src/bansu_integration.tsx +315 -0
  57. package/src/customize_mui.scss +97 -0
  58. package/src/inchikey_database_parse.tsx +20 -0
  59. package/src/index.d.ts +11 -0
  60. package/src/index.scss +352 -0
  61. package/src/main.tsx +79 -0
  62. package/src/qed_property_infobox.tsx +14 -0
  63. package/src/types.d.ts +375 -0
  64. package/src/vite-env.d.ts +1 -0
  65. package/tsconfig.json +25 -0
  66. package/tsconfig.node.json +10 -0
  67. package/vite.config.ts +55 -0
@@ -0,0 +1,110 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="64"
6
+ height="64"
7
+ viewBox="0 0 16.933333 16.933333"
8
+ version="1.1"
9
+ id="svg5"
10
+ sodipodi:docname="layla_move_tool.svg"
11
+ inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ xmlns:svg="http://www.w3.org/2000/svg">
16
+ <sodipodi:namedview
17
+ id="namedview7"
18
+ pagecolor="#ffffff"
19
+ bordercolor="#111111"
20
+ borderopacity="1"
21
+ inkscape:showpageshadow="0"
22
+ inkscape:pageopacity="0"
23
+ inkscape:pagecheckerboard="1"
24
+ inkscape:deskcolor="#d1d1d1"
25
+ inkscape:document-units="mm"
26
+ showgrid="true"
27
+ inkscape:zoom="5.8938833"
28
+ inkscape:cx="38.85384"
29
+ inkscape:cy="24.007941"
30
+ inkscape:window-width="1920"
31
+ inkscape:window-height="1012"
32
+ inkscape:window-x="0"
33
+ inkscape:window-y="0"
34
+ inkscape:window-maximized="1"
35
+ inkscape:current-layer="layer1">
36
+ <inkscape:grid
37
+ type="xygrid"
38
+ id="grid3335"
39
+ snapvisiblegridlinesonly="true"
40
+ empspacing="4"
41
+ originx="0"
42
+ originy="0"
43
+ spacingy="1"
44
+ spacingx="1"
45
+ units="mm"
46
+ visible="true" />
47
+ </sodipodi:namedview>
48
+ <defs
49
+ id="defs2">
50
+ <marker
51
+ style="overflow:visible"
52
+ id="marker3"
53
+ refX="0"
54
+ refY="0"
55
+ orient="auto-start-reverse"
56
+ inkscape:stockid="Triangle arrow"
57
+ markerWidth="1"
58
+ markerHeight="1"
59
+ viewBox="0 0 1 1"
60
+ inkscape:isstock="true"
61
+ inkscape:collect="always"
62
+ preserveAspectRatio="xMidYMid">
63
+ <path
64
+ transform="scale(0.5)"
65
+ style="fill:context-stroke;fill-rule:evenodd;stroke:context-stroke;stroke-width:1pt"
66
+ d="M 5.77,0 -2.88,5 V -5 Z"
67
+ id="path3" />
68
+ </marker>
69
+ <marker
70
+ style="overflow:visible"
71
+ id="Triangle"
72
+ refX="0"
73
+ refY="0"
74
+ orient="auto-start-reverse"
75
+ inkscape:stockid="Triangle arrow"
76
+ markerWidth="1"
77
+ markerHeight="1"
78
+ viewBox="0 0 1 1"
79
+ inkscape:isstock="true"
80
+ inkscape:collect="always"
81
+ preserveAspectRatio="xMidYMid">
82
+ <path
83
+ transform="scale(0.5)"
84
+ style="fill:context-stroke;fill-rule:evenodd;stroke:context-stroke;stroke-width:1pt"
85
+ d="M 5.77,0 -2.88,5 V -5 Z"
86
+ id="path135" />
87
+ </marker>
88
+ <linearGradient
89
+ id="linearGradient6261"
90
+ inkscape:swatch="solid">
91
+ <stop
92
+ style="stop-color:#000000;stop-opacity:1;"
93
+ offset="0"
94
+ id="stop6259" />
95
+ </linearGradient>
96
+ </defs>
97
+ <g
98
+ inkscape:label="Layer 1"
99
+ inkscape:groupmode="layer"
100
+ id="layer1">
101
+ <path
102
+ style="fill:none;stroke:#000000;stroke-width:0.684804;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#Triangle);marker-end:url(#marker3)"
103
+ d="M 8.4784314,2.9999997 V 14"
104
+ id="path1" />
105
+ <path
106
+ style="fill:none;stroke:#000000;stroke-width:0.684804;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#Triangle);marker-end:url(#marker3)"
107
+ d="M 2.9999997,8.4784314 H 14"
108
+ id="path2" />
109
+ </g>
110
+ </svg>
@@ -0,0 +1,73 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="24"
6
+ height="24"
7
+ id="svg2383"
8
+ sodipodi:version="0.32"
9
+ inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
10
+ sodipodi:docname="layla_single_bond.svg"
11
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
12
+ version="1.0"
13
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
14
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ xmlns:svg="http://www.w3.org/2000/svg"
17
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
18
+ xmlns:cc="http://creativecommons.org/ns#"
19
+ xmlns:dc="http://purl.org/dc/elements/1.1/">
20
+ <defs
21
+ id="defs2385">
22
+ <inkscape:perspective
23
+ sodipodi:type="inkscape:persp3d"
24
+ inkscape:vp_x="8.4119166 : 81.382702 : 1"
25
+ inkscape:vp_y="1124.2745 : 0.016494058 : 0"
26
+ inkscape:vp_z="8.4148196 : 46.887199 : 1"
27
+ inkscape:persp3d-origin="2.4172406 : 64.134863 : 1"
28
+ id="perspective2391" />
29
+ </defs>
30
+ <sodipodi:namedview
31
+ id="base"
32
+ pagecolor="#ffffff"
33
+ bordercolor="#666666"
34
+ borderopacity="1.0"
35
+ inkscape:pageopacity="0.0"
36
+ inkscape:pageshadow="2"
37
+ inkscape:zoom="11.313709"
38
+ inkscape:cx="8.1317276"
39
+ inkscape:cy="17.103145"
40
+ inkscape:current-layer="layer1"
41
+ showgrid="true"
42
+ inkscape:grid-bbox="true"
43
+ inkscape:document-units="px"
44
+ inkscape:window-width="1920"
45
+ inkscape:window-height="1012"
46
+ inkscape:window-x="0"
47
+ inkscape:window-y="0"
48
+ inkscape:showpageshadow="0"
49
+ inkscape:pagecheckerboard="0"
50
+ inkscape:deskcolor="#505050"
51
+ inkscape:window-maximized="1" />
52
+ <metadata
53
+ id="metadata2388">
54
+ <rdf:RDF>
55
+ <cc:Work
56
+ rdf:about="">
57
+ <dc:format>image/svg+xml</dc:format>
58
+ <dc:type
59
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
60
+ </cc:Work>
61
+ </rdf:RDF>
62
+ </metadata>
63
+ <g
64
+ id="layer1"
65
+ inkscape:label="Layer 1"
66
+ inkscape:groupmode="layer">
67
+ <path
68
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.58668px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
69
+ d="M -0.6654762,11.801683 24,11.796919"
70
+ id="path3303"
71
+ sodipodi:nodetypes="cc" />
72
+ </g>
73
+ </svg>
@@ -0,0 +1,87 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="24"
6
+ height="24"
7
+ id="svg2383"
8
+ sodipodi:version="0.32"
9
+ inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
10
+ sodipodi:docname="layla_triple_bond.svg"
11
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
12
+ version="1.0"
13
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
14
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ xmlns:svg="http://www.w3.org/2000/svg"
17
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
18
+ xmlns:cc="http://creativecommons.org/ns#"
19
+ xmlns:dc="http://purl.org/dc/elements/1.1/">
20
+ <defs
21
+ id="defs2385">
22
+ <inkscape:perspective
23
+ sodipodi:type="inkscape:persp3d"
24
+ inkscape:vp_x="8.4119166 : 81.382702 : 1"
25
+ inkscape:vp_y="1124.2745 : 0.016494058 : 0"
26
+ inkscape:vp_z="8.4148196 : 46.887199 : 1"
27
+ inkscape:persp3d-origin="2.4172406 : 64.134863 : 1"
28
+ id="perspective2391" />
29
+ </defs>
30
+ <sodipodi:namedview
31
+ id="base"
32
+ pagecolor="#ffffff"
33
+ bordercolor="#666666"
34
+ borderopacity="1.0"
35
+ inkscape:pageopacity="0.0"
36
+ inkscape:pageshadow="2"
37
+ inkscape:zoom="11.313709"
38
+ inkscape:cx="8.1317276"
39
+ inkscape:cy="17.103145"
40
+ inkscape:current-layer="layer1"
41
+ showgrid="true"
42
+ inkscape:grid-bbox="true"
43
+ inkscape:document-units="px"
44
+ inkscape:window-width="1920"
45
+ inkscape:window-height="1012"
46
+ inkscape:window-x="0"
47
+ inkscape:window-y="0"
48
+ inkscape:showpageshadow="0"
49
+ inkscape:pagecheckerboard="0"
50
+ inkscape:deskcolor="#505050"
51
+ inkscape:window-maximized="1" />
52
+ <metadata
53
+ id="metadata2388">
54
+ <rdf:RDF>
55
+ <cc:Work
56
+ rdf:about="">
57
+ <dc:format>image/svg+xml</dc:format>
58
+ <dc:type
59
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
60
+ </cc:Work>
61
+ </rdf:RDF>
62
+ </metadata>
63
+ <g
64
+ id="layer1"
65
+ inkscape:label="Layer 1"
66
+ inkscape:groupmode="layer">
67
+ <g
68
+ id="g1"
69
+ transform="translate(0,-1.1730315)">
70
+ <path
71
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.58668px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
72
+ d="M -0.33273801,13.175413 24.332738,13.170649"
73
+ id="path3303"
74
+ sodipodi:nodetypes="cc" />
75
+ <path
76
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.58668px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
77
+ d="M -0.33273805,20.225248 24.332738,20.220483"
78
+ id="path3351"
79
+ sodipodi:nodetypes="cc" />
80
+ <path
81
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.58668px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
82
+ d="M -0.3327381,6.1255798 24.332738,6.1208151"
83
+ id="path3353"
84
+ sodipodi:nodetypes="cc" />
85
+ </g>
86
+ </g>
87
+ </svg>
@@ -0,0 +1,401 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ width="64px"
6
+ height="64px"
7
+ id="svg2896"
8
+ version="1.1"
9
+ inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
10
+ sodipodi:docname="lhasa_delete_tool.svg"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
13
+ xmlns:xlink="http://www.w3.org/1999/xlink"
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ xmlns:svg="http://www.w3.org/2000/svg"
16
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
17
+ xmlns:cc="http://creativecommons.org/ns#"
18
+ xmlns:dc="http://purl.org/dc/elements/1.1/">
19
+ <defs
20
+ id="defs2898">
21
+ <inkscape:path-effect
22
+ effect="bend_path"
23
+ id="path-effect1"
24
+ is_visible="true"
25
+ lpeversion="1"
26
+ bendpath="m 62.175078,47.241414 h 19.72"
27
+ prop_scale="1"
28
+ scale_y_rel="false"
29
+ vertical="false"
30
+ hide_knot="false" />
31
+ <rect
32
+ x="61.454545"
33
+ y="21.56625"
34
+ width="56.181818"
35
+ height="59.706478"
36
+ id="rect1" />
37
+ <inkscape:perspective
38
+ sodipodi:type="inkscape:persp3d"
39
+ inkscape:vp_x="0 : 32 : 1"
40
+ inkscape:vp_y="0 : 1000 : 0"
41
+ inkscape:vp_z="64 : 32 : 1"
42
+ inkscape:persp3d-origin="32 : 21.333333 : 1"
43
+ id="perspective2904" />
44
+ <inkscape:perspective
45
+ id="perspective2914"
46
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
47
+ inkscape:vp_z="1 : 0.5 : 1"
48
+ inkscape:vp_y="0 : 1000 : 0"
49
+ inkscape:vp_x="0 : 0.5 : 1"
50
+ sodipodi:type="inkscape:persp3d" />
51
+ <linearGradient
52
+ inkscape:collect="always"
53
+ xlink:href="#WhiteTransparent"
54
+ id="linearGradient3857"
55
+ gradientUnits="userSpaceOnUse"
56
+ x1="0"
57
+ y1="52"
58
+ x2="0"
59
+ y2="16" />
60
+ <linearGradient
61
+ id="WhiteTransparent">
62
+ <stop
63
+ style="stop-color: white; stop-opacity: 1;"
64
+ offset="0"
65
+ id="stop13" />
66
+ <stop
67
+ style="stop-color: white; stop-opacity: 0;"
68
+ offset="1"
69
+ id="stop15" />
70
+ </linearGradient>
71
+ <linearGradient
72
+ inkscape:collect="always"
73
+ xlink:href="#WhiteTransparent"
74
+ id="linearGradient3859"
75
+ gradientUnits="userSpaceOnUse"
76
+ x1="0"
77
+ y1="71"
78
+ x2="0"
79
+ y2="59" />
80
+ <linearGradient
81
+ id="linearGradient2923">
82
+ <stop
83
+ style="stop-color: white; stop-opacity: 1;"
84
+ offset="0"
85
+ id="stop2925" />
86
+ <stop
87
+ style="stop-color: white; stop-opacity: 0;"
88
+ offset="1"
89
+ id="stop2927" />
90
+ </linearGradient>
91
+ <clipPath
92
+ clipPathUnits="userSpaceOnUse"
93
+ id="clipoutline2">
94
+ <path
95
+ id="outline2"
96
+ d="M 59.6,18 C 36.3,18 17.6,27.8 17,39.7 l 0,9.8 C 17,62 36.5,72 60.7,72 85,72 104.4,62 104.4,49.5 l 0,-9.7 C 104.4,27.6 84.6,18 60.7,18 60.4,18 60,18 59.6,18 z" />
97
+ </clipPath>
98
+ <linearGradient
99
+ inkscape:collect="always"
100
+ xlink:href="#BlackTransparent"
101
+ id="linearGradient3861"
102
+ gradientUnits="userSpaceOnUse"
103
+ x1="0"
104
+ y1="35"
105
+ x2="0"
106
+ y2="48" />
107
+ <linearGradient
108
+ id="BlackTransparent">
109
+ <stop
110
+ style="stop-color:#777777;stop-opacity:0.18431373;"
111
+ offset="0"
112
+ id="stop8" />
113
+ <stop
114
+ style="stop-color:#e9e9e9;stop-opacity:0;"
115
+ offset="1"
116
+ id="stop10" />
117
+ </linearGradient>
118
+ <linearGradient
119
+ inkscape:collect="always"
120
+ xlink:href="#WhiteTransparent"
121
+ id="linearGradient3863"
122
+ gradientUnits="userSpaceOnUse"
123
+ x1="0"
124
+ y1="21"
125
+ x2="0"
126
+ y2="30" />
127
+ <linearGradient
128
+ id="linearGradient2936">
129
+ <stop
130
+ style="stop-color: white; stop-opacity: 1;"
131
+ offset="0"
132
+ id="stop2938" />
133
+ <stop
134
+ style="stop-color: white; stop-opacity: 0;"
135
+ offset="1"
136
+ id="stop2940" />
137
+ </linearGradient>
138
+ <filter
139
+ color-interpolation-filters="sRGB"
140
+ id="ShadowBlur"
141
+ filterUnits="userSpaceOnUse"
142
+ x="0"
143
+ y="0">
144
+ <feGaussianBlur
145
+ in="SourceAlpha"
146
+ stdDeviation="3"
147
+ result="blur"
148
+ id="feGaussianBlur31" />
149
+ </filter>
150
+ <linearGradient
151
+ inkscape:collect="always"
152
+ xlink:href="#WhiteTransparent"
153
+ id="linearGradient3818"
154
+ gradientUnits="userSpaceOnUse"
155
+ x1="96"
156
+ y1="0"
157
+ x2="60"
158
+ y2="0" />
159
+ <linearGradient
160
+ id="linearGradient2945">
161
+ <stop
162
+ style="stop-color: white; stop-opacity: 1;"
163
+ offset="0"
164
+ id="stop2947" />
165
+ <stop
166
+ style="stop-color: white; stop-opacity: 0;"
167
+ offset="1"
168
+ id="stop2949" />
169
+ </linearGradient>
170
+ <linearGradient
171
+ inkscape:collect="always"
172
+ xlink:href="#WhiteTransparent"
173
+ id="linearGradient3820"
174
+ gradientUnits="userSpaceOnUse"
175
+ x1="22"
176
+ y1="0"
177
+ x2="46"
178
+ y2="0" />
179
+ <linearGradient
180
+ id="linearGradient2952">
181
+ <stop
182
+ style="stop-color: white; stop-opacity: 1;"
183
+ offset="0"
184
+ id="stop2954" />
185
+ <stop
186
+ style="stop-color: white; stop-opacity: 0;"
187
+ offset="1"
188
+ id="stop2956" />
189
+ </linearGradient>
190
+ <linearGradient
191
+ inkscape:collect="always"
192
+ xlink:href="#BlackTransparent"
193
+ id="linearGradient3822"
194
+ gradientUnits="userSpaceOnUse"
195
+ x1="13"
196
+ y1="56"
197
+ x2="13"
198
+ y2="102" />
199
+ <linearGradient
200
+ id="linearGradient2959">
201
+ <stop
202
+ style="stop-color:#777777;stop-opacity:0.18431373;"
203
+ offset="0"
204
+ id="stop2961" />
205
+ <stop
206
+ style="stop-color:#e9e9e9;stop-opacity:0;"
207
+ offset="1"
208
+ id="stop2963" />
209
+ </linearGradient>
210
+ <clipPath
211
+ clipPathUnits="userSpaceOnUse"
212
+ id="clipoutline1">
213
+ <path
214
+ id="outline1"
215
+ d="M 60.3,27.4 C 40.4,27.4 24.4,35 24.4,44 l 0,56.8 c 0,9.2 16,16.5 35.9,16.5 C 80,117.3 96,110 96,100.8 L 96,44 C 96,35 80,27.4 60.3,27.4 z" />
216
+ </clipPath>
217
+ </defs>
218
+ <sodipodi:namedview
219
+ id="base"
220
+ pagecolor="#ffffff"
221
+ bordercolor="#666666"
222
+ borderopacity="1.0"
223
+ inkscape:pageopacity="0.0"
224
+ inkscape:pageshadow="2"
225
+ inkscape:zoom="11"
226
+ inkscape:cx="42"
227
+ inkscape:cy="33.045455"
228
+ inkscape:current-layer="layer1"
229
+ showgrid="true"
230
+ inkscape:document-units="px"
231
+ inkscape:grid-bbox="true"
232
+ inkscape:window-width="2560"
233
+ inkscape:window-height="1532"
234
+ inkscape:window-x="0"
235
+ inkscape:window-y="0"
236
+ inkscape:window-maximized="1"
237
+ inkscape:showpageshadow="2"
238
+ inkscape:pagecheckerboard="0"
239
+ inkscape:deskcolor="#d1d1d1" />
240
+ <metadata
241
+ id="metadata2901">
242
+ <rdf:RDF>
243
+ <cc:Work
244
+ rdf:about="">
245
+ <dc:format>image/svg+xml</dc:format>
246
+ <dc:type
247
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
248
+ <dc:title />
249
+ </cc:Work>
250
+ </rdf:RDF>
251
+ </metadata>
252
+ <g
253
+ id="layer1"
254
+ inkscape:label="Layer 1"
255
+ inkscape:groupmode="layer">
256
+ <g
257
+ id="g37"
258
+ transform="matrix(0.4664664,0,0,0.58175938,5.6459898,-8.7793375)">
259
+ <path
260
+ style="opacity:0.4;fill:#000000;filter:url(#ShadowBlur)"
261
+ id="path39"
262
+ d="m 105.87119,105.00339 c 0,10.75675 -20.021808,19.48686 -44.691528,19.48686 -24.669722,0 -44.691525,-8.73011 -44.691525,-19.48686 0,-10.756745 20.021803,-19.486855 44.691525,-19.486855 24.66972,0 44.691528,8.73011 44.691528,19.486855 z"
263
+ class="filter base-shadow" />
264
+ <g
265
+ id="g41">
266
+ <use
267
+ height="128"
268
+ width="128"
269
+ y="0"
270
+ x="0"
271
+ id="use43"
272
+ xlink:href="#outline1"
273
+ class="outline-big" />
274
+ <use
275
+ height="128"
276
+ width="128"
277
+ y="0"
278
+ x="0"
279
+ style="fill:#555753;stroke:#555753;stroke-width:8px"
280
+ id="use45"
281
+ xlink:href="#outline1"
282
+ class="outline-small stroke-aluminium5" />
283
+ </g>
284
+ <path
285
+ id="path47"
286
+ style="fill:#888a85"
287
+ d="M 60.4,30 C 40.6,30 24.7,37.6 24.7,46.7 l 0,54 c 0,9.1 15.9,16.3 35.7,16.3 C 80,117 96,109.8 96,100.7 l 0,-54 C 96,37.6 80,30 60.4,30 z" />
288
+ <path
289
+ id="path49"
290
+ style="opacity:0.5;fill:url(#linearGradient3818)"
291
+ class="specularity"
292
+ d="M 60.4,27.6 C 40.5,27.6 40.5,117 60.4,117 80,117 96,109.9 96,100.7 L 96,44 C 96,35 80,27.6 60.4,27.6 z" />
293
+ <path
294
+ id="path51"
295
+ style="opacity:0.75;fill:url(#linearGradient3820)"
296
+ d="m 42.4,58 -17.7,-8.3 0,51.3 c 0,5 7.3,11.7 17.8,13.7 L 42.4,58 z"
297
+ class="high-specularity" />
298
+ <path
299
+ id="path53"
300
+ style="opacity:0.5;fill:url(#linearGradient3822)"
301
+ class="shade"
302
+ d="m 24.6,57.7 0,17.7 C 45.5,90.5 75.5,91 96,75.4 L 96,57.7 C 76,74 45,72.5 24.6,57.7 z" />
303
+ <use
304
+ height="128"
305
+ width="128"
306
+ y="0"
307
+ x="0"
308
+ style="opacity:0.3;fill:none;stroke:#ffffff;stroke-width:9px;stroke-linejoin:round"
309
+ id="use55"
310
+ xlink:href="#outline1"
311
+ clip-path="url(#clipoutline1)"
312
+ class="stroke-highlight" />
313
+ </g>
314
+ <g
315
+ id="g57"
316
+ transform="matrix(0.41210253,0,0,0.51395875,8.6970019,-7.0612524)">
317
+ <g
318
+ id="g59">
319
+ <use
320
+ height="128"
321
+ width="128"
322
+ y="0"
323
+ x="0"
324
+ id="use61"
325
+ xlink:href="#outline2"
326
+ class="outline-big" />
327
+ <use
328
+ height="128"
329
+ width="128"
330
+ y="0"
331
+ x="0"
332
+ style="fill:#555753;stroke:#555753;stroke-width:8px"
333
+ id="use63"
334
+ xlink:href="#outline2"
335
+ class="outline-small stroke-aluminium5" />
336
+ </g>
337
+ <path
338
+ style="fill:#d3d7cf"
339
+ id="path65"
340
+ class="aluminium2"
341
+ d="m 60.7,18 c 24.3,0 43.7,10 43.7,22 l 0,3.5 C 104.4,56 85,66 60.7,66 36.5,66 17,56 17,43.5 L 17,40 C 17,28 36.5,18 60.7,18 z" />
342
+ <path
343
+ style="fill:#888a85"
344
+ id="path67"
345
+ class="aluminium4"
346
+ d="m 60.7,59 c 24.3,0 43.7,-6.4 43.7,-19.6 l 0,10.1 C 104.4,62 85,72 60.7,72 36.5,72 17,62 17,49.5 L 17,39.4 C 17,47.3 36.5,59 60.7,59 z" />
347
+ <path
348
+ id="path69"
349
+ style="opacity:0.5;fill:url(#linearGradient3857)"
350
+ d="m 16.473476,36.525126 c 0,11.4 27.281281,17.544544 44.226524,17.544544 17.652349,0 43.69619,-3.744544 43.69619,-17.544544 l 0.004,3.358757 c 0,16.050487 -29.399999,19.25 -43.699999,19.25 -13.8,0 -44.318719,-8.338388 -44.318719,-20.338388" />
351
+ <path
352
+ id="path71"
353
+ style="opacity:0.5;fill:url(#linearGradient3859)"
354
+ class="specularity"
355
+ d="M 61,59 C 33.7,59 4.5,46.6 26.5,62.7 c 8.2,6 20.2,9 34.5,9 14.4,0 26,-3 34.7,-9 C 117,47.5 88,59 61,59 z" />
356
+ <use
357
+ height="128"
358
+ width="128"
359
+ y="0"
360
+ x="0"
361
+ style="opacity:0.3;fill:none;stroke:#ffffff;stroke-width:9px;stroke-linejoin:round"
362
+ id="use73"
363
+ xlink:href="#outline2"
364
+ clip-path="url(#clipoutline2)"
365
+ class="stroke-highlight" />
366
+ <g
367
+ id="g75">
368
+ <path
369
+ id="path77"
370
+ style="opacity:0.5;fill:url(#linearGradient3861)"
371
+ class="shade"
372
+ d="m 41.4,35.6 40.1,0 c 4.5,0 4.5,6.9 0,6.9 l -40.1,0 c -4.4,0 -4.6,-6.9 0,-6.9 z" />
373
+ <path
374
+ id="path79"
375
+ style="fill:#000000"
376
+ d="m 61.6,19.3 c -18.6,0 -20.1,6 -20.1,12.3 l 0,6.8 c 0,2.9 7.5,2.3 7.5,0 L 49,36 c 0,-4.4 4.5,-5.5 12.6,-5.5 8.1,0 12.4,1.1 12.4,5.5 l 0,2.4 c 0,2.3 7.6,2.3 7.6,0 l 0,-6.8 c 0,-6.3 -1.6,-12.3 -20,-12.3 z" />
377
+ <path
378
+ id="path81"
379
+ style="opacity:0.5;fill:url(#linearGradient3863)"
380
+ d="M 61.6,21.3 C 53.4,21.3 47,22.5 47,27.4 l 29,0 c 0,-4.9 -6.3,-6.1 -14.4,-6.1 z"
381
+ class="specularity" />
382
+ </g>
383
+ </g>
384
+ <g
385
+ id="g83"
386
+ transform="matrix(0.4664664,0,0,0.7767426,5.6459898,-30.347647)">
387
+ <path
388
+ id="path85"
389
+ style="opacity:0.5;fill:#000000;fill-opacity:0.21465969"
390
+ d="M 32,83.6 32,99 c 0,6.9 8,7 8,0 l 0,-15.4 c 0,-5.3 -8,-5.7 -8,0 z m 48,0 0,15.4 c 1.9,5.9 7.5,4.7 8,0 l 0,-15.4 c 0,-5 -7.8,-4.9 -8,0 z m -32.6,4.1 0,18.3 c 0,6.3 8.5,5.7 8.6,0 l 0,-18.3 c 0,-5.4 -8.5,-5.7 -8.6,0 z m 16.6,0 0,18.3 c 0,6.5 8.9,5.8 9,0 l 0,-18.3 c -1.4,-6.1 -8.2,-5.5 -9,0 z" />
391
+ </g>
392
+ <path
393
+ d="m 69.835078,47.001414 -7.4,-10.48 4,0 5.52,8.08 5.48,-8.08 h 3.96 l -7.4,10.48 7.8,10.96 h -4 l -5.84,-8.56 -5.92,8.56 h -3.96 z"
394
+ id="text1"
395
+ style="font-size:40px;line-height:1.25;white-space:pre;fill:#a80000"
396
+ transform="translate(-38.237841,-3.138501)"
397
+ aria-label="x"
398
+ inkscape:path-effect="#path-effect1"
399
+ inkscape:original-d="m 69.935078,47.001414 -7.4,-10.48 h 4 l 5.52,8.08 5.48,-8.08 h 3.96 l -7.4,10.48 7.8,10.96 h -4 l -5.84,-8.56 -5.92,8.56 h -3.96 z" />
400
+ </g>
401
+ </svg>