@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.44 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: "attachment_svg__st0",
d: "M21.2 6c-1.2-1.1-2.7-1.8-4.4-1.8-.8 0-1.6.1-2.3.4-.8.3-1.4.7-2 1.3l-5.7 5.7c-.7.7-1 1.5-1 2.5 0 .9.4 1.8 1 2.5.7.7 1.5 1 2.5 1 .9 0 1.8-.4 2.5-1l5-5c.2-.2.3-.4.3-.6 0-.2-.1-.5-.3-.6-.2-.2-.4-.3-.6-.3-.2 0-.5.1-.6.3l-5 5c-.3.3-.8.5-1.2.5-.5 0-.9-.2-1.3-.5-.3-.3-.5-.8-.5-1.2 0-.5.2-.9.5-1.2l5.7-5.7c.8-.8 1.9-1.3 3.1-1.3 1.2 0 2.3.5 3.1 1.3.8.8 1.3 1.9 1.3 3.1s-.4 2.3-1.3 3.1l-6.1 6a6.42 6.42 0 0 1-4.6 1.9c-1.7 0-3.4-.7-4.6-1.9s-1.9-2.8-1.9-4.6c0-1.7.7-3.3 1.9-4.5l7.9-7.8c.2-.2.3-.4.3-.6 0-.2-.1-.5-.3-.6-.3-.3-.5-.4-.7-.4s-.5.1-.6.3L3.4 9c-.8.8-1.4 1.7-1.8 2.7-.4 1-.6 2-.6 3.1s.2 2.1.6 3.1c.4 1 1 1.9 1.8 2.7.8.8 1.7 1.4 2.7 1.8 1 .4 2 .6 3.1.6s2.1-.2 3.1-.6c1-.4 1.9-1 2.7-1.8l6.1-6c.6-.6 1-1.3 1.3-2 .3-.7.4-1.5.4-2.3.2-1.6-.4-3.2-1.6-4.3z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var Attachment = {
render
};
var index = function index2() {
return svg({
name: "IconAttachment",
component: Attachment
})();
};
export {
index as default
};