diff options
author | codecalm <codecalm@gmail.com> | 2020-03-02 16:42:02 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-02 16:42:02 +0100 |
commit | 605ac9c6b9ee69292080b618a2cb0e39062130de (patch) | |
tree | 5541ce4479d576de56dc2d347042a6b6c9536282 /_icons/border-outer.svg | |
parent | new icons (diff) | |
download | tabler-icons-605ac9c6b9ee69292080b618a2cb0e39062130de.tar.xz |
icons optimize
Diffstat (limited to '_icons/border-outer.svg')
-rw-r--r-- | _icons/border-outer.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_icons/border-outer.svg b/_icons/border-outer.svg index bfb11415..85b2ed61 100644 --- a/_icons/border-outer.svg +++ b/_icons/border-outer.svg @@ -3,7 +3,7 @@ <svg> <rect x="4" y="4" width="16" height="16" rx="2" /> <g stroke-dasharray=".001 4"> - <line x1="4" y1="12" x2="20" y2="12" /> - <line x1="12" y1="4" x2="12" y2="20" /> + <line x1="4" y1="12" x2="20" y2="12" /> + <line x1="12" y1="4" x2="12" y2="20" /> </g> </svg> |