UNPKG

ur-ui-kit-tm

Version:
18 lines (17 loc) 2.4 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 RoomPinIcon = function (_a) { var width = _a.width, height = _a.height, className = _a.className; return (_jsxs("svg", __assign({ className: className, width: width || "Calc((16 / 14) * " + height + ")" || 16, height: height || "Calc((14 / 16) * " + width + ")" || 14, viewBox: "0 0 16 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("ellipse", { opacity: "0.5", cx: "8", cy: "13", rx: "8", ry: "1", fill: "url(#paint0_radial)" }, void 0), _jsxs("g", __assign({ opacity: "0.6" }, { children: [_jsx("path", { d: "M8.00032 8.16667C9.28716 8.16667 10.3337 7.12017 10.3337 5.83333C10.3337 4.5465 9.28716 3.5 8.00032 3.5C6.71349 3.5 5.66699 4.5465 5.66699 5.83333C5.66699 7.12017 6.71349 8.16667 8.00032 8.16667ZM8.00032 4.66667C8.64374 4.66667 9.16699 5.18992 9.16699 5.83333C9.16699 6.47675 8.64374 7 8.00032 7C7.35691 7 6.83366 6.47675 6.83366 5.83333C6.83366 5.18992 7.35691 4.66667 8.00032 4.66667Z", fill: "#08183F" }, void 0), _jsx("path", { d: "M7.66139 12.7247C7.76012 12.7952 7.87841 12.8331 7.99972 12.8331C8.12104 12.8331 8.23933 12.7952 8.33806 12.7247C8.51539 12.5993 12.6833 9.58984 12.6664 5.83317C12.6664 3.26009 10.5728 1.1665 7.99972 1.1665C5.42664 1.1665 3.33306 3.26009 3.33306 5.83025C3.31614 9.58984 7.48406 12.5993 7.66139 12.7247ZM7.99972 2.33317C9.92997 2.33317 11.4997 3.90292 11.4997 5.83609C11.512 8.42492 8.94006 10.7495 7.99972 11.5119C7.05997 10.7489 4.48748 8.42375 4.49973 5.83317C4.49973 3.90292 6.06947 2.33317 7.99972 2.33317Z", fill: "#08183F" }, void 0)] }), void 0), _jsx("defs", { children: _jsxs("radialGradient", __assign({ id: "paint0_radial", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(8 13) rotate(90) scale(1 8)" }, { children: [_jsx("stop", { stopColor: "#797680" }, void 0), _jsx("stop", { offset: "1", stopColor: "#C4C4C4" }, void 0)] }), void 0) }, void 0)] }), void 0)); }; export default RoomPinIcon;