@icongo/fc
Version:
Flat Color Icons
70 lines (69 loc) • 2.25 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCLineChart = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCLineChart = function FCLineChart(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#3F51B5",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 8,
cy: 38,
r: 3
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 16,
cy: 40,
r: 3
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 24,
cy: 33,
r: 3
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 32,
cy: 35,
r: 3
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 40,
cy: 31,
r: 3
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m39.1 29.2-7.3 3.7-8.3-2.1-8 7-7-1.7-1 3.8 9 2.3 8-7 7.7 1.9 8.7-4.3z"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#00BCD4",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 8,
cy: 20,
r: 3
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 16,
cy: 22,
r: 3
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 24,
cy: 15,
r: 3
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 32,
cy: 20,
r: 3
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 40,
cy: 8,
r: 3
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M38.3 6.9c-2.1 3.2-5.3 8-6.9 10.4-1.2-.7-3.1-2-6.4-4l-1.3-.8-8.3 7.3-7-1.7-1 3.9 9 2.3 7.7-6.7c2.6 1.6 5.8 3.6 6.5 4.1l.5.5.9-.1c1.1-.1 1.1-.1 9.5-12.9l-3.2-2.3z"
})]
})]
}));
};
exports.FCLineChart = FCLineChart;