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/ajdustments.svg | |
parent | tranding icons (diff) | |
download | tabler-icons-7aa273fc1753e1c079010378f0d9493b20576d07.tar.xz |
clipboard icon, svg optimize
Diffstat (limited to '_icons/ajdustments.svg')
-rw-r--r-- | _icons/ajdustments.svg | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/_icons/ajdustments.svg b/_icons/ajdustments.svg index 7a5120ee..5161404c 100644 --- a/_icons/ajdustments.svg +++ b/_icons/ajdustments.svg @@ -1,15 +1,15 @@ --- --- <svg> - <circle cx="6" cy="10" r="2"></circle> - <line x1="6" y1="4" x2="6" y2="8"></line> - <line x1="6" y1="12" x2="6" y2="20"></line> + <circle cx="6" cy="10" r="2" /> + <line x1="6" y1="4" x2="6" y2="8" /> + <line x1="6" y1="12" x2="6" y2="20" /> - <circle cx="12" cy="16" r="2"></circle> - <line x1="12" y1="4" x2="12" y2="14"></line> - <line x1="12" y1="18" x2="12" y2="20"></line> + <circle cx="12" cy="16" r="2" /> + <line x1="12" y1="4" x2="12" y2="14" /> + <line x1="12" y1="18" x2="12" y2="20" /> - <circle cx="18" cy="7" r="2"></circle> - <line x1="18" y1="4" x2="18" y2="5"></line> - <line x1="18" y1="9" x2="18" y2="20"></line> + <circle cx="18" cy="7" r="2" /> + <line x1="18" y1="4" x2="18" y2="5" /> + <line x1="18" y1="9" x2="18" y2="20" /> </svg> |