@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.
34 lines (33 loc) • 1.13 kB
JavaScript
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: "dot-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 1v19zm2.9-6.1c0-.9.7-1.5 1.5-1.5.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5c-.8.1-1.5-.6-1.5-1.5zM12 14c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm1.2-5.1c0-.8.6-1.4 1.4-1.4.8 0 1.4.6 1.4 1.4s-.6 1.4-1.4 1.4c-.7.1-1.4-.6-1.4-1.4zm5.7-3.3c0-.6.5-1.1 1.1-1.1.5 0 1 .5 1 1.1s-.5 1.1-1 1.1c-.6 0-1.1-.5-1.1-1.1zm.6 4.5c0-.4.3-.8.8-.8.4 0 .8.3.8.8 0 .4-.3.8-.8.8s-.8-.4-.8-.8z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var DotChart = {
render
};
var index = function index2() {
return svg({
name: "IconDotChart",
component: DotChart
})();
};
export {
index as default
};