UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 833 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 ChartLine = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props }, React.createElement("path", { d: "M10.06 17.88A4.25 4.25 0 0 0 11 18a4 4 0 0 0 2.23-.68l3.22 2.87A3.91 3.91 0 0 0 16 22a4 4 0 1 0 6.62-3l2.54-5.09A3.86 3.86 0 0 0 26 14a4 4 0 1 0-2.62-1l-2.54 5.09A3.86 3.86 0 0 0 20 18a4 4 0 0 0-2.23.68l-3.22-2.87A3.91 3.91 0 0 0 15 14a4 4 0 1 0-6.7 2.93L4 25V2H2v27a1 1 0 0 0 1 1h27v-2H4.67zM26 8a2 2 0 1 1-2 2 2 2 0 0 1 2-2zm-4 14a2 2 0 1 1-2-2 2 2 0 0 1 2 2zM11 12a2 2 0 1 1-2 2 2 2 0 0 1 2-2z" })); exports.default = ChartLine;