@icongo/fc
Version:
Flat Color Icons
62 lines (61 loc) • 1.81 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCScatterPlot = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCScatterPlot = function FCScatterPlot(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.jsx)("path", {
fill: "#CFD8DC",
d: "M9 39V6H7v35h35v-2z"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#00BCD4",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 39,
cy: 11,
r: 3
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 31,
cy: 13,
r: 3
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 37,
cy: 19,
r: 3
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 34,
cy: 26,
r: 3
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 28,
cy: 20,
r: 3
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 26,
cy: 28,
r: 3
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 20,
cy: 23,
r: 3
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 21,
cy: 33,
r: 3
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 14,
cy: 30,
r: 3
})]
})]
}));
};
exports.FCScatterPlot = FCScatterPlot;