UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.04 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 BarChart4 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M3.5 5.25a.75.75 0 00-1.5 0v12a2.25 2.25 0 002.25 2.25h17a.75.75 0 000-1.5h-17a.75.75 0 01-.75-.75v-12z", fill: "#323544" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 10.277a2 2 0 00-2 2v3.473c0 .414.336.75.75.75h2.5a.75.75 0 00.75-.75v-3.473a2 2 0 00-2-2zm-.5 2a.5.5 0 011 0V15h-1v-2.723zM10.5 6.5a2 2 0 114 0v9.25a.75.75 0 01-.75.75h-2.5a.75.75 0 01-.75-.75V6.5zm2-.5a.5.5 0 00-.5.5V15h1V6.5a.5.5 0 00-.5-.5zM18 8.059a2 2 0 00-2 2v5.691c0 .414.336.75.75.75h2.5a.75.75 0 00.75-.75V10.06a2 2 0 00-2-2zm-.5 2a.5.5 0 011 0V15h-1V10.06z", fill: "#323544" })); exports.default = BarChart4;