@icongo/li
Version:
LibreICONS Icons
14 lines • 713 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiChartLine = 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: "M13 10.75v.75H1v-9h.75v8.25H13zm-.75-7.313v2.55q0 .122-.114.172-.115.05-.208-.044l-.71-.709-3.708 3.71q-.059.058-.135.058-.076 0-.135-.059L5.875 7.75l-2.438 2.438-1.124-1.126L5.74 5.636q.059-.059.135-.059.076 0 .135.059L7.375 7l2.719-2.719-.71-.709q-.093-.093-.043-.208.05-.114.173-.114h2.548q.082 0 .135.053.053.052.053.134z"
})
}));
export { LIGuiChartLine };