Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/huyb1991/hugo-lamp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuy Nguyen <huyb.1991@gmail.com>2019-12-02 14:16:06 +0300
committerHuy Nguyen <huyb.1991@gmail.com>2019-12-02 14:16:06 +0300
commit957fff638c2b670076d5d48a94d68da602b4e248 (patch)
tree26f1f6fc0cef045e87f1507ea8a1906511634a62
parent5b8de7c7b6df2017103002c5a1eafb373da1c793 (diff)
Add menu icon
-rw-r--r--layouts/partials/svg-icons.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/partials/svg-icons.html b/layouts/partials/svg-icons.html
index cbba3b6..09a22f5 100644
--- a/layouts/partials/svg-icons.html
+++ b/layouts/partials/svg-icons.html
@@ -1,4 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
+ <symbol id="icon-menu" viewBox="0 0 640 640">
+ <path d="M0 96h640v64h-640v-64zM0 288h640v64h-640v-64zM0 480h640v64h-640v-64z" />
+ </symbol>
+</svg>
+
+<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="icon-rss" viewBox="0 0 24 24">
<title>RSS</title>
<path d="M19.199 24C19.199 13.467 10.533 4.8 0 4.8V0c13.165 0 24 10.835 24 24h-4.801zM3.291 17.415c1.814 0 3.293 1.479 3.293 3.295 0 1.813-1.485 3.29-3.301 3.29C1.47 24 0 22.526 0 20.71s1.475-3.294 3.291-3.295zM15.909 24h-4.665c0-6.169-5.075-11.245-11.244-11.245V8.09c8.727 0 15.909 7.184 15.909 15.91z" />