@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.
33 lines (32 loc) • 984 B
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "181.25 112.5 412.5 396.343",
"xml:space": "preserve"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M350.763 112.5v377.463l-.475 3.387c-.675 4.226-1.35 5.101-5.063 9.963l-4.2 2.3c-9.325 4.976-10.712 4.2-22.5-2.3L181.25 365.938l26.525-26.5 105.488 105.55V112.5h37.5zM593.75 418.75v37.5h-187.5v-37.5h187.5zm-37.5-87.5v37.5h-150v-37.5h150zm-37.5-87.5v37.5h-112.5v-37.5h112.5zm-37.5-87.5v37.5h-75v-37.5h75z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var Descending = {
render
};
var index = function index2() {
return svg({
name: "IconDescending",
component: Descending
})();
};
export {
index as default
};