UNPKG

@navinc/base-react-components

Version:
7 lines (5 loc) 204 B
import Carrot from './carrot-left.js' const CarrotDown = ({ ...props }) => ( <Carrot data-testid="icon:carrot-down" style={{ transform: 'rotate(-0.25turn)' }} {...props} /> ) export default CarrotDown