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.
- package/.eslintrc.cjs +18 -0
- package/LICENSE +674 -0
- package/README.md +41 -0
- package/index.html +49 -0
- package/package.json +37 -0
- package/public/.gitkeep +0 -0
- package/public/Components-inchikey.ich +48167 -0
- package/public/icons/README +7 -0
- package/public/icons/dark/layla_3c.svg +82 -0
- package/public/icons/dark/layla_4c.svg +82 -0
- package/public/icons/dark/layla_5c.svg +82 -0
- package/public/icons/dark/layla_6arom.svg +89 -0
- package/public/icons/dark/layla_6c.svg +82 -0
- package/public/icons/dark/layla_7c.svg +82 -0
- package/public/icons/dark/layla_8c.svg +82 -0
- package/public/icons/dark/layla_charge_tool.svg +78 -0
- package/public/icons/dark/layla_delete_hydrogens_tool.svg +384 -0
- package/public/icons/dark/layla_double_bond.svg +78 -0
- package/public/icons/dark/layla_format_tool.svg +283 -0
- package/public/icons/dark/layla_geometry_tool.svg +105 -0
- package/public/icons/dark/layla_key.svg +76 -0
- package/public/icons/dark/layla_move_tool.svg +110 -0
- package/public/icons/dark/layla_single_bond.svg +73 -0
- package/public/icons/dark/layla_triple_bond.svg +87 -0
- package/public/icons/dark/lhasa_delete_tool.svg +401 -0
- package/public/icons/dark/lhasa_flip_x_tool.svg +106 -0
- package/public/icons/dark/lhasa_flip_y_tool.svg +106 -0
- package/public/icons/dark/lhasa_rotate_tool.svg +112 -0
- package/public/icons/icons/hicolor_apps_scalable_coot-layla.svg +105 -0
- package/public/icons/layla_3c.svg +82 -0
- package/public/icons/layla_4c.svg +82 -0
- package/public/icons/layla_5c.svg +82 -0
- package/public/icons/layla_6arom.svg +89 -0
- package/public/icons/layla_6c.svg +82 -0
- package/public/icons/layla_7c.svg +82 -0
- package/public/icons/layla_8c.svg +82 -0
- package/public/icons/layla_charge_tool.svg +78 -0
- package/public/icons/layla_delete_hydrogens_tool.svg +384 -0
- package/public/icons/layla_double_bond.svg +78 -0
- package/public/icons/layla_format_tool.svg +283 -0
- package/public/icons/layla_geometry_tool-dark.svg +105 -0
- package/public/icons/layla_geometry_tool.svg +105 -0
- package/public/icons/layla_key.svg +76 -0
- package/public/icons/layla_move_tool.svg +110 -0
- package/public/icons/layla_single_bond.svg +73 -0
- package/public/icons/layla_triple_bond.svg +87 -0
- package/public/icons/lhasa_delete_tool.svg +401 -0
- package/public/icons/lhasa_flip_x_tool.svg +106 -0
- package/public/icons/lhasa_flip_y_tool.svg +106 -0
- package/public/icons/lhasa_rotate_tool.svg +112 -0
- package/public/lhasa.js +2 -0
- package/public/lhasa.wasm +0 -0
- package/public/react.svg +1 -0
- package/src/Lhasa.tsx +1452 -0
- package/src/assets/.gitkeep +0 -0
- package/src/bansu_integration.tsx +315 -0
- package/src/customize_mui.scss +97 -0
- package/src/inchikey_database_parse.tsx +20 -0
- package/src/index.d.ts +11 -0
- package/src/index.scss +352 -0
- package/src/main.tsx +79 -0
- package/src/qed_property_infobox.tsx +14 -0
- package/src/types.d.ts +375 -0
- package/src/vite-env.d.ts +1 -0
- package/tsconfig.json +25 -0
- package/tsconfig.node.json +10 -0
- package/vite.config.ts +55 -0
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
Icon names staring with `layla_` are copied directly from Coot repo.
|
|
2
|
+
|
|
3
|
+
The desktop version uses some system-wide icons, unavailable for the web, this is why `lhasa_` icons exist.
|
|
4
|
+
Icon names starting with `lhasa_` are custom web-only icons.
|
|
5
|
+
|
|
6
|
+
All files copied from Coot sources retain their original filenames and paths (this is why there's an `icons/` folder inside the `icons/` folder)
|
|
7
|
+
making any future updates to them doable via a single copy-and-overwrite operation.
|
|
@@ -0,0 +1,82 @@
|
|
|
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_3c.svg"
|
|
11
|
+
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
|
|
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="8.3352097"
|
|
28
|
+
inkscape:cx="42.290478"
|
|
29
|
+
inkscape:cy="31.852828"
|
|
30
|
+
inkscape:window-width="2560"
|
|
31
|
+
inkscape:window-height="1532"
|
|
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
|
+
<linearGradient
|
|
51
|
+
id="linearGradient6261"
|
|
52
|
+
inkscape:swatch="solid">
|
|
53
|
+
<stop
|
|
54
|
+
style="stop-color:#000000;stop-opacity:1;"
|
|
55
|
+
offset="0"
|
|
56
|
+
id="stop6259" />
|
|
57
|
+
</linearGradient>
|
|
58
|
+
</defs>
|
|
59
|
+
<g
|
|
60
|
+
inkscape:label="Layer 1"
|
|
61
|
+
inkscape:groupmode="layer"
|
|
62
|
+
id="layer1">
|
|
63
|
+
<path
|
|
64
|
+
sodipodi:type="star"
|
|
65
|
+
style="fill:#000000;fill-opacity:0;stroke:#ffffff;stroke-width:1.05833;stroke-opacity:1"
|
|
66
|
+
id="path1"
|
|
67
|
+
inkscape:flatsided="true"
|
|
68
|
+
sodipodi:sides="3"
|
|
69
|
+
sodipodi:cx="8.0323639"
|
|
70
|
+
sodipodi:cy="7.8759408"
|
|
71
|
+
sodipodi:r1="10.770736"
|
|
72
|
+
sodipodi:r2="2.5249698"
|
|
73
|
+
sodipodi:arg1="-1.4025866"
|
|
74
|
+
sodipodi:arg2="-0.35538904"
|
|
75
|
+
inkscape:rounded="0"
|
|
76
|
+
inkscape:randomized="0"
|
|
77
|
+
d="M 9.8355748,-2.7427775 16.326838,14.746926 -2.0653214,11.623674 Z"
|
|
78
|
+
inkscape:transform-center-x="-0.1310853"
|
|
79
|
+
inkscape:transform-center-y="-0.27200929"
|
|
80
|
+
transform="matrix(0.82146966,-0.14212464,0.14212464,0.82146966,0.73363828,5.590533)" />
|
|
81
|
+
</g>
|
|
82
|
+
</svg>
|
|
@@ -0,0 +1,82 @@
|
|
|
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_4c.svg"
|
|
11
|
+
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
|
|
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="8.3352097"
|
|
28
|
+
inkscape:cx="42.290478"
|
|
29
|
+
inkscape:cy="31.852828"
|
|
30
|
+
inkscape:window-width="2560"
|
|
31
|
+
inkscape:window-height="1532"
|
|
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
|
+
<linearGradient
|
|
51
|
+
id="linearGradient6261"
|
|
52
|
+
inkscape:swatch="solid">
|
|
53
|
+
<stop
|
|
54
|
+
style="stop-color:#000000;stop-opacity:1;"
|
|
55
|
+
offset="0"
|
|
56
|
+
id="stop6259" />
|
|
57
|
+
</linearGradient>
|
|
58
|
+
</defs>
|
|
59
|
+
<g
|
|
60
|
+
inkscape:label="Layer 1"
|
|
61
|
+
inkscape:groupmode="layer"
|
|
62
|
+
id="layer1">
|
|
63
|
+
<path
|
|
64
|
+
sodipodi:type="star"
|
|
65
|
+
style="fill:#000000;fill-opacity:0;stroke:#ffffff;stroke-width:1.05833;stroke-opacity:1"
|
|
66
|
+
id="path1"
|
|
67
|
+
inkscape:flatsided="true"
|
|
68
|
+
sodipodi:sides="4"
|
|
69
|
+
sodipodi:cx="8.0323639"
|
|
70
|
+
sodipodi:cy="7.8759408"
|
|
71
|
+
sodipodi:r1="10.770736"
|
|
72
|
+
sodipodi:r2="2.5249698"
|
|
73
|
+
sodipodi:arg1="-1.4025866"
|
|
74
|
+
sodipodi:arg2="-0.61718844"
|
|
75
|
+
inkscape:rounded="0"
|
|
76
|
+
inkscape:randomized="0"
|
|
77
|
+
d="M 9.8355748,-2.7427775 18.651082,9.6791517 6.229153,18.494659 -2.5863544,6.0727299 Z"
|
|
78
|
+
inkscape:transform-center-x="-0.10985236"
|
|
79
|
+
inkscape:transform-center-y="-0.22794982"
|
|
80
|
+
transform="matrix(0.68840992,-0.11910362,0.11910362,0.68840992,1.9990546,4.0014745)" />
|
|
81
|
+
</g>
|
|
82
|
+
</svg>
|
|
@@ -0,0 +1,82 @@
|
|
|
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_5c.svg"
|
|
11
|
+
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
|
|
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="8.3352097"
|
|
28
|
+
inkscape:cx="42.290478"
|
|
29
|
+
inkscape:cy="31.852828"
|
|
30
|
+
inkscape:window-width="2560"
|
|
31
|
+
inkscape:window-height="1532"
|
|
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
|
+
<linearGradient
|
|
51
|
+
id="linearGradient6261"
|
|
52
|
+
inkscape:swatch="solid">
|
|
53
|
+
<stop
|
|
54
|
+
style="stop-color:#000000;stop-opacity:1;"
|
|
55
|
+
offset="0"
|
|
56
|
+
id="stop6259" />
|
|
57
|
+
</linearGradient>
|
|
58
|
+
</defs>
|
|
59
|
+
<g
|
|
60
|
+
inkscape:label="Layer 1"
|
|
61
|
+
inkscape:groupmode="layer"
|
|
62
|
+
id="layer1">
|
|
63
|
+
<path
|
|
64
|
+
sodipodi:type="star"
|
|
65
|
+
style="fill:#000000;fill-opacity:0;stroke:#ffffff;stroke-width:1.05833;stroke-opacity:1"
|
|
66
|
+
id="path1"
|
|
67
|
+
inkscape:flatsided="true"
|
|
68
|
+
sodipodi:sides="5"
|
|
69
|
+
sodipodi:cx="8.0323639"
|
|
70
|
+
sodipodi:cy="7.8759408"
|
|
71
|
+
sodipodi:r1="10.770736"
|
|
72
|
+
sodipodi:r2="2.5249698"
|
|
73
|
+
sodipodi:arg1="-1.4025866"
|
|
74
|
+
sodipodi:arg2="-0.77426807"
|
|
75
|
+
inkscape:rounded="0"
|
|
76
|
+
inkscape:randomized="0"
|
|
77
|
+
d="M 9.8355748,-2.7427775 18.688588,6.3095318 12.815062,17.526565 0.33200962,15.406764 -1.5094146,2.8796209 Z"
|
|
78
|
+
inkscape:transform-center-x="-0.11791912"
|
|
79
|
+
inkscape:transform-center-y="-0.24468873"
|
|
80
|
+
transform="matrix(0.73896159,-0.1278497,0.1278497,0.73896159,1.5323478,4.483921)" />
|
|
81
|
+
</g>
|
|
82
|
+
</svg>
|
|
@@ -0,0 +1,89 @@
|
|
|
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_6arom.svg"
|
|
11
|
+
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
|
|
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="8.3352097"
|
|
28
|
+
inkscape:cx="42.290478"
|
|
29
|
+
inkscape:cy="31.852828"
|
|
30
|
+
inkscape:window-width="2560"
|
|
31
|
+
inkscape:window-height="1532"
|
|
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
|
+
<linearGradient
|
|
51
|
+
id="linearGradient6261"
|
|
52
|
+
inkscape:swatch="solid">
|
|
53
|
+
<stop
|
|
54
|
+
style="stop-color:#000000;stop-opacity:1;"
|
|
55
|
+
offset="0"
|
|
56
|
+
id="stop6259" />
|
|
57
|
+
</linearGradient>
|
|
58
|
+
</defs>
|
|
59
|
+
<g
|
|
60
|
+
inkscape:label="Layer 1"
|
|
61
|
+
inkscape:groupmode="layer"
|
|
62
|
+
id="layer1">
|
|
63
|
+
<path
|
|
64
|
+
sodipodi:type="star"
|
|
65
|
+
style="fill:#ffffff;fill-opacity:0;stroke:#ffffff;stroke-width:1.05841822;stroke-dasharray:none;stroke-opacity:1"
|
|
66
|
+
id="path1"
|
|
67
|
+
inkscape:flatsided="true"
|
|
68
|
+
sodipodi:sides="6"
|
|
69
|
+
sodipodi:cx="8.0323639"
|
|
70
|
+
sodipodi:cy="7.8759408"
|
|
71
|
+
sodipodi:r1="10.770736"
|
|
72
|
+
sodipodi:r2="2.5249698"
|
|
73
|
+
sodipodi:arg1="-1.4025866"
|
|
74
|
+
sodipodi:arg2="-0.87898782"
|
|
75
|
+
inkscape:rounded="0"
|
|
76
|
+
inkscape:randomized="0"
|
|
77
|
+
d="M 9.8355748,-2.7427775 18.130049,4.1282081 16.326838,14.746926 6.229153,18.494659 -2.0653214,11.623674 -0.2621105,1.0049552 Z"
|
|
78
|
+
inkscape:transform-center-x="-0.11791912"
|
|
79
|
+
inkscape:transform-center-y="-0.24468873"
|
|
80
|
+
transform="matrix(0.73896159,-0.1278497,0.1278497,0.73896159,1.3110158,3.7425139)" />
|
|
81
|
+
<path
|
|
82
|
+
id="path2"
|
|
83
|
+
style="fill-opacity:0;stroke:#ffffff;stroke-width:0.79375;stroke-linecap:butt;stroke-dasharray:none;stroke-opacity:1"
|
|
84
|
+
inkscape:transform-center-x="-0.081848211"
|
|
85
|
+
inkscape:transform-center-y="-0.16983893"
|
|
86
|
+
d="m 8.2000702,3.0039302 4.8640948,2.7881723 m 0.01742,5.6065155 -4.846675,2.818344 M 3.3708141,11.42879 3.3533947,5.8222738"
|
|
87
|
+
sodipodi:nodetypes="cccccc" />
|
|
88
|
+
</g>
|
|
89
|
+
</svg>
|
|
@@ -0,0 +1,82 @@
|
|
|
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_6c.svg"
|
|
11
|
+
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
|
|
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="8.3352097"
|
|
28
|
+
inkscape:cx="42.290478"
|
|
29
|
+
inkscape:cy="31.852828"
|
|
30
|
+
inkscape:window-width="2560"
|
|
31
|
+
inkscape:window-height="1532"
|
|
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
|
+
<linearGradient
|
|
51
|
+
id="linearGradient6261"
|
|
52
|
+
inkscape:swatch="solid">
|
|
53
|
+
<stop
|
|
54
|
+
style="stop-color:#000000;stop-opacity:1;"
|
|
55
|
+
offset="0"
|
|
56
|
+
id="stop6259" />
|
|
57
|
+
</linearGradient>
|
|
58
|
+
</defs>
|
|
59
|
+
<g
|
|
60
|
+
inkscape:label="Layer 1"
|
|
61
|
+
inkscape:groupmode="layer"
|
|
62
|
+
id="layer1">
|
|
63
|
+
<path
|
|
64
|
+
sodipodi:type="star"
|
|
65
|
+
style="fill:#000000;fill-opacity:0;stroke:#ffffff;stroke-width:1.05833;stroke-opacity:1"
|
|
66
|
+
id="path1"
|
|
67
|
+
inkscape:flatsided="true"
|
|
68
|
+
sodipodi:sides="6"
|
|
69
|
+
sodipodi:cx="8.0323639"
|
|
70
|
+
sodipodi:cy="7.8759408"
|
|
71
|
+
sodipodi:r1="10.770736"
|
|
72
|
+
sodipodi:r2="2.5249698"
|
|
73
|
+
sodipodi:arg1="-1.4025866"
|
|
74
|
+
sodipodi:arg2="-0.87898782"
|
|
75
|
+
inkscape:rounded="0"
|
|
76
|
+
inkscape:randomized="0"
|
|
77
|
+
d="M 9.8355748,-2.7427775 18.130049,4.1282081 16.326838,14.746926 6.229153,18.494659 -2.0653214,11.623674 -0.2621105,1.0049552 Z"
|
|
78
|
+
inkscape:transform-center-x="-0.11791912"
|
|
79
|
+
inkscape:transform-center-y="-0.24468873"
|
|
80
|
+
transform="matrix(0.73896159,-0.1278497,0.1278497,0.73896159,1.3110158,3.7425139)" />
|
|
81
|
+
</g>
|
|
82
|
+
</svg>
|
|
@@ -0,0 +1,82 @@
|
|
|
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_7c.svg"
|
|
11
|
+
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
|
|
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="8.3352097"
|
|
28
|
+
inkscape:cx="42.290478"
|
|
29
|
+
inkscape:cy="31.852828"
|
|
30
|
+
inkscape:window-width="2560"
|
|
31
|
+
inkscape:window-height="1532"
|
|
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
|
+
<linearGradient
|
|
51
|
+
id="linearGradient6261"
|
|
52
|
+
inkscape:swatch="solid">
|
|
53
|
+
<stop
|
|
54
|
+
style="stop-color:#000000;stop-opacity:1;"
|
|
55
|
+
offset="0"
|
|
56
|
+
id="stop6259" />
|
|
57
|
+
</linearGradient>
|
|
58
|
+
</defs>
|
|
59
|
+
<g
|
|
60
|
+
inkscape:label="Layer 1"
|
|
61
|
+
inkscape:groupmode="layer"
|
|
62
|
+
id="layer1">
|
|
63
|
+
<path
|
|
64
|
+
sodipodi:type="star"
|
|
65
|
+
style="fill:#000000;fill-opacity:0;stroke:#ffffff;stroke-width:1.05833;stroke-opacity:1"
|
|
66
|
+
id="path1"
|
|
67
|
+
inkscape:flatsided="true"
|
|
68
|
+
sodipodi:sides="7"
|
|
69
|
+
sodipodi:cx="8.0323639"
|
|
70
|
+
sodipodi:cy="7.8759408"
|
|
71
|
+
sodipodi:r1="10.770736"
|
|
72
|
+
sodipodi:r2="2.5249698"
|
|
73
|
+
sodipodi:arg1="-1.4025866"
|
|
74
|
+
sodipodi:arg2="-0.95378765"
|
|
75
|
+
inkscape:rounded="0"
|
|
76
|
+
inkscape:randomized="0"
|
|
77
|
+
d="m 9.8355748,-2.7427775 7.6231212,5.4078627 0.524901,9.3317438 -6.968581,6.22863 -9.2145782,-1.564767 -4.521811,-8.1798647 3.57597238,-8.63535611 z"
|
|
78
|
+
inkscape:transform-center-x="-0.11791912"
|
|
79
|
+
inkscape:transform-center-y="-0.24468873"
|
|
80
|
+
transform="matrix(0.73896159,-0.1278497,0.1278497,0.73896159,1.3110158,3.7425139)" />
|
|
81
|
+
</g>
|
|
82
|
+
</svg>
|
|
@@ -0,0 +1,82 @@
|
|
|
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_8c.svg"
|
|
11
|
+
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
|
|
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="8.3352097"
|
|
28
|
+
inkscape:cx="42.290478"
|
|
29
|
+
inkscape:cy="31.852828"
|
|
30
|
+
inkscape:window-width="2560"
|
|
31
|
+
inkscape:window-height="1532"
|
|
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
|
+
<linearGradient
|
|
51
|
+
id="linearGradient6261"
|
|
52
|
+
inkscape:swatch="solid">
|
|
53
|
+
<stop
|
|
54
|
+
style="stop-color:#000000;stop-opacity:1;"
|
|
55
|
+
offset="0"
|
|
56
|
+
id="stop6259" />
|
|
57
|
+
</linearGradient>
|
|
58
|
+
</defs>
|
|
59
|
+
<g
|
|
60
|
+
inkscape:label="Layer 1"
|
|
61
|
+
inkscape:groupmode="layer"
|
|
62
|
+
id="layer1">
|
|
63
|
+
<path
|
|
64
|
+
sodipodi:type="star"
|
|
65
|
+
style="fill:#000000;fill-opacity:0;stroke:#ffffff;stroke-width:1.05833;stroke-opacity:1"
|
|
66
|
+
id="path1"
|
|
67
|
+
inkscape:flatsided="true"
|
|
68
|
+
sodipodi:sides="8"
|
|
69
|
+
sodipodi:cx="8.0323639"
|
|
70
|
+
sodipodi:cy="7.8759408"
|
|
71
|
+
sodipodi:r1="10.770736"
|
|
72
|
+
sodipodi:r2="2.5249698"
|
|
73
|
+
sodipodi:arg1="-1.4025866"
|
|
74
|
+
sodipodi:arg2="-1.0098875"
|
|
75
|
+
inkscape:rounded="0"
|
|
76
|
+
inkscape:randomized="0"
|
|
77
|
+
d="M 9.8355748,-2.7427775 16.815994,1.6424357 18.651082,9.6791517 14.265869,16.659571 6.229153,18.494659 -0.75126648,14.109446 -2.5863544,6.0727299 1.7988588,-0.90768957 Z"
|
|
78
|
+
inkscape:transform-center-x="-0.11791912"
|
|
79
|
+
inkscape:transform-center-y="-0.24468873"
|
|
80
|
+
transform="matrix(0.73896159,-0.1278497,0.1278497,0.73896159,1.3110158,3.7425139)" />
|
|
81
|
+
</g>
|
|
82
|
+
</svg>
|
|
@@ -0,0 +1,78 @@
|
|
|
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_charge_tool.svg"
|
|
11
|
+
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
|
|
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.769007"
|
|
29
|
+
inkscape:cy="24.007941"
|
|
30
|
+
inkscape:window-width="2560"
|
|
31
|
+
inkscape:window-height="1532"
|
|
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
|
+
<linearGradient
|
|
51
|
+
id="linearGradient6261"
|
|
52
|
+
inkscape:swatch="solid">
|
|
53
|
+
<stop
|
|
54
|
+
style="stop-color:#000000;stop-opacity:1;"
|
|
55
|
+
offset="0"
|
|
56
|
+
id="stop6259" />
|
|
57
|
+
</linearGradient>
|
|
58
|
+
</defs>
|
|
59
|
+
<g
|
|
60
|
+
inkscape:label="Layer 1"
|
|
61
|
+
inkscape:groupmode="layer"
|
|
62
|
+
id="layer1">
|
|
63
|
+
<circle
|
|
64
|
+
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.220832;stroke-dasharray:none"
|
|
65
|
+
id="path10009"
|
|
66
|
+
cx="8.4666662"
|
|
67
|
+
cy="8.4666662"
|
|
68
|
+
r="5.291666" />
|
|
69
|
+
<path
|
|
70
|
+
id="path10011"
|
|
71
|
+
style="color:#000000;fill:#fa0000;fill-opacity:1;stroke-width:3.65874;-inkscape-stroke:none"
|
|
72
|
+
d="M 12.637905,0.13350848 V 3.518106 H 9.2500043 v 0.9637882 h 3.3879007 v 3.3940467 h 0.974189 V 4.4818942 H 17 V 3.518106 H 13.612094 V 0.13350848 Z" />
|
|
73
|
+
<path
|
|
74
|
+
style="color:#000000;fill:#0068fa;fill-opacity:1;stroke-width:3.50636;-inkscape-stroke:none"
|
|
75
|
+
d="m 0,13.853505 v 0.954339 h 7.1916765 v -0.954339 z"
|
|
76
|
+
id="path10015" />
|
|
77
|
+
</g>
|
|
78
|
+
</svg>
|