UNPKG

ur-ui-kit-tm

Version:
18 lines (17 loc) 1.83 kB
var __assign = (this && this.__assign) || function () { __assign = Object.assign || function(t) { for (var s, i = 1, n = arguments.length; i < n; i++) { s = arguments[i]; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; } return t; }; return __assign.apply(this, arguments); }; import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; var NavigationIcon = function (_a) { var _b = _a.width, width = _b === void 0 ? "42" : _b, _c = _a.height, height = _c === void 0 ? "42" : _c, _d = _a.style, style = _d === void 0 ? {} : _d; return (_jsxs("svg", __assign({ width: width, height: height, viewBox: "0 0 42 42", fill: "none", xmlns: "http://www.w3.org/2000/svg", style: style }, { children: [_jsx("circle", { cx: "21", cy: "21", r: "18", fill: "#08183F" }, void 0), _jsx("circle", { cx: "21", cy: "21", r: "19.5", stroke: "#08183F", strokeOpacity: "0.12", strokeWidth: "3" }, void 0), _jsx("path", { d: "M14.4467 16.5975C13.798 15.4328 14.6401 14 15.9732 14C16.607 14 17.1912 14.3433 17.4996 14.8971L20.4436 20.1829C20.7884 20.8018 20.7799 21.557 20.4214 22.1681L17.4999 27.1479C17.1902 27.6757 16.624 28 16.012 28C14.6787 28 13.8495 26.552 14.5241 25.4021L16.7107 21.6749C16.89 21.3694 16.8942 20.9918 16.7218 20.6823L14.4467 16.5975Z", fill: "white" }, void 0), _jsx("path", { d: "M22.4468 16.5975C21.7981 15.4328 22.6402 14 23.9733 14C24.6072 14 25.1913 14.3433 25.4998 14.8971L28.4437 20.1829C28.7885 20.8018 28.78 21.557 28.4215 22.1681L25.5 27.1479C25.1904 27.6757 24.6242 28 24.0121 28C22.6789 28 21.8496 26.552 22.5243 25.4021L24.7108 21.6749C24.8901 21.3694 24.8943 20.9918 24.7219 20.6823L22.4468 16.5975Z", fill: "white" }, void 0)] }), void 0)); }; export default NavigationIcon;