diff options
author | codecalm <codecalm@gmail.com> | 2020-04-10 15:35:26 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-04-10 15:35:26 +0200 |
commit | b67a03bd2ace9baa0d86a62067f3824a6c6f0e52 (patch) | |
tree | 75a3b00254d07972447eb243e0f20050d16fa6c9 /src/_icons/tax.svg | |
parent | png image fixes (diff) | |
download | tabler-icons-b67a03bd2ace9baa0d86a62067f3824a6c6f0e52.tar.xz |
14 new icons: `apps`, `browser`, `brush`, `calendar-minus`, `calendar-plus`, `car`, `click`, `discount`, `language`, `license`, `new-section`, `scale`, `tax`, `truck`
Fixed icons: `world`
Diffstat (limited to 'src/_icons/tax.svg')
-rw-r--r-- | src/_icons/tax.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_icons/tax.svg b/src/_icons/tax.svg new file mode 100644 index 00000000..db32e95d --- /dev/null +++ b/src/_icons/tax.svg @@ -0,0 +1,8 @@ +--- +--- +<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" /> + <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> |