@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 888 B
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiChartBar = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiChartBar = function LIGuiChartBar(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M4.75 7v4h-1.5V7h1.5zM7 3v8H5.5V3H7zm6 9v1H1V1h.75v11H13zM9.25 5v6h-1.5V5h1.5zm2.25-3v9H10V2h1.5z"
})
}));
};
exports.LIGuiChartBar = LIGuiChartBar;