diff options
author | codecalm <codecalm@gmail.com> | 2020-12-05 17:28:41 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-12-05 17:28:41 +0100 |
commit | 51d0cf33d2fab0a1cb3c097cf3fd3e8f031e2ca0 (patch) | |
tree | 41089d37486b83af446c78cd2a015f5d62727b9d /src/_icons/arrows-double-sw-ne.svg | |
parent | icons optimize (diff) | |
download | tabler-icons-51d0cf33d2fab0a1cb3c097cf3fd3e8f031e2ca0.tar.xz |
icons optimize
Diffstat (limited to 'src/_icons/arrows-double-sw-ne.svg')
-rw-r--r-- | src/_icons/arrows-double-sw-ne.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_icons/arrows-double-sw-ne.svg b/src/_icons/arrows-double-sw-ne.svg index 85ea04ee..5c73b6ab 100644 --- a/src/_icons/arrows-double-sw-ne.svg +++ b/src/_icons/arrows-double-sw-ne.svg @@ -2,8 +2,8 @@ category: Arrows --- <svg> - <path d="M14 3L3 14" /> + <path d="M14 3l-11 11" /> <path d="M3 10v4h4" /> <path d="M17 10h4v4" /> - <path d="M10 21l11-11" /> + <path d="M10 21l11 -11" /> </svg> |