@icongo/vv
Version:
Vivid Icons
36 lines (35 loc) • 1.15 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.VVGraphBar = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var VVGraphBar = function VVGraphBar(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M6 35h36v4H6z",
style: {
fill: "#0c0058",
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0
}
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M9 20h5v15H9V20Zm8 5h5v10h-5V25Zm8-9h5v19h-5V16Zm8-7h5v26h-5V9Z",
style: {
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0,
fill: "#ff6e6e"
}
})]
}));
};
exports.VVGraphBar = VVGraphBar;