diff options
author | Ken Moore <ken@ixsystems.com> | 2017-05-09 09:01:36 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-05-09 09:01:36 -0400 |
commit | c22fadabbe9bbbcc2fcffb11648b25ed13430b53 (patch) | |
tree | d34178ec68ebe3366cb2e4f209dea654f5f2929a /icon-theme/material-design-dark/actions | |
parent | Add a few more icons to the material-design-light theme. (diff) | |
download | lumina-c22fadabbe9bbbcc2fcffb11648b25ed13430b53.tar.gz lumina-c22fadabbe9bbbcc2fcffb11648b25ed13430b53.tar.bz2 lumina-c22fadabbe9bbbcc2fcffb11648b25ed13430b53.zip |
Sync up the material-design-dark theme with the light version (new icons)
Diffstat (limited to 'icon-theme/material-design-dark/actions')
3 files changed, 15 insertions, 0 deletions
diff --git a/icon-theme/material-design-dark/actions/dashboard-show.svg b/icon-theme/material-design-dark/actions/dashboard-show.svg new file mode 100644 index 00000000..95df6c0f --- /dev/null +++ b/icon-theme/material-design-dark/actions/dashboard-show.svg @@ -0,0 +1,5 @@ +<?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="#F8F8F8" fill-opacity="1" stroke-linejoin="round" d="M 18,6L 18,17L 22,17L 22,6M 2,17L 6,17L 6,6L 2,6M 7,19L 17,19L 17,4L 7,4L 7,19 Z "/> +</svg> diff --git a/icon-theme/material-design-dark/actions/document-open-folder.svg b/icon-theme/material-design-dark/actions/document-open-folder.svg new file mode 100644 index 00000000..dfe7dbd7 --- /dev/null +++ b/icon-theme/material-design-dark/actions/document-open-folder.svg @@ -0,0 +1,5 @@ +<?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="#F8F8F8" fill-opacity="1" stroke-width="0.2" stroke-linejoin="round" d="M 18.9994,19.9981L 3.99939,19.9981C 2.89437,19.9981 1.99939,19.1021 1.99939,17.9981L 2.0094,5.99807C 2.0094,4.89407 2.89437,3.99807 3.99939,3.99807L 9.99939,3.99807L 11.9994,5.99807L 18.9994,5.99808C 20.1034,5.99808 20.9994,6.89407 20.9994,7.99808L 20.9994,8.00001L 3.99939,7.99807L 3.99939,17.9981L 6.14359,10L 23.2141,10L 20.9318,18.5176C 20.7023,19.37 19.9237,19.9981 18.9994,19.9981 Z "/> +</svg> diff --git a/icon-theme/material-design-dark/actions/insert-horizontal-rule.svg b/icon-theme/material-design-dark/actions/insert-horizontal-rule.svg new file mode 100644 index 00000000..db02b17a --- /dev/null +++ b/icon-theme/material-design-dark/actions/insert-horizontal-rule.svg @@ -0,0 +1,5 @@ +<?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="#F8F8F8" fill-opacity="1" stroke-width="0.2" stroke-linejoin="round" d="M 18.9994,12.998L 4.99943,12.998L 4.99995,11.0001L 18.9994,10.998L 18.9994,12.998 Z "/> +</svg> |