UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 678 B
"use strict"; 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 ChartLineBold = (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 0v85.55L88.1 95a12 12 0 0115.1-.57l56.22 42.16L216.1 87a12 12 0 1115.8 18l-64 56a12 12 0 01-15.1.57l-56.22-42.13L44 165.45V196h180a12 12 0 0112 12z" })); exports.default = ChartLineBold;