@icongo/li
Version:
LibreICONS Icons
26 lines (25 loc) • 1.34 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiLink = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiLink = function LIGuiLink(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", {
d: "M10.5 4.5h-.75c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5h.75C11.875 9.5 13 8.375 13 7s-1.125-2.5-2.5-2.5zm0 4h-.75c-.825 0-1.5-.675-1.5-1.5s.675-1.5 1.5-1.5h.75c.825 0 1.5.675 1.5 1.5s-.675 1.5-1.5 1.5zm-6.25-4H3.5C2.125 4.5 1 5.625 1 7s1.125 2.5 2.5 2.5h.75c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5zm0 4H3.5C2.675 8.5 2 7.825 2 7s.675-1.5 1.5-1.5h.75c.825 0 1.5.675 1.5 1.5s-.675 1.5-1.5 1.5z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "gray",
d: "M9.25 6.5h-4.5c-.275 0-.5.225-.5.5s.225.5.5.5h4.5c.275 0 .5-.225.5-.5s-.225-.5-.5-.5z"
})]
}));
};
exports.LIGuiLink = LIGuiLink;