@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.
48 lines (47 loc) • 1.35 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 16 16",
style: {
"enable-background": "new 0 0 16 16"
},
"xml:space": "preserve"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"rect",
{
style: {
"fill": "none"
}
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
"path",
{
class: "sort-triangle-ascending_svg__st1",
d: "m8 1.26.15.01c.18.03.36.1.52.23l.05.04 3.85 4.18.07.1c.28.4.22.95-.16 1.26l-.1.07c-.17.11-.36.17-.57.17H4.19l-.12-.01c-.5-.06-.88-.46-.88-.96l.01-.12c.02-.19.11-.38.24-.52l3.81-4.15c.2-.18.47-.3.75-.3zm3.81 6.93c.56 0 .99.44.99.97 0 .23-.08.46-.25.64l-3.79 4.13c-.36.4-.99.44-1.41.08l-.05-.02-3.86-4.2a.946.946 0 0 1 .08-1.36c.18-.16.42-.24.67-.24h7.62zm-.05 1H4.24l3.75 4.07h.02l3.75-4.07z"
},
null,
-1
/* HOISTED */
);
var _hoisted_4 = [_hoisted_2, _hoisted_3];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
}
var SortTriangleAscending = {
render
};
var index = function index2() {
return svg({
name: "IconSortTriangleAscending",
component: SortTriangleAscending
})();
};
export {
index as default
};