UNPKG

ur-ui-kit-tm

Version:
18 lines (17 loc) 1.9 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 LocationIcon = function (_a) { var _b = _a.width, width = _b === void 0 ? "16" : _b, _c = _a.height, height = _c === void 0 ? "16" : _c, _d = _a.color, color = _d === void 0 ? "#08183F" : _d, _e = _a.style, style = _e === void 0 ? {} : _e; return (_jsxs("svg", __assign({ width: width, height: height, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", style: style }, { children: [_jsx("path", { d: "M7.99992 9.33333C9.47058 9.33333 10.6666 8.13733 10.6666 6.66667C10.6666 5.196 9.47058 4 7.99992 4C6.52925 4 5.33325 5.196 5.33325 6.66667C5.33325 8.13733 6.52925 9.33333 7.99992 9.33333ZM7.99992 5.33333C8.73525 5.33333 9.33325 5.93133 9.33325 6.66667C9.33325 7.402 8.73525 8 7.99992 8C7.26458 8 6.66658 7.402 6.66658 6.66667C6.66658 5.93133 7.26458 5.33333 7.99992 5.33333Z", fill: color }, void 0), _jsx("path", { d: "M7.61323 14.5426C7.72606 14.6232 7.86124 14.6665 7.99989 14.6665C8.13854 14.6665 8.27373 14.6232 8.38656 14.5426C8.58923 14.3993 13.3526 10.96 13.3332 6.66662C13.3332 3.72595 10.9406 1.33328 7.99989 1.33328C5.05923 1.33328 2.66656 3.72595 2.66656 6.66328C2.64723 10.96 7.41056 14.3993 7.61323 14.5426ZM7.99989 2.66662C10.2059 2.66662 11.9999 4.46062 11.9999 6.66995C12.0139 9.62862 9.07456 12.2853 7.99989 13.1566C6.92589 12.2846 3.9859 9.62728 3.9999 6.66662C3.9999 4.46062 5.79389 2.66662 7.99989 2.66662Z", fill: color }, void 0)] }), void 0)); }; export default LocationIcon;