UNPKG

@icongo/li

Version:
42 lines (41 loc) 1.87 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIToolsCompass = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIToolsCompass = function LIToolsCompass(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("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", { fill: "#455a64", d: "M11.922 8.999h-9.85a.304.304 0 0 1-.302-.308c0-.17.135-.308.302-.308h9.85c.167 0 .302.138.302.308 0 .17-.135.308-.302.308zM10.2 11.876l.56-.253.508 1.12-.56.254zM6.385 1h1.23v2.153h-1.23zM3.293 13l-.56-.253.506-1.122.56.254z" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#e91e63", transform: "translate(-.383 -.23) scale(.30764)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 40, cy: 29, r: 2 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 8, cy: 29, r: 2 })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#b0bec5", d: "M8.5 5.225a1.84 1.84 0 0 1-1.095.567l2.838 6.178.561-.256.078-1.325L8.5 5.225zm-2.997 0a1.84 1.84 0 0 0 1.095.567L3.76 11.97l-.561-.256-.078-1.325 2.382-5.164z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#78909c", d: "M7 2.538A1.846 1.846 0 1 0 7 6.23a1.846 1.846 0 0 0 0-3.692zm0 2.769A.923.923 0 1 1 7 3.46a.923.923 0 0 1 0 1.847zm-.615 2.461h1.23v1.846h-1.23z" })] })); }; exports.LIToolsCompass = LIToolsCompass;