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/cash.svg | |
parent | new icons (diff) | |
download | tabler-icons-605ac9c6b9ee69292080b618a2cb0e39062130de.tar.xz |
icons optimize
Diffstat (limited to '_icons/cash.svg')
-rw-r--r-- | _icons/cash.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_icons/cash.svg b/_icons/cash.svg index 5a6b75f5..913ac377 100644 --- a/_icons/cash.svg +++ b/_icons/cash.svg @@ -1,7 +1,7 @@ --- --- <svg> - <rect x="7" y="9" width="14" height="10" rx="2"></rect> + <rect x="7" y="9" width="14" height="10" rx="2" /> <circle cx="14" cy="14" r="2" /> - <path d="M17 9v-2a2 2 0 00-2 -2h-10a2 2 0 00-2 2v6a2 2 0 002 2h2"></path> + <path d="M17 9v-2a2 2 0 00-2 -2h-10a2 2 0 00-2 2v6a2 2 0 002 2h2" /> </svg> |