UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 663 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 ChartBarHorizontalLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M224 98h-42V56a6 6 0 00-6-6H54V40a6 6 0 00-12 0v176a6 6 0 0012 0v-10h90a6 6 0 006-6v-42h74a6 6 0 006-6v-48a6 6 0 00-6-6zm-54-36v36H54V62zm-32 132H54v-36h84zm80-48H54v-36h164z" })); exports.default = ChartBarHorizontalLight;