ball snake node icon
This commit is contained in:
parent
23c7cb5902
commit
cf586f6ea7
3 changed files with 143 additions and 0 deletions
60
scripts/ball_snake/ball_snake.svg
Normal file
60
scripts/ball_snake/ball_snake.svg
Normal file
|
@ -0,0 +1,60 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="64"
|
||||
height="64"
|
||||
viewBox="0 0 64 64"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
|
||||
sodipodi:docname="ball_snake.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#eeeeee"
|
||||
borderopacity="1"
|
||||
inkscape:showpageshadow="0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#505050"
|
||||
inkscape:document-units="px"
|
||||
inkscape:zoom="4.2826886"
|
||||
inkscape:cx="21.948829"
|
||||
inkscape:cy="22.882822"
|
||||
inkscape:window-width="1362"
|
||||
inkscape:window-height="768"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="layer1" />
|
||||
<defs
|
||||
id="defs1" />
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
<circle
|
||||
style="fill:#eea5f3;fill-opacity:1;stroke:#8da5f3;stroke-width:4;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path1"
|
||||
cx="16"
|
||||
cy="48"
|
||||
r="11" />
|
||||
<circle
|
||||
style="fill:#eea5f3;fill-opacity:1;stroke:#8da5f3;stroke-width:4;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle1"
|
||||
cx="32"
|
||||
cy="32"
|
||||
r="11" />
|
||||
<circle
|
||||
style="fill:#eea5f3;fill-opacity:1;stroke:#8da5f3;stroke-width:4;stroke-linejoin:bevel;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle2"
|
||||
cx="48"
|
||||
cy="16"
|
||||
r="11" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.8 KiB |
Loading…
Add table
Add a link
Reference in a new issue