@icongo/li
Version:
LibreICONS Icons
50 lines (49 loc) • 1.74 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIChartCombo = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIChartCombo = function LIChartCombo(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("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.jsx)("path", {
fill: "#00bcd4",
d: "M11.105 5.105H13v7.58h-1.895zM8.58 7.632h1.895v5.052H8.579zM6.053 6.368h1.894v6.316H6.053zM3.526 9.526h1.895v3.158H3.526zM1 8.263h1.895v4.421H1z"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#3f51b5",
transform: "translate(-.579 -.579) scale(.31579)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 8,
cy: 16,
r: 3
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 16,
cy: 18,
r: 3
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 24,
cy: 11,
r: 3
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 32,
cy: 13,
r: 3
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 40,
cy: 9,
r: 3
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m40.9 10.8-1.8-3.6-7.3 3.7-8.3-2.1-8 7-7-1.7-1 3.8 9 2.3 8-7 7.7 1.9z"
})]
})]
}));
};
exports.LIChartCombo = LIChartCombo;