@navinc/base-react-components
Version:
Nav's Pattern Library
5 lines • 306 B
JavaScript
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