diff options
Diffstat (limited to 'src/_icons/receipt-tax.svg')
-rw-r--r-- | src/_icons/receipt-tax.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/_icons/receipt-tax.svg b/src/_icons/receipt-tax.svg new file mode 100644 index 00000000..26397138 --- /dev/null +++ b/src/_icons/receipt-tax.svg @@ -0,0 +1,10 @@ +--- +tags: [income, percentage, money, finance, charge, obligation, taxpayer, vat] +version: 1.5 +--- +<svg> + <line x1="9" y1="14" x2="15" y2="8" /> + <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> |