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.

48 lines (47 loc) 1.59 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", { class: "fillet-external-link_svg__st1", d: "M7.01 2c.28 0 .5.22.5.5s-.22.5-.5.5H4.5C3.68 3 3 3.67 3 4.5v7.01c0 .82.67 1.5 1.5 1.5h7.01c.82 0 1.5-.67 1.5-1.5V8.99c0-.28.22-.5.5-.5s.5.22.5.5v2.5a2.5 2.5 0 0 1-2.5 2.5H4.5a2.5 2.5 0 0 1-2.5-2.5V4.5A2.5 2.5 0 0 1 4.5 2h2.51zm6.49 0h.05-.05c.04 0 .06 0 .1.01h.02c.01 0 .04.01.05.01s.01 0 .02.01c.01 0 .02.01.04.01s.02.01.02.01c.01 0 .02.01.02.01.01 0 .01.01.02.01.04.02.07.06.1.1l-.05-.05c.02.02.04.04.05.06.01.01.02.02.02.05 0 .01.01.02.01.02 0 .01.01.02.01.04s0 .01.01.02c0 .01.01.02.01.05V6c0 .28-.22.5-.5.5s-.5-.22-.5-.5V3.71l-4.79 4.8c-.16.19-.48.19-.67 0a.501.501 0 0 1 0-.7l4.8-4.8H10c-.25 0-.46-.19-.5-.44V2.5c0-.28.22-.5.5-.5h3.5z" }, null, -1 /* HOISTED */ ); var _hoisted_4 = [_hoisted_2, _hoisted_3]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4)); } var FilletExternalLink = { render }; var index = function index2() { return svg({ name: "IconFilletExternalLink", component: FilletExternalLink })(); }; export { index as default };