diff options
author | codecalm <codecalm@gmail.com> | 2020-03-02 21:31:43 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-02 21:31:43 +0100 |
commit | 3de421eb6ba92054020a098d4b985db8ffeb1018 (patch) | |
tree | 99124e5c990df9a4d51549997c9b11b786319b39 /_icons/eye.svg | |
parent | share, folders, target (diff) | |
download | tabler-icons-3de421eb6ba92054020a098d4b985db8ffeb1018.tar.xz |
arrows, maximize, minimize, eye
Diffstat (limited to '_icons/eye.svg')
-rw-r--r-- | _icons/eye.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_icons/eye.svg b/_icons/eye.svg new file mode 100644 index 00000000..0982613c --- /dev/null +++ b/_icons/eye.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <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> |