diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-12-04 01:05:49 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-12-07 22:55:29 +0100 |
commit | a060d79c123e98baad8f1ea48600bd7449c9c66a (patch) | |
tree | bf7cbc2c3d1e0b6ac5b89095d68b0b09a9de642f /resources/pe_dark/scalable/status-yellow.svg | |
parent | 28140b1db6ae93848ce58206285e882960700534 (diff) | |
download | MultiMC-a060d79c123e98baad8f1ea48600bd7449c9c66a.tar MultiMC-a060d79c123e98baad8f1ea48600bd7449c9c66a.tar.gz MultiMC-a060d79c123e98baad8f1ea48600bd7449c9c66a.tar.lz MultiMC-a060d79c123e98baad8f1ea48600bd7449c9c66a.tar.xz MultiMC-a060d79c123e98baad8f1ea48600bd7449c9c66a.zip |
GH-631, GH-658 Implement yellow status icon, refresh status icons in themes.
Diffstat (limited to 'resources/pe_dark/scalable/status-yellow.svg')
-rw-r--r-- | resources/pe_dark/scalable/status-yellow.svg | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/resources/pe_dark/scalable/status-yellow.svg b/resources/pe_dark/scalable/status-yellow.svg new file mode 100644 index 00000000..69133817 --- /dev/null +++ b/resources/pe_dark/scalable/status-yellow.svg @@ -0,0 +1,16 @@ +<?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"> +<g> + <path fill="#E3A333" d="M26,0H6C2.7,0,0,2.7,0,6v20c0,3.3,2.7,6,6,6h20c3.3,0,6-2.7,6-6V6C32,2.7,29.3,0,26,0z M28,26 + c0,1.1-0.9,2-2,2H6c-1.1,0-2-0.9-2-2V6c0-1.1,0.9-2,2-2h20c1.1,0,2,0.9,2,2V26z"/> +</g> +<path d="M26,0H6C2.7,0,0,2.7,0,6v20c0,3.3,2.7,6,6,6h20c3.3,0,6-2.7,6-6V6C32,2.7,29.3,0,26,0z"/> +<path d="M28,26c0,1.1-0.9,2-2,2H6c-1.1,0-2-0.9-2-2V6c0-1.1,0.9-2,2-2h20c1.1,0,2,0.9,2,2V26z"/> +<g> + <path fill="#FFFFFF" d="M6,20c0-5.8,2.4-7.9,5.8-7.9c2,0,3.4,0.7,5.3,1.9c1.6,1,2.5,1.5,3.3,1.5c0.7,0,1.2-0.7,1.3-3.1H26 + c0.2,6.1-2.3,8-5.5,8c-2,0-3.5-0.8-5.3-1.9c-1.7-1-2.6-1.6-3.3-1.6c-0.8,0-1.4,0.5-1.6,3.2H6z"/> +</g> +</svg> |