@icongo/li
Version:
LibreICONS Icons
28 lines • 795 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 LIGuiInternal = 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__*/_jsxs("g", {
transform: "matrix(.3 0 0 .3 -.2 -.5)",
children: [/*#__PURE__*/_jsx("circle", {
cx: 24,
cy: 30,
r: 15,
fill: "#b3e5fc"
}), /*#__PURE__*/_jsxs("g", {
fill: "#1565c0",
children: [/*#__PURE__*/_jsx("path", {
d: "M24 38.7 15 28h18z"
}), /*#__PURE__*/_jsx("path", {
d: "M21 5h6v26h-6z"
})]
})]
})
}));
export { LIGuiInternal };