iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 766 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 ChartLineDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M224 64v144H32V48h176a16 16 0 0116 16z", opacity: ".2" }),
React.createElement("path", { d: "M232 208a8 8 0 01-8 8H32a8 8 0 01-8-8V48a8 8 0 0116 0v94.37L90.73 98a8 8 0 0110.07-.38l58.81 44.11L218.73 90a8 8 0 1110.54 12l-64 56a8 8 0 01-10.07.38l-58.81-44.09L40 163.63V200h184a8 8 0 018 8z" }));
exports.default = ChartLineDuotone;