@icongo/li
Version:
LibreICONS Icons
14 lines • 483 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiChartBar = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M4.75 7v4h-1.5V7h1.5zM7 3v8H5.5V3H7zm6 9v1H1V1h.75v11H13zM9.25 5v6h-1.5V5h1.5zm2.25-3v9H10V2h1.5z"
})
}));
export { LIGuiChartBar };