From 52edf26278977adfe5018b8d0c92df498378dce5 Mon Sep 17 00:00:00 2001 From: Richard Schumann Date: Mon, 2 Apr 2018 09:14:18 +0200 Subject: [PATCH] added some better currency icons to the /icons pack --- README.md | 2 +- icons/README.md | 7 +++++++ icons/currency_btc.svg | 1 + icons/currency_etc.svg | 1 + icons/currency_eth.svg | 1 + icons/currency_ltc.svg | 1 + icons/currency_usd.svg | 1 + icons/currency_xmr.svg | 1 + icons/currency_zec.svg | 1 + 9 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 icons/currency_btc.svg create mode 100644 icons/currency_etc.svg create mode 100644 icons/currency_eth.svg create mode 100644 icons/currency_ltc.svg create mode 100644 icons/currency_usd.svg create mode 100644 icons/currency_xmr.svg create mode 100644 icons/currency_zec.svg diff --git a/README.md b/README.md index caf36b5..f23f4a7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # icons - + # icons_currencies # icons_wallets diff --git a/icons/README.md b/icons/README.md index fd51e1e..5702e3b 100644 --- a/icons/README.md +++ b/icons/README.md @@ -61,6 +61,13 @@ | | copytoclipboard.svg | | | crop.svg | | | crosscursor.svg | +| | currency_btc.svg | +| | currency_etc.svg | +| | currency_eth.svg | +| | currency_ltc.svg | +| | currency_usd.svg | +| | currency_xmr.svg | +| | currency_zec.svg | | | dashboard.svg | | | database.svg | | | disk.svg | diff --git a/icons/currency_btc.svg b/icons/currency_btc.svg new file mode 100644 index 0000000..76cb617 --- /dev/null +++ b/icons/currency_btc.svg @@ -0,0 +1 @@ +cryptocurrency \ No newline at end of file diff --git a/icons/currency_etc.svg b/icons/currency_etc.svg new file mode 100644 index 0000000..9f3c93c --- /dev/null +++ b/icons/currency_etc.svg @@ -0,0 +1 @@ +cryptocurrency \ No newline at end of file diff --git a/icons/currency_eth.svg b/icons/currency_eth.svg new file mode 100644 index 0000000..35e6a5f --- /dev/null +++ b/icons/currency_eth.svg @@ -0,0 +1 @@ +cryptocurrency \ No newline at end of file diff --git a/icons/currency_ltc.svg b/icons/currency_ltc.svg new file mode 100644 index 0000000..e10fb7f --- /dev/null +++ b/icons/currency_ltc.svg @@ -0,0 +1 @@ +cryptocurrency \ No newline at end of file diff --git a/icons/currency_usd.svg b/icons/currency_usd.svg new file mode 100644 index 0000000..4562a10 --- /dev/null +++ b/icons/currency_usd.svg @@ -0,0 +1 @@ +cryptocurrency \ No newline at end of file diff --git a/icons/currency_xmr.svg b/icons/currency_xmr.svg new file mode 100644 index 0000000..c16650a --- /dev/null +++ b/icons/currency_xmr.svg @@ -0,0 +1 @@ +cryptocurrency \ No newline at end of file diff --git a/icons/currency_zec.svg b/icons/currency_zec.svg new file mode 100644 index 0000000..11bd584 --- /dev/null +++ b/icons/currency_zec.svg @@ -0,0 +1 @@ +cryptocurrency \ No newline at end of file