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.18 kB
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createElementVNode } from "vue"; var _hoisted_1 = { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "path", { d: "M5.5 15.75c1.259 0 2.32.846 2.647 2H20.5a.75.75 0 0 1 .102 1.493l-.102.007H8.146a2.751 2.751 0 1 1-2.646-3.5Zm0 1.5a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Zm10-8c1.259 0 2.32.846 2.647 2H20.5a.75.75 0 0 1 .102 1.493l-.102.007h-2.354a2.751 2.751 0 0 1-5.292 0H3.5a.75.75 0 0 1-.102-1.493l.102-.007h9.353a2.751 2.751 0 0 1 2.647-2Zm0 1.5a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Zm-10-8c1.259 0 2.32.846 2.647 2H20.5a.75.75 0 0 1 .102 1.493l-.102.007H8.146A2.751 2.751 0 1 1 5.5 2.75Zm0 1.5a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var SettingData = { render }; var index = function index2() { return svg({ name: "IconSettingData", component: SettingData })(); }; export { index as default };