UNPKG

@navinc/base-react-components

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