Taler assets ------------ This repository holds all the assets being used in web and mobile applications. Assets names ------------ Names should be meaningful in a way that any client that uses the icons will know the purpose of it and can create references without ambiguity. That may lead to duplicate icons with the same content and different name (like using the same icon on different views), but it's fine. We can also start creating a placeholder for icons that we know we are going to need (with the correct name) but we don't have the content for. * Example: + svg \__ + transactions \__ README \__ deposit.svg \__ invoice_send.svg \__ payment_pending.svg \__ refresh.svg \__ tip.svg \__ withdrawal.svg \__ invoice_payment.svg \__ payment_ok.svg \__ payment_refunded.svg \__ refund.svg \__ transfer_send.svg + balance \__ README \__ + currency \__ dolar.svg \__ euro.svg ... + undefined \__ send_24px.svg ... Folder with name "undefined" can be used for icons that some UI apps (android, ios, web) reference but have not yet agree.