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/align-center.svg | |
parent | tranding icons (diff) | |
download | tabler-icons-7aa273fc1753e1c079010378f0d9493b20576d07.tar.xz |
clipboard icon, svg optimize
Diffstat (limited to '_icons/align-center.svg')
-rw-r--r-- | _icons/align-center.svg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/_icons/align-center.svg b/_icons/align-center.svg index a06412ae..19add0ab 100644 --- a/_icons/align-center.svg +++ b/_icons/align-center.svg @@ -1,8 +1,8 @@ --- --- <svg> - <line x1="4" y1="6" x2="20" y2="6"></line> - <line x1="7" y1="10" x2="17" y2="10"></line> - <line x1="4" y1="14" x2="20" y2="14"></line> - <line x1="6" y1="18" x2="18" y2="18"></line> + <line x1="4" y1="6" x2="20" y2="6" /> + <line x1="7" y1="10" x2="17" y2="10" /> + <line x1="4" y1="14" x2="20" y2="14" /> + <line x1="6" y1="18" x2="18" y2="18" /> </svg> |