@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.2 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiGlue = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiGlue = function LIGuiGlue(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: "M9.31 1a1.152 1.152 0 0 0-.657.206l-3 2.007a1.207 1.207 0 0 0-.338 1.668L7.453 8.07a1.18 1.18 0 0 0 1.65.319l3-1.988a1.207 1.207 0 0 0 .337-1.669l-2.137-3.187A1.21 1.21 0 0 0 9.309 1ZM4.714 5.05l-.487.338a1.206 1.206 0 0 0-.338 1.668l-1.18 1.5.337.507 1.837-.507a1.202 1.202 0 0 0 1.669.319l.487-.337L4.715 5.05zm-2.1 4.35S1.36 10.904 1.36 11.744c0 .696.56 1.256 1.256 1.256s1.257-.56 1.257-1.256c0-.84-1.257-2.344-1.257-2.344z"
})
}));
};
exports.LIGuiGlue = LIGuiGlue;