UNPKG

@icongo/ti

Version:
23 lines (22 loc) 1.65 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.TIPointOfInterestOutline = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var TIPointOfInterestOutline = function TIPointOfInterestOutline(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", baseProfile: "tiny", viewBox: "0 0 24 24" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M16.5 4C18.43 4 20 5.57 20 7.5S18.43 11 16.5 11H15v2h1.5c1.93 0 3.5 1.57 3.5 3.5S18.43 20 16.5 20 13 18.43 13 16.5V15h-2v1.5c0 1.93-1.57 3.5-3.5 3.5S4 18.43 4 16.5 5.57 13 7.5 13H9v-2H7.5C5.57 11 4 9.43 4 7.5S5.57 4 7.5 4 11 5.57 11 7.5V9h2V7.5C13 5.57 14.57 4 16.5 4M15 9h1.5A1.501 1.501 0 1 0 15 7.5V9M7.5 9H9V7.5a1.501 1.501 0 0 0-3 0C6 8.326 6.673 9 7.5 9m9 9a1.501 1.501 0 0 0 0-3H15v1.5c0 .826.673 1.5 1.5 1.5m-9 0c.827 0 1.5-.674 1.5-1.5V15H7.5a1.501 1.501 0 0 0 0 3m9-16A5.498 5.498 0 0 0 12 4.341 5.498 5.498 0 0 0 7.5 2 5.506 5.506 0 0 0 2 7.5c0 1.857.926 3.504 2.341 4.5A5.498 5.498 0 0 0 2 16.5C2 19.532 4.467 22 7.5 22a5.498 5.498 0 0 0 4.5-2.341A5.498 5.498 0 0 0 16.5 22c3.033 0 5.5-2.468 5.5-5.5a5.498 5.498 0 0 0-2.341-4.5A5.498 5.498 0 0 0 22 7.5C22 4.468 19.533 2 16.5 2zM13 11h-2v2h2z" }) })); }; exports.TIPointOfInterestOutline = TIPointOfInterestOutline;