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.

34 lines (33 loc) 1.14 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 24 24", "xml:space": "preserve" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "path", { class: "copy_svg__st0", d: "m21.5 5.6-5-5.1-.3-.3s-.1 0-.1-.1H16c-.2 0-.4-.1-.7-.1H7c-.9 0-2 1.1-2 2v1H4c-.9 0-2 1.1-2 2v17c0 .9 1.1 2 2 2h13c.9 0 2-1.1 2-2v-1h1c.9 0 2-1.1 2-2V7c0-.4-.2-1.1-.5-1.4zM16 3l3 3h-3V3zm1 19H4V5h1v14c0 .9 1.2 2 2 2h10v1zm3-3H7V2h7v4c0 .9 1.1 2 2 2h4v11zm-5-9c0-.6-.4-1-.8-1H9.9c-.5 0-.9.4-.9 1s.4 1 .8 1h4.3c.5 0 .9-.4.9-1zm3 3c0-.6-.4-1-.8-1H9.9c-.5 0-.8.4-.8 1s.4 1 .8 1h7.3c.4 0 .8-.4.8-1zm-1 3c0-.6-.4-1-.9-1H9.9c-.5 0-.9.4-.9 1s.4 1 .9 1h6.2c.5 0 .9-.4.9-1z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var Copy = { render }; var index = function index2() { return svg({ name: "IconCopy", component: Copy })(); }; export { index as default };