obyte-icons
Generating icons for bonded stablecoins
How use it via jsdelivr
You can access the icons via jsdelivr at the link: https://cdn.jsdelivr.net/npm/obyte-icons@latest/build/IUSD.svg
. To get inverted icons, add -INV to the name (ex. IUSD-INV.svg).
List of icons: https://cdn.jsdelivr.net/npm/obyte-icons@latest/build/list.json
Steps to create an icon
- Create an icon with attribute viewBox="0 0 88 88" in parent svg element
- Move in icons/stablecoin folder with name like [fund-symbol]-[interest-symbol]-[stable-symbol].svg (Example: SFUSD-IUSDV2-OUSDV2.svg)
- yarn / npm i
- yarn start / npm start
- Save changes