@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.
34 lines (33 loc) • 1.39 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(
"path",
{
d: "M9.1 1.6a2.38 2.38 0 0 0-2.2 0L2.03 4.24c-.21.12-.39.28-.51.49-.39.64-.16 1.46.51 1.82L6.9 9.18c.68.37 1.52.37 2.2 0l4.87-2.63c.21-.12.39-.29.51-.49.39-.64.16-1.46-.51-1.82L9.1 1.6Zm-.48.88a1.35 1.35 0 0 0-1.24 0L2.51 5.12a.31.31 0 0 0-.13.12c-.09.15-.04.34.13.43L7.38 8.3c.39.21.86.21 1.24 0l4.88-2.63c.06-.03.1-.07.13-.129.09-.14.03-.33-.13-.422L8.62 2.48Zm5.34 5.76c.25-.13.55-.03.68.22.12.24.02.54-.22.67L9 11.9c-.63.32-1.39.32-2.02-.02L1.82 9.12a.487.487 0 0 1-.21-.67c.13-.25.43-.33.67-.21L7.45 11c.34.18.75.18 1.09 0l5.42-2.76Zm.68 2.77a.5.5 0 0 0-.68-.219l-5.42 2.77c-.34.18-.75.17-1.09-.01L2.28 10.8a.493.493 0 0 0-.67.199.5.5 0 0 0 .21.68l5.16 2.75c.63.34 1.39.35 2.02.02l5.42-2.77c.24-.12.34-.42.22-.67Z",
"clip-rule": "evenodd",
"fill-rule": "evenodd"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var App = {
render
};
var index = function index2() {
return svg({
name: "IconApp",
component: App
})();
};
export {
index as default
};