diff options
Diffstat (limited to 'themes/hugo-pt2021/static/ims')
-rw-r--r-- | themes/hugo-pt2021/static/ims/README.md | 6 | ||||
-rw-r--r-- | themes/hugo-pt2021/static/ims/theme.svg | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/themes/hugo-pt2021/static/ims/README.md b/themes/hugo-pt2021/static/ims/README.md new file mode 100644 index 0000000..b821a7e --- /dev/null +++ b/themes/hugo-pt2021/static/ims/README.md @@ -0,0 +1,6 @@ +[SVG][] icons from [Bootstrap Icons][] used in page header. + +[svg]: https://en.wikipedia.org/wiki/SVG + "Scalable vector graphics (SVG)" +[bootstrap icons]: https://icons.getbootstrap.com/ + "Bootstrap icons" diff --git a/themes/hugo-pt2021/static/ims/theme.svg b/themes/hugo-pt2021/static/ims/theme.svg new file mode 100644 index 0000000..ae34ceb --- /dev/null +++ b/themes/hugo-pt2021/static/ims/theme.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" stroke="#fff" fill="#fff" class="bi bi-brightness-low-fill" viewBox="0 0 16 16"> + <path d="M12 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0M8.5 2.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m0 11a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m5-5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m-11 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m9.743-4.036a.5.5 0 1 1-.707-.707.5.5 0 0 1 .707.707m-7.779 7.779a.5.5 0 1 1-.707-.707.5.5 0 0 1 .707.707m7.072 0a.5.5 0 1 1 .707-.707.5.5 0 0 1-.707.707M3.757 4.464a.5.5 0 1 1 .707-.707.5.5 0 0 1-.707.707"/> +</svg> |