UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 998 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 ChartBars = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M16.543 18.765a2.22 2.22 0 0 1-2.22-2.22V7.662a2.22 2.22 0 1 1 4.44 0v8.881a2.22 2.22 0 0 1-2.22 2.221zm1.11-11.102a1.11 1.11 0 1 0-2.22 0v8.881a1.11 1.11 0 1 0 2.22 0V7.663zm-7.77 11.102a2.22 2.22 0 0 1-2.221-2.22V3.22a2.22 2.22 0 0 1 4.44 0v13.323c0 1.227-.994 2.221-2.22 2.221zm1.11-15.544a1.11 1.11 0 1 0-2.221 0v13.323a1.11 1.11 0 1 0 2.22 0V3.221zM3.22 18.765A2.22 2.22 0 0 1 1 16.545v-4.442a2.22 2.22 0 0 1 4.44 0v4.441a2.22 2.22 0 0 1-2.22 2.221zm1.111-6.662a1.11 1.11 0 0 0-2.22 0v4.441a1.11 1.11 0 1 0 2.22 0v-4.441z", fill: "#000", fillRule: "evenodd" })); exports.default = ChartBars;