ui: Add initial xemu icons

This commit is contained in:
Matt Borgerson 2020-03-12 02:25:17 -07:00
parent 9851e1588c
commit e8d7171fdd
11 changed files with 98 additions and 0 deletions

View File

@ -11,3 +11,10 @@ regenerate:
--export-width=$$s --export-height=$$s qemu.svg ; \
done
convert qemu_32x32.png qemu_32x32.bmp
for s in 16 24 32 48 64 128 256 512; \
do \
inkscape --without-gui --export-png=xemu_$${s}x$${s}.png \
--export-width=$$s --export-height=$$s xemu.svg ; \
done
convert xemu_32x32.png xemu_32x32.bmp

91
ui/icons/xemu.svg Normal file
View File

@ -0,0 +1,91 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="512"
height="512"
viewBox="0 0 135.46666 135.46667"
version="1.1"
id="svg1668"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="xemu.svg"
inkscape:export-filename="/home/mborgerson/Desktop/xemu_work/logo.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs1662" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="0.7"
inkscape:cx="362.99244"
inkscape:cy="434.86231"
inkscape:document-units="mm"
inkscape:current-layer="layer2"
showgrid="false"
units="px"
showguides="true"
inkscape:window-width="1920"
inkscape:window-height="1025"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:pagecheckerboard="true" />
<metadata
id="metadata1665">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-161.53332)">
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Layer 2">
<circle
style="opacity:1;fill:#0f3612;fill-opacity:1;stroke:#81dc8a;stroke-width:0.59899998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path2236"
cx="67.482391"
cy="229.55666"
r="63.5" />
<circle
style="opacity:1;fill:none;fill-opacity:1;stroke:#81dc8a;stroke-width:2.35041094;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path2234"
cx="67.482391"
cy="229.55666"
r="57.286186" />
</g>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:63.40210342px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;opacity:1;fill:#81dc8a;fill-opacity:1;stroke:#81dc8a;stroke-width:0.59907502;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;"
x="30.239998"
y="238.38223"
id="text879-9-3"><tspan
sodipodi:role="line"
id="tspan877-1-5"
x="30.239998"
y="238.38223"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.04126358px;font-family:'ubuntu mono';-inkscape-font-specification:'ubuntu mono';fill:#81dc8a;fill-opacity:1;stroke:#81dc8a;stroke-width:0.59907502;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;">xemu</tspan></text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

BIN
ui/icons/xemu_128x128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
ui/icons/xemu_16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 769 B

BIN
ui/icons/xemu_24x24.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
ui/icons/xemu_256x256.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
ui/icons/xemu_32x32.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

BIN
ui/icons/xemu_32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
ui/icons/xemu_48x48.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

BIN
ui/icons/xemu_512x512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

BIN
ui/icons/xemu_64x64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB