aboutsummaryrefslogtreecommitdiff
path: root/icon-theme/material-design-light/actions/edit-rename.svg
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-04-13 12:53:52 -0400
committerKen Moore <ken@ixsystems.com>2017-04-13 12:53:52 -0400
commitaff408244a90cb99c84eb68ffadc25f92a630766 (patch)
treeafacf75563cdc3b3e4cc21d8468a503ad07426cf /icon-theme/material-design-light/actions/edit-rename.svg
parentMerge branch 'master' of github.com:trueos/lumina (diff)
downloadlumina-aff408244a90cb99c84eb68ffadc25f92a630766.tar.gz
lumina-aff408244a90cb99c84eb68ffadc25f92a630766.tar.bz2
lumina-aff408244a90cb99c84eb68ffadc25f92a630766.zip
Add a few more icons to the theme. This should finish up all the ones that Lumina was still looking for.
Diffstat (limited to 'icon-theme/material-design-light/actions/edit-rename.svg')
-rw-r--r--icon-theme/material-design-light/actions/edit-rename.svg5
1 files changed, 5 insertions, 0 deletions
diff --git a/icon-theme/material-design-light/actions/edit-rename.svg b/icon-theme/material-design-light/actions/edit-rename.svg
new file mode 100644
index 00000000..9afb9d07
--- /dev/null
+++ b/icon-theme/material-design-light/actions/edit-rename.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="#000000" fill-opacity="1" stroke-width="0.2" stroke-linejoin="round" d="M 17.9994,16.9981L 10.4994,16.9981L 12.4994,14.9981L 17.9994,14.9981M 5.99939,16.9981L 5.99939,14.5231L 13.8774,6.64507C 14.0734,6.44906 14.3894,6.44906 14.5854,6.64507L 16.3524,8.41207C 16.5484,8.60708 16.5484,8.92406 16.3524,9.11907L 8.4744,16.9981M 18.9994,2.99807L 4.99939,2.99807C 3.89438,2.99807 2.99939,3.89406 2.99939,4.99807L 2.99939,18.9981C 2.99939,20.1021 3.89438,20.9981 4.99939,20.9981L 18.9994,20.9981C 20.1034,20.9981 20.9994,20.1021 20.9994,18.9981L 20.9994,4.99807C 20.9994,3.89406 20.1034,2.99807 18.9994,2.99807 Z "/>
+</svg>
bgstack15