@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.
56 lines (55 loc) • 1.53 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(
"path",
{
style: {
"fill-rule": "evenodd",
"clip-rule": "evenodd",
"fill": "#d8d8d8",
"fill-opacity": "0"
},
fill: "none",
d: "M16 0v16H0V0z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M8.48 1.1c.3.13.54.38.67.69l1.26 3.17c.03.07.09.12.16.13l3.28.27c.69.06 1.2.68 1.14 1.39-.02.34-.18.65-.43.87l-2.49 2.24c-.06.05-.09.13-.07.21l.76 3.34c.16.69-.25 1.38-.92 1.55-.32.08-.66.02-.94-.16l-2.81-1.78a.165.165 0 0 0-.19 0L5.09 14.8c-.59.38-1.36.18-1.72-.43-.17-.29-.22-.63-.14-.96l.76-3.34a.231.231 0 0 0-.07-.22L1.43 7.62c-.52-.46-.58-1.27-.14-1.81.21-.26.52-.42.85-.45l3.28-.27a.21.21 0 0 0 .16-.13l1.26-3.17c.27-.66 1-.97 1.64-.69z",
style: {
"fill-rule": "evenodd",
"clip-rule": "evenodd"
}
},
null,
-1
/* HOISTED */
);
var _hoisted_4 = [_hoisted_2, _hoisted_3];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
}
var StarActive = {
render
};
var index = function index2() {
return svg({
name: "IconStarActive",
component: StarActive
})();
};
export {
index as default
};