@icongo/fc
Version:
Flat Color Icons
44 lines • 1.31 kB
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 FCStatistics = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsxs("g", {
fill: "#37474F",
children: [/*#__PURE__*/_jsx("path", {
d: "M23 5h2v36h-2z"
}), /*#__PURE__*/_jsx("path", {
d: "m25.817 32.772 1.414 1.414-10.04 10.04-1.414-1.414z"
}), /*#__PURE__*/_jsx("path", {
d: "m32.259 42.824-1.414 1.414-10.04-10.04 1.414-1.414z"
})]
}), /*#__PURE__*/_jsx("path", {
fill: "#CFD8DC",
d: "M4 8h40v28H4z"
}), /*#__PURE__*/_jsxs("g", {
fill: "#607D8B",
children: [/*#__PURE__*/_jsx("path", {
d: "M3 7h42v4H3zm0 28h42v2H3z"
}), /*#__PURE__*/_jsx("circle", {
cx: 31.5,
cy: 43.5,
r: 1.5
}), /*#__PURE__*/_jsx("circle", {
cx: 16.5,
cy: 43.5,
r: 1.5
})]
}), /*#__PURE__*/_jsxs("g", {
fill: "#C51162",
children: [/*#__PURE__*/_jsx("path", {
d: "m31.9 18.9-5.9 6-6-6-8.1 8 2.2 2.2 5.9-6 6 6 8.1-8z"
}), /*#__PURE__*/_jsx("path", {
d: "m36 24-7-7h7z"
})]
})]
}));
export { FCStatistics };