UNPKG

@navinc/base-react-components

Version:
8 lines (6 loc) 224 B
import React from 'react' import Carrot from './carrot-left.js' const CarrotRight = (props) => ( <Carrot data-testid="icon:carrot-right" style={{ transform: 'rotate(0.5turn)' }} {...props} /> ) export default CarrotRight