UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.27 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIMapPlayground = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIMapPlayground = function LIMapPlayground(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", viewBox: "0 0 14 14" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M3.92 1.43c-.646.04-1.207.638-1.206 1.285 0 .673.613 1.286 1.286 1.286s1.285-.613 1.286-1.286c.001-.7-.667-1.33-1.366-1.285ZM10.777 4c-.646.04-1.207.639-1.206 1.286 0 .673.613 1.285 1.286 1.285s1.286-.612 1.286-1.285c.001-.701-.667-1.33-1.366-1.286zm-7.207.43c-1.26 0-1.599 1.605-1.687 2.464L1 6.573v.857l5.116 1.82-.83 3.322h3.428l-.803-2.68L13 11.716v-.857l-.804-.294c.141-.739.59-3.563-.91-3.563-1.405 0-1.642 1.924-1.688 2.652L4.508 7.83c.165-.97.447-3.401-.937-3.401Z" }) })); }; exports.LIMapPlayground = LIMapPlayground;