ES-DE/resources/graphics/folder.svg
Leon Styhre 8fefc9232c Reorganized all resources to a subdirectory structure and added the CMake install prefix to the resource search path.
CMAKE_INSTALL_PREFIX and CMAKE_INSTALL_DATAROOTDIR are now used to resolve the resource path. As of this commit, there are only two paths where resources are searched, under the user home directory and under this install prefix directory (which defaults to /usr/local/share/emulationstation/resources but can be set to for instance /opt/share/emulationstation/resources using the appropriate CMake flags).
2020-06-21 19:35:43 +02:00

6 lines
495 B
XML

<?xml version="1.0" encoding="utf-8"?>
<svg width="128" height="128" version="1.1" viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg">
<path d="m10 19h38a6 6 90 0 1 6 6v6h64a6 6 90 0 1 6 6v66a6 6 90 0 1-6 6h-108a6 6 90 0 1-6-6v-78a6 6 90 0 1 6-6z" fill="#aaa" stroke="#aaa" stroke-linejoin="round" stroke-width="3"/>
<path d="m10 35h108a6 6 90 0 1 6 6v62a6 6 90 0 1-6 6h-108a6 6 90 0 1-6-6v-62a6 6 90 0 1 6-6z" fill="#777" stroke="#777" stroke-linejoin="round" stroke-width="3"/>
</svg>