UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 916 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", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M17.653 18.765H2.11A1.11 1.11 0 0 1 1 17.655V2.11C1 1.497 1.497 1 2.11 1h15.543c.614 0 1.11.497 1.11 1.11v15.545a1.11 1.11 0 0 1-1.11 1.11zM2.11 17.1c0 .306.249.555.555.555h14.433a.555.555 0 0 0 .555-.555V5.144l-6.129 6.13.018.01-.813.814-.017-.012-.012.012-.064-.063-4.252-2.912-4.274 3.824V17.1zM17.098 2.11H2.665a.555.555 0 0 0-.555.555v8.742l3.9-3.492.25-.248.016.011.012-.011.064.063 4.208 2.882 7.094-7.094v-.853a.556.556 0 0 0-.556-.554z", fill: "#000", fillRule: "evenodd" })); exports.default = ChartLine;