@icongo/li
Version:
LibreICONS Icons
15 lines • 466 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIChartBar = 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", {
fill: "#00bcd4",
d: "M5.333 6.333h3.334V13H5.333zM1 3h3.333v10H1zm8.667-2H13v12H9.667z"
})
}));
export { LIChartBar };