UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.02 kB
"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 ChartArea = (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", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M20 18a1 1 0 01.117 1.993L20 20H4a1 1 0 01-.117-1.993L4 18h16zM15.22 5.375a1 1 0 011.393-.165l.094.083 4 4a1 1 0 01.284.576L21 10v5a1 1 0 01-.883.993L20 16H3.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" })); exports.default = ChartArea;