UNPKG

hh-ui-components

Version:
10 lines 617 B
"use strict"; exports.__esModule = true; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importDefault(require("react")); var SwiperArrowRight = function (className) { return (react_1["default"].createElement("svg", { className: className, xmlns: "http://www.w3.org/2000/svg", width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", role: "img", "aria-labelledby": "Swiper Arrow Right" }, react_1["default"].createElement("path", { d: "M4.08301 0.583252L9.69759 6.99992L4.08301 13.4166", stroke: "black" }))); }; exports["default"] = SwiperArrowRight; //# sourceMappingURL=arrowRight.js.map