1
0
Fork 0
mirror of https://github.com/NixOS/nixos-artwork synced 2024-10-18 00:06:24 -04:00

Merge pull request #113 from lheckemann/next-boot-entry

Add next-boot-entry icon
This commit is contained in:
Samuel Dionne-Riel 2023-12-07 18:06:45 -05:00 committed by GitHub
commit e3a74d1c40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 77 additions and 1 deletions

View file

@ -9,5 +9,5 @@ PS4=" $ "
set -x
for f in *.svg; do
inkscape -e "${f%.*}.png" "$f"
inkscape -o "${f%.*}.png" "$f"
done

Binary file not shown.

After

Width:  |  Height:  |  Size: 1,012 B

View file

@ -0,0 +1,76 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="0 0 42 32"
version="1.1"
id="svg6"
sodipodi:docname="next-boot-entry.svg"
width="42"
height="32"
inkscape:version="1.3.1 (91b66b0783, 2023-11-16)"
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"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<metadata
id="metadata10">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2556"
inkscape:window-height="1412"
id="namedview8"
showgrid="true"
inkscape:zoom="16"
inkscape:cx="15.21875"
inkscape:cy="22.59375"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg6"
inkscape:showpageshadow="2"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1">
<inkscape:grid
type="xygrid"
id="grid817"
originx="0"
originy="0"
spacingy="1"
spacingx="1"
units="px"
visible="true" />
</sodipodi:namedview>
<defs
id="defs3051">
<style
type="text/css"
id="current-color-scheme">
.ColorScheme-Text {
color:#4d4d4d;
}
</style>
</defs>
<path
style="color:#232629;fill:#4d4d4d;fill-opacity:1;stroke:none"
d="M 25,4 A 12,12 0 0 0 13,16 12,12 0 0 0 25,28 12,12 0 0 0 37,16 12,12 0 0 0 25,4 Z m 0,1 A 11,11 0 0 1 36,16 11,11 0 0 1 25,27 11,11 0 0 1 14,16 11,11 0 0 1 25,5 Z M 21.7,8 21,8.7 28.5,16 21,23.3 21.7,24 30,16 Z"
class="ColorScheme-Text"
id="path1" />
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB