diff options
author | codecalm <codecalm@gmail.com> | 2020-08-04 23:07:06 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-08-04 23:07:06 +0200 |
commit | 161682119831916148515cb1d0a6433fa2d7ca2b (patch) | |
tree | b45f47db4e39907d72c3a5edc8b6da1357639772 /src/_icons/tax.svg | |
parent | a-b (diff) | |
parent | Update README.md (diff) | |
download | tabler-icons-161682119831916148515cb1d0a6433fa2d7ca2b.tar.xz |
Merge branches 'dev' and 'master' of https://github.com/tabler/tabler-icons into dev
Conflicts:
src/editor.html
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> |