diff options
author | codecalm <codecalm@gmail.com> | 2020-06-02 00:40:26 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-06-02 00:40:26 +0200 |
commit | 69e43a1b7b1c8b3561a3cd4907f2a4cfa8559dc1 (patch) | |
tree | 1c09d2b793124e4f726b003c8c850700565bc331 /src/_icons/tax.svg | |
parent | icon `google` (diff) | |
download | tabler-icons-69e43a1b7b1c8b3561a3cd4907f2a4cfa8559dc1.tar.xz |
Fixed icons: `accessible`, `dice`, `discount`, `palette`, `tax`
Diffstat (limited to 'src/_icons/tax.svg')
-rw-r--r-- | src/_icons/tax.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_icons/tax.svg b/src/_icons/tax.svg index c7a54406..933085df 100644 --- a/src/_icons/tax.svg +++ b/src/_icons/tax.svg @@ -3,7 +3,7 @@ tags: [income, percentage, money, finance, charge, obligation, taxpayer, vat] --- <svg> <line x1="9" y1="14" x2="15" y2="8" /> - <circle cx="9.5" cy="8.5" r=".5" /> - <circle cx="14.5" cy="13.5" r=".5" /> + <circle cx="9.5" cy="8.5" r=".5" fill="currentColor" /> + <circle cx="14.5" cy="13.5" r=".5" fill="currentColor" /> <path d="M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2" /> </svg> |