Skip to content

Commit

Permalink
Optimise/add receipt[-*] icons (#1401)
Browse files Browse the repository at this point in the history
* Optimise `receipt` icon

* Add `receipt-text` icon

* Improve `receipt` metadata

* Add `receipt-pound-sterling` icon

* Add `receipt-euro` icon

* Add `receipt-swiss-franc` icon

* Add `receipt-japanese-yen` icon

* Add `receipt-indian-rupee` icon

* Add `receipt-russian-ruble` icon

* Add `receipt-cent` icon

---------

Co-authored-by: Eric Fennis <[email protected]>
  • Loading branch information
danielbayley and ericfennis authored Jan 17, 2024
1 parent 5c7119f commit 5516350
Show file tree
Hide file tree
Showing 18 changed files with 303 additions and 3 deletions.
24 changes: 24 additions & 0 deletions icons/receipt-cent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"bill",
"voucher",
"slip",
"check",
"counterfoil",
"currency",
"cents",
"dollar",
"usd",
"$",
"¢"
],
"categories": [
"money",
"currency",
"travel"
]
}
15 changes: 15 additions & 0 deletions icons/receipt-cent.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions icons/receipt-euro.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"bill",
"voucher",
"slip",
"check",
"counterfoil",
"currency",
""
],
"categories": [
"money",
"currency",
"travel"
]
}
15 changes: 15 additions & 0 deletions icons/receipt-euro.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions icons/receipt-indian-rupee.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"bill",
"voucher",
"slip",
"check",
"counterfoil",
"inr",
""
],
"categories": [
"money",
"currency",
"travel"
]
}
16 changes: 16 additions & 0 deletions icons/receipt-indian-rupee.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions icons/receipt-japanese-yen.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere",
"it-is-not",
"ericfennis"
],
"tags": [
"bill",
"voucher",
"slip",
"check",
"counterfoil",
"jpy",
"¥"
],
"categories": [
"money",
"currency",
"travel"
]
}
17 changes: 17 additions & 0 deletions icons/receipt-japanese-yen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions icons/receipt-pound-sterling.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"bill",
"voucher",
"slip",
"check",
"counterfoil",
"british",
"gbp",
"£"
],
"categories": [
"money",
"currency",
"travel"
]
}
16 changes: 16 additions & 0 deletions icons/receipt-pound-sterling.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions icons/receipt-russian-ruble.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"bill",
"voucher",
"slip",
"check",
"counterfoil",
"rub",
""
],
"categories": [
"money",
"currency",
"travel"
]
}
15 changes: 15 additions & 0 deletions icons/receipt-russian-ruble.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions icons/receipt-swiss-franc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"bill",
"voucher",
"slip",
"check",
"counterfoil",
"chf",
""
],
"categories": [
"money",
"currency",
"travel"
]
}
16 changes: 16 additions & 0 deletions icons/receipt-swiss-franc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions icons/receipt-text.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"bill",
"voucher",
"slip",
"check",
"counterfoil",
"details",
"small print",
"terms",
"conditions",
"contract"
],
"categories": [
"money",
"travel"
]
}
16 changes: 16 additions & 0 deletions icons/receipt-text.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion icons/receipt.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,15 @@
"voucher",
"slip",
"check",
"counterfoil"
"counterfoil",
"currency",
"dollar",
"usd",
"$"
],
"categories": [
"money",
"currency",
"travel"
]
}
4 changes: 2 additions & 2 deletions icons/receipt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5516350

Please sign in to comment.