import styled from 'styled-components'; import { sizes } from '@buffetjs/styles'; import Icon from '../Icon'; const PrefixIcon = styled(Icon)` margin-right: ${sizes.margin}px; font-size: 0.94em; `; export default PrefixIcon;