-
-
Notifications
You must be signed in to change notification settings - Fork 629
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
5c7119f
commit 5516350
Showing
18 changed files
with
303 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.