@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.58 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: "M8.48 1.09c.3.14.54.39.67.7l1.26 3.169c.03.07.09.121.16.13l3.28.27c.69.06 1.2.68 1.14 1.391-.02.34-.18.65-.43.87l-2.49 2.24a.21.21 0 0 0-.07.21l.76 3.34c.16.69-.25 1.38-.92 1.549-.32.08-.66.021-.94-.16l-2.81-1.78a.168.168 0 0 0-.19 0L5.09 14.8c-.59.38-1.36.191-1.72-.43a1.283 1.283 0 0 1-.14-.959l.76-3.34a.233.233 0 0 0-.07-.22L1.43 7.62a1.32 1.32 0 0 1-.14-1.81c.21-.261.52-.421.85-.45l3.28-.27a.21.21 0 0 0 .16-.131l1.26-3.17c.27-.66 1-.969 1.64-.7Zm-.71 1.07c.06-.14.19-.201.31-.15.03.03.12.11.14.15l1.26 3.17c.17.42.55.719 1.01.75l3.28.28c.13.01.24.14.22.31 0 .08-.04.16-.09.209l-2.5 2.23c-.33.301-.47.75-.37 1.18l.76 3.34c.04.17-.06.33-.19.361-.05.01-.11 0-.16-.031l-2.81-1.79c-.38-.25-.88-.25-1.28 0l-2.8 1.79c-.1.07-.24.041-.31-.09-.04-.07-.06-.16-.04-.24l.76-3.34c.1-.42-.04-.87-.36-1.17L2.09 6.88c-.11-.11-.13-.309-.02-.43.04-.06.09-.09.16-.09L5.5 6.08c.46-.04.84-.33 1.01-.75l1.26-3.17Z",
"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 StarO = {
render
};
var index = function index2() {
return svg({
name: "IconStarO",
component: StarO
})();
};
export {
index as default
};