@icongo/li
Version:
LibreICONS Icons
23 lines • 788 B
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 LIChartPositiveDynamic = 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__*/_jsx("path", {
fill: "#00bcd4",
d: "M5.333 6h3.334v6.667H5.333zm4.334-4.667H13v11.334H9.667zM1 8.667h3.333v4H1z"
}), /*#__PURE__*/_jsxs("g", {
fill: "#3f51b5",
children: [/*#__PURE__*/_jsx("path", {
d: "M2.667 1.333 6 4.667V1.333z"
}), /*#__PURE__*/_jsx("path", {
d: "m2.131 6.146-.942-.943L4.512 1.88l.942.943z"
})]
})]
}));
export { LIChartPositiveDynamic };