UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.65 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 BarChartDollar = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M17.808 2a.75.75 0 01.75.75v.169c.748.19 1.302.867 1.302 1.674a.75.75 0 11-1.5 0 .227.227 0 00-.227-.227h-.395a.483.483 0 00-.17.935l1.005.377a1.983 1.983 0 01-.015 3.72v.236a.75.75 0 01-1.5 0v-.17a1.728 1.728 0 01-1.303-1.673.75.75 0 011.5 0c0 .125.102.226.227.226h.395a.483.483 0 00.17-.934l-1.005-.377a1.983 1.983 0 01.016-3.72V2.75a.75.75 0 01.75-.75z", fill: "#323544" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.5 3.25A2.25 2.25 0 003.25 5.5v13a2.25 2.25 0 002.25 2.25h.333a2.25 2.25 0 002.25-2.25v-13a2.25 2.25 0 00-2.25-2.25H5.5zM4.75 5.5a.75.75 0 01.75-.75h.333a.75.75 0 01.75.75v13a.75.75 0 01-.75.75H5.5a.75.75 0 01-.75-.75v-13zM11.833 9.634a2.25 2.25 0 00-2.25 2.25V18.5a2.25 2.25 0 002.25 2.25h.333a2.25 2.25 0 002.25-2.25v-6.616a2.25 2.25 0 00-2.25-2.25h-.333zm-.75 2.25a.75.75 0 01.75-.75h.333a.75.75 0 01.75.75V18.5a.75.75 0 01-.75.75h-.333a.75.75 0 01-.75-.75v-6.616zM15.916 14.922a2.25 2.25 0 012.25-2.25h.333a2.25 2.25 0 012.25 2.25V18.5a2.25 2.25 0 01-2.25 2.25h-.333a2.25 2.25 0 01-2.25-2.25v-3.578zm2.25-.75a.75.75 0 00-.75.75V18.5c0 .415.336.75.75.75h.333a.75.75 0 00.75-.75v-3.578a.75.75 0 00-.75-.75h-.333z", fill: "#323544" })); exports.default = BarChartDollar;