UNPKG

@icongo/li

Version:
26 lines (25 loc) 1.06 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiViewShow = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiViewShow = function LIGuiViewShow(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: "M13 7a6.734 6.734 0 0 0-6-3.673A6.734 6.734 0 0 0 1 7a6.734 6.734 0 0 0 6 3.673A6.734 6.734 0 0 0 13 7zM7 9.449A2.449 2.449 0 1 0 7 4.55a2.449 2.449 0 0 0 0 4.9zm0-1.225a1.224 1.224 0 1 0 0-2.448 1.224 1.224 0 0 0 0 2.448z", style: { fillRule: "evenodd" } }) })); }; exports.LIGuiViewShow = LIGuiViewShow;