Font Awesome icon library for Dollar Street by GapMinder
npm install @gapminder/dollar-street-icons> To be used with Font Awesome 5
 !icons
For a list of all icons with thumbnails, see docs/icons.md. Included in the NPM package is icons.json, for your convenience.
```
npm i --save @gapminder/dollar-street-icons
Or
``
yarn add @gapminder/dollar-street-icons
Import your icons like so:
`javascript`
import { dsLogoCircle, dsTimes } from '@gapminder/dollar-street-icons'
Or as a deep import:
`javascript``
import { dsLogoCircle } from '@gapminder/dollar-street-icons/dist/dsLogoCircle'
import { dsTimes } from '@gapminder/dollar-street-icons/dist/dsTimes'
Read about Font Awesome here.
Or go straight to the Font Awesome API documentation.
---
⢠GitHub issues