iconista
Version:
Thousands of SVG icons with one React component
13 lines (12 loc) • 920 B
JavaScript
"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 GraphBar = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props },
React.createElement("g", { fill: "currentColor", fillRule: "evenodd" },
React.createElement("rect", { x: "17", y: "5", width: "4", height: "11", rx: "2" }),
React.createElement("rect", { x: "11", y: "8", width: "4", height: "8", rx: "2" }),
React.createElement("rect", { x: "5", y: "11", width: "4", height: "5", rx: "2" }),
React.createElement("path", { d: "M21 17H4.995C4.448 17 4 16.548 4 15.991V6a1 1 0 1 0-2 0v9.991A3.004 3.004 0 0 0 4.995 19H21a1 1 0 0 0 0-2z", fillRule: "nonzero" })));
exports.default = GraphBar;