@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.
25 lines (24 loc) • 906 B
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createStaticVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 24 17",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createStaticVNode('<g fill-rule="evenodd"><path opacity=".5" d="M23 0h1v17h-1zM0 0h1v17H0z"></path><path d="M2 9h20v5H2z" data-spm-anchor-id="a1zogd8.23539205.0.i30.2321199a9DauQV"></path><path opacity=".4" d="M3 4h18v3H3z"></path><path d="M3 4v3h18V4H3zM2 3h20v5H2V3z"></path></g>', 1);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var AlignStretch = {
render
};
var alignStretch = function alignStretch2() {
return svg({
name: "IconAlignStretch",
component: AlignStretch,
filledComponent: AlignStretch
})();
};
export {
alignStretch as default
};