diff options
author | shunjou <shunjou@gmail.com> | 2019-02-18 20:52:16 -0500 |
---|---|---|
committer | shunjou <shunjou@gmail.com> | 2019-04-07 03:05:36 -0400 |
commit | 7a2085a8e5798d481e1e8bbb9b7e56815e59bf33 (patch) | |
tree | dec513b3b0972e98d9a1f23b36c87be8c9bc3fb7 /themes/luci-theme-material/htdocs/luci-static/material/icons/logout.svg | |
parent | 731a2d3a0febfaefdd7f92f107c939714693630a (diff) |
luci-theme-material: icons and other changes
* Remove excess font dependency
* Retain two glyphs as svg
* Store svg icons externally
* Add logout icon
* Replace spaces with tabs in script
* Various minor fixes
Signed-off-by: Shun Jou <shunjou@gmail.com>
Diffstat (limited to 'themes/luci-theme-material/htdocs/luci-static/material/icons/logout.svg')
-rw-r--r-- | themes/luci-theme-material/htdocs/luci-static/material/icons/logout.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/luci-theme-material/htdocs/luci-static/material/icons/logout.svg b/themes/luci-theme-material/htdocs/luci-static/material/icons/logout.svg new file mode 100644 index 0000000000..d529b94e6f --- /dev/null +++ b/themes/luci-theme-material/htdocs/luci-static/material/icons/logout.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#202124" d="M10.09,15.59L11.5,17l5,-5,-5,-5,-1.41,1.41L12.67,11H3v2h9.67l-2.58,2.59zM19,3H5c-1.11,0,-2,0.9,-2,2v4h2V5h14v14H5v-4H3v4c0,1.1,0.89,2,2,2h14c1.1,0,2,-0.9,2,-2V5c0,-1.1,-0.9,-2,-2,-2z"/></svg>
\ No newline at end of file |