@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) • 994 B
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 18 20",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M6.25 19.001a.75.75 0 0 1-1.493.102l-.007-.102V2.785L2.024 5.471a.75.75 0 0 1-.977.062l-.083-.074a.75.75 0 0 1-.062-.977l.074-.084 4-3.933A.75.75 0 0 1 6.244.9l.006.102v18Zm10.848-3.481-.074.083-4 3.933a.75.75 0 0 1-1.268-.434L11.75 19V1a.75.75 0 0 1 1.493-.102L13.25 1v16.216l2.726-2.686a.75.75 0 0 1 .977-.061l.083.073a.75.75 0 0 1 .062.978Z",
"fill-rule": "nonzero"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var SortO = {
render
};
var index = function index2() {
return svg({
name: "IconSortO",
component: SortO
})();
};
export {
index as default
};