UNPKG

@navinc/base-react-components

Version:
5 lines 306 B
import { jsx as _jsx } from "react/jsx-runtime"; import Carrot from './carrot-left.js'; const CarrotRight = (props) => (_jsx(Carrot, Object.assign({ "data-testid": "icon:carrot-right", style: { transform: 'rotate(0.5turn)' } }, props))); export default CarrotRight; //# sourceMappingURL=carrot-right.js.map