@icongo/li
Version:
LibreICONS Icons
24 lines (23 loc) • 1.22 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiPlugin = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiPlugin = function LIGuiPlugin(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", {
fill: "green",
d: "M11.513 4.904c0-.66-.54-1.2-1.2-1.2H8.514c-.21 0-.33-.24-.21-.42.18-.3.27-.66.18-1.049-.12-.6-.57-1.08-1.14-1.2a1.5 1.5 0 0 0-1.828 1.47c0 .3.09.54.21.78.12.18 0 .42-.24.42h-1.8c-.66 0-1.199.539-1.199 1.199v2.099c0 .21.24.33.42.21.3-.18.66-.27 1.05-.18.6.12 1.079.57 1.199 1.14.21.959-.54 1.828-1.47 1.828-.3 0-.54-.09-.78-.21-.149-.12-.389 0-.389.21v1.8c0 .66.54 1.199 1.2 1.199h6.596c.66 0 1.2-.54 1.2-1.2V4.905z"
})
}));
};
exports.LIGuiPlugin = LIGuiPlugin;