From fc0ee8fdac7f57c120eecf29133eec7dc6b0061d Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 11 Dec 2020 12:57:15 +0100 Subject: 4 new icons: `receipt-2`, `receipt-off`, `receipt-refund`, `receipt` Fixed icons: `receipt-tax` --- src/_icons/receipt-2.svg | 8 ++++++++ src/_icons/receipt-off.svg | 12 ++++++++++++ src/_icons/receipt-refund.svg | 8 ++++++++ src/_icons/receipt-tax.svg | 1 + src/_icons/receipt.svg | 7 +++++++ 5 files changed, 36 insertions(+) create mode 100644 src/_icons/receipt-2.svg create mode 100644 src/_icons/receipt-off.svg create mode 100644 src/_icons/receipt-refund.svg create mode 100644 src/_icons/receipt.svg (limited to 'src/_icons') diff --git a/src/_icons/receipt-2.svg b/src/_icons/receipt-2.svg new file mode 100644 index 00000000..beff7069 --- /dev/null +++ b/src/_icons/receipt-2.svg @@ -0,0 +1,8 @@ +--- +tags: [bill, restaurant, shop, price, pay, money, total, tax] +category: Document +--- + + + + diff --git a/src/_icons/receipt-off.svg b/src/_icons/receipt-off.svg new file mode 100644 index 00000000..a4ea7ec5 --- /dev/null +++ b/src/_icons/receipt-off.svg @@ -0,0 +1,12 @@ +--- +tags: [bill, restaurant, shop, price, pay, money, total, tax, free] +category: Document +--- + + + + + + + + diff --git a/src/_icons/receipt-refund.svg b/src/_icons/receipt-refund.svg new file mode 100644 index 00000000..50b47611 --- /dev/null +++ b/src/_icons/receipt-refund.svg @@ -0,0 +1,8 @@ +--- +tags: [bill, restaurant, shop, price, pay, money, total, give, back, return] +category: Document +--- + + + + diff --git a/src/_icons/receipt-tax.svg b/src/_icons/receipt-tax.svg index 26397138..2b5cbf51 100644 --- a/src/_icons/receipt-tax.svg +++ b/src/_icons/receipt-tax.svg @@ -1,4 +1,5 @@ --- +category: Document tags: [income, percentage, money, finance, charge, obligation, taxpayer, vat] version: 1.5 --- diff --git a/src/_icons/receipt.svg b/src/_icons/receipt.svg new file mode 100644 index 00000000..889bb973 --- /dev/null +++ b/src/_icons/receipt.svg @@ -0,0 +1,7 @@ +--- +tags: [bill, restaurant, shop, price, pay, money, total, tax] +category: Document +--- + + + -- cgit v1.2.1