@icongo/li
Version:
LibreICONS Icons
46 lines • 1.46 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 LIChartStatistics = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: [/*#__PURE__*/_jsxs("g", {
fill: "#37474f",
children: [/*#__PURE__*/_jsx("path", {
d: "M6.714 1.286h.572V11.57h-.572z"
}), /*#__PURE__*/_jsx("path", {
d: "m7.52 9.22.403.405-2.868 2.868-.404-.404z"
}), /*#__PURE__*/_jsx("path", {
d: "m9.36 12.092-.404.404-2.869-2.868.404-.404z"
})]
}), /*#__PURE__*/_jsx("path", {
fill: "#cfd8dc",
d: "M1.286 2.143h11.428v8H1.286z"
}), /*#__PURE__*/_jsxs("g", {
fill: "#607d8b",
transform: "translate(.143 -.143) scale(.28571)",
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: "M7.571 6.971 5.857 5.257 3.543 7.543l.628.628 1.686-1.714 1.714 1.714 2.315-2.285-.629-.629z"
}), /*#__PURE__*/_jsx("path", {
d: "m10.429 6.714-2-2h2z"
})]
})]
}));
export { LIChartStatistics };