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.

51 lines (50 loc) 1.27 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 16 16", style: { "enable-background": "new 0 0 16 16" }, "xml:space": "preserve" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "rect", { style: { "fill": "none" } }, null, -1 /* HOISTED */ ); var _hoisted_3 = /* @__PURE__ */ createElementVNode( "path", { d: "M11.5 0h-7C2 0 0 2 0 4.5v7C0 14 2 16 4.5 16h7c2.5 0 4.5-2 4.5-4.5v-7C16 2 14 0 11.5 0zM15 11.5c0 1.9-1.6 3.5-3.5 3.5h-7C2.6 15 1 13.4 1 11.5v-7C1 2.6 2.6 1 4.5 1h7C13.4 1 15 2.6 15 4.5v7zM11 8c0 .3-.2.5-.5.5h-2v2c0 .3-.2.5-.5.5s-.5-.2-.5-.5v-2h-2c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h2v-2c0-.3.2-.5.5-.5s.5.2.5.5v2h2c.3 0 .5.2.5.5z", style: { "fill-rule": "evenodd", "clip-rule": "evenodd" } }, null, -1 /* HOISTED */ ); var _hoisted_4 = [_hoisted_2, _hoisted_3]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4)); } var PutAway = { render }; var index = function index2() { return svg({ name: "IconPutAway", component: PutAway })(); }; export { index as default };