diff options
author | codecalm <codecalm@gmail.com> | 2020-06-02 00:52:10 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-06-02 00:52:10 +0200 |
commit | 09c5fb7f8d4cbe0839d1dab4764413281eb8ec35 (patch) | |
tree | 45cf03813d89ce914c436f70dc71d53c2e839516 /icons/discount.svg | |
parent | Fixed icons: `accessible`, `dice`, `discount`, `palette`, `tax` (diff) | |
download | tabler-icons-09c5fb7f8d4cbe0839d1dab4764413281eb8ec35.tar.xz |
Release 1.8.0v1.8.0
Diffstat (limited to 'icons/discount.svg')
-rw-r--r-- | icons/discount.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/icons/discount.svg b/icons/discount.svg index 3dc9a05d..587e78a8 100644 --- a/icons/discount.svg +++ b/icons/discount.svg @@ -1,8 +1,8 @@ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-discount" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z"/> <line x1="9" y1="15" x2="15" y2="9" /> - <circle cx="9.5" cy="9.5" r=".5" /> - <circle cx="14.5" cy="14.5" r=".5" /> + <circle cx="9.5" cy="9.5" r=".5" fill="currentColor" /> + <circle cx="14.5" cy="14.5" r=".5" fill="currentColor" /> <path d="M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7a2.2 2.2 0 0 0 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1a2.2 2.2 0 0 0 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55 v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55 v-1" /> </svg> |