diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-10-27 00:15:52 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-10-27 00:15:52 +0100 |
commit | 547f6f77d02caf41bd681d1bf2553a8b8af1c2e6 (patch) | |
tree | 13e61cd90372adb088cb0e855896d0bba1987118 /resources/pe_colored | |
parent | 8f7aec032b11a2e2b3034c9d9719a74726dad130 (diff) | |
download | MultiMC-547f6f77d02caf41bd681d1bf2553a8b8af1c2e6.tar MultiMC-547f6f77d02caf41bd681d1bf2553a8b8af1c2e6.tar.gz MultiMC-547f6f77d02caf41bd681d1bf2553a8b8af1c2e6.tar.lz MultiMC-547f6f77d02caf41bd681d1bf2553a8b8af1c2e6.tar.xz MultiMC-547f6f77d02caf41bd681d1bf2553a8b8af1c2e6.zip |
Add iOS and OSX icon themes by pe
Diffstat (limited to 'resources/pe_colored')
-rw-r--r-- | resources/pe_colored/pe_colored.qrc | 1 | ||||
-rw-r--r-- | resources/pe_colored/scalable/instance-settings.svg | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/resources/pe_colored/pe_colored.qrc b/resources/pe_colored/pe_colored.qrc index c1b7d359..f89cf63f 100644 --- a/resources/pe_colored/pe_colored.qrc +++ b/resources/pe_colored/pe_colored.qrc @@ -10,6 +10,7 @@ <file>scalable/copy.svg</file> <file>scalable/coremods.svg</file> <file>scalable/externaltools.svg</file> + <file>scalable/instance-settings.svg</file> <file>scalable/jarmods.svg</file> <file>scalable/java.svg</file> <file>scalable/loadermods.svg</file> diff --git a/resources/pe_colored/scalable/instance-settings.svg b/resources/pe_colored/scalable/instance-settings.svg new file mode 100644 index 00000000..72032f8a --- /dev/null +++ b/resources/pe_colored/scalable/instance-settings.svg @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 18.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" + viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve"> +<rect x="0" y="0" fill="none" width="32" height="32"/> +<polygon fill="none" points="26,0 6,0 6,0 26,0 "/> +<path fill="#39B54A" d="M26,0H6C2.7,0,0,2.7,0,6v3h32V6C32,2.7,29.3,0,26,0z"/> +<path fill="#8C6239" d="M0,26c0,3.3,2.7,6,6,6h20c3.3,0,6-2.7,6-6V9H0V26z"/> +<path fill-rule="evenodd" clip-rule="evenodd" fill="#F2F2F2" d="M28,6c0-1.1-0.9-2-2-2H6C4.9,4,4,4.9,4,6v20c0,1.1,0.9,2,2,2h20 + c1.1,0,2-0.9,2-2V6z"/> +<rect x="16" y="10" fill-rule="evenodd" clip-rule="evenodd" fill="#666666" width="8" height="2"/> +<rect x="8" y="18" fill-rule="evenodd" clip-rule="evenodd" width="6" height="6"/> +<rect x="10" y="20" fill-rule="evenodd" clip-rule="evenodd" fill="#F2F2F2" width="2" height="2"/> +<rect x="8" y="8" fill-rule="evenodd" clip-rule="evenodd" width="6" height="6"/> +<rect x="10" y="10" fill-rule="evenodd" clip-rule="evenodd" fill="#F2F2F2" width="2" height="2"/> +<rect x="16" y="20" fill-rule="evenodd" clip-rule="evenodd" fill="#666666" width="8" height="2"/> +</svg> |