@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.
35 lines (34 loc) • 1.16 kB
JavaScript
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: "link_svg__st0",
d: "m16.9 12.7 1.4-1.4c1.6-1.6 1.6-4.1 0-5.7-1.6-1.6-4.1-1.6-5.7 0L11.2 7c-.4.4-1 .4-1.4 0-.4-.4-.4-1 0-1.4l1.4-1.4c2.3-2.3 6.1-2.3 8.5 0s2.3 6.1 0 8.5l-1.4 1.4c-.4.4-1 .4-1.4 0s-.3-1 0-1.4zm-4.2 4.2c.4-.4 1-.4 1.4 0s.4 1 0 1.4l-1.4 1.4c-2.3 2.3-6.1 2.3-8.5 0s-2.3-6.1 0-8.5l1.4-1.4c.4-.4 1-.4 1.4 0 .4.4.4 1 0 1.4l-1.4 1.4c-1.6 1.6-1.6 4.1 0 5.7 1.6 1.6 4.1 1.6 5.7 0l1.4-1.4zm-2.8-4.2 2.8-2.8c.4-.4 1-.4 1.4 0s.4 1 0 1.4l-2.8 2.8c-.4.4-1 .4-1.4 0s-.4-1 0-1.4z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var Link = {
render
};
var link = function link2() {
return svg({
name: "IconLink",
component: Link,
filledComponent: Link
})();
};
export {
link as default
};