@icongo/li
Version:
LibreICONS Icons
28 lines • 803 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 LIGuiExternal = 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: "translate(.094 .05) scale(.28777)",
children: [/*#__PURE__*/_jsx("circle", {
cx: 24,
cy: 31,
r: 14,
fill: "#b2dfdb"
}), /*#__PURE__*/_jsxs("g", {
fill: "#009688",
children: [/*#__PURE__*/_jsx("path", {
d: "M24 3.3 33 14H15z"
}), /*#__PURE__*/_jsx("path", {
d: "M21 11h6v23h-6z"
})]
})]
})
}));
export { LIGuiExternal };