diff options
author | codecalm <codecalm@gmail.com> | 2020-03-01 13:27:52 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-01 13:27:52 +0100 |
commit | 7aa273fc1753e1c079010378f0d9493b20576d07 (patch) | |
tree | 2d91b818b124c222aaea45bd40b53eea55e55ffa /_icons/border-left.svg | |
parent | tranding icons (diff) | |
download | tabler-icons-7aa273fc1753e1c079010378f0d9493b20576d07.tar.xz |
clipboard icon, svg optimize
Diffstat (limited to '_icons/border-left.svg')
-rw-r--r-- | _icons/border-left.svg | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/_icons/border-left.svg b/_icons/border-left.svg index b7d53f20..93bf9523 100644 --- a/_icons/border-left.svg +++ b/_icons/border-left.svg @@ -1,12 +1,12 @@ --- --- <svg> - <line x1="4" y1="20" x2="4" y2="4"></line> + <line x1="4" y1="20" x2="4" y2="4" /> <g stroke-dasharray=".001 4"> - <line x1="4" y1="4" x2="20" y2="4"></line> - <line x1="20" y1="4" x2="20" y2="20"></line> - <line x1="20" y1="20" x2="4" y2="20"></line> - <line x1="4" y1="12" x2="20" y2="12"></line> - <line x1="12" y1="4" x2="12" y2="20"></line> + <line x1="4" y1="4" x2="20" y2="4" /> + <line x1="20" y1="4" x2="20" y2="20" /> + <line x1="20" y1="20" x2="4" y2="20" /> + <line x1="4" y1="12" x2="20" y2="12" /> + <line x1="12" y1="4" x2="12" y2="20" /> </g> </svg> |