UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.04 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiVector = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiVector = function LIGuiVector(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: "M8.2 3.4h2.56a1.2 1.2 0 1 1 0 1.2H9.477a5.402 5.402 0 0 1 2.906 4.35 1.2 1.2 0 1 1-1.203.023 4.204 4.204 0 0 0-2.979-3.6V5.8H5.8v-.426a4.204 4.204 0 0 0-2.979 3.6 1.2 1.2 0 1 1-1.203-.024A5.402 5.402 0 0 1 4.524 4.6H3.239a1.2 1.2 0 1 1 0-1.2H5.8v-.6h2.4v.6z" }) })); }; exports.LIGuiVector = LIGuiVector;