UNPKG

@icongo/li

Version:
27 lines (26 loc) 3.3 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiGlobe = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiGlobe = function LIGuiGlobe(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: "#7cb342", d: "M7 1.286C3.857 1.286 1.286 3.857 1.286 7S3.857 12.714 7 12.714 12.714 10.143 12.714 7 10.143 1.286 7 1.286z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#0277bd", d: "M13 7a6 6 0 0 1-6 6 6 6 0 0 1-6-6c0-3.343 2.657-6 6-6s6 2.657 6 6zM6.943 9.771c0-.114-.057-.171-.172-.228-.371-.114-.714-.114-1.028-.429-.057-.114-.057-.228-.114-.371-.115-.114-.429-.172-.6-.229h-1.2c-.172-.057-.315-.314-.429-.485 0-.058 0-.172-.114-.172-.115-.057-.229.057-.372 0-.057-.057-.057-.114-.057-.171 0-.172.114-.372.229-.486.171-.114.371.057.543.057.057 0 .057 0 .114.057.171.057.228.286.228.486v.114c0 .057.058.057.115.057.057-.314.057-.6.114-.914 0-.371.371-.714.657-.828.114-.058.172.057.314 0 .372-.115 1.258-.486 1.086-.972-.114-.428-.486-.828-.971-.771-.115.057-.172.114-.286.171-.171.114-.543.486-.714.486-.315-.057-.315-.486-.229-.657.057-.229.6-1.029.972-.886l.228.229c.114.057.314.057.486.057.057 0 .114 0 .171-.057.057-.058.057-.058.057-.115 0-.171-.171-.371-.285-.485C5.57 3.114 5.37 3 5.2 2.914c-.6-.171-1.571.057-2.029.486-.457.429-.828 1.143-1.085 1.743A8.109 8.109 0 0 0 1.8 6.4c-.057.286-.114.543.057.829.172.371.543.714.914.971.229.171.715.171.972.486.171.228.114.543.114.828 0 .372.229.657.372.972.057.171.114.428.171.6 0 .057.057.428.057.485.372.172.657.372 1.086.486.057 0 .286-.371.286-.428.171-.172.314-.429.485-.543.115-.057.229-.115.372-.229.114-.114.171-.371.228-.543.029-.143.086-.371.029-.543zm.114-5.542c.057 0 .114-.058.229-.115.171-.114.371-.314.543-.428.171-.115.371-.315.485-.429.172-.114.315-.371.372-.543.057-.114.228-.371.171-.543-.057-.114-.371-.171-.486-.228A5.636 5.636 0 0 0 7 1.77c-.171 0-.429.058-.486.229-.057.314.172.229.429.314 0 0 .057.486.057.543.057.286-.114.486-.114.772 0 .171 0 .485.114.6h.057zm5.029 4.2c.057-.115.057-.315.114-.429.057-.286.057-.6.057-.886 0-.6-.057-1.2-.228-1.743-.115-.171-.172-.371-.229-.542A1.996 1.996 0 0 0 11.257 4c-.228-.314-.543-1.143-1.086-.886-.171.057-.285.286-.428.429-.114.171-.229.371-.372.543-.057.057-.114.171-.057.228 0 .057.057.057.115.057.114.058.171.058.285.115.057 0 .115.057.057.114 0 0 0 .057-.057.057-.285.314-.6.543-.885.829a.433.433 0 0 0-.115.228c0 .057.057.057.057.115s-.057.057-.114.114a3.117 3.117 0 0 0-.314.171c-.057.115 0 .315-.057.429-.057.314-.229.543-.372.828-.114.172-.171.372-.285.543 0 .229-.058.429.057.6.285.429.828.172 1.257.372.114.057.228.057.314.171.172.172.172.486.229.657.057.229.114.486.228.715.057.285.172.6.229.828.543-.428 1.028-.886 1.371-1.486.429-.371.6-.857.772-1.342z" })] })); }; exports.LIGuiGlobe = LIGuiGlobe;