diff options
Diffstat (limited to 'src/content/img/icon/fullscreen/light.svg')
-rw-r--r-- | src/content/img/icon/fullscreen/light.svg | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/content/img/icon/fullscreen/light.svg b/src/content/img/icon/fullscreen/light.svg new file mode 100644 index 0000000..3dc2668 --- /dev/null +++ b/src/content/img/icon/fullscreen/light.svg @@ -0,0 +1,30 @@ +<svg + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + fill="none" +> + <path + d=" + M 4 15 + V 18 + C 4 19.1046 4.89543 20 6 20 + H 9 + M 15.2173 20 + H 18 + C 19.1046 20 20 19.1046 20 18 + V 15 + M 20 9 + V 6 + C 20 4.89543 19.1046 4 18 4 + H 15 + M 4 9 + V 6 + C 4 4.89543 4.89543 4 6 4 + H 9 + " + stroke="black" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> +</svg> |