Styled Icons 💅

Build StatusnpmnpmBuilt with Styled ComponentsPowered by TypeScriptPowered by Vercel
import styled from 'styled-components' import {Zap} from '@styled-icons/octicons' const RedZap = styled(Zap)` color: red; ` const App = () => <RedZap />

Icon Explorer