@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.
32 lines (31 loc) • 972 B
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 21 26",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "m20.972 5.568-2.764.084c-.075-1.25.137-1.615-.19-2.11-.327-.495-.723-.84-1.19-1.036-.467-.196-1.017-.294-1.652-.294h-2.52v16.68c0 .859.84 1.288 2.52 1.288v1.624H5.852V20.18c1.661 0 2.492-.43 2.492-1.288V2.212H5.796c-.635 0-1.185.098-1.652.294-.467.196-.863.541-1.19 1.036-.327.495-.115.86-.19 2.11L0 5.568V0h20.972v5.568ZM0 24h21v2H0v-2Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var Underline = {
render
};
var index = function index2() {
return svg({
name: "IconUnderline",
component: Underline
})();
};
export {
index as default
};