diff options
author | Ken Moore <ken@ixsystems.com> | 2017-04-13 13:16:50 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-04-13 13:16:50 -0400 |
commit | 967f3603f306d1ce0ea623a9c1df4d7677dd8a54 (patch) | |
tree | b37e0f74174a6f4d17425413c68b9e194cb222af /icon-theme | |
parent | Clean up which icons are used within lumina-fm. (diff) | |
download | lumina-967f3603f306d1ce0ea623a9c1df4d7677dd8a54.tar.gz lumina-967f3603f306d1ce0ea623a9c1df4d7677dd8a54.tar.bz2 lumina-967f3603f306d1ce0ea623a9c1df4d7677dd8a54.zip |
Another few icon changes
Diffstat (limited to 'icon-theme')
3 files changed, 46 insertions, 5 deletions
diff --git a/icon-theme/material-design-light/actions/bo-last-view.svg b/icon-theme/material-design-light/actions/bo-last-view.svg deleted file mode 100644 index bae1645b..00000000 --- a/icon-theme/material-design-light/actions/bo-last-view.svg +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" baseProfile="full" width="24" height="24" viewBox="0 0 24.00 24.00" enable-background="new 0 0 24.00 24.00" xml:space="preserve"> - <path fill="#000000" fill-opacity="1" stroke-width="0.2" stroke-linejoin="round" d="M 19.9994,17.9981L 21.9994,17.9981L 21.9994,5.99807L 19.9994,5.99807M 11.5854,7.41207L 15.1714,10.9981L 0.9994,10.9981L 0.9994,12.9981L 15.1714,12.9981L 11.5854,16.5841L 12.9994,17.9981L 18.9994,11.9981L 12.9994,5.99807L 11.5854,7.41207 Z "/> -</svg> diff --git a/icon-theme/material-design-light/actions/configure-toolbars.svg b/icon-theme/material-design-light/actions/configure-toolbars.svg new file mode 100755 index 00000000..ac42b58d --- /dev/null +++ b/icon-theme/material-design-light/actions/configure-toolbars.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M45.4 37.9L27.1 19.6c1.8-4.6.8-10.1-2.9-13.8-4-4-10-4.8-14.8-2.5l8.7 8.7-6.1 6.1-8.7-8.7C1 14.2 1.8 20.2 5.8 24.2c3.7 3.7 9.2 4.7 13.8 2.9l18.3 18.3c.8.8 2.1.8 2.8 0l4.7-4.7c.8-.7.8-2 0-2.8z"/></svg>
\ No newline at end of file diff --git a/icon-theme/material-design-light/actions/go-last-view.svg b/icon-theme/material-design-light/actions/go-last-view.svg new file mode 100644 index 00000000..85c1fe6b --- /dev/null +++ b/icon-theme/material-design-light/actions/go-last-view.svg @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + width="24" + height="24" + viewBox="0 0 24.00 24.00" + enable-background="new 0 0 24.00 24.00" + xml:space="preserve" + id="svg4" + sodipodi:docname="go-last-view.svg" + inkscape:version="0.92.0 r15299"><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" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs + id="defs8" /><sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="726" + inkscape:window-height="480" + id="namedview6" + showgrid="false" + inkscape:zoom="9.8333333" + inkscape:cx="12" + inkscape:cy="12" + inkscape:window-x="-2" + inkscape:window-y="2" + inkscape:window-maximized="0" + inkscape:current-layer="svg4" /><path + d="m 19.9994,17.9981 h 2 V 5.99807 h -2 m -8.414,1.414 3.586,3.58603 H 0.9994 v 2 h 14.172 l -3.586,3.586 1.414,1.414 6,-6 -6,-6.00003 z" + id="path2" + inkscape:connector-curvature="0" + style="fill:#000000;fill-opacity:1;stroke-width:0.2;stroke-linejoin:round" /></svg>
\ No newline at end of file |