@icongo/li
Version:
LibreICONS Icons
36 lines (35 loc) • 1.25 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiExternal = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiExternal = function LIGuiExternal(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
transform: "translate(.094 .05) scale(.28777)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 24,
cy: 31,
r: 14,
fill: "#b2dfdb"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#009688",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M24 3.3 33 14H15z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M21 11h6v23h-6z"
})]
})]
})
}));
};
exports.LIGuiExternal = LIGuiExternal;