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.

32 lines (31 loc) 1.07 kB
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createElementVNode } from "vue"; var _hoisted_1 = { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "path", { d: "M3.74 12.01a.666.666 0 1 1 .002 1.331.666.666 0 0 1-.001-1.332Zm8.686.146a.5.5 0 0 1 .068.996l-.068.004H5.76a.5.5 0 0 1-.067-.995l.067-.005h6.667ZM3.741 7.324a.666.666 0 1 1 0 1.332.666.666 0 0 1 0-1.332Zm8.685.166a.5.5 0 0 1 .068.996l-.068.004H5.76a.5.5 0 0 1-.067-.995l.067-.005h6.667ZM3.741 2.658a.666.666 0 1 1 0 1.332.666.666 0 0 1 0-1.332Zm8.685.166a.5.5 0 0 1 .068.996l-.068.004H5.76a.5.5 0 0 1-.067-.995l.067-.005h6.667Z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var EditorListDot = { render }; var index = function index2() { return svg({ name: "EditorListDot", component: EditorListDot })(); }; export { index as default };