@icongo/li
Version:
LibreICONS Icons
14 lines • 805 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiGlue = props => /*#__PURE__*/_jsx("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: "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"
})
}));
export { LIGuiGlue };