UNPKG

@opentiny/vue-icon

Version:

An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.

35 lines (34 loc) 1.09 kB
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createElementVNode } from "vue"; var _hoisted_1 = { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", "xml:space": "preserve" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "path", { class: "line-chart_svg__st0", d: "M3 21h19c.6 0 1 .4 1 1s-.4 1-1 1H2c-.6 0-1-.4-1-1V2c0-.6.4-1 1-1s1 .4 1 1v19zm6-1.6c-.3 0-.5-.1-.7-.4l-3.7-5.9c-.3-.4-.1-.9.2-1.2.4-.3.9-.1 1.2.2l2.6 4.3 1.1-4.2c.1-.2.2-.4.4-.5l4.3-2.1c.4-.2.9-.1 1.1.3l2.1 3.5 3.1-9.5c.1-.4.6-.7 1.1-.5.4.1.7.6.5 1.1l-3.7 11.2c-.1.3-.4.5-.7.6-.3 0-.6-.1-.8-.4l-2.7-4.4-3.2 1.6-1.4 5.6c-.1.3-.3.6-.7.6 0 .1 0 .1-.1.1z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var LineChart = { render }; var lineChart = function lineChart2() { return svg({ name: "IconLineChart", component: LineChart, filledComponent: LineChart })(); }; export { lineChart as default };