@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.
38 lines (37 loc) • 1.1 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 16 16",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"g",
{
"fill-rule": "evenodd"
},
[/* @__PURE__ */ createElementVNode("path", {
d: "M0 0h16v16H0z",
fill: "none"
}), /* @__PURE__ */ createElementVNode("path", {
d: "M4.5 2.249a.75.75 0 0 1 .75.75v10a.75.75 0 0 1-1.255.554l-3-2.727a.75.75 0 1 1 1.01-1.11l1.745 1.587V3a.75.75 0 0 1 .75-.75zm10 9a.75.75 0 1 1 0 1.5h-7a.75.75 0 1 1 0-1.5zm0-4a.75.75 0 1 1 0 1.5h-7a.75.75 0 0 1 0-1.5zm0-3.999a.75.75 0 1 1 0 1.5h-7a.75.75 0 0 1 0-1.5z",
"fill-rule": "nonzero"
})],
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var SortDefault = {
render
};
var index = function index2() {
return svg({
name: "IconSortDefault",
component: SortDefault
})();
};
export {
index as default
};