mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 22:05:38 +00:00
Memory Card Icon (#3133)
Update of position for the Memory Card icons in flyout menus tested in both White and Dark themes.
This commit is contained in:
parent
78854f433a
commit
9950fdb07a
|
@ -1,25 +1,61 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg id="memory_card_-_PCSX2" data-name="memory card - PCSX2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150">
|
||||
<defs>
|
||||
<style>
|
||||
.cls-1 {
|
||||
stroke: #000;
|
||||
stroke-width: 9px;
|
||||
}
|
||||
|
||||
.cls-2 {
|
||||
fill-rule: evenodd;
|
||||
}
|
||||
</style>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
id="memory_card_-_PCSX2"
|
||||
data-name="memory card - PCSX2"
|
||||
viewBox="0 0 150 150"
|
||||
version="1.1"
|
||||
sodipodi:docname="memcard-line.svg"
|
||||
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
|
||||
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="namedview2"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:zoom="5.9933333"
|
||||
inkscape:cx="75"
|
||||
inkscape:cy="75"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1057"
|
||||
inkscape:window-x="1912"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="memory_card_-_PCSX2" />
|
||||
<defs
|
||||
id="defs1">
|
||||
<style
|
||||
id="style1"> .cls-1 { stroke: #000; stroke-width: 9px; } .cls-2 { fill-rule: evenodd; } </style>
|
||||
</defs>
|
||||
<g id="by_Maxihplay" data-name="by Maxihplay">
|
||||
<g id="seta">
|
||||
<polygon class="cls-2" points="111.66 67.01 119.89 75.72 111.66 83.64 111.66 67.01"/>
|
||||
<polygon points="106.66 57.97 106.66 92.03 124.51 75.8 106.66 57.97 106.66 57.97"/>
|
||||
<g
|
||||
id="by_Maxihplay"
|
||||
data-name="by Maxihplay"
|
||||
transform="rotate(-90,75,75.005)">
|
||||
<g
|
||||
id="seta">
|
||||
<polygon
|
||||
class="cls-2"
|
||||
points="119.89,75.72 111.66,83.64 111.66,67.01 "
|
||||
id="polygon1" />
|
||||
<polygon
|
||||
points="106.66,92.03 124.51,75.8 106.66,57.97 "
|
||||
id="polygon2" />
|
||||
</g>
|
||||
<g id="Formato-2">
|
||||
<path d="m145.26,129.28H23.78c-10.53,0-19.09-8.56-19.09-19.09V39.8c0-10.53,8.56-19.09,19.09-19.09h121.53l-.05,108.59h0v-.02h0ZM23.78,33.71c-3.91,0-7.09,3.18-7.09,7.09v68.4c0,3.91,3.18,7.09,7.09,7.09h109.48l.04-82.59H23.78Z"/>
|
||||
<g
|
||||
id="Formato-2">
|
||||
<path
|
||||
d="M 145.26,129.28 H 23.78 c -10.53,0 -19.09,-8.56 -19.09,-19.09 V 39.8 c 0,-10.53 8.56,-19.09 19.09,-19.09 h 121.53 l -0.05,108.59 v 0 -0.02 z M 23.78,33.71 c -3.91,0 -7.09,3.18 -7.09,7.09 v 68.4 c 0,3.91 3.18,7.09 7.09,7.09 H 133.26 L 133.3,33.7 H 23.78 Z"
|
||||
id="path2" />
|
||||
</g>
|
||||
<path id="etiqueta-2" class="cls-1" d="m59.28,53.8v42.4c0,2.23-1.76,4.04-3.94,4.04h-17.68c-2.17,0-3.94-1.81-3.94-4.04h0v-42.4c0-2.23,1.76-4.04,3.94-4.04h17.68c2.17,0,3.94,1.81,3.94,4.04Z"/>
|
||||
<path
|
||||
id="etiqueta-2"
|
||||
class="cls-1"
|
||||
d="m 59.28,53.8 v 42.4 c 0,2.23 -1.76,4.04 -3.94,4.04 H 37.66 c -2.17,0 -3.94,-1.81 -3.94,-4.04 v 0 -42.4 c 0,-2.23 1.76,-4.04 3.94,-4.04 h 17.68 c 2.17,0 3.94,1.81 3.94,4.04 z" />
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 2.2 KiB |
|
@ -1,29 +1,63 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg id="memory_card_-_PCSX2" data-name="memory card - PCSX2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150">
|
||||
<defs>
|
||||
<style>
|
||||
.cls-1, .cls-2, .cls-3 {
|
||||
fill: #fff;
|
||||
}
|
||||
|
||||
.cls-2 {
|
||||
fill-rule: evenodd;
|
||||
}
|
||||
|
||||
.cls-3 {
|
||||
stroke: #fff;
|
||||
stroke-width: 9px;
|
||||
}
|
||||
</style>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
id="memory_card_-_PCSX2"
|
||||
data-name="memory card - PCSX2"
|
||||
viewBox="0 0 150 150"
|
||||
version="1.1"
|
||||
sodipodi:docname="memcard-line.svg"
|
||||
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
|
||||
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="namedview2"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:zoom="5.7933333"
|
||||
inkscape:cx="75"
|
||||
inkscape:cy="61.191024"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1027"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="memory_card_-_PCSX2" />
|
||||
<defs
|
||||
id="defs1">
|
||||
<style
|
||||
id="style1"> .cls-1, .cls-2, .cls-3 { fill: #fff; } .cls-2 { fill-rule: evenodd; } .cls-3 { stroke: #fff; stroke-width: 9px; } </style>
|
||||
</defs>
|
||||
<g id="by_Maxihplay" data-name="by Maxihplay">
|
||||
<g id="seta">
|
||||
<polygon class="cls-2" points="111.66 67.01 119.89 75.72 111.66 83.64 111.66 67.01"/>
|
||||
<polygon class="cls-1" points="106.66 57.97 106.66 92.03 124.51 75.8 106.66 57.97 106.66 57.97"/>
|
||||
<g
|
||||
id="by_Maxihplay"
|
||||
data-name="by Maxihplay"
|
||||
transform="rotate(-90,75.554205,74.930845)">
|
||||
<g
|
||||
id="seta">
|
||||
<polygon
|
||||
class="cls-2"
|
||||
points="111.66,83.64 111.66,67.01 119.89,75.72 "
|
||||
id="polygon1" />
|
||||
<polygon
|
||||
class="cls-1"
|
||||
points="124.51,75.8 106.66,57.97 106.66,92.03 "
|
||||
id="polygon2" />
|
||||
</g>
|
||||
<g id="Formato-2">
|
||||
<path class="cls-1" d="m145.26,129.28H23.78c-10.53,0-19.09-8.56-19.09-19.09V39.8c0-10.53,8.56-19.09,19.09-19.09h121.53l-.05,108.59h0v-.02h0ZM23.78,33.71c-3.91,0-7.09,3.18-7.09,7.09v68.4c0,3.91,3.18,7.09,7.09,7.09h109.48l.04-82.59H23.78Z"/>
|
||||
<g
|
||||
id="Formato-2">
|
||||
<path
|
||||
class="cls-1"
|
||||
d="M 145.26,129.28 H 23.78 c -10.53,0 -19.09,-8.56 -19.09,-19.09 V 39.8 c 0,-10.53 8.56,-19.09 19.09,-19.09 h 121.53 l -0.05,108.59 v 0 z M 23.78,33.71 c -3.91,0 -7.09,3.18 -7.09,7.09 v 68.4 c 0,3.91 3.18,7.09 7.09,7.09 H 133.26 L 133.3,33.7 H 23.78 Z"
|
||||
id="path2" />
|
||||
</g>
|
||||
<path id="etiqueta-2" class="cls-3" d="m59.28,53.8v42.4c0,2.23-1.76,4.04-3.94,4.04h-17.68c-2.17,0-3.94-1.81-3.94-4.04h0v-42.4c0-2.23,1.76-4.04,3.94-4.04h17.68c2.17,0,3.94,1.81,3.94,4.04Z"/>
|
||||
<path
|
||||
id="etiqueta-2"
|
||||
class="cls-3"
|
||||
d="m 59.28,53.8 v 42.4 c 0,2.23 -1.76,4.04 -3.94,4.04 H 37.66 c -2.17,0 -3.94,-1.81 -3.94,-4.04 v 0 -42.4 c 0,-2.23 1.76,-4.04 3.94,-4.04 h 17.68 c 2.17,0 3.94,1.81 3.94,4.04 z" />
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 2.3 KiB |
Loading…
Reference in a new issue