Skip to content
Compare
Choose a tag to compare
@ofekashery ofekashery released this 27 Apr 07:00
· 41 commits to master since this release
bdf097f

Optimized the import of a single icon:

// Before
import Activity from '@zeit-ui/react-icons/dist/activity'

// After
import Activity from '@zeit-ui/react-icons/activity'