iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.28 kB
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 ChartAreaLine = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-chart-area-line", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M15.22 9.375a1 1 0 011.393-.165l.094.083 4 4a1 1 0 01.284.576L21 14v5a1 1 0 01-.883.993L20 20H3.978l-.11-.009-.11-.02-.107-.034-.105-.046-.1-.059-.094-.07-.06-.055-.072-.082-.064-.089-.054-.096-.016-.035-.04-.103-.027-.106-.015-.108-.004-.11.009-.11.019-.105c.01-.04.022-.077.035-.112l.046-.105.059-.1 4-6a1 1 0 011.165-.39l.114.05 3.277 1.638 3.495-4.369z" }),
React.createElement("path", { d: "M15.232 3.36a1 1 0 011.382-.15l.093.083 4 4a1 1 0 01-1.32 1.497l-.094-.083-3.226-3.225-4.299 5.158a1 1 0 01-1.1.303l-.115-.049-3.254-1.626L4.8 12.6a1 1 0 01-1.295.269L3.4 12.8a1 1 0 01-.269-1.295L3.2 11.4l3-4a1 1 0 011.137-.341l.11.047 3.291 1.645 4.494-5.391z" }));
exports.default = ChartAreaLine;