UNPKG

quickbuild

Version:

A mature, feature-complete application generator with an emphasis on speed

11 lines (7 loc) 205 B
import styled from 'styled-components'; import NormalIssueIcon from 'components/IssueIcon'; const IssueIcon = styled(NormalIssueIcon)` fill: #ccc; margin-right: 0.25em; `; export default IssueIcon;