aboutsummaryrefslogtreecommitdiff
path: root/icon-theme/material-design-light
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-06-20 12:25:45 -0400
committerKen Moore <ken@ixsystems.com>2017-06-20 12:25:45 -0400
commitc921e49ddabe4a8ded996d9127eb7b19b3ff561e (patch)
tree103fbc5b29fddad58d79365a31dc829125226751 /icon-theme/material-design-light
parentClean up some whitespace. (diff)
downloadlumina-c921e49ddabe4a8ded996d9127eb7b19b3ff561e.tar.gz
lumina-c921e49ddabe4a8ded996d9127eb7b19b3ff561e.tar.bz2
lumina-c921e49ddabe4a8ded996d9127eb7b19b3ff561e.zip
Add a new "formula" icon to the material-design icon themes.
Diffstat (limited to 'icon-theme/material-design-light')
-rw-r--r--icon-theme/material-design-light/actions/formula.svg5
1 files changed, 5 insertions, 0 deletions
diff --git a/icon-theme/material-design-light/actions/formula.svg b/icon-theme/material-design-light/actions/formula.svg
new file mode 100644
index 00000000..6c84a06e
--- /dev/null
+++ b/icon-theme/material-design-light/actions/formula.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="1.33333" stroke-linejoin="round" d="M 15.5987,5.28811C 14.4983,5.19184 13.5282,6.00582 13.432,7.10618L 13.1788,10L 16,10L 16,12L 13.0038,12L 12.5604,17.0681C 12.3679,19.2689 10.4278,20.8968 8.22702,20.7043C 6.9208,20.59 5.81636,19.8601 5.1746,18.8254L 6.67042,17.3296C 6.90899,18.0735 7.57426,18.6395 8.40133,18.7119C 9.50169,18.8082 10.4718,17.9942 10.568,16.8938L 10.9962,12L 8,12L 8,10L 11.1712,10L 11.4396,6.93188C 11.6321,4.73115 13.5722,3.10319 15.773,3.29573C 17.0792,3.41001 18.1836,4.13994 18.8254,5.1746L 17.3296,6.67041C 17.091,5.92647 16.4257,5.36046 15.5987,5.28811 Z "/>
+</svg>
bgstack15