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>2020-07-02 10:02:54 +0300
committerHuy Nguyen <huyb.1991@gmail.com>2020-07-02 10:02:54 +0300
commit6a8f21ba55fc790d7cadd0f866ce60a3a2ff58f9 (patch)
tree5d775708ec136fa7fbaf252dd50604f0eb7d98ad
parent1283997b5af3c8460d27c89988da7086521d1940 (diff)
Add sunny and moon icon
-rw-r--r--layouts/partials/svg-icons.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layouts/partials/svg-icons.html b/layouts/partials/svg-icons.html
index 0f69d5c..d5c5a8d 100644
--- a/layouts/partials/svg-icons.html
+++ b/layouts/partials/svg-icons.html
@@ -7,6 +7,17 @@
<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" />
</symbol>
+ <symbol id="icon-sunny" viewBox="0 0 64 64">
+ <path fill="none" stroke="#202020" stroke-miterlimit="10" stroke-width="2" d="M32 2v16m0 28v16m30-30H46m-28 0H2m8.8-21.2l11.3 11.3m19.8 19.8l11.3 11.3m0-42.4L41.9 22.1M22.1 41.9L10.8 53.2" stroke-linejoin="round" stroke-linecap="round" />
+ <circle cx="32" cy="32" r="14" fill="none" stroke="#202020" stroke-miterlimit="10" stroke-width="2" stroke-linejoin="round" stroke-linecap="round" />
+ </symbol>
+
+ <symbol id="icon-moon" viewBox="0 0 64 64">
+ <path d="M35 2a25 25 0 0 1-22 36.8 24.9 24.9 0 0 1-10.6-2.3A30 30 0 1 0 35 2z"
+ fill="none" stroke="#202020" stroke-miterlimit="10" stroke-width="2" stroke-linejoin="round"
+ stroke-linecap="round" />
+ </symbol>
+
<symbol id="icon-email" viewBox="0 0 24 24">
<path d="M24 4.5v15c0 .85-.65 1.5-1.5 1.5H21V7.387l-9 6.463-9-6.463V21H1.5C.649 21 0 20.35 0 19.5v-15c0-.425.162-.8.431-1.068C.7 3.16 1.076 3 1.5 3H2l10 7.25L22 3h.5c.425 0 .8.162 1.069.432.27.268.431.643.431 1.068z" />
</symbol>