UNPKG

@navinc/base-react-components

Version:
10 lines 596 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const carrot_left_js_1 = __importDefault(require("./carrot-left.js")); const CarrotRight = (props) => ((0, jsx_runtime_1.jsx)(carrot_left_js_1.default, Object.assign({ "data-testid": "icon:carrot-right", style: { transform: 'rotate(0.5turn)' } }, props))); exports.default = CarrotRight; //# sourceMappingURL=carrot-right.js.map