@icongo/li
Version:
LibreICONS Icons
15 lines • 815 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiPlugin = 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", {
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"
})
}));
export { LIGuiPlugin };