@icongo/li
Version:
LibreICONS Icons
18 lines • 979 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LIGuiLink = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: [/*#__PURE__*/_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__*/_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"
})]
}));
export { LIGuiLink };