diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-09-26 13:43:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-26 13:43:47 -0400 |
commit | 5df78c6f3a71fe805af6a6d9b3c1705c0ec04815 (patch) | |
tree | 0120eabad67b73ee78245adbfeb6f304e0fead3f /ext/mixed | |
parent | 079307899f3b57f2aec121631b56fb8780430e8e (diff) |
Add icons (#860)
* Add hamburger menu icon
* Add material down/right arrows
Diffstat (limited to 'ext/mixed')
-rw-r--r-- | ext/mixed/img/hamburger-menu.svg | 1 | ||||
-rw-r--r-- | ext/mixed/img/material-down-arrow.svg | 1 | ||||
-rw-r--r-- | ext/mixed/img/material-right-arrow.svg | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/ext/mixed/img/hamburger-menu.svg b/ext/mixed/img/hamburger-menu.svg new file mode 100644 index 00000000..9048d205 --- /dev/null +++ b/ext/mixed/img/hamburger-menu.svg @@ -0,0 +1 @@ +<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M2.25 7c-.13807.00001-.24999.11193-.25.25v1.5c.00001.13807.11193.24999.25.25h11.5c.13806-.00001.24999-.11193.25-.25v-1.5c-.00001-.13807-.11194-.24999-.25-.25zM2.25 2c-.13807.00001-.24999.11193-.25.25v1.5c.00001.13807.11193.24999.25.25h11.5c.13806-.00001.24999-.11193.25-.25v-1.5c-.00001-.13807-.11194-.24999-.25-.25zM2.25 12c-.13807.00001-.24999.11194-.25.25v1.5c.00001.13807.11193.24999.25.25h11.5c.13806-.00001.24999-.11193.25-.25v-1.5c-.00001-.13806-.11194-.24999-.25-.25z" fill="#333"/></svg>
\ No newline at end of file diff --git a/ext/mixed/img/material-down-arrow.svg b/ext/mixed/img/material-down-arrow.svg new file mode 100644 index 00000000..dd60c48d --- /dev/null +++ b/ext/mixed/img/material-down-arrow.svg @@ -0,0 +1 @@ +<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="24" height="12"><path d="M0 0h24L12 12z" fill="#666"/></svg>
\ No newline at end of file diff --git a/ext/mixed/img/material-right-arrow.svg b/ext/mixed/img/material-right-arrow.svg new file mode 100644 index 00000000..15be03c0 --- /dev/null +++ b/ext/mixed/img/material-right-arrow.svg @@ -0,0 +1 @@ +<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="12" height="24"><path d="M0 0v24L12 12z" fill="#666"/></svg>
\ No newline at end of file |