Import icons from the following icon packs as Emotion React Components: Bootstrap, Boxicons, Crypto Icons, Entypo, Eva Icons, Evil Icons, Feather, Font Awesome, Foundation, Heroicons, Icomoon, Ionicons, Material Design, Octicons, Open Iconic, Simple Icons, Typicons, Zondicons
import styled from '@emotion/styled'
import {Zap} from '@emotion-icons/octicons'
const RedZap = styled(Zap)`
color: red;
`
const App = () => <RedZap />