iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 708 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const ChartLineUpBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M236 208a12 12 0 01-12 12H32a12 12 0 01-12-12V48a12 12 0 0124 0v99l43.51-43.52a12 12 0 0117 0L128 127l43-43h-11a12 12 0 010-24h40a12 12 0 0112 12v40a12 12 0 01-24 0v-11l-51.51 51.52a12 12 0 01-17 0L96 129l-52 52v15h180a12 12 0 0112 12z" }));
exports.default = ChartLineUpBold;