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.76 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: "M20.25 13.5a1.75 1.75 0 0 1 1.744 1.606l.006.144v5a1.75 1.75 0 0 1-1.606 1.744L20.25 22H3.75a1.75 1.75 0 0 1-1.744-1.606L2 20.25v-5a1.75 1.75 0 0 1 1.606-1.744l.144-.006h16.5Zm0 1.5H3.75a.25.25 0 0 0-.243.193l-.007.057v5a.25.25 0 0 0 .193.243l.057.007h16.5a.25.25 0 0 0 .243-.193l.007-.057v-5a.25.25 0 0 0-.193-.243L20.25 15Zm-9.5-13a.75.75 0 0 1 .102 1.493l-.102.007h-5a1.25 1.25 0 0 0-1.244 1.122L4.5 4.75v4.438l.47-.468a.75.75 0 0 1 .976-.073l.084.073a.75.75 0 0 1 .073.976l-.073.084-1.75 1.75a.75.75 0 0 1-.976.073l-.084-.073-1.75-1.75a.75.75 0 0 1 .976-1.133l.084.073.47.469V4.75a2.75 2.75 0 0 1 2.582-2.745L5.75 2h5Zm10.5 8a.75.75 0 0 1 .102 1.493l-.102.007h-3a.75.75 0 0 1-.102-1.493L18.25 10h3Zm-5 0a.75.75 0 0 1 .102 1.493l-.102.007h-3a.75.75 0 0 1-.102-1.493L13.25 10h3Zm-3-6a.75.75 0 0 1 .743.648L14 4.75v4a.75.75 0 0 1-1.493.102L12.5 8.75v-4a.75.75 0 0 1 .75-.75Zm8 0a.75.75 0 0 1 .743.648L22 4.75v4a.75.75 0 0 1-1.493.102L20.5 8.75v-4a.75.75 0 0 1 .75-.75Zm-5-2a.75.75 0 0 1 .102 1.493l-.102.007h-3a.75.75 0 0 1-.102-1.493L13.25 2h3Zm5 0a.75.75 0 0 1 .102 1.493l-.102.007h-3a.75.75 0 0 1-.102-1.493L18.25 2h3Z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var BatchFill = { render }; var index = function index2() { return svg({ name: "IconBatchFill", component: BatchFill })(); }; export { index as default };