diff options
author | codecalm <codecalm@gmail.com> | 2020-03-02 00:59:10 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-02 15:59:10 +0100 |
commit | bdb537e06d499cc8b13285f0f50e5ba0b4a64473 (patch) | |
tree | a68549a64180e16ef9e1e477b3ff17556024b52d /_icons/zoom-out.svg | |
parent | icons small fix (diff) | |
download | tabler-icons-bdb537e06d499cc8b13285f0f50e5ba0b4a64473.tar.xz |
new icons
Diffstat (limited to '_icons/zoom-out.svg')
-rw-r--r-- | _icons/zoom-out.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_icons/zoom-out.svg b/_icons/zoom-out.svg index f1958615..c3847067 100644 --- a/_icons/zoom-out.svg +++ b/_icons/zoom-out.svg @@ -2,6 +2,6 @@ --- <svg> <circle cx="10" cy="10" r="7"></circle> - <line x1="7" y1="10" x2="13" y2="10"></line> - <line x1="21" y1="21" x2="15" y2="15"></line> + <line x1="7" y1="10" x2="13" y2="10"/> + <line x1="21" y1="21" x2="15" y2="15"/> </svg> |