From: jloup Date: Thu, 1 Mar 2018 09:05:11 +0000 (+0100) Subject: Use for currency display. X-Git-Tag: v0.0.3~3 X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FCryptoportfolio%2FFront.git;a=commitdiff_plain;h=6b3f0ad04550060fd25b87b68c3f9bc1602f3226 Use for currency display. --- diff --git a/cmd/web/Makefile b/cmd/web/Makefile index c0ec4cd..c6bc2bd 100644 --- a/cmd/web/Makefile +++ b/cmd/web/Makefile @@ -6,18 +6,22 @@ SRC_DIR=js BUILD_DIR=build/js JSX_SRC= main.jsx signup.jsx signin.jsx otp.jsx poloniex.jsx JS_SRC= cookies.js app.js api.js -STATIC_FILES= index.html style.css cryptocoins.css cryptocoins.ttf cryptocoins.woff cryptocoins.woff2 +STATIC_FILES= index.html style.css JSX_OBJS=$(addprefix $(BUILD_DIR)/,$(JSX_SRC:.jsx=.js)) JS_OBJS=$(addprefix $(BUILD_DIR)/,$(JS_SRC)) +ICONS=$(addprefix $(STATIC_BUILD_DIR)/icons/black/, $(notdir $(wildcard static/icons/black/*.svg))) +ICONS+=$(addprefix $(STATIC_BUILD_DIR)/icons/color/, $(notdir $(wildcard static/icons/color/*.svg))) STATIC_BUILD_DIR=build/static +$(info $(ICONS)) + install: node --version npm --version yarn --version yarn install -static: $(STATIC_BUILD_DIR) js $(addprefix $(STATIC_BUILD_DIR)/, $(STATIC_FILES)) +static: $(STATIC_BUILD_DIR) js $(addprefix $(STATIC_BUILD_DIR)/, $(STATIC_FILES)) $(ICONS) js: build/static/main.js @@ -27,6 +31,8 @@ $(STATIC_BUILD_DIR)/%: static/% $(STATIC_BUILD_DIR): mkdir -p $(BUILD_DIR) mkdir -p $@ + mkdir -p $@/icons/black + mkdir -p $@/icons/color $(BUILD_DIR)/%.js: $(SRC_DIR)/%.jsx eslint --fix $< @@ -36,14 +42,17 @@ $(BUILD_DIR)/%.js: $(SRC_DIR)/%.js eslint $< cp $< $@ +$(STATIC_BUILD_DIR)/icons/black/%.svg: static/icons/black/%.svg + cp $< $@ + build/static/main.js: $(JSX_OBJS) $(JS_OBJS) env/$(ENV).env browserify -t [ babelify --presets [ env react ] --plugins [ transform-class-properties ] ] \ -t [ localenvify --envfile env/$(ENV).env ] \ -t [ debowerify ] \ $(BUILD_DIR)/main.js -o $@ -build/webapp.tar.gz: $(addprefix $(STATIC_BUILD_DIR)/, $(STATIC_FILES)) build/static/main.js - tar czf $@ --directory=$(dir $<) $(notdir $^) +build/webapp.tar.gz: $(addprefix $(STATIC_BUILD_DIR)/, $(STATIC_FILES)) build/static/main.js $(ICONS) + tar czf $@ --directory=$(dir $<) $(subst $(STATIC_BUILD_DIR)/,,$^) release: $(STATIC_BUILD_DIR) build/webapp.tar.gz diff --git a/cmd/web/js/poloniex.jsx b/cmd/web/js/poloniex.jsx index c0b68c7..482dbb6 100644 --- a/cmd/web/js/poloniex.jsx +++ b/cmd/web/js/poloniex.jsx @@ -1,5 +1,4 @@ import Api from './api.js'; -import classNames from 'classnames'; import React from 'react'; class PoloniexController extends React.Component { @@ -94,6 +93,15 @@ class PoloniexController extends React.Component { } } +class CurrencyLogo extends React.Component { + render = () => { + return {this.props.currency}; + } +} + class PoloniexBalance extends React.Component { constructor(props) { super(props); @@ -106,19 +114,19 @@ class PoloniexBalance extends React.Component { if (this.props.balanceValue !== null) { var balance = Object.keys(this.props.balance).map(function(currency) { - return
{this.props.balance[currency]}
; + return
+ {this.props.balance[currency]} +
; }.bind(this)); dashboard =
-
-
+
{balance} -
- Balance ({this.props.balanceCurrency}): {this.props.balanceValue} + Balance ({this.props.balanceCurrency}): {this.props.balanceValue}
; @@ -133,7 +141,7 @@ class PoloniexBalance extends React.Component { return (
-
+
Portfolio
diff --git a/cmd/web/static/cryptocoins.css b/cmd/web/static/cryptocoins.css deleted file mode 100644 index 6829169..0000000 --- a/cmd/web/static/cryptocoins.css +++ /dev/null @@ -1,1150 +0,0 @@ -/*! Cryptocoins - cryptocurrency icon font | https://github.com/allienworks/cryptocoins */ - -@font-face { - font-family: "cryptocoins"; - src: url('cryptocoins.woff2') format('woff2'), - url('cryptocoins.woff') format('woff'), - url('cryptocoins.ttf') format('truetype'); -} - -/* .cc:before { */ -.cc::before { - font-family: "cryptocoins"; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - font-style: normal; - font-variant: normal; - font-weight: normal; - /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */ - text-decoration: none; - text-transform: none; -} - - -.cc.ADA-alt::before { - content: "\E001"; -} - -.cc.ADA::before { - content: "\E002"; -} - -.cc.ADC-alt::before { - content: "\E003"; -} - -.cc.ADC::before { - content: "\E004"; -} - -.cc.AEON-alt::before { - content: "\E005"; -} - -.cc.AEON::before { - content: "\E006"; -} - -.cc.AMP-alt::before { - content: "\E007"; -} - -.cc.AMP::before { - content: "\E008"; -} - -.cc.ANC-alt::before { - content: "\E009"; -} - -.cc.ANC::before { - content: "\E00A"; -} - -.cc.ARCH-alt::before { - content: "\E00B"; -} - -.cc.ARCH::before { - content: "\E00C"; -} - -.cc.ARDR-alt::before { - content: "\E00D"; -} - -.cc.ARDR::before { - content: "\E00E"; -} - -.cc.ARK-alt::before { - content: "\E00F"; -} - -.cc.ARK::before { - content: "\E010"; -} - -.cc.AUR-alt::before { - content: "\E011"; -} - -.cc.AUR::before { - content: "\E012"; -} - -.cc.BANX-alt::before { - content: "\E013"; -} - -.cc.BANX::before { - content: "\E014"; -} - -.cc.BAT-alt::before { - content: "\E015"; -} - -.cc.BAT::before { - content: "\E016"; -} - -.cc.BAY-alt::before { - content: "\E017"; -} - -.cc.BAY::before { - content: "\E018"; -} - -.cc.BC-alt::before { - content: "\E019"; -} - -.cc.BC::before { - content: "\E01A"; -} - -.cc.BCH-alt::before { - content: "\E01B"; -} - -.cc.BCH::before { - content: "\E01C"; -} - -.cc.BCN-alt::before { - content: "\E01D"; -} - -.cc.BCN::before { - content: "\E01E"; -} - -.cc.BFT-alt::before { - content: "\E01F"; -} - -.cc.BFT::before { - content: "\E020"; -} - -.cc.BRK-alt::before { - content: "\E021"; -} - -.cc.BRK::before { - content: "\E022"; -} - -.cc.BRX-alt::before { - content: "\E023"; -} - -.cc.BRX::before { - content: "\E024"; -} - -.cc.BSD-alt::before { - content: "\E025"; -} - -.cc.BSD::before { - content: "\E026"; -} - -.cc.BTA::before { - content: "\E027"; -} - -.cc.BTC-alt::before { - content: "\E028"; -} - -.cc.BTC::before { - content: "\E029"; -} - -.cc.BTCD-alt::before { - content: "\E02A"; -} - -.cc.BTCD::before { - content: "\E02B"; -} - -.cc.BTM-alt::before { - content: "\E02C"; -} - -.cc.BTM::before { - content: "\E02D"; -} - -.cc.BTS-alt::before { - content: "\E02E"; -} - -.cc.BTS::before { - content: "\E02F"; -} - -.cc.CLAM-alt::before { - content: "\E030"; -} - -.cc.CLAM::before { - content: "\E031"; -} - -.cc.CLOAK-alt::before { - content: "\E032"; -} - -.cc.CLOAK::before { - content: "\E033"; -} - -.cc.DAO-alt::before { - content: "\E034"; -} - -.cc.DAO::before { - content: "\E035"; -} - -.cc.DASH-alt::before { - content: "\E036"; -} - -.cc.DASH::before { - content: "\E037"; -} - -.cc.DCR-alt::before { - content: "\E038"; -} - -.cc.DCR::before { - content: "\E039"; -} - -.cc.DCT-alt::before { - content: "\E03A"; -} - -.cc.DCT::before { - content: "\E03B"; -} - -.cc.DGB-alt::before { - content: "\E03C"; -} - -.cc.DGB::before { - content: "\E03D"; -} - -.cc.DGD::before { - content: "\E03E"; -} - -.cc.DGX::before { - content: "\E03F"; -} - -.cc.DMD-alt::before { - content: "\E040"; -} - -.cc.DMD::before { - content: "\E041"; -} - -.cc.DOGE-alt::before { - content: "\E042"; -} - -.cc.DOGE::before { - content: "\E043"; -} - -.cc.EMC-alt::before { - content: "\E044"; -} - -.cc.EMC::before { - content: "\E045"; -} - -.cc.EOS-alt::before { - content: "\E046"; -} - -.cc.EOS::before { - content: "\E047"; -} - -.cc.ERC-alt::before { - content: "\E048"; -} - -.cc.ERC::before { - content: "\E049"; -} - -.cc.ETC-alt::before { - content: "\E04A"; -} - -.cc.ETC::before { - content: "\E04B"; -} - -.cc.ETH-alt::before { - content: "\E04C"; -} - -.cc.ETH::before { - content: "\E04D"; -} - -.cc.FC2-alt::before { - content: "\E04E"; -} - -.cc.FC2::before { - content: "\E04F"; -} - -.cc.FCT-alt::before { - content: "\E050"; -} - -.cc.FCT::before { - content: "\E051"; -} - -.cc.FLO-alt::before { - content: "\E052"; -} - -.cc.FLO::before { - content: "\E053"; -} - -.cc.FRK-alt::before { - content: "\E054"; -} - -.cc.FRK::before { - content: "\E055"; -} - -.cc.FTC-alt::before { - content: "\E056"; -} - -.cc.FTC::before { - content: "\E057"; -} - -.cc.GAME-alt::before { - content: "\E058"; -} - -.cc.GAME::before { - content: "\E059"; -} - -.cc.GBYTE-alt::before { - content: "\E05A"; -} - -.cc.GBYTE::before { - content: "\E05B"; -} - -.cc.GDC-alt::before { - content: "\E05C"; -} - -.cc.GDC::before { - content: "\E05D"; -} - -.cc.GEMZ-alt::before { - content: "\E05E"; -} - -.cc.GEMZ::before { - content: "\E05F"; -} - -.cc.GLD-alt::before { - content: "\E060"; -} - -.cc.GLD::before { - content: "\E061"; -} - -.cc.GNO-alt::before { - content: "\E062"; -} - -.cc.GNO::before { - content: "\E063"; -} - -.cc.GNT-alt::before { - content: "\E064"; -} - -.cc.GNT::before { - content: "\E065"; -} - -.cc.GOLOS-alt::before { - content: "\E066"; -} - -.cc.GOLOS::before { - content: "\E067"; -} - -.cc.GRC-alt::before { - content: "\E068"; -} - -.cc.GRC::before { - content: "\E069"; -} - -.cc.GRS::before { - content: "\E06A"; -} - -.cc.HEAT-alt::before { - content: "\E06B"; -} - -.cc.HEAT::before { - content: "\E06C"; -} - -.cc.ICN-alt::before { - content: "\E06D"; -} - -.cc.ICN::before { - content: "\E06E"; -} - -.cc.IFC-alt::before { - content: "\E06F"; -} - -.cc.IFC::before { - content: "\E070"; -} - -.cc.INCNT-alt::before { - content: "\E071"; -} - -.cc.INCNT::before { - content: "\E072"; -} - -.cc.IOC-alt::before { - content: "\E073"; -} - -.cc.IOC::before { - content: "\E074"; -} - -.cc.IOTA-alt::before { - content: "\E075"; -} - -.cc.IOTA::before { - content: "\E076"; -} - -.cc.JBS-alt::before { - content: "\E077"; -} - -.cc.JBS::before { - content: "\E078"; -} - -.cc.KMD-alt::before { - content: "\E079"; -} - -.cc.KMD::before { - content: "\E07A"; -} - -.cc.KOBO::before { - content: "\E07B"; -} - -.cc.KORE-alt::before { - content: "\E07C"; -} - -.cc.KORE::before { - content: "\E07D"; -} - -.cc.LBC-alt::before { - content: "\E07E"; -} - -.cc.LBC::before { - content: "\E07F"; -} - -.cc.LDOGE-alt::before { - content: "\E080"; -} - -.cc.LDOGE::before { - content: "\E081"; -} - -.cc.LSK-alt::before { - content: "\E082"; -} - -.cc.LSK::before { - content: "\E083"; -} - -.cc.LTC-alt::before { - content: "\E084"; -} - -.cc.LTC::before { - content: "\E085"; -} - -.cc.MAID-alt::before { - content: "\E086"; -} - -.cc.MAID::before { - content: "\E087"; -} - -.cc.MCO-alt::before { - content: "\E088"; -} - -.cc.MCO::before { - content: "\E089"; -} - -.cc.MINT-alt::before { - content: "\E08A"; -} - -.cc.MINT::before { - content: "\E08B"; -} - -.cc.MONA-alt::before { - content: "\E08C"; -} - -.cc.MONA::before { - content: "\E08D"; -} - -.cc.MRC::before { - content: "\E08E"; -} - -.cc.MSC-alt::before { - content: "\E08F"; -} - -.cc.MSC::before { - content: "\E090"; -} - -.cc.MTR-alt::before { - content: "\E091"; -} - -.cc.MTR::before { - content: "\E092"; -} - -.cc.MUE-alt::before { - content: "\E093"; -} - -.cc.MUE::before { - content: "\E094"; -} - -.cc.NBT::before { - content: "\E095"; -} - -.cc.NEO-alt::before { - content: "\E096"; -} - -.cc.NEO::before { - content: "\E097"; -} - -.cc.NEOS-alt::before { - content: "\E098"; -} - -.cc.NEOS::before { - content: "\E099"; -} - -.cc.NEU-alt::before { - content: "\E09A"; -} - -.cc.NEU::before { - content: "\E09B"; -} - -.cc.NLG-alt::before { - content: "\E09C"; -} - -.cc.NLG::before { - content: "\E09D"; -} - -.cc.NMC-alt::before { - content: "\E09E"; -} - -.cc.NMC::before { - content: "\E09F"; -} - -.cc.NOTE-alt::before { - content: "\E0A0"; -} - -.cc.NOTE::before { - content: "\E0A1"; -} - -.cc.NVC-alt::before { - content: "\E0A2"; -} - -.cc.NVC::before { - content: "\E0A3"; -} - -.cc.NXT-alt::before { - content: "\E0A4"; -} - -.cc.NXT::before { - content: "\E0A5"; -} - -.cc.OK-alt::before { - content: "\E0A6"; -} - -.cc.OK::before { - content: "\E0A7"; -} - -.cc.OMG-alt::before { - content: "\E0A8"; -} - -.cc.OMG::before { - content: "\E0A9"; -} - -.cc.OMNI-alt::before { - content: "\E0AA"; -} - -.cc.OMNI::before { - content: "\E0AB"; -} - -.cc.OPAL-alt::before { - content: "\E0AC"; -} - -.cc.OPAL::before { - content: "\E0AD"; -} - -.cc.PART-alt::before { - content: "\E0AE"; -} - -.cc.PART::before { - content: "\E0AF"; -} - -.cc.PIGGY-alt::before { - content: "\E0B0"; -} - -.cc.PIGGY::before { - content: "\E0B1"; -} - -.cc.PINK-alt::before { - content: "\E0B2"; -} - -.cc.PINK::before { - content: "\E0B3"; -} - -.cc.PIVX-alt::before { - content: "\E0B4"; -} - -.cc.PIVX::before { - content: "\E0B5"; -} - -.cc.POT-alt::before { - content: "\E0B6"; -} - -.cc.POT::before { - content: "\E0B7"; -} - -.cc.PPC-alt::before { - content: "\E0B8"; -} - -.cc.PPC::before { - content: "\E0B9"; -} - -.cc.QRK-alt::before { - content: "\E0BA"; -} - -.cc.QRK::before { - content: "\E0BB"; -} - -.cc.QTUM-alt::before { - content: "\E0BC"; -} - -.cc.QTUM::before { - content: "\E0BD"; -} - -.cc.RADS-alt::before { - content: "\E0BE"; -} - -.cc.RADS::before { - content: "\E0BF"; -} - -.cc.RBIES-alt::before { - content: "\E0C0"; -} - -.cc.RBIES::before { - content: "\E0C1"; -} - -.cc.RBT-alt::before { - content: "\E0C2"; -} - -.cc.RBT::before { - content: "\E0C3"; -} - -.cc.RBY-alt::before { - content: "\E0C4"; -} - -.cc.RBY::before { - content: "\E0C5"; -} - -.cc.RDD-alt::before { - content: "\E0C6"; -} - -.cc.RDD::before { - content: "\E0C7"; -} - -.cc.REP-alt::before { - content: "\E0C8"; -} - -.cc.REP::before { - content: "\E0C9"; -} - -.cc.RISE-alt::before { - content: "\E0CA"; -} - -.cc.RISE::before { - content: "\E0CB"; -} - -.cc.SALT-alt::before { - content: "\E0CC"; -} - -.cc.SALT::before { - content: "\E0CD"; -} - -.cc.SAR-alt::before { - content: "\E0CE"; -} - -.cc.SAR::before { - content: "\E0CF"; -} - -.cc.SCOT-alt::before { - content: "\E0D0"; -} - -.cc.SCOT::before { - content: "\E0D1"; -} - -.cc.SDC-alt::before { - content: "\E0D2"; -} - -.cc.SDC::before { - content: "\E0D3"; -} - -.cc.SIA-alt::before { - content: "\E0D4"; -} - -.cc.SIA::before { - content: "\E0D5"; -} - -.cc.SJCX-alt::before { - content: "\E0D6"; -} - -.cc.SJCX::before { - content: "\E0D7"; -} - -.cc.SLG-alt::before { - content: "\E0D8"; -} - -.cc.SLG::before { - content: "\E0D9"; -} - -.cc.SLS-alt::before { - content: "\E0DA"; -} - -.cc.SLS::before { - content: "\E0DB"; -} - -.cc.SNRG-alt::before { - content: "\E0DC"; -} - -.cc.SNRG::before { - content: "\E0DD"; -} - -.cc.START-alt::before { - content: "\E0DE"; -} - -.cc.START::before { - content: "\E0DF"; -} - -.cc.STEEM-alt::before { - content: "\E0E0"; -} - -.cc.STEEM::before { - content: "\E0E1"; -} - -.cc.STR-alt::before { - content: "\E0E2"; -} - -.cc.STR::before { - content: "\E0E3"; -} - -.cc.STRAT-alt::before { - content: "\E0E4"; -} - -.cc.STRAT::before { - content: "\E0E5"; -} - -.cc.SWIFT-alt::before { - content: "\E0E6"; -} - -.cc.SWIFT::before { - content: "\E0E7"; -} - -.cc.SYNC-alt::before { - content: "\E0E8"; -} - -.cc.SYNC::before { - content: "\E0E9"; -} - -.cc.SYS-alt::before { - content: "\E0EA"; -} - -.cc.SYS::before { - content: "\E0EB"; -} - -.cc.TRIG-alt::before { - content: "\E0EC"; -} - -.cc.TRIG::before { - content: "\E0ED"; -} - -.cc.TX-alt::before { - content: "\E0EE"; -} - -.cc.TX::before { - content: "\E0EF"; -} - -.cc.UBQ-alt::before { - content: "\E0F0"; -} - -.cc.UBQ::before { - content: "\E0F1"; -} - -.cc.UNITY-alt::before { - content: "\E0F2"; -} - -.cc.UNITY::before { - content: "\E0F3"; -} - -.cc.USDT-alt::before { - content: "\E0F4"; -} - -.cc.USDT::before { - content: "\E0F5"; -} - -.cc.VIOR-alt::before { - content: "\E0F6"; -} - -.cc.VIOR::before { - content: "\E0F7"; -} - -.cc.VNL-alt::before { - content: "\E0F8"; -} - -.cc.VNL::before { - content: "\E0F9"; -} - -.cc.VPN-alt::before { - content: "\E0FA"; -} - -.cc.VPN::before { - content: "\E0FB"; -} - -.cc.VRC-alt::before { - content: "\E0FC"; -} - -.cc.VRC::before { - content: "\E0FD"; -} - -.cc.VTC-alt::before { - content: "\E0FE"; -} - -.cc.VTC::before { - content: "\E0FF"; -} - -.cc.WAVES-alt::before { - content: "\E100"; -} - -.cc.WAVES::before { - content: "\E101"; -} - -.cc.XAI-alt::before { - content: "\E102"; -} - -.cc.XAI::before { - content: "\E103"; -} - -.cc.XBS-alt::before { - content: "\E104"; -} - -.cc.XBS::before { - content: "\E105"; -} - -.cc.XCP-alt::before { - content: "\E106"; -} - -.cc.XCP::before { - content: "\E107"; -} - -.cc.XEM-alt::before { - content: "\E108"; -} - -.cc.XEM::before { - content: "\E109"; -} - -.cc.XMR::before { - content: "\E10A"; -} - -.cc.XPM-alt::before { - content: "\E10B"; -} - -.cc.XPM::before { - content: "\E10C"; -} - -.cc.XRP-alt::before { - content: "\E10D"; -} - -.cc.XRP::before { - content: "\E10E"; -} - -.cc.XTZ-alt::before { - content: "\E10F"; -} - -.cc.XTZ::before { - content: "\E110"; -} - -.cc.XVG-alt::before { - content: "\E111"; -} - -.cc.XVG::before { - content: "\E112"; -} - -.cc.XZC-alt::before { - content: "\E113"; -} - -.cc.XZC::before { - content: "\E114"; -} - -.cc.YBC-alt::before { - content: "\E115"; -} - -.cc.YBC::before { - content: "\E116"; -} - -.cc.ZEC-alt::before { - content: "\E117"; -} - -.cc.ZEC::before { - content: "\E118"; -} - -.cc.ZEIT-alt::before { - content: "\E119"; -} - -.cc.ZEIT::before { - content: "\E11A"; -} \ No newline at end of file diff --git a/cmd/web/static/cryptocoins.ttf b/cmd/web/static/cryptocoins.ttf deleted file mode 100644 index b92c27d..0000000 Binary files a/cmd/web/static/cryptocoins.ttf and /dev/null differ diff --git a/cmd/web/static/cryptocoins.woff b/cmd/web/static/cryptocoins.woff deleted file mode 100644 index bf8eb08..0000000 Binary files a/cmd/web/static/cryptocoins.woff and /dev/null differ diff --git a/cmd/web/static/cryptocoins.woff2 b/cmd/web/static/cryptocoins.woff2 deleted file mode 100644 index dcc195c..0000000 Binary files a/cmd/web/static/cryptocoins.woff2 and /dev/null differ diff --git a/cmd/web/static/icons/black/act.svg b/cmd/web/static/icons/black/act.svg new file mode 100644 index 0000000..3fa303a --- /dev/null +++ b/cmd/web/static/icons/black/act.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/ada.svg b/cmd/web/static/icons/black/ada.svg new file mode 100644 index 0000000..d677bef --- /dev/null +++ b/cmd/web/static/icons/black/ada.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/adx.svg b/cmd/web/static/icons/black/adx.svg new file mode 100644 index 0000000..548fee3 --- /dev/null +++ b/cmd/web/static/icons/black/adx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/ae.svg b/cmd/web/static/icons/black/ae.svg new file mode 100644 index 0000000..7355336 --- /dev/null +++ b/cmd/web/static/icons/black/ae.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/agi.svg b/cmd/web/static/icons/black/agi.svg new file mode 100644 index 0000000..e6993ae --- /dev/null +++ b/cmd/web/static/icons/black/agi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/aion.svg b/cmd/web/static/icons/black/aion.svg new file mode 100644 index 0000000..b4d743e --- /dev/null +++ b/cmd/web/static/icons/black/aion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/amb.svg b/cmd/web/static/icons/black/amb.svg new file mode 100644 index 0000000..3a7b097 --- /dev/null +++ b/cmd/web/static/icons/black/amb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/amp.svg b/cmd/web/static/icons/black/amp.svg new file mode 100644 index 0000000..04a9fe2 --- /dev/null +++ b/cmd/web/static/icons/black/amp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/ant.svg b/cmd/web/static/icons/black/ant.svg new file mode 100644 index 0000000..db6a931 --- /dev/null +++ b/cmd/web/static/icons/black/ant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/appc.svg b/cmd/web/static/icons/black/appc.svg new file mode 100644 index 0000000..4fd1aaa --- /dev/null +++ b/cmd/web/static/icons/black/appc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/ardr.svg b/cmd/web/static/icons/black/ardr.svg new file mode 100644 index 0000000..c4f3b3b --- /dev/null +++ b/cmd/web/static/icons/black/ardr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/ark.svg b/cmd/web/static/icons/black/ark.svg new file mode 100644 index 0000000..00a759a --- /dev/null +++ b/cmd/web/static/icons/black/ark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/arn.svg b/cmd/web/static/icons/black/arn.svg new file mode 100644 index 0000000..7b98eca --- /dev/null +++ b/cmd/web/static/icons/black/arn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/ast.svg b/cmd/web/static/icons/black/ast.svg new file mode 100644 index 0000000..ef1a9c0 --- /dev/null +++ b/cmd/web/static/icons/black/ast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/atm.svg b/cmd/web/static/icons/black/atm.svg new file mode 100644 index 0000000..06a8e22 --- /dev/null +++ b/cmd/web/static/icons/black/atm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/bat.svg b/cmd/web/static/icons/black/bat.svg new file mode 100644 index 0000000..bb472d8 --- /dev/null +++ b/cmd/web/static/icons/black/bat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/bay.svg b/cmd/web/static/icons/black/bay.svg new file mode 100644 index 0000000..05f296e --- /dev/null +++ b/cmd/web/static/icons/black/bay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/bcc.svg b/cmd/web/static/icons/black/bcc.svg new file mode 100644 index 0000000..c8f1029 --- /dev/null +++ b/cmd/web/static/icons/black/bcc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/bcd.svg b/cmd/web/static/icons/black/bcd.svg new file mode 100644 index 0000000..2f2dca3 --- /dev/null +++ b/cmd/web/static/icons/black/bcd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/bch.svg b/cmd/web/static/icons/black/bch.svg new file mode 100644 index 0000000..9128aa3 --- /dev/null +++ b/cmd/web/static/icons/black/bch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/bcn.svg b/cmd/web/static/icons/black/bcn.svg new file mode 100644 index 0000000..7e72ca7 --- /dev/null +++ b/cmd/web/static/icons/black/bcn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/bco.svg b/cmd/web/static/icons/black/bco.svg new file mode 100644 index 0000000..372ed1e --- /dev/null +++ b/cmd/web/static/icons/black/bco.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/bcpt.svg b/cmd/web/static/icons/black/bcpt.svg new file mode 100644 index 0000000..ca0ed18 --- /dev/null +++ b/cmd/web/static/icons/black/bcpt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/bdl.svg b/cmd/web/static/icons/black/bdl.svg new file mode 100644 index 0000000..44b72ef --- /dev/null +++ b/cmd/web/static/icons/black/bdl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/bela.svg b/cmd/web/static/icons/black/bela.svg new file mode 100644 index 0000000..4d727ac --- /dev/null +++ b/cmd/web/static/icons/black/bela.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/blcn.svg b/cmd/web/static/icons/black/blcn.svg new file mode 100644 index 0000000..a5599e8 --- /dev/null +++ b/cmd/web/static/icons/black/blcn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/blk.svg b/cmd/web/static/icons/black/blk.svg new file mode 100644 index 0000000..5194fd6 --- /dev/null +++ b/cmd/web/static/icons/black/blk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/block.svg b/cmd/web/static/icons/black/block.svg new file mode 100644 index 0000000..b46a338 --- /dev/null +++ b/cmd/web/static/icons/black/block.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/bnb.svg b/cmd/web/static/icons/black/bnb.svg new file mode 100644 index 0000000..c2d179b --- /dev/null +++ b/cmd/web/static/icons/black/bnb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/bnt.svg b/cmd/web/static/icons/black/bnt.svg new file mode 100644 index 0000000..0187cc7 --- /dev/null +++ b/cmd/web/static/icons/black/bnt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/bnty.svg b/cmd/web/static/icons/black/bnty.svg new file mode 100644 index 0000000..15d3639 --- /dev/null +++ b/cmd/web/static/icons/black/bnty.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/bpt.svg b/cmd/web/static/icons/black/bpt.svg new file mode 100644 index 0000000..1493578 --- /dev/null +++ b/cmd/web/static/icons/black/bpt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/bq.svg b/cmd/web/static/icons/black/bq.svg new file mode 100644 index 0000000..ec3696a --- /dev/null +++ b/cmd/web/static/icons/black/bq.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/bqx.svg b/cmd/web/static/icons/black/bqx.svg new file mode 100644 index 0000000..a2a2ee0 --- /dev/null +++ b/cmd/web/static/icons/black/bqx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/btc.svg b/cmd/web/static/icons/black/btc.svg new file mode 100644 index 0000000..f8b22dd --- /dev/null +++ b/cmd/web/static/icons/black/btc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/btcd.svg b/cmd/web/static/icons/black/btcd.svg new file mode 100644 index 0000000..6212981 --- /dev/null +++ b/cmd/web/static/icons/black/btcd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/btcz.svg b/cmd/web/static/icons/black/btcz.svg new file mode 100644 index 0000000..57b6ee5 --- /dev/null +++ b/cmd/web/static/icons/black/btcz.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/btg.svg b/cmd/web/static/icons/black/btg.svg new file mode 100644 index 0000000..46c309e --- /dev/null +++ b/cmd/web/static/icons/black/btg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/btm.svg b/cmd/web/static/icons/black/btm.svg new file mode 100644 index 0000000..28c6250 --- /dev/null +++ b/cmd/web/static/icons/black/btm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/bts.svg b/cmd/web/static/icons/black/bts.svg new file mode 100644 index 0000000..db6833c --- /dev/null +++ b/cmd/web/static/icons/black/bts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/btx.svg b/cmd/web/static/icons/black/btx.svg new file mode 100644 index 0000000..ba0c236 --- /dev/null +++ b/cmd/web/static/icons/black/btx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/burst.svg b/cmd/web/static/icons/black/burst.svg new file mode 100644 index 0000000..0b17fec --- /dev/null +++ b/cmd/web/static/icons/black/burst.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/cdn.svg b/cmd/web/static/icons/black/cdn.svg new file mode 100644 index 0000000..6eed53e --- /dev/null +++ b/cmd/web/static/icons/black/cdn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/cdt.svg b/cmd/web/static/icons/black/cdt.svg new file mode 100644 index 0000000..83d1003 --- /dev/null +++ b/cmd/web/static/icons/black/cdt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/clam.svg b/cmd/web/static/icons/black/clam.svg new file mode 100644 index 0000000..ea95c51 --- /dev/null +++ b/cmd/web/static/icons/black/clam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/cloak.svg b/cmd/web/static/icons/black/cloak.svg new file mode 100644 index 0000000..56a3f9f --- /dev/null +++ b/cmd/web/static/icons/black/cloak.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/cnd.svg b/cmd/web/static/icons/black/cnd.svg new file mode 100644 index 0000000..da00a48 --- /dev/null +++ b/cmd/web/static/icons/black/cnd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/cnx.svg b/cmd/web/static/icons/black/cnx.svg new file mode 100644 index 0000000..46a523b --- /dev/null +++ b/cmd/web/static/icons/black/cnx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/cny.svg b/cmd/web/static/icons/black/cny.svg new file mode 100644 index 0000000..5710848 --- /dev/null +++ b/cmd/web/static/icons/black/cny.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/cred.svg b/cmd/web/static/icons/black/cred.svg new file mode 100644 index 0000000..1b0651d --- /dev/null +++ b/cmd/web/static/icons/black/cred.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/crpt.svg b/cmd/web/static/icons/black/crpt.svg new file mode 100644 index 0000000..e806c91 --- /dev/null +++ b/cmd/web/static/icons/black/crpt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/cvc.svg b/cmd/web/static/icons/black/cvc.svg new file mode 100644 index 0000000..bf1e443 --- /dev/null +++ b/cmd/web/static/icons/black/cvc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/dash.svg b/cmd/web/static/icons/black/dash.svg new file mode 100644 index 0000000..865bc4e --- /dev/null +++ b/cmd/web/static/icons/black/dash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/dat.svg b/cmd/web/static/icons/black/dat.svg new file mode 100644 index 0000000..9dc2802 --- /dev/null +++ b/cmd/web/static/icons/black/dat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/data.svg b/cmd/web/static/icons/black/data.svg new file mode 100644 index 0000000..b94b945 --- /dev/null +++ b/cmd/web/static/icons/black/data.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/dbc.svg b/cmd/web/static/icons/black/dbc.svg new file mode 100644 index 0000000..62c4363 --- /dev/null +++ b/cmd/web/static/icons/black/dbc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/dcn.svg b/cmd/web/static/icons/black/dcn.svg new file mode 100644 index 0000000..3a3abab --- /dev/null +++ b/cmd/web/static/icons/black/dcn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/dcr.svg b/cmd/web/static/icons/black/dcr.svg new file mode 100644 index 0000000..a2e81dc --- /dev/null +++ b/cmd/web/static/icons/black/dcr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/dent.svg b/cmd/web/static/icons/black/dent.svg new file mode 100644 index 0000000..35373d8 --- /dev/null +++ b/cmd/web/static/icons/black/dent.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/dgb.svg b/cmd/web/static/icons/black/dgb.svg new file mode 100644 index 0000000..9a44929 --- /dev/null +++ b/cmd/web/static/icons/black/dgb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/dgd.svg b/cmd/web/static/icons/black/dgd.svg new file mode 100644 index 0000000..e7ca23d --- /dev/null +++ b/cmd/web/static/icons/black/dgd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/dlt.svg b/cmd/web/static/icons/black/dlt.svg new file mode 100644 index 0000000..c843bba --- /dev/null +++ b/cmd/web/static/icons/black/dlt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/dnt.svg b/cmd/web/static/icons/black/dnt.svg new file mode 100644 index 0000000..1d2b8a7 --- /dev/null +++ b/cmd/web/static/icons/black/dnt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/doge.svg b/cmd/web/static/icons/black/doge.svg new file mode 100644 index 0000000..e54a3a3 --- /dev/null +++ b/cmd/web/static/icons/black/doge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/drgn.svg b/cmd/web/static/icons/black/drgn.svg new file mode 100644 index 0000000..9c3e7f3 --- /dev/null +++ b/cmd/web/static/icons/black/drgn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/ebst.svg b/cmd/web/static/icons/black/ebst.svg new file mode 100644 index 0000000..2d9e3e1 --- /dev/null +++ b/cmd/web/static/icons/black/ebst.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/edg.svg b/cmd/web/static/icons/black/edg.svg new file mode 100644 index 0000000..75abe55 --- /dev/null +++ b/cmd/web/static/icons/black/edg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/edoge.svg b/cmd/web/static/icons/black/edoge.svg new file mode 100644 index 0000000..c214c65 --- /dev/null +++ b/cmd/web/static/icons/black/edoge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/elf.svg b/cmd/web/static/icons/black/elf.svg new file mode 100644 index 0000000..57d5cf9 --- /dev/null +++ b/cmd/web/static/icons/black/elf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/elix.svg b/cmd/web/static/icons/black/elix.svg new file mode 100644 index 0000000..d249b44 --- /dev/null +++ b/cmd/web/static/icons/black/elix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/ella.svg b/cmd/web/static/icons/black/ella.svg new file mode 100644 index 0000000..8ebf147 --- /dev/null +++ b/cmd/web/static/icons/black/ella.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/emc.svg b/cmd/web/static/icons/black/emc.svg new file mode 100644 index 0000000..bcf0227 --- /dev/null +++ b/cmd/web/static/icons/black/emc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/emc2.svg b/cmd/web/static/icons/black/emc2.svg new file mode 100644 index 0000000..c4cc2ff --- /dev/null +++ b/cmd/web/static/icons/black/emc2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/eng.svg b/cmd/web/static/icons/black/eng.svg new file mode 100644 index 0000000..9855928 --- /dev/null +++ b/cmd/web/static/icons/black/eng.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/enj.svg b/cmd/web/static/icons/black/enj.svg new file mode 100644 index 0000000..eb860d2 --- /dev/null +++ b/cmd/web/static/icons/black/enj.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/eos.svg b/cmd/web/static/icons/black/eos.svg new file mode 100644 index 0000000..03529f2 --- /dev/null +++ b/cmd/web/static/icons/black/eos.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/etc.svg b/cmd/web/static/icons/black/etc.svg new file mode 100644 index 0000000..a14a3d2 --- /dev/null +++ b/cmd/web/static/icons/black/etc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/eth.svg b/cmd/web/static/icons/black/eth.svg new file mode 100644 index 0000000..33247be --- /dev/null +++ b/cmd/web/static/icons/black/eth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/ethos.svg b/cmd/web/static/icons/black/ethos.svg new file mode 100644 index 0000000..f820b0d --- /dev/null +++ b/cmd/web/static/icons/black/ethos.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/etn.svg b/cmd/web/static/icons/black/etn.svg new file mode 100644 index 0000000..b277cda --- /dev/null +++ b/cmd/web/static/icons/black/etn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/etp.svg b/cmd/web/static/icons/black/etp.svg new file mode 100644 index 0000000..7bef8f8 --- /dev/null +++ b/cmd/web/static/icons/black/etp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/eur.svg b/cmd/web/static/icons/black/eur.svg new file mode 100644 index 0000000..a459d53 --- /dev/null +++ b/cmd/web/static/icons/black/eur.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/evx.svg b/cmd/web/static/icons/black/evx.svg new file mode 100644 index 0000000..74c605e --- /dev/null +++ b/cmd/web/static/icons/black/evx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/exmo.svg b/cmd/web/static/icons/black/exmo.svg new file mode 100644 index 0000000..57ac62a --- /dev/null +++ b/cmd/web/static/icons/black/exmo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/exp.svg b/cmd/web/static/icons/black/exp.svg new file mode 100644 index 0000000..9e9be0f --- /dev/null +++ b/cmd/web/static/icons/black/exp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/fair.svg b/cmd/web/static/icons/black/fair.svg new file mode 100644 index 0000000..619ee6a --- /dev/null +++ b/cmd/web/static/icons/black/fair.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/fct.svg b/cmd/web/static/icons/black/fct.svg new file mode 100644 index 0000000..3ae847b --- /dev/null +++ b/cmd/web/static/icons/black/fct.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/fil.svg b/cmd/web/static/icons/black/fil.svg new file mode 100644 index 0000000..050df77 --- /dev/null +++ b/cmd/web/static/icons/black/fil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/fldc.svg b/cmd/web/static/icons/black/fldc.svg new file mode 100644 index 0000000..dd05ba7 --- /dev/null +++ b/cmd/web/static/icons/black/fldc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/flo.svg b/cmd/web/static/icons/black/flo.svg new file mode 100644 index 0000000..2743338 --- /dev/null +++ b/cmd/web/static/icons/black/flo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/ftc.svg b/cmd/web/static/icons/black/ftc.svg new file mode 100644 index 0000000..1501f43 --- /dev/null +++ b/cmd/web/static/icons/black/ftc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/fuel.svg b/cmd/web/static/icons/black/fuel.svg new file mode 100644 index 0000000..25c9b0f --- /dev/null +++ b/cmd/web/static/icons/black/fuel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/fun.svg b/cmd/web/static/icons/black/fun.svg new file mode 100644 index 0000000..f2ccdc6 --- /dev/null +++ b/cmd/web/static/icons/black/fun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/game.svg b/cmd/web/static/icons/black/game.svg new file mode 100644 index 0000000..63ac952 --- /dev/null +++ b/cmd/web/static/icons/black/game.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/gas.svg b/cmd/web/static/icons/black/gas.svg new file mode 100644 index 0000000..912d9b3 --- /dev/null +++ b/cmd/web/static/icons/black/gas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/gbp.svg b/cmd/web/static/icons/black/gbp.svg new file mode 100644 index 0000000..4063105 --- /dev/null +++ b/cmd/web/static/icons/black/gbp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/gbx.svg b/cmd/web/static/icons/black/gbx.svg new file mode 100644 index 0000000..ea9f40a --- /dev/null +++ b/cmd/web/static/icons/black/gbx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/gbyte.svg b/cmd/web/static/icons/black/gbyte.svg new file mode 100644 index 0000000..5e0fcf1 --- /dev/null +++ b/cmd/web/static/icons/black/gbyte.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/gno.svg b/cmd/web/static/icons/black/gno.svg new file mode 100644 index 0000000..841c46b --- /dev/null +++ b/cmd/web/static/icons/black/gno.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/gnt.svg b/cmd/web/static/icons/black/gnt.svg new file mode 100644 index 0000000..80e63d3 --- /dev/null +++ b/cmd/web/static/icons/black/gnt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/grc.svg b/cmd/web/static/icons/black/grc.svg new file mode 100644 index 0000000..22b454a --- /dev/null +++ b/cmd/web/static/icons/black/grc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/grs.svg b/cmd/web/static/icons/black/grs.svg new file mode 100644 index 0000000..09b3c68 --- /dev/null +++ b/cmd/web/static/icons/black/grs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/gto.svg b/cmd/web/static/icons/black/gto.svg new file mode 100644 index 0000000..9587f2b --- /dev/null +++ b/cmd/web/static/icons/black/gto.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/gup.svg b/cmd/web/static/icons/black/gup.svg new file mode 100644 index 0000000..a40df94 --- /dev/null +++ b/cmd/web/static/icons/black/gup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/gvt.svg b/cmd/web/static/icons/black/gvt.svg new file mode 100644 index 0000000..14c3fd8 --- /dev/null +++ b/cmd/web/static/icons/black/gvt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/gxs.svg b/cmd/web/static/icons/black/gxs.svg new file mode 100644 index 0000000..2342321 --- /dev/null +++ b/cmd/web/static/icons/black/gxs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/hpb.svg b/cmd/web/static/icons/black/hpb.svg new file mode 100644 index 0000000..180b490 --- /dev/null +++ b/cmd/web/static/icons/black/hpb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/hsr.svg b/cmd/web/static/icons/black/hsr.svg new file mode 100644 index 0000000..515e49e --- /dev/null +++ b/cmd/web/static/icons/black/hsr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/huc.svg b/cmd/web/static/icons/black/huc.svg new file mode 100644 index 0000000..4e78f49 --- /dev/null +++ b/cmd/web/static/icons/black/huc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/hush.svg b/cmd/web/static/icons/black/hush.svg new file mode 100644 index 0000000..e0c1fe0 --- /dev/null +++ b/cmd/web/static/icons/black/hush.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/icn.svg b/cmd/web/static/icons/black/icn.svg new file mode 100644 index 0000000..9b1a3cb --- /dev/null +++ b/cmd/web/static/icons/black/icn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/icx.svg b/cmd/web/static/icons/black/icx.svg new file mode 100644 index 0000000..560e113 --- /dev/null +++ b/cmd/web/static/icons/black/icx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/ignis.svg b/cmd/web/static/icons/black/ignis.svg new file mode 100644 index 0000000..f3a8e4b --- /dev/null +++ b/cmd/web/static/icons/black/ignis.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/ins.svg b/cmd/web/static/icons/black/ins.svg new file mode 100644 index 0000000..1303e38 --- /dev/null +++ b/cmd/web/static/icons/black/ins.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/iop.svg b/cmd/web/static/icons/black/iop.svg new file mode 100644 index 0000000..0ca7938 --- /dev/null +++ b/cmd/web/static/icons/black/iop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/iost.svg b/cmd/web/static/icons/black/iost.svg new file mode 100644 index 0000000..79541d8 --- /dev/null +++ b/cmd/web/static/icons/black/iost.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/jpy.svg b/cmd/web/static/icons/black/jpy.svg new file mode 100644 index 0000000..2a63e6b --- /dev/null +++ b/cmd/web/static/icons/black/jpy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/kcs.svg b/cmd/web/static/icons/black/kcs.svg new file mode 100644 index 0000000..5dd5fb0 --- /dev/null +++ b/cmd/web/static/icons/black/kcs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/kin.svg b/cmd/web/static/icons/black/kin.svg new file mode 100644 index 0000000..3dfb29f --- /dev/null +++ b/cmd/web/static/icons/black/kin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/kmd.svg b/cmd/web/static/icons/black/kmd.svg new file mode 100644 index 0000000..ac67caf --- /dev/null +++ b/cmd/web/static/icons/black/kmd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/knc.svg b/cmd/web/static/icons/black/knc.svg new file mode 100644 index 0000000..1eba2db --- /dev/null +++ b/cmd/web/static/icons/black/knc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/krb.svg b/cmd/web/static/icons/black/krb.svg new file mode 100644 index 0000000..b967c69 --- /dev/null +++ b/cmd/web/static/icons/black/krb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/lbc.svg b/cmd/web/static/icons/black/lbc.svg new file mode 100644 index 0000000..8ffef49 --- /dev/null +++ b/cmd/web/static/icons/black/lbc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/lend.svg b/cmd/web/static/icons/black/lend.svg new file mode 100644 index 0000000..bcd9501 --- /dev/null +++ b/cmd/web/static/icons/black/lend.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/link.svg b/cmd/web/static/icons/black/link.svg new file mode 100644 index 0000000..d8aefe9 --- /dev/null +++ b/cmd/web/static/icons/black/link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/lkk.svg b/cmd/web/static/icons/black/lkk.svg new file mode 100644 index 0000000..d2f30ea --- /dev/null +++ b/cmd/web/static/icons/black/lkk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/lrc.svg b/cmd/web/static/icons/black/lrc.svg new file mode 100644 index 0000000..154846f --- /dev/null +++ b/cmd/web/static/icons/black/lrc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/lsk.svg b/cmd/web/static/icons/black/lsk.svg new file mode 100644 index 0000000..38a1e1e --- /dev/null +++ b/cmd/web/static/icons/black/lsk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/ltc.svg b/cmd/web/static/icons/black/ltc.svg new file mode 100644 index 0000000..6ad7ba4 --- /dev/null +++ b/cmd/web/static/icons/black/ltc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/lun.svg b/cmd/web/static/icons/black/lun.svg new file mode 100644 index 0000000..b3a4c4c --- /dev/null +++ b/cmd/web/static/icons/black/lun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/maid.svg b/cmd/web/static/icons/black/maid.svg new file mode 100644 index 0000000..ca4e57f --- /dev/null +++ b/cmd/web/static/icons/black/maid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/mana.svg b/cmd/web/static/icons/black/mana.svg new file mode 100644 index 0000000..1bbac89 --- /dev/null +++ b/cmd/web/static/icons/black/mana.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/mcap.svg b/cmd/web/static/icons/black/mcap.svg new file mode 100644 index 0000000..abcffbc --- /dev/null +++ b/cmd/web/static/icons/black/mcap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/mco.svg b/cmd/web/static/icons/black/mco.svg new file mode 100644 index 0000000..a49adcf --- /dev/null +++ b/cmd/web/static/icons/black/mco.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/med.svg b/cmd/web/static/icons/black/med.svg new file mode 100644 index 0000000..448a112 --- /dev/null +++ b/cmd/web/static/icons/black/med.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/miota.svg b/cmd/web/static/icons/black/miota.svg new file mode 100644 index 0000000..b39224c --- /dev/null +++ b/cmd/web/static/icons/black/miota.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/mkr.svg b/cmd/web/static/icons/black/mkr.svg new file mode 100644 index 0000000..d2fb398 --- /dev/null +++ b/cmd/web/static/icons/black/mkr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/mln.svg b/cmd/web/static/icons/black/mln.svg new file mode 100644 index 0000000..aae5d02 --- /dev/null +++ b/cmd/web/static/icons/black/mln.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/mnx.svg b/cmd/web/static/icons/black/mnx.svg new file mode 100644 index 0000000..38184dd --- /dev/null +++ b/cmd/web/static/icons/black/mnx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/mona.svg b/cmd/web/static/icons/black/mona.svg new file mode 100644 index 0000000..d224aa6 --- /dev/null +++ b/cmd/web/static/icons/black/mona.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/mth.svg b/cmd/web/static/icons/black/mth.svg new file mode 100644 index 0000000..ddfcac3 --- /dev/null +++ b/cmd/web/static/icons/black/mth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/mtl.svg b/cmd/web/static/icons/black/mtl.svg new file mode 100644 index 0000000..12b2726 --- /dev/null +++ b/cmd/web/static/icons/black/mtl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/music.svg b/cmd/web/static/icons/black/music.svg new file mode 100644 index 0000000..a714558 --- /dev/null +++ b/cmd/web/static/icons/black/music.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/nas.svg b/cmd/web/static/icons/black/nas.svg new file mode 100644 index 0000000..4b85097 --- /dev/null +++ b/cmd/web/static/icons/black/nas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/nav.svg b/cmd/web/static/icons/black/nav.svg new file mode 100644 index 0000000..7d5c3a9 --- /dev/null +++ b/cmd/web/static/icons/black/nav.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/ndz.svg b/cmd/web/static/icons/black/ndz.svg new file mode 100644 index 0000000..32f6320 --- /dev/null +++ b/cmd/web/static/icons/black/ndz.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/nebl.svg b/cmd/web/static/icons/black/nebl.svg new file mode 100644 index 0000000..6876bce --- /dev/null +++ b/cmd/web/static/icons/black/nebl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/neo.svg b/cmd/web/static/icons/black/neo.svg new file mode 100644 index 0000000..fc60b29 --- /dev/null +++ b/cmd/web/static/icons/black/neo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/neos.svg b/cmd/web/static/icons/black/neos.svg new file mode 100644 index 0000000..e297326 --- /dev/null +++ b/cmd/web/static/icons/black/neos.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/ngc.svg b/cmd/web/static/icons/black/ngc.svg new file mode 100644 index 0000000..1ce1e69 --- /dev/null +++ b/cmd/web/static/icons/black/ngc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/nlc2.svg b/cmd/web/static/icons/black/nlc2.svg new file mode 100644 index 0000000..13018aa --- /dev/null +++ b/cmd/web/static/icons/black/nlc2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/nlg.svg b/cmd/web/static/icons/black/nlg.svg new file mode 100644 index 0000000..8bb8da1 --- /dev/null +++ b/cmd/web/static/icons/black/nlg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/nmc.svg b/cmd/web/static/icons/black/nmc.svg new file mode 100644 index 0000000..de55ecb --- /dev/null +++ b/cmd/web/static/icons/black/nmc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/nxs.svg b/cmd/web/static/icons/black/nxs.svg new file mode 100644 index 0000000..5047648 --- /dev/null +++ b/cmd/web/static/icons/black/nxs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/nxt.svg b/cmd/web/static/icons/black/nxt.svg new file mode 100644 index 0000000..8b9ef2e --- /dev/null +++ b/cmd/web/static/icons/black/nxt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/oax.svg b/cmd/web/static/icons/black/oax.svg new file mode 100644 index 0000000..df8cdb9 --- /dev/null +++ b/cmd/web/static/icons/black/oax.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/omg.svg b/cmd/web/static/icons/black/omg.svg new file mode 100644 index 0000000..8231dda --- /dev/null +++ b/cmd/web/static/icons/black/omg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/omni.svg b/cmd/web/static/icons/black/omni.svg new file mode 100644 index 0000000..e8119cd --- /dev/null +++ b/cmd/web/static/icons/black/omni.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/ost.svg b/cmd/web/static/icons/black/ost.svg new file mode 100644 index 0000000..b1ef214 --- /dev/null +++ b/cmd/web/static/icons/black/ost.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/ox.svg b/cmd/web/static/icons/black/ox.svg new file mode 100644 index 0000000..69727a5 --- /dev/null +++ b/cmd/web/static/icons/black/ox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/pac.svg b/cmd/web/static/icons/black/pac.svg new file mode 100644 index 0000000..5185c1b --- /dev/null +++ b/cmd/web/static/icons/black/pac.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/part.svg b/cmd/web/static/icons/black/part.svg new file mode 100644 index 0000000..a774abd --- /dev/null +++ b/cmd/web/static/icons/black/part.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/pasl.svg b/cmd/web/static/icons/black/pasl.svg new file mode 100644 index 0000000..d21693b --- /dev/null +++ b/cmd/web/static/icons/black/pasl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/pay.svg b/cmd/web/static/icons/black/pay.svg new file mode 100644 index 0000000..f7ab29b --- /dev/null +++ b/cmd/web/static/icons/black/pay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/pink.svg b/cmd/web/static/icons/black/pink.svg new file mode 100644 index 0000000..af2cbb6 --- /dev/null +++ b/cmd/web/static/icons/black/pink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/pirl.svg b/cmd/web/static/icons/black/pirl.svg new file mode 100644 index 0000000..5646536 --- /dev/null +++ b/cmd/web/static/icons/black/pirl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/pivx.svg b/cmd/web/static/icons/black/pivx.svg new file mode 100644 index 0000000..045bf29 --- /dev/null +++ b/cmd/web/static/icons/black/pivx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/plr.svg b/cmd/web/static/icons/black/plr.svg new file mode 100644 index 0000000..1c109a8 --- /dev/null +++ b/cmd/web/static/icons/black/plr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/poe.svg b/cmd/web/static/icons/black/poe.svg new file mode 100644 index 0000000..397791e --- /dev/null +++ b/cmd/web/static/icons/black/poe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/poly.svg b/cmd/web/static/icons/black/poly.svg new file mode 100644 index 0000000..04879e8 --- /dev/null +++ b/cmd/web/static/icons/black/poly.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/pot.svg b/cmd/web/static/icons/black/pot.svg new file mode 100644 index 0000000..c4eeb77 --- /dev/null +++ b/cmd/web/static/icons/black/pot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/powr.svg b/cmd/web/static/icons/black/powr.svg new file mode 100644 index 0000000..7078077 --- /dev/null +++ b/cmd/web/static/icons/black/powr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/ppc.svg b/cmd/web/static/icons/black/ppc.svg new file mode 100644 index 0000000..6764575 --- /dev/null +++ b/cmd/web/static/icons/black/ppc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/ppp.svg b/cmd/web/static/icons/black/ppp.svg new file mode 100644 index 0000000..e61c3b0 --- /dev/null +++ b/cmd/web/static/icons/black/ppp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/ppt.svg b/cmd/web/static/icons/black/ppt.svg new file mode 100644 index 0000000..a9d9f04 --- /dev/null +++ b/cmd/web/static/icons/black/ppt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/prl.svg b/cmd/web/static/icons/black/prl.svg new file mode 100644 index 0000000..f06326c --- /dev/null +++ b/cmd/web/static/icons/black/prl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/pura.svg b/cmd/web/static/icons/black/pura.svg new file mode 100644 index 0000000..e8ec20b --- /dev/null +++ b/cmd/web/static/icons/black/pura.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/qash.svg b/cmd/web/static/icons/black/qash.svg new file mode 100644 index 0000000..9e9cdf6 --- /dev/null +++ b/cmd/web/static/icons/black/qash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/qiwi.svg b/cmd/web/static/icons/black/qiwi.svg new file mode 100644 index 0000000..c8624e5 --- /dev/null +++ b/cmd/web/static/icons/black/qiwi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/qlc.svg b/cmd/web/static/icons/black/qlc.svg new file mode 100644 index 0000000..3eb5dd1 --- /dev/null +++ b/cmd/web/static/icons/black/qlc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/qsp.svg b/cmd/web/static/icons/black/qsp.svg new file mode 100644 index 0000000..56c4476 --- /dev/null +++ b/cmd/web/static/icons/black/qsp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/qtum.svg b/cmd/web/static/icons/black/qtum.svg new file mode 100644 index 0000000..e527317 --- /dev/null +++ b/cmd/web/static/icons/black/qtum.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/r.svg b/cmd/web/static/icons/black/r.svg new file mode 100644 index 0000000..06f3146 --- /dev/null +++ b/cmd/web/static/icons/black/r.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/rads.svg b/cmd/web/static/icons/black/rads.svg new file mode 100644 index 0000000..0f7c824 --- /dev/null +++ b/cmd/web/static/icons/black/rads.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/rcn.svg b/cmd/web/static/icons/black/rcn.svg new file mode 100644 index 0000000..d973c2b --- /dev/null +++ b/cmd/web/static/icons/black/rcn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/rdd.svg b/cmd/web/static/icons/black/rdd.svg new file mode 100644 index 0000000..2108d04 --- /dev/null +++ b/cmd/web/static/icons/black/rdd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/rdn.svg b/cmd/web/static/icons/black/rdn.svg new file mode 100644 index 0000000..14a1058 --- /dev/null +++ b/cmd/web/static/icons/black/rdn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/rep.svg b/cmd/web/static/icons/black/rep.svg new file mode 100644 index 0000000..e8d8f8d --- /dev/null +++ b/cmd/web/static/icons/black/rep.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/req.svg b/cmd/web/static/icons/black/req.svg new file mode 100644 index 0000000..4fbc917 --- /dev/null +++ b/cmd/web/static/icons/black/req.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/rhoc.svg b/cmd/web/static/icons/black/rhoc.svg new file mode 100644 index 0000000..d492e72 --- /dev/null +++ b/cmd/web/static/icons/black/rhoc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/ric.svg b/cmd/web/static/icons/black/ric.svg new file mode 100644 index 0000000..158953e --- /dev/null +++ b/cmd/web/static/icons/black/ric.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/rise.svg b/cmd/web/static/icons/black/rise.svg new file mode 100644 index 0000000..15e7b5d --- /dev/null +++ b/cmd/web/static/icons/black/rise.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/rlc.svg b/cmd/web/static/icons/black/rlc.svg new file mode 100644 index 0000000..802c959 --- /dev/null +++ b/cmd/web/static/icons/black/rlc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/rpx.svg b/cmd/web/static/icons/black/rpx.svg new file mode 100644 index 0000000..189ff96 --- /dev/null +++ b/cmd/web/static/icons/black/rpx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/rub.svg b/cmd/web/static/icons/black/rub.svg new file mode 100644 index 0000000..bda695a --- /dev/null +++ b/cmd/web/static/icons/black/rub.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/salt.svg b/cmd/web/static/icons/black/salt.svg new file mode 100644 index 0000000..87975c1 --- /dev/null +++ b/cmd/web/static/icons/black/salt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/san.svg b/cmd/web/static/icons/black/san.svg new file mode 100644 index 0000000..c9e113d --- /dev/null +++ b/cmd/web/static/icons/black/san.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/sbd.svg b/cmd/web/static/icons/black/sbd.svg new file mode 100644 index 0000000..db845f4 --- /dev/null +++ b/cmd/web/static/icons/black/sbd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/sberbank.svg b/cmd/web/static/icons/black/sberbank.svg new file mode 100644 index 0000000..d083c96 --- /dev/null +++ b/cmd/web/static/icons/black/sberbank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/sc.svg b/cmd/web/static/icons/black/sc.svg new file mode 100644 index 0000000..d573eb8 --- /dev/null +++ b/cmd/web/static/icons/black/sc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/sky.svg b/cmd/web/static/icons/black/sky.svg new file mode 100644 index 0000000..6027784 --- /dev/null +++ b/cmd/web/static/icons/black/sky.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/smart.svg b/cmd/web/static/icons/black/smart.svg new file mode 100644 index 0000000..fabc4ec --- /dev/null +++ b/cmd/web/static/icons/black/smart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/sngls.svg b/cmd/web/static/icons/black/sngls.svg new file mode 100644 index 0000000..328b77c --- /dev/null +++ b/cmd/web/static/icons/black/sngls.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/snt.svg b/cmd/web/static/icons/black/snt.svg new file mode 100644 index 0000000..f209b24 --- /dev/null +++ b/cmd/web/static/icons/black/snt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/sonm.svg b/cmd/web/static/icons/black/sonm.svg new file mode 100644 index 0000000..303c50d --- /dev/null +++ b/cmd/web/static/icons/black/sonm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/sphtx.svg b/cmd/web/static/icons/black/sphtx.svg new file mode 100644 index 0000000..5422ab3 --- /dev/null +++ b/cmd/web/static/icons/black/sphtx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/srn.svg b/cmd/web/static/icons/black/srn.svg new file mode 100644 index 0000000..d72e4a2 --- /dev/null +++ b/cmd/web/static/icons/black/srn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/start.svg b/cmd/web/static/icons/black/start.svg new file mode 100644 index 0000000..66c0eb4 --- /dev/null +++ b/cmd/web/static/icons/black/start.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/steem.svg b/cmd/web/static/icons/black/steem.svg new file mode 100644 index 0000000..d9d30b4 --- /dev/null +++ b/cmd/web/static/icons/black/steem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/storj.svg b/cmd/web/static/icons/black/storj.svg new file mode 100644 index 0000000..f685245 --- /dev/null +++ b/cmd/web/static/icons/black/storj.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/storm.svg b/cmd/web/static/icons/black/storm.svg new file mode 100644 index 0000000..60bb07d --- /dev/null +++ b/cmd/web/static/icons/black/storm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/strat.svg b/cmd/web/static/icons/black/strat.svg new file mode 100644 index 0000000..2b187d8 --- /dev/null +++ b/cmd/web/static/icons/black/strat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/sub.svg b/cmd/web/static/icons/black/sub.svg new file mode 100644 index 0000000..fce18f5 --- /dev/null +++ b/cmd/web/static/icons/black/sub.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/sys.svg b/cmd/web/static/icons/black/sys.svg new file mode 100644 index 0000000..7c743fe --- /dev/null +++ b/cmd/web/static/icons/black/sys.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/taas.svg b/cmd/web/static/icons/black/taas.svg new file mode 100644 index 0000000..bbe2065 --- /dev/null +++ b/cmd/web/static/icons/black/taas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/tau.svg b/cmd/web/static/icons/black/tau.svg new file mode 100644 index 0000000..5ebed74 --- /dev/null +++ b/cmd/web/static/icons/black/tau.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/tix.svg b/cmd/web/static/icons/black/tix.svg new file mode 100644 index 0000000..51f6877 --- /dev/null +++ b/cmd/web/static/icons/black/tix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/tkn.svg b/cmd/web/static/icons/black/tkn.svg new file mode 100644 index 0000000..f0406b8 --- /dev/null +++ b/cmd/web/static/icons/black/tkn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/tnc.svg b/cmd/web/static/icons/black/tnc.svg new file mode 100644 index 0000000..f4009a3 --- /dev/null +++ b/cmd/web/static/icons/black/tnc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/tnt.svg b/cmd/web/static/icons/black/tnt.svg new file mode 100644 index 0000000..abc07ba --- /dev/null +++ b/cmd/web/static/icons/black/tnt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/trig.svg b/cmd/web/static/icons/black/trig.svg new file mode 100644 index 0000000..467c68c --- /dev/null +++ b/cmd/web/static/icons/black/trig.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/trx.svg b/cmd/web/static/icons/black/trx.svg new file mode 100644 index 0000000..9e6148a --- /dev/null +++ b/cmd/web/static/icons/black/trx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/tzc.svg b/cmd/web/static/icons/black/tzc.svg new file mode 100644 index 0000000..a59de43 --- /dev/null +++ b/cmd/web/static/icons/black/tzc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/ubq.svg b/cmd/web/static/icons/black/ubq.svg new file mode 100644 index 0000000..cf8e06b --- /dev/null +++ b/cmd/web/static/icons/black/ubq.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/usd.svg b/cmd/web/static/icons/black/usd.svg new file mode 100644 index 0000000..3d239fd --- /dev/null +++ b/cmd/web/static/icons/black/usd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/usdt.svg b/cmd/web/static/icons/black/usdt.svg new file mode 100644 index 0000000..7b70415 --- /dev/null +++ b/cmd/web/static/icons/black/usdt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/ven.svg b/cmd/web/static/icons/black/ven.svg new file mode 100644 index 0000000..71b4b4a --- /dev/null +++ b/cmd/web/static/icons/black/ven.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/veri.svg b/cmd/web/static/icons/black/veri.svg new file mode 100644 index 0000000..e06535d --- /dev/null +++ b/cmd/web/static/icons/black/veri.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/via.svg b/cmd/web/static/icons/black/via.svg new file mode 100644 index 0000000..f443b08 --- /dev/null +++ b/cmd/web/static/icons/black/via.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/vibe.svg b/cmd/web/static/icons/black/vibe.svg new file mode 100644 index 0000000..33f8868 --- /dev/null +++ b/cmd/web/static/icons/black/vibe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/vivo.svg b/cmd/web/static/icons/black/vivo.svg new file mode 100644 index 0000000..d8928fe --- /dev/null +++ b/cmd/web/static/icons/black/vivo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/vrc.svg b/cmd/web/static/icons/black/vrc.svg new file mode 100644 index 0000000..fec9981 --- /dev/null +++ b/cmd/web/static/icons/black/vrc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/vtc.svg b/cmd/web/static/icons/black/vtc.svg new file mode 100644 index 0000000..e729cff --- /dev/null +++ b/cmd/web/static/icons/black/vtc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/wabi.svg b/cmd/web/static/icons/black/wabi.svg new file mode 100644 index 0000000..4cd41cd --- /dev/null +++ b/cmd/web/static/icons/black/wabi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/waves.svg b/cmd/web/static/icons/black/waves.svg new file mode 100644 index 0000000..fe45d36 --- /dev/null +++ b/cmd/web/static/icons/black/waves.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/wax.svg b/cmd/web/static/icons/black/wax.svg new file mode 100644 index 0000000..d63fe5c --- /dev/null +++ b/cmd/web/static/icons/black/wax.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/wtc.svg b/cmd/web/static/icons/black/wtc.svg new file mode 100644 index 0000000..d75e411 --- /dev/null +++ b/cmd/web/static/icons/black/wtc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/xbc.svg b/cmd/web/static/icons/black/xbc.svg new file mode 100644 index 0000000..84a3c97 --- /dev/null +++ b/cmd/web/static/icons/black/xbc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/xcp.svg b/cmd/web/static/icons/black/xcp.svg new file mode 100644 index 0000000..8ecca2c --- /dev/null +++ b/cmd/web/static/icons/black/xcp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/xdn.svg b/cmd/web/static/icons/black/xdn.svg new file mode 100644 index 0000000..b720208 --- /dev/null +++ b/cmd/web/static/icons/black/xdn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/xem.svg b/cmd/web/static/icons/black/xem.svg new file mode 100644 index 0000000..b1b744f --- /dev/null +++ b/cmd/web/static/icons/black/xem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/xlm.svg b/cmd/web/static/icons/black/xlm.svg new file mode 100644 index 0000000..bcfc1b3 --- /dev/null +++ b/cmd/web/static/icons/black/xlm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/xmg.svg b/cmd/web/static/icons/black/xmg.svg new file mode 100644 index 0000000..cbb6967 --- /dev/null +++ b/cmd/web/static/icons/black/xmg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/xmr.svg b/cmd/web/static/icons/black/xmr.svg new file mode 100644 index 0000000..7374d3d --- /dev/null +++ b/cmd/web/static/icons/black/xmr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/xmy.svg b/cmd/web/static/icons/black/xmy.svg new file mode 100644 index 0000000..ca84a00 --- /dev/null +++ b/cmd/web/static/icons/black/xmy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/xp.svg b/cmd/web/static/icons/black/xp.svg new file mode 100644 index 0000000..2d938f1 --- /dev/null +++ b/cmd/web/static/icons/black/xp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/xpa.svg b/cmd/web/static/icons/black/xpa.svg new file mode 100644 index 0000000..af1018f --- /dev/null +++ b/cmd/web/static/icons/black/xpa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/xpm.svg b/cmd/web/static/icons/black/xpm.svg new file mode 100644 index 0000000..b821f35 --- /dev/null +++ b/cmd/web/static/icons/black/xpm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/xrb.svg b/cmd/web/static/icons/black/xrb.svg new file mode 100644 index 0000000..61bbf1f --- /dev/null +++ b/cmd/web/static/icons/black/xrb.svg @@ -0,0 +1,15 @@ + + + + black + Created with Sketch. + + + + + + + + + + \ No newline at end of file diff --git a/cmd/web/static/icons/black/xrp.svg b/cmd/web/static/icons/black/xrp.svg new file mode 100644 index 0000000..103ff97 --- /dev/null +++ b/cmd/web/static/icons/black/xrp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/xtz.svg b/cmd/web/static/icons/black/xtz.svg new file mode 100644 index 0000000..d24b926 --- /dev/null +++ b/cmd/web/static/icons/black/xtz.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/xuc.svg b/cmd/web/static/icons/black/xuc.svg new file mode 100644 index 0000000..4e104f4 --- /dev/null +++ b/cmd/web/static/icons/black/xuc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/xvc.svg b/cmd/web/static/icons/black/xvc.svg new file mode 100644 index 0000000..5b07225 --- /dev/null +++ b/cmd/web/static/icons/black/xvc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/xvg.svg b/cmd/web/static/icons/black/xvg.svg new file mode 100644 index 0000000..f22169f --- /dev/null +++ b/cmd/web/static/icons/black/xvg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/xzc.svg b/cmd/web/static/icons/black/xzc.svg new file mode 100644 index 0000000..089091a --- /dev/null +++ b/cmd/web/static/icons/black/xzc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/yoyow.svg b/cmd/web/static/icons/black/yoyow.svg new file mode 100644 index 0000000..7f68bce --- /dev/null +++ b/cmd/web/static/icons/black/yoyow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/zcl.svg b/cmd/web/static/icons/black/zcl.svg new file mode 100644 index 0000000..357592a --- /dev/null +++ b/cmd/web/static/icons/black/zcl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/zec.svg b/cmd/web/static/icons/black/zec.svg new file mode 100644 index 0000000..0d82e2a --- /dev/null +++ b/cmd/web/static/icons/black/zec.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/zen.svg b/cmd/web/static/icons/black/zen.svg new file mode 100644 index 0000000..cbd9eec --- /dev/null +++ b/cmd/web/static/icons/black/zen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/zil.svg b/cmd/web/static/icons/black/zil.svg new file mode 100644 index 0000000..6cf8781 --- /dev/null +++ b/cmd/web/static/icons/black/zil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/black/zrx.svg b/cmd/web/static/icons/black/zrx.svg new file mode 100644 index 0000000..7bbb366 --- /dev/null +++ b/cmd/web/static/icons/black/zrx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/act.svg b/cmd/web/static/icons/color/act.svg new file mode 100644 index 0000000..488fcb8 --- /dev/null +++ b/cmd/web/static/icons/color/act.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/ada.svg b/cmd/web/static/icons/color/ada.svg new file mode 100644 index 0000000..fd1e7ec --- /dev/null +++ b/cmd/web/static/icons/color/ada.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/adx.svg b/cmd/web/static/icons/color/adx.svg new file mode 100644 index 0000000..9f7a92a --- /dev/null +++ b/cmd/web/static/icons/color/adx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/ae.svg b/cmd/web/static/icons/color/ae.svg new file mode 100644 index 0000000..c5cb2c1 --- /dev/null +++ b/cmd/web/static/icons/color/ae.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/agi.svg b/cmd/web/static/icons/color/agi.svg new file mode 100644 index 0000000..7790aae --- /dev/null +++ b/cmd/web/static/icons/color/agi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/aion.svg b/cmd/web/static/icons/color/aion.svg new file mode 100644 index 0000000..5a8ed0f --- /dev/null +++ b/cmd/web/static/icons/color/aion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/amb.svg b/cmd/web/static/icons/color/amb.svg new file mode 100644 index 0000000..0fb387f --- /dev/null +++ b/cmd/web/static/icons/color/amb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/amp.svg b/cmd/web/static/icons/color/amp.svg new file mode 100644 index 0000000..b2fbc3b --- /dev/null +++ b/cmd/web/static/icons/color/amp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/ant.svg b/cmd/web/static/icons/color/ant.svg new file mode 100644 index 0000000..53eb5d7 --- /dev/null +++ b/cmd/web/static/icons/color/ant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/appc.svg b/cmd/web/static/icons/color/appc.svg new file mode 100644 index 0000000..d760ea4 --- /dev/null +++ b/cmd/web/static/icons/color/appc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/ardr.svg b/cmd/web/static/icons/color/ardr.svg new file mode 100644 index 0000000..eeda540 --- /dev/null +++ b/cmd/web/static/icons/color/ardr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/ark.svg b/cmd/web/static/icons/color/ark.svg new file mode 100644 index 0000000..a61927f --- /dev/null +++ b/cmd/web/static/icons/color/ark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/arn.svg b/cmd/web/static/icons/color/arn.svg new file mode 100644 index 0000000..9ae7b0b --- /dev/null +++ b/cmd/web/static/icons/color/arn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/ast.svg b/cmd/web/static/icons/color/ast.svg new file mode 100644 index 0000000..0d427b4 --- /dev/null +++ b/cmd/web/static/icons/color/ast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/atm.svg b/cmd/web/static/icons/color/atm.svg new file mode 100644 index 0000000..bfbe412 --- /dev/null +++ b/cmd/web/static/icons/color/atm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/bat.svg b/cmd/web/static/icons/color/bat.svg new file mode 100644 index 0000000..f8e71ab --- /dev/null +++ b/cmd/web/static/icons/color/bat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/bay.svg b/cmd/web/static/icons/color/bay.svg new file mode 100644 index 0000000..67b58d8 --- /dev/null +++ b/cmd/web/static/icons/color/bay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/bcc.svg b/cmd/web/static/icons/color/bcc.svg new file mode 100644 index 0000000..649b27a --- /dev/null +++ b/cmd/web/static/icons/color/bcc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/bcd.svg b/cmd/web/static/icons/color/bcd.svg new file mode 100644 index 0000000..8da9bb6 --- /dev/null +++ b/cmd/web/static/icons/color/bcd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/bch.svg b/cmd/web/static/icons/color/bch.svg new file mode 100644 index 0000000..fa87ef1 --- /dev/null +++ b/cmd/web/static/icons/color/bch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/bcn.svg b/cmd/web/static/icons/color/bcn.svg new file mode 100644 index 0000000..1fb77b5 --- /dev/null +++ b/cmd/web/static/icons/color/bcn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/bco.svg b/cmd/web/static/icons/color/bco.svg new file mode 100644 index 0000000..11265dd --- /dev/null +++ b/cmd/web/static/icons/color/bco.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/bcpt.svg b/cmd/web/static/icons/color/bcpt.svg new file mode 100644 index 0000000..cb7f1ee --- /dev/null +++ b/cmd/web/static/icons/color/bcpt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/bdl.svg b/cmd/web/static/icons/color/bdl.svg new file mode 100644 index 0000000..1675dd2 --- /dev/null +++ b/cmd/web/static/icons/color/bdl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/bela.svg b/cmd/web/static/icons/color/bela.svg new file mode 100644 index 0000000..589bded --- /dev/null +++ b/cmd/web/static/icons/color/bela.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/blcn.svg b/cmd/web/static/icons/color/blcn.svg new file mode 100644 index 0000000..2a360be --- /dev/null +++ b/cmd/web/static/icons/color/blcn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/blk.svg b/cmd/web/static/icons/color/blk.svg new file mode 100644 index 0000000..f188931 --- /dev/null +++ b/cmd/web/static/icons/color/blk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/block.svg b/cmd/web/static/icons/color/block.svg new file mode 100644 index 0000000..95926a7 --- /dev/null +++ b/cmd/web/static/icons/color/block.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/bnb.svg b/cmd/web/static/icons/color/bnb.svg new file mode 100644 index 0000000..fe65564 --- /dev/null +++ b/cmd/web/static/icons/color/bnb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/bnt.svg b/cmd/web/static/icons/color/bnt.svg new file mode 100644 index 0000000..642a352 --- /dev/null +++ b/cmd/web/static/icons/color/bnt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/bnty.svg b/cmd/web/static/icons/color/bnty.svg new file mode 100644 index 0000000..283dbb3 --- /dev/null +++ b/cmd/web/static/icons/color/bnty.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/bpt.svg b/cmd/web/static/icons/color/bpt.svg new file mode 100644 index 0000000..a8c0c3a --- /dev/null +++ b/cmd/web/static/icons/color/bpt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/bq.svg b/cmd/web/static/icons/color/bq.svg new file mode 100644 index 0000000..618050d --- /dev/null +++ b/cmd/web/static/icons/color/bq.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/bqx.svg b/cmd/web/static/icons/color/bqx.svg new file mode 100644 index 0000000..2ba3591 --- /dev/null +++ b/cmd/web/static/icons/color/bqx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/btc.svg b/cmd/web/static/icons/color/btc.svg new file mode 100644 index 0000000..eca66c2 --- /dev/null +++ b/cmd/web/static/icons/color/btc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/btcd.svg b/cmd/web/static/icons/color/btcd.svg new file mode 100644 index 0000000..6024971 --- /dev/null +++ b/cmd/web/static/icons/color/btcd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/btcz.svg b/cmd/web/static/icons/color/btcz.svg new file mode 100644 index 0000000..62ea7cd --- /dev/null +++ b/cmd/web/static/icons/color/btcz.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/btg.svg b/cmd/web/static/icons/color/btg.svg new file mode 100644 index 0000000..d06c9e6 --- /dev/null +++ b/cmd/web/static/icons/color/btg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/btm.svg b/cmd/web/static/icons/color/btm.svg new file mode 100644 index 0000000..f6ad115 --- /dev/null +++ b/cmd/web/static/icons/color/btm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/bts.svg b/cmd/web/static/icons/color/bts.svg new file mode 100644 index 0000000..10e7f0c --- /dev/null +++ b/cmd/web/static/icons/color/bts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/btx.svg b/cmd/web/static/icons/color/btx.svg new file mode 100644 index 0000000..624da38 --- /dev/null +++ b/cmd/web/static/icons/color/btx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/burst.svg b/cmd/web/static/icons/color/burst.svg new file mode 100644 index 0000000..7527d9e --- /dev/null +++ b/cmd/web/static/icons/color/burst.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/cdn.svg b/cmd/web/static/icons/color/cdn.svg new file mode 100644 index 0000000..0447e46 --- /dev/null +++ b/cmd/web/static/icons/color/cdn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/cdt.svg b/cmd/web/static/icons/color/cdt.svg new file mode 100644 index 0000000..d4afbdd --- /dev/null +++ b/cmd/web/static/icons/color/cdt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/clam.svg b/cmd/web/static/icons/color/clam.svg new file mode 100644 index 0000000..fd56bc9 --- /dev/null +++ b/cmd/web/static/icons/color/clam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/cloak.svg b/cmd/web/static/icons/color/cloak.svg new file mode 100644 index 0000000..01f6401 --- /dev/null +++ b/cmd/web/static/icons/color/cloak.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/cnd.svg b/cmd/web/static/icons/color/cnd.svg new file mode 100644 index 0000000..e715637 --- /dev/null +++ b/cmd/web/static/icons/color/cnd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/cnx.svg b/cmd/web/static/icons/color/cnx.svg new file mode 100644 index 0000000..feb5fdd --- /dev/null +++ b/cmd/web/static/icons/color/cnx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/cny.svg b/cmd/web/static/icons/color/cny.svg new file mode 100644 index 0000000..48ae796 --- /dev/null +++ b/cmd/web/static/icons/color/cny.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/cred.svg b/cmd/web/static/icons/color/cred.svg new file mode 100644 index 0000000..9486f93 --- /dev/null +++ b/cmd/web/static/icons/color/cred.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/crpt.svg b/cmd/web/static/icons/color/crpt.svg new file mode 100644 index 0000000..324fbe5 --- /dev/null +++ b/cmd/web/static/icons/color/crpt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/cvc.svg b/cmd/web/static/icons/color/cvc.svg new file mode 100644 index 0000000..e537089 --- /dev/null +++ b/cmd/web/static/icons/color/cvc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/dash.svg b/cmd/web/static/icons/color/dash.svg new file mode 100644 index 0000000..2b232bc --- /dev/null +++ b/cmd/web/static/icons/color/dash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/dat.svg b/cmd/web/static/icons/color/dat.svg new file mode 100644 index 0000000..4307e21 --- /dev/null +++ b/cmd/web/static/icons/color/dat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/data.svg b/cmd/web/static/icons/color/data.svg new file mode 100644 index 0000000..9d60c57 --- /dev/null +++ b/cmd/web/static/icons/color/data.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/dbc.svg b/cmd/web/static/icons/color/dbc.svg new file mode 100644 index 0000000..db61a7c --- /dev/null +++ b/cmd/web/static/icons/color/dbc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/dcn.svg b/cmd/web/static/icons/color/dcn.svg new file mode 100644 index 0000000..29a2199 --- /dev/null +++ b/cmd/web/static/icons/color/dcn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/dcr.svg b/cmd/web/static/icons/color/dcr.svg new file mode 100644 index 0000000..4eb03f3 --- /dev/null +++ b/cmd/web/static/icons/color/dcr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/dent.svg b/cmd/web/static/icons/color/dent.svg new file mode 100644 index 0000000..7e9f620 --- /dev/null +++ b/cmd/web/static/icons/color/dent.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/dgb.svg b/cmd/web/static/icons/color/dgb.svg new file mode 100644 index 0000000..725de0e --- /dev/null +++ b/cmd/web/static/icons/color/dgb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/dgd.svg b/cmd/web/static/icons/color/dgd.svg new file mode 100644 index 0000000..33c8ffe --- /dev/null +++ b/cmd/web/static/icons/color/dgd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/dlt.svg b/cmd/web/static/icons/color/dlt.svg new file mode 100644 index 0000000..6c4220e --- /dev/null +++ b/cmd/web/static/icons/color/dlt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/dnt.svg b/cmd/web/static/icons/color/dnt.svg new file mode 100644 index 0000000..d10522a --- /dev/null +++ b/cmd/web/static/icons/color/dnt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/doge.svg b/cmd/web/static/icons/color/doge.svg new file mode 100644 index 0000000..b992be3 --- /dev/null +++ b/cmd/web/static/icons/color/doge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/drgn.svg b/cmd/web/static/icons/color/drgn.svg new file mode 100644 index 0000000..3c58c4e --- /dev/null +++ b/cmd/web/static/icons/color/drgn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/ebst.svg b/cmd/web/static/icons/color/ebst.svg new file mode 100644 index 0000000..fd0c997 --- /dev/null +++ b/cmd/web/static/icons/color/ebst.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/edg.svg b/cmd/web/static/icons/color/edg.svg new file mode 100644 index 0000000..adb0278 --- /dev/null +++ b/cmd/web/static/icons/color/edg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/edoge.svg b/cmd/web/static/icons/color/edoge.svg new file mode 100644 index 0000000..937f734 --- /dev/null +++ b/cmd/web/static/icons/color/edoge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/elf.svg b/cmd/web/static/icons/color/elf.svg new file mode 100644 index 0000000..e2d21b1 --- /dev/null +++ b/cmd/web/static/icons/color/elf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/elix.svg b/cmd/web/static/icons/color/elix.svg new file mode 100644 index 0000000..3aa3a2d --- /dev/null +++ b/cmd/web/static/icons/color/elix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/ella.svg b/cmd/web/static/icons/color/ella.svg new file mode 100644 index 0000000..70fe65b --- /dev/null +++ b/cmd/web/static/icons/color/ella.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/emc.svg b/cmd/web/static/icons/color/emc.svg new file mode 100644 index 0000000..c274c3b --- /dev/null +++ b/cmd/web/static/icons/color/emc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/emc2.svg b/cmd/web/static/icons/color/emc2.svg new file mode 100644 index 0000000..32f2419 --- /dev/null +++ b/cmd/web/static/icons/color/emc2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/eng.svg b/cmd/web/static/icons/color/eng.svg new file mode 100644 index 0000000..ef5bb6f --- /dev/null +++ b/cmd/web/static/icons/color/eng.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/enj.svg b/cmd/web/static/icons/color/enj.svg new file mode 100644 index 0000000..366b1e2 --- /dev/null +++ b/cmd/web/static/icons/color/enj.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/eos.svg b/cmd/web/static/icons/color/eos.svg new file mode 100644 index 0000000..04d307a --- /dev/null +++ b/cmd/web/static/icons/color/eos.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/etc.svg b/cmd/web/static/icons/color/etc.svg new file mode 100644 index 0000000..6d9edc2 --- /dev/null +++ b/cmd/web/static/icons/color/etc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/eth.svg b/cmd/web/static/icons/color/eth.svg new file mode 100644 index 0000000..bc0c279 --- /dev/null +++ b/cmd/web/static/icons/color/eth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/ethos.svg b/cmd/web/static/icons/color/ethos.svg new file mode 100644 index 0000000..4bb6afe --- /dev/null +++ b/cmd/web/static/icons/color/ethos.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/etn.svg b/cmd/web/static/icons/color/etn.svg new file mode 100644 index 0000000..a5b91aa --- /dev/null +++ b/cmd/web/static/icons/color/etn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/etp.svg b/cmd/web/static/icons/color/etp.svg new file mode 100644 index 0000000..9a3833f --- /dev/null +++ b/cmd/web/static/icons/color/etp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/eur.svg b/cmd/web/static/icons/color/eur.svg new file mode 100644 index 0000000..76c6525 --- /dev/null +++ b/cmd/web/static/icons/color/eur.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/evx.svg b/cmd/web/static/icons/color/evx.svg new file mode 100644 index 0000000..9758c09 --- /dev/null +++ b/cmd/web/static/icons/color/evx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/exmo.svg b/cmd/web/static/icons/color/exmo.svg new file mode 100644 index 0000000..ba13c60 --- /dev/null +++ b/cmd/web/static/icons/color/exmo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/exp.svg b/cmd/web/static/icons/color/exp.svg new file mode 100644 index 0000000..a7524ca --- /dev/null +++ b/cmd/web/static/icons/color/exp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/fair.svg b/cmd/web/static/icons/color/fair.svg new file mode 100644 index 0000000..2295573 --- /dev/null +++ b/cmd/web/static/icons/color/fair.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/fct.svg b/cmd/web/static/icons/color/fct.svg new file mode 100644 index 0000000..a32c744 --- /dev/null +++ b/cmd/web/static/icons/color/fct.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/fil.svg b/cmd/web/static/icons/color/fil.svg new file mode 100644 index 0000000..a957594 --- /dev/null +++ b/cmd/web/static/icons/color/fil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/fldc.svg b/cmd/web/static/icons/color/fldc.svg new file mode 100644 index 0000000..a02fe8d --- /dev/null +++ b/cmd/web/static/icons/color/fldc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/flo.svg b/cmd/web/static/icons/color/flo.svg new file mode 100644 index 0000000..9952413 --- /dev/null +++ b/cmd/web/static/icons/color/flo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/ftc.svg b/cmd/web/static/icons/color/ftc.svg new file mode 100644 index 0000000..3f4dc8d --- /dev/null +++ b/cmd/web/static/icons/color/ftc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/fuel.svg b/cmd/web/static/icons/color/fuel.svg new file mode 100644 index 0000000..51900ac --- /dev/null +++ b/cmd/web/static/icons/color/fuel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/fun.svg b/cmd/web/static/icons/color/fun.svg new file mode 100644 index 0000000..74e0036 --- /dev/null +++ b/cmd/web/static/icons/color/fun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/game.svg b/cmd/web/static/icons/color/game.svg new file mode 100644 index 0000000..7945eac --- /dev/null +++ b/cmd/web/static/icons/color/game.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/gas.svg b/cmd/web/static/icons/color/gas.svg new file mode 100644 index 0000000..6b78654 --- /dev/null +++ b/cmd/web/static/icons/color/gas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/gbp.svg b/cmd/web/static/icons/color/gbp.svg new file mode 100644 index 0000000..8cb2eda --- /dev/null +++ b/cmd/web/static/icons/color/gbp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/gbx.svg b/cmd/web/static/icons/color/gbx.svg new file mode 100644 index 0000000..a5e5a8b --- /dev/null +++ b/cmd/web/static/icons/color/gbx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/gbyte.svg b/cmd/web/static/icons/color/gbyte.svg new file mode 100644 index 0000000..b4c01c2 --- /dev/null +++ b/cmd/web/static/icons/color/gbyte.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/gno.svg b/cmd/web/static/icons/color/gno.svg new file mode 100644 index 0000000..f6f8584 --- /dev/null +++ b/cmd/web/static/icons/color/gno.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/gnt.svg b/cmd/web/static/icons/color/gnt.svg new file mode 100644 index 0000000..aab122c --- /dev/null +++ b/cmd/web/static/icons/color/gnt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/grc.svg b/cmd/web/static/icons/color/grc.svg new file mode 100644 index 0000000..b28a426 --- /dev/null +++ b/cmd/web/static/icons/color/grc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/grs.svg b/cmd/web/static/icons/color/grs.svg new file mode 100644 index 0000000..28efae7 --- /dev/null +++ b/cmd/web/static/icons/color/grs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/gto.svg b/cmd/web/static/icons/color/gto.svg new file mode 100644 index 0000000..9b6fd21 --- /dev/null +++ b/cmd/web/static/icons/color/gto.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/gup.svg b/cmd/web/static/icons/color/gup.svg new file mode 100644 index 0000000..f3e47fc --- /dev/null +++ b/cmd/web/static/icons/color/gup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/gvt.svg b/cmd/web/static/icons/color/gvt.svg new file mode 100644 index 0000000..e1e1188 --- /dev/null +++ b/cmd/web/static/icons/color/gvt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/gxs.svg b/cmd/web/static/icons/color/gxs.svg new file mode 100644 index 0000000..536f1f7 --- /dev/null +++ b/cmd/web/static/icons/color/gxs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/hpb.svg b/cmd/web/static/icons/color/hpb.svg new file mode 100644 index 0000000..9d25eb2 --- /dev/null +++ b/cmd/web/static/icons/color/hpb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/hsr.svg b/cmd/web/static/icons/color/hsr.svg new file mode 100644 index 0000000..05a0d41 --- /dev/null +++ b/cmd/web/static/icons/color/hsr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/huc.svg b/cmd/web/static/icons/color/huc.svg new file mode 100644 index 0000000..80df904 --- /dev/null +++ b/cmd/web/static/icons/color/huc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/hush.svg b/cmd/web/static/icons/color/hush.svg new file mode 100644 index 0000000..0a31f28 --- /dev/null +++ b/cmd/web/static/icons/color/hush.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/icn.svg b/cmd/web/static/icons/color/icn.svg new file mode 100644 index 0000000..d1d70b4 --- /dev/null +++ b/cmd/web/static/icons/color/icn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/icx.svg b/cmd/web/static/icons/color/icx.svg new file mode 100644 index 0000000..2f66b8c --- /dev/null +++ b/cmd/web/static/icons/color/icx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/ignis.svg b/cmd/web/static/icons/color/ignis.svg new file mode 100644 index 0000000..70141b0 --- /dev/null +++ b/cmd/web/static/icons/color/ignis.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/ins.svg b/cmd/web/static/icons/color/ins.svg new file mode 100644 index 0000000..17fcdf5 --- /dev/null +++ b/cmd/web/static/icons/color/ins.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/iop.svg b/cmd/web/static/icons/color/iop.svg new file mode 100644 index 0000000..2777b2e --- /dev/null +++ b/cmd/web/static/icons/color/iop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/iost.svg b/cmd/web/static/icons/color/iost.svg new file mode 100644 index 0000000..84989c1 --- /dev/null +++ b/cmd/web/static/icons/color/iost.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/jpy.svg b/cmd/web/static/icons/color/jpy.svg new file mode 100644 index 0000000..4acfcd5 --- /dev/null +++ b/cmd/web/static/icons/color/jpy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/kcs.svg b/cmd/web/static/icons/color/kcs.svg new file mode 100644 index 0000000..718da11 --- /dev/null +++ b/cmd/web/static/icons/color/kcs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/kin.svg b/cmd/web/static/icons/color/kin.svg new file mode 100644 index 0000000..a70498a --- /dev/null +++ b/cmd/web/static/icons/color/kin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/kmd.svg b/cmd/web/static/icons/color/kmd.svg new file mode 100644 index 0000000..93b88c5 --- /dev/null +++ b/cmd/web/static/icons/color/kmd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/knc.svg b/cmd/web/static/icons/color/knc.svg new file mode 100644 index 0000000..3d97aee --- /dev/null +++ b/cmd/web/static/icons/color/knc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/krb.svg b/cmd/web/static/icons/color/krb.svg new file mode 100644 index 0000000..54c0a65 --- /dev/null +++ b/cmd/web/static/icons/color/krb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/lbc.svg b/cmd/web/static/icons/color/lbc.svg new file mode 100644 index 0000000..cc26f9a --- /dev/null +++ b/cmd/web/static/icons/color/lbc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/lend.svg b/cmd/web/static/icons/color/lend.svg new file mode 100644 index 0000000..4bb3e1d --- /dev/null +++ b/cmd/web/static/icons/color/lend.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/link.svg b/cmd/web/static/icons/color/link.svg new file mode 100644 index 0000000..1a101f4 --- /dev/null +++ b/cmd/web/static/icons/color/link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/lkk.svg b/cmd/web/static/icons/color/lkk.svg new file mode 100644 index 0000000..5ae58cc --- /dev/null +++ b/cmd/web/static/icons/color/lkk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/lrc.svg b/cmd/web/static/icons/color/lrc.svg new file mode 100644 index 0000000..5c668f0 --- /dev/null +++ b/cmd/web/static/icons/color/lrc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/lsk.svg b/cmd/web/static/icons/color/lsk.svg new file mode 100644 index 0000000..4d29f63 --- /dev/null +++ b/cmd/web/static/icons/color/lsk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/ltc.svg b/cmd/web/static/icons/color/ltc.svg new file mode 100644 index 0000000..56bb7fe --- /dev/null +++ b/cmd/web/static/icons/color/ltc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/lun.svg b/cmd/web/static/icons/color/lun.svg new file mode 100644 index 0000000..874e540 --- /dev/null +++ b/cmd/web/static/icons/color/lun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/maid.svg b/cmd/web/static/icons/color/maid.svg new file mode 100644 index 0000000..c7af748 --- /dev/null +++ b/cmd/web/static/icons/color/maid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/mana.svg b/cmd/web/static/icons/color/mana.svg new file mode 100644 index 0000000..0ff0375 --- /dev/null +++ b/cmd/web/static/icons/color/mana.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/mcap.svg b/cmd/web/static/icons/color/mcap.svg new file mode 100644 index 0000000..b84f391 --- /dev/null +++ b/cmd/web/static/icons/color/mcap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/mco.svg b/cmd/web/static/icons/color/mco.svg new file mode 100644 index 0000000..7453189 --- /dev/null +++ b/cmd/web/static/icons/color/mco.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/med.svg b/cmd/web/static/icons/color/med.svg new file mode 100644 index 0000000..c4dc842 --- /dev/null +++ b/cmd/web/static/icons/color/med.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/miota.svg b/cmd/web/static/icons/color/miota.svg new file mode 100644 index 0000000..2d5cbf4 --- /dev/null +++ b/cmd/web/static/icons/color/miota.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/mkr.svg b/cmd/web/static/icons/color/mkr.svg new file mode 100644 index 0000000..b12433e --- /dev/null +++ b/cmd/web/static/icons/color/mkr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/mln.svg b/cmd/web/static/icons/color/mln.svg new file mode 100644 index 0000000..d3c02cd --- /dev/null +++ b/cmd/web/static/icons/color/mln.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/mnx.svg b/cmd/web/static/icons/color/mnx.svg new file mode 100644 index 0000000..b007923 --- /dev/null +++ b/cmd/web/static/icons/color/mnx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/mona.svg b/cmd/web/static/icons/color/mona.svg new file mode 100644 index 0000000..2950fdf --- /dev/null +++ b/cmd/web/static/icons/color/mona.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/mth.svg b/cmd/web/static/icons/color/mth.svg new file mode 100644 index 0000000..35cfc7b --- /dev/null +++ b/cmd/web/static/icons/color/mth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/mtl.svg b/cmd/web/static/icons/color/mtl.svg new file mode 100644 index 0000000..eac4e27 --- /dev/null +++ b/cmd/web/static/icons/color/mtl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/music.svg b/cmd/web/static/icons/color/music.svg new file mode 100644 index 0000000..4bbf532 --- /dev/null +++ b/cmd/web/static/icons/color/music.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/nas.svg b/cmd/web/static/icons/color/nas.svg new file mode 100644 index 0000000..09107a5 --- /dev/null +++ b/cmd/web/static/icons/color/nas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/nav.svg b/cmd/web/static/icons/color/nav.svg new file mode 100644 index 0000000..b37f54c --- /dev/null +++ b/cmd/web/static/icons/color/nav.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/ndz.svg b/cmd/web/static/icons/color/ndz.svg new file mode 100644 index 0000000..f9b932d --- /dev/null +++ b/cmd/web/static/icons/color/ndz.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/nebl.svg b/cmd/web/static/icons/color/nebl.svg new file mode 100644 index 0000000..94f0406 --- /dev/null +++ b/cmd/web/static/icons/color/nebl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/neo.svg b/cmd/web/static/icons/color/neo.svg new file mode 100644 index 0000000..4adaa3d --- /dev/null +++ b/cmd/web/static/icons/color/neo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/neos.svg b/cmd/web/static/icons/color/neos.svg new file mode 100644 index 0000000..5b51e05 --- /dev/null +++ b/cmd/web/static/icons/color/neos.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/ngc.svg b/cmd/web/static/icons/color/ngc.svg new file mode 100644 index 0000000..94b347d --- /dev/null +++ b/cmd/web/static/icons/color/ngc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/nlc2.svg b/cmd/web/static/icons/color/nlc2.svg new file mode 100644 index 0000000..f497288 --- /dev/null +++ b/cmd/web/static/icons/color/nlc2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/nlg.svg b/cmd/web/static/icons/color/nlg.svg new file mode 100644 index 0000000..b44a2ac --- /dev/null +++ b/cmd/web/static/icons/color/nlg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/nmc.svg b/cmd/web/static/icons/color/nmc.svg new file mode 100644 index 0000000..8fe5c28 --- /dev/null +++ b/cmd/web/static/icons/color/nmc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/nxs.svg b/cmd/web/static/icons/color/nxs.svg new file mode 100644 index 0000000..d942840 --- /dev/null +++ b/cmd/web/static/icons/color/nxs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/nxt.svg b/cmd/web/static/icons/color/nxt.svg new file mode 100644 index 0000000..51d4dac --- /dev/null +++ b/cmd/web/static/icons/color/nxt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/oax.svg b/cmd/web/static/icons/color/oax.svg new file mode 100644 index 0000000..e60f980 --- /dev/null +++ b/cmd/web/static/icons/color/oax.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/omg.svg b/cmd/web/static/icons/color/omg.svg new file mode 100644 index 0000000..d9a2297 --- /dev/null +++ b/cmd/web/static/icons/color/omg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/omni.svg b/cmd/web/static/icons/color/omni.svg new file mode 100644 index 0000000..e8325fd --- /dev/null +++ b/cmd/web/static/icons/color/omni.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/ost.svg b/cmd/web/static/icons/color/ost.svg new file mode 100644 index 0000000..3bd2279 --- /dev/null +++ b/cmd/web/static/icons/color/ost.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/ox.svg b/cmd/web/static/icons/color/ox.svg new file mode 100644 index 0000000..eaf4d20 --- /dev/null +++ b/cmd/web/static/icons/color/ox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/pac.svg b/cmd/web/static/icons/color/pac.svg new file mode 100644 index 0000000..7afba0b --- /dev/null +++ b/cmd/web/static/icons/color/pac.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/part.svg b/cmd/web/static/icons/color/part.svg new file mode 100644 index 0000000..88b20a7 --- /dev/null +++ b/cmd/web/static/icons/color/part.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/pasl.svg b/cmd/web/static/icons/color/pasl.svg new file mode 100644 index 0000000..145e5d1 --- /dev/null +++ b/cmd/web/static/icons/color/pasl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/pay.svg b/cmd/web/static/icons/color/pay.svg new file mode 100644 index 0000000..376f9ed --- /dev/null +++ b/cmd/web/static/icons/color/pay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/pink.svg b/cmd/web/static/icons/color/pink.svg new file mode 100644 index 0000000..2440ef7 --- /dev/null +++ b/cmd/web/static/icons/color/pink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/pirl.svg b/cmd/web/static/icons/color/pirl.svg new file mode 100644 index 0000000..05813f2 --- /dev/null +++ b/cmd/web/static/icons/color/pirl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/pivx.svg b/cmd/web/static/icons/color/pivx.svg new file mode 100644 index 0000000..b37b018 --- /dev/null +++ b/cmd/web/static/icons/color/pivx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/plr.svg b/cmd/web/static/icons/color/plr.svg new file mode 100644 index 0000000..c43eb92 --- /dev/null +++ b/cmd/web/static/icons/color/plr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/poe.svg b/cmd/web/static/icons/color/poe.svg new file mode 100644 index 0000000..70f31dd --- /dev/null +++ b/cmd/web/static/icons/color/poe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/poly.svg b/cmd/web/static/icons/color/poly.svg new file mode 100644 index 0000000..bd1b74e --- /dev/null +++ b/cmd/web/static/icons/color/poly.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/pot.svg b/cmd/web/static/icons/color/pot.svg new file mode 100644 index 0000000..8941277 --- /dev/null +++ b/cmd/web/static/icons/color/pot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/powr.svg b/cmd/web/static/icons/color/powr.svg new file mode 100644 index 0000000..645e2fb --- /dev/null +++ b/cmd/web/static/icons/color/powr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/ppc.svg b/cmd/web/static/icons/color/ppc.svg new file mode 100644 index 0000000..c1a9755 --- /dev/null +++ b/cmd/web/static/icons/color/ppc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/ppp.svg b/cmd/web/static/icons/color/ppp.svg new file mode 100644 index 0000000..78f9d49 --- /dev/null +++ b/cmd/web/static/icons/color/ppp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/ppt.svg b/cmd/web/static/icons/color/ppt.svg new file mode 100644 index 0000000..4c6360d --- /dev/null +++ b/cmd/web/static/icons/color/ppt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/prl.svg b/cmd/web/static/icons/color/prl.svg new file mode 100644 index 0000000..a35b795 --- /dev/null +++ b/cmd/web/static/icons/color/prl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/pura.svg b/cmd/web/static/icons/color/pura.svg new file mode 100644 index 0000000..4a79630 --- /dev/null +++ b/cmd/web/static/icons/color/pura.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/qash.svg b/cmd/web/static/icons/color/qash.svg new file mode 100644 index 0000000..b19cb3d --- /dev/null +++ b/cmd/web/static/icons/color/qash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/qiwi.svg b/cmd/web/static/icons/color/qiwi.svg new file mode 100644 index 0000000..431586c --- /dev/null +++ b/cmd/web/static/icons/color/qiwi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/qlc.svg b/cmd/web/static/icons/color/qlc.svg new file mode 100644 index 0000000..6c3b8c5 --- /dev/null +++ b/cmd/web/static/icons/color/qlc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/qsp.svg b/cmd/web/static/icons/color/qsp.svg new file mode 100644 index 0000000..ec12440 --- /dev/null +++ b/cmd/web/static/icons/color/qsp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/qtum.svg b/cmd/web/static/icons/color/qtum.svg new file mode 100644 index 0000000..1e70c18 --- /dev/null +++ b/cmd/web/static/icons/color/qtum.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/r.svg b/cmd/web/static/icons/color/r.svg new file mode 100644 index 0000000..0e5dc23 --- /dev/null +++ b/cmd/web/static/icons/color/r.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/rads.svg b/cmd/web/static/icons/color/rads.svg new file mode 100644 index 0000000..dd978b7 --- /dev/null +++ b/cmd/web/static/icons/color/rads.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/rcn.svg b/cmd/web/static/icons/color/rcn.svg new file mode 100644 index 0000000..6f086ea --- /dev/null +++ b/cmd/web/static/icons/color/rcn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/rdd.svg b/cmd/web/static/icons/color/rdd.svg new file mode 100644 index 0000000..a05dc74 --- /dev/null +++ b/cmd/web/static/icons/color/rdd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/rdn.svg b/cmd/web/static/icons/color/rdn.svg new file mode 100644 index 0000000..ab02505 --- /dev/null +++ b/cmd/web/static/icons/color/rdn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/rep.svg b/cmd/web/static/icons/color/rep.svg new file mode 100644 index 0000000..ea426c4 --- /dev/null +++ b/cmd/web/static/icons/color/rep.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/req.svg b/cmd/web/static/icons/color/req.svg new file mode 100644 index 0000000..44aa97b --- /dev/null +++ b/cmd/web/static/icons/color/req.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/rhoc.svg b/cmd/web/static/icons/color/rhoc.svg new file mode 100644 index 0000000..cb8edc9 --- /dev/null +++ b/cmd/web/static/icons/color/rhoc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/ric.svg b/cmd/web/static/icons/color/ric.svg new file mode 100644 index 0000000..6e08ce7 --- /dev/null +++ b/cmd/web/static/icons/color/ric.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/rise.svg b/cmd/web/static/icons/color/rise.svg new file mode 100644 index 0000000..a0ff18e --- /dev/null +++ b/cmd/web/static/icons/color/rise.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/rlc.svg b/cmd/web/static/icons/color/rlc.svg new file mode 100644 index 0000000..4582516 --- /dev/null +++ b/cmd/web/static/icons/color/rlc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/rpx.svg b/cmd/web/static/icons/color/rpx.svg new file mode 100644 index 0000000..c1a99c9 --- /dev/null +++ b/cmd/web/static/icons/color/rpx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/rub.svg b/cmd/web/static/icons/color/rub.svg new file mode 100644 index 0000000..6664344 --- /dev/null +++ b/cmd/web/static/icons/color/rub.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/salt.svg b/cmd/web/static/icons/color/salt.svg new file mode 100644 index 0000000..d33a2b7 --- /dev/null +++ b/cmd/web/static/icons/color/salt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/san.svg b/cmd/web/static/icons/color/san.svg new file mode 100644 index 0000000..eb54924 --- /dev/null +++ b/cmd/web/static/icons/color/san.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/sbd.svg b/cmd/web/static/icons/color/sbd.svg new file mode 100644 index 0000000..ff13ae1 --- /dev/null +++ b/cmd/web/static/icons/color/sbd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/sberbank.svg b/cmd/web/static/icons/color/sberbank.svg new file mode 100644 index 0000000..3805d84 --- /dev/null +++ b/cmd/web/static/icons/color/sberbank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/sc.svg b/cmd/web/static/icons/color/sc.svg new file mode 100644 index 0000000..fff5e2d --- /dev/null +++ b/cmd/web/static/icons/color/sc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/sky.svg b/cmd/web/static/icons/color/sky.svg new file mode 100644 index 0000000..22dab48 --- /dev/null +++ b/cmd/web/static/icons/color/sky.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/smart.svg b/cmd/web/static/icons/color/smart.svg new file mode 100644 index 0000000..fde8b74 --- /dev/null +++ b/cmd/web/static/icons/color/smart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/sngls.svg b/cmd/web/static/icons/color/sngls.svg new file mode 100644 index 0000000..e979958 --- /dev/null +++ b/cmd/web/static/icons/color/sngls.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/snt.svg b/cmd/web/static/icons/color/snt.svg new file mode 100644 index 0000000..ffd9de4 --- /dev/null +++ b/cmd/web/static/icons/color/snt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/sonm.svg b/cmd/web/static/icons/color/sonm.svg new file mode 100644 index 0000000..d2d6a18 --- /dev/null +++ b/cmd/web/static/icons/color/sonm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/sphtx.svg b/cmd/web/static/icons/color/sphtx.svg new file mode 100644 index 0000000..247d738 --- /dev/null +++ b/cmd/web/static/icons/color/sphtx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/srn.svg b/cmd/web/static/icons/color/srn.svg new file mode 100644 index 0000000..19e10b5 --- /dev/null +++ b/cmd/web/static/icons/color/srn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/start.svg b/cmd/web/static/icons/color/start.svg new file mode 100644 index 0000000..35bcfa7 --- /dev/null +++ b/cmd/web/static/icons/color/start.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/steem.svg b/cmd/web/static/icons/color/steem.svg new file mode 100644 index 0000000..fc61b07 --- /dev/null +++ b/cmd/web/static/icons/color/steem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/storj.svg b/cmd/web/static/icons/color/storj.svg new file mode 100644 index 0000000..0e37bf3 --- /dev/null +++ b/cmd/web/static/icons/color/storj.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/storm.svg b/cmd/web/static/icons/color/storm.svg new file mode 100644 index 0000000..651a893 --- /dev/null +++ b/cmd/web/static/icons/color/storm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/strat.svg b/cmd/web/static/icons/color/strat.svg new file mode 100644 index 0000000..af4fc83 --- /dev/null +++ b/cmd/web/static/icons/color/strat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/sub.svg b/cmd/web/static/icons/color/sub.svg new file mode 100644 index 0000000..4c43b4c --- /dev/null +++ b/cmd/web/static/icons/color/sub.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/sys.svg b/cmd/web/static/icons/color/sys.svg new file mode 100644 index 0000000..a0fb8d1 --- /dev/null +++ b/cmd/web/static/icons/color/sys.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/taas.svg b/cmd/web/static/icons/color/taas.svg new file mode 100644 index 0000000..c170ba0 --- /dev/null +++ b/cmd/web/static/icons/color/taas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/tau.svg b/cmd/web/static/icons/color/tau.svg new file mode 100644 index 0000000..0246c1b --- /dev/null +++ b/cmd/web/static/icons/color/tau.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/tix.svg b/cmd/web/static/icons/color/tix.svg new file mode 100644 index 0000000..692ca19 --- /dev/null +++ b/cmd/web/static/icons/color/tix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/tkn.svg b/cmd/web/static/icons/color/tkn.svg new file mode 100644 index 0000000..5a6c796 --- /dev/null +++ b/cmd/web/static/icons/color/tkn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/tnc.svg b/cmd/web/static/icons/color/tnc.svg new file mode 100644 index 0000000..4eca816 --- /dev/null +++ b/cmd/web/static/icons/color/tnc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/tnt.svg b/cmd/web/static/icons/color/tnt.svg new file mode 100644 index 0000000..ab0eda4 --- /dev/null +++ b/cmd/web/static/icons/color/tnt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/trig.svg b/cmd/web/static/icons/color/trig.svg new file mode 100644 index 0000000..4e9e63f --- /dev/null +++ b/cmd/web/static/icons/color/trig.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/trx.svg b/cmd/web/static/icons/color/trx.svg new file mode 100644 index 0000000..d7c3b34 --- /dev/null +++ b/cmd/web/static/icons/color/trx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/tzc.svg b/cmd/web/static/icons/color/tzc.svg new file mode 100644 index 0000000..03bbae4 --- /dev/null +++ b/cmd/web/static/icons/color/tzc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/ubq.svg b/cmd/web/static/icons/color/ubq.svg new file mode 100644 index 0000000..42888a1 --- /dev/null +++ b/cmd/web/static/icons/color/ubq.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/usd.svg b/cmd/web/static/icons/color/usd.svg new file mode 100644 index 0000000..831e499 --- /dev/null +++ b/cmd/web/static/icons/color/usd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/usdt.svg b/cmd/web/static/icons/color/usdt.svg new file mode 100644 index 0000000..334dbad --- /dev/null +++ b/cmd/web/static/icons/color/usdt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/ven.svg b/cmd/web/static/icons/color/ven.svg new file mode 100644 index 0000000..d9fa6b7 --- /dev/null +++ b/cmd/web/static/icons/color/ven.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/veri.svg b/cmd/web/static/icons/color/veri.svg new file mode 100644 index 0000000..3f7d7e9 --- /dev/null +++ b/cmd/web/static/icons/color/veri.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/via.svg b/cmd/web/static/icons/color/via.svg new file mode 100644 index 0000000..f95e19d --- /dev/null +++ b/cmd/web/static/icons/color/via.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/vibe.svg b/cmd/web/static/icons/color/vibe.svg new file mode 100644 index 0000000..01d7fa8 --- /dev/null +++ b/cmd/web/static/icons/color/vibe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/vivo.svg b/cmd/web/static/icons/color/vivo.svg new file mode 100644 index 0000000..871fa55 --- /dev/null +++ b/cmd/web/static/icons/color/vivo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/vrc.svg b/cmd/web/static/icons/color/vrc.svg new file mode 100644 index 0000000..6819503 --- /dev/null +++ b/cmd/web/static/icons/color/vrc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/vtc.svg b/cmd/web/static/icons/color/vtc.svg new file mode 100644 index 0000000..419ab00 --- /dev/null +++ b/cmd/web/static/icons/color/vtc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/wabi.svg b/cmd/web/static/icons/color/wabi.svg new file mode 100644 index 0000000..e50d075 --- /dev/null +++ b/cmd/web/static/icons/color/wabi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/waves.svg b/cmd/web/static/icons/color/waves.svg new file mode 100644 index 0000000..9bcefe0 --- /dev/null +++ b/cmd/web/static/icons/color/waves.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/wax.svg b/cmd/web/static/icons/color/wax.svg new file mode 100644 index 0000000..342ba6a --- /dev/null +++ b/cmd/web/static/icons/color/wax.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/wtc.svg b/cmd/web/static/icons/color/wtc.svg new file mode 100644 index 0000000..407df43 --- /dev/null +++ b/cmd/web/static/icons/color/wtc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/xbc.svg b/cmd/web/static/icons/color/xbc.svg new file mode 100644 index 0000000..64b6878 --- /dev/null +++ b/cmd/web/static/icons/color/xbc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/xcp.svg b/cmd/web/static/icons/color/xcp.svg new file mode 100644 index 0000000..94eadbb --- /dev/null +++ b/cmd/web/static/icons/color/xcp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/xdn.svg b/cmd/web/static/icons/color/xdn.svg new file mode 100644 index 0000000..37a5048 --- /dev/null +++ b/cmd/web/static/icons/color/xdn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/xem.svg b/cmd/web/static/icons/color/xem.svg new file mode 100644 index 0000000..682f79a --- /dev/null +++ b/cmd/web/static/icons/color/xem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/xlm.svg b/cmd/web/static/icons/color/xlm.svg new file mode 100644 index 0000000..e75323f --- /dev/null +++ b/cmd/web/static/icons/color/xlm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/xmg.svg b/cmd/web/static/icons/color/xmg.svg new file mode 100644 index 0000000..7d698f3 --- /dev/null +++ b/cmd/web/static/icons/color/xmg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/xmr.svg b/cmd/web/static/icons/color/xmr.svg new file mode 100644 index 0000000..876bf57 --- /dev/null +++ b/cmd/web/static/icons/color/xmr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/xmy.svg b/cmd/web/static/icons/color/xmy.svg new file mode 100644 index 0000000..445d31b --- /dev/null +++ b/cmd/web/static/icons/color/xmy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/xp.svg b/cmd/web/static/icons/color/xp.svg new file mode 100644 index 0000000..51857ce --- /dev/null +++ b/cmd/web/static/icons/color/xp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/xpa.svg b/cmd/web/static/icons/color/xpa.svg new file mode 100644 index 0000000..1b4017f --- /dev/null +++ b/cmd/web/static/icons/color/xpa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/xpm.svg b/cmd/web/static/icons/color/xpm.svg new file mode 100644 index 0000000..6a009c2 --- /dev/null +++ b/cmd/web/static/icons/color/xpm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/xrb.svg b/cmd/web/static/icons/color/xrb.svg new file mode 100644 index 0000000..166f9d6 --- /dev/null +++ b/cmd/web/static/icons/color/xrb.svg @@ -0,0 +1,15 @@ + + + + color + Created with Sketch. + + + + + + + + + + \ No newline at end of file diff --git a/cmd/web/static/icons/color/xrp.svg b/cmd/web/static/icons/color/xrp.svg new file mode 100644 index 0000000..f1db38b --- /dev/null +++ b/cmd/web/static/icons/color/xrp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/xtz.svg b/cmd/web/static/icons/color/xtz.svg new file mode 100644 index 0000000..ada9b0d --- /dev/null +++ b/cmd/web/static/icons/color/xtz.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/xuc.svg b/cmd/web/static/icons/color/xuc.svg new file mode 100644 index 0000000..c9b4021 --- /dev/null +++ b/cmd/web/static/icons/color/xuc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/xvc.svg b/cmd/web/static/icons/color/xvc.svg new file mode 100644 index 0000000..b6ea09c --- /dev/null +++ b/cmd/web/static/icons/color/xvc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/xvg.svg b/cmd/web/static/icons/color/xvg.svg new file mode 100644 index 0000000..87720fd --- /dev/null +++ b/cmd/web/static/icons/color/xvg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/xzc.svg b/cmd/web/static/icons/color/xzc.svg new file mode 100644 index 0000000..4ba5d95 --- /dev/null +++ b/cmd/web/static/icons/color/xzc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/yoyow.svg b/cmd/web/static/icons/color/yoyow.svg new file mode 100644 index 0000000..6bab321 --- /dev/null +++ b/cmd/web/static/icons/color/yoyow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/zcl.svg b/cmd/web/static/icons/color/zcl.svg new file mode 100644 index 0000000..a834c6f --- /dev/null +++ b/cmd/web/static/icons/color/zcl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/zec.svg b/cmd/web/static/icons/color/zec.svg new file mode 100644 index 0000000..e276d7a --- /dev/null +++ b/cmd/web/static/icons/color/zec.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/zen.svg b/cmd/web/static/icons/color/zen.svg new file mode 100644 index 0000000..2b126ad --- /dev/null +++ b/cmd/web/static/icons/color/zen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/zil.svg b/cmd/web/static/icons/color/zil.svg new file mode 100644 index 0000000..f3b4ecc --- /dev/null +++ b/cmd/web/static/icons/color/zil.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/icons/color/zrx.svg b/cmd/web/static/icons/color/zrx.svg new file mode 100644 index 0000000..388a1e9 --- /dev/null +++ b/cmd/web/static/icons/color/zrx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/cmd/web/static/style.css b/cmd/web/static/style.css index 1e09fcb..589c0b0 100644 --- a/cmd/web/static/style.css +++ b/cmd/web/static/style.css @@ -99,6 +99,21 @@ h1 { padding-top: 100px; } +.currency-logo { + display: inline-block; + margin-left: 5px; + margin-right: 5px; +} + +.portfolio .currency-logo { + height: 24px; + width: 24px; +} + +.balances > div { + margin-bottom: 5px; +} + .box { position: relative; background-color: rgb(250, 250, 250); @@ -108,4 +123,4 @@ h1 { margin-top: 10px; padding-top: 10px; padding-bottom: 10px; -} \ No newline at end of file +}