diff options
Diffstat (limited to 'dist/icons/eye.svg')
-rw-r--r-- | dist/icons/eye.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dist/icons/eye.svg b/dist/icons/eye.svg new file mode 100644 index 0000000..c39f110 --- /dev/null +++ b/dist/icons/eye.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-eye" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <circle cx="12" cy="12" r="2" /> + <path d="M2 12l1.5 2a11 11 0 0017 0l1.5 -2" /> + <path d="M2 12l1.5 -2a11 11 0 0117 0l1.5 2" /> +</svg> + + |