aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/mypaper/static/favicon.svg
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-04-19 20:28:06 +0900
committernsfisis <nsfisis@gmail.com>2022-04-19 20:33:38 +0900
commit0dfaa9b0e79e45bfc40d10418443d1d868fbb930 (patch)
tree7e80f7fe58fcfeae6757f2f405696378b1435243 /themes/mypaper/static/favicon.svg
parent6e2a31185145d4690dbf897b56a682113ce62d8f (diff)
downloadnsfisis.github.io-0dfaa9b0e79e45bfc40d10418443d1d868fbb930.tar.gz
nsfisis.github.io-0dfaa9b0e79e45bfc40d10418443d1d868fbb930.tar.zst
nsfisis.github.io-0dfaa9b0e79e45bfc40d10418443d1d868fbb930.zip
update theme
Diffstat (limited to 'themes/mypaper/static/favicon.svg')
-rw-r--r--themes/mypaper/static/favicon.svg27
1 files changed, 27 insertions, 0 deletions
diff --git a/themes/mypaper/static/favicon.svg b/themes/mypaper/static/favicon.svg
new file mode 100644
index 0000000..2d1559b
--- /dev/null
+++ b/themes/mypaper/static/favicon.svg
@@ -0,0 +1,27 @@
+<?xml version="1.0"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg
+ width="100" height="100" viewBox="0 0 100 100"
+ xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1"
+>
+ <defs>
+ <g id="favicon.l">
+ <line x1="50" y1="5" x2="50" y2="50" stroke="white" stroke-width="2"/>
+ <path d="M 50 10 L 46 5 L 54 5" fill="white"/>
+ <path d="M 50 30 L 47 50 L 53 50" fill="white"/>
+ </g>
+ </defs>
+ <circle cx="50" cy="50" r="50" fill="orange"/>
+ <circle cx="50" cy="50" r="45" fill="orange" stroke="white" stroke-width="4"/>
+ <circle cx="50" cy="50" r="8" fill="white"/>
+ <use transform="rotate( 0, 50, 50)" xlink:href="#favicon.l"/>
+ <use transform="rotate( 36, 50, 50)" xlink:href="#favicon.l"/>
+ <use transform="rotate( 72, 50, 50)" xlink:href="#favicon.l"/>
+ <use transform="rotate(108, 50, 50)" xlink:href="#favicon.l"/>
+ <use transform="rotate(144, 50, 50)" xlink:href="#favicon.l"/>
+ <use transform="rotate(180, 50, 50)" xlink:href="#favicon.l"/>
+ <use transform="rotate(216, 50, 50)" xlink:href="#favicon.l"/>
+ <use transform="rotate(252, 50, 50)" xlink:href="#favicon.l"/>
+ <use transform="rotate(288, 50, 50)" xlink:href="#favicon.l"/>
+ <use transform="rotate(324, 50, 50)" xlink:href="#favicon.l"/>
+</svg>