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/copy.svg | |
parent | new icons (diff) | |
download | tabler-icons-605ac9c6b9ee69292080b618a2cb0e39062130de.tar.xz |
icons optimize
Diffstat (limited to '_icons/copy.svg')
-rw-r--r-- | _icons/copy.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_icons/copy.svg b/_icons/copy.svg index a1ddd7d1..ab78c431 100644 --- a/_icons/copy.svg +++ b/_icons/copy.svg @@ -1,6 +1,6 @@ --- --- <svg> - <rect x="8" y="8" width="12" height="12" rx="2"></rect> - <path d="M16 8v-2a2 2 0 00-2 -2h-8a2 2 0 00-2 2v8a2 2 0 002 2h2"></path> + <rect x="8" y="8" width="12" height="12" rx="2" /> + <path d="M16 8v-2a2 2 0 00-2 -2h-8a2 2 0 00-2 2v8a2 2 0 002 2h2" /> </svg> |