summaryrefslogtreecommitdiff
path: root/src/content/img/icon/zoom-in
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-10-23 05:20:06 -0300
committerEuAndreh <eu@euandre.org>2024-10-27 08:01:49 -0300
commit5826fb5037983bdbe04b8d3b364167e8516ab7db (patch)
treedab7a5eeadbc7ffc755dd8b3f5c603ebff3e643a /src/content/img/icon/zoom-in
parentWIP service worker strategies (diff)
downloadchat.papo.im-5826fb5037983bdbe04b8d3b364167e8516ab7db.tar.gz
chat.papo.im-5826fb5037983bdbe04b8d3b364167e8516ab7db.tar.xz
WIP: Init work on HTML
Diffstat (limited to 'src/content/img/icon/zoom-in')
-rw-r--r--src/content/img/icon/zoom-in/light.svg41
1 files changed, 41 insertions, 0 deletions
diff --git a/src/content/img/icon/zoom-in/light.svg b/src/content/img/icon/zoom-in/light.svg
new file mode 100644
index 0000000..b8f3022
--- /dev/null
+++ b/src/content/img/icon/zoom-in/light.svg
@@ -0,0 +1,41 @@
+<svg
+ xmlns="http://www.w3.org/2000/svg"
+ viewBox="0 0 24 24"
+ fill="none"
+>
+ <circle
+ cx="10"
+ cy="10"
+ r="6"
+ stroke="black"
+ stroke-width="2"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ d="
+ M 14.5 14.5
+ L 19 19
+ "
+ stroke="black"
+ stroke-width="2"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ d="
+ M 8 10
+ H 10
+ M 12 10
+ H 10
+ M 10 10
+ V 8
+ M 10 10
+ V 12
+ "
+ stroke="black"
+ stroke-width="2"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+</svg>