@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.38 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 24 24",
"xml:space": "preserve"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
class: "heartempty_svg__st0",
d: "M23.4 5.5c-.4-.9-.9-1.7-1.5-2.4-1.3-1.4-3-2.1-4.7-2.1-2 0-3.9 1-5.2 2.6C10.7 2 8.8 1 6.8 1 5 1 3.4 1.7 2.1 3.1 1.4 3.8.9 4.6.6 5.5c-.4 1-.6 2-.6 3 0 2.3.9 4.4 2.5 5.8l.2.2c.3.3 1.4 1.3 2.6 2.5 2.2 2.1 4.9 4.7 6 5.7.2.1.4.2.6.2.2 0 .4-.1.6-.2.8-.8 2.5-2.4 4.2-4.1 1.7-1.7 3.5-3.4 4.6-4.4C23 12.9 24 10.8 24 8.5c0-1-.2-2-.6-3zm-10.1-.6c1-1.3 2.4-2.1 3.9-2.1 1.3 0 2.5.5 3.4 1.5.5.5.9 1.1 1.2 1.8.3.7.4 1.5.4 2.3 0 .9-.2 1.7-.5 2.5-.3.7-.8 1.4-1.4 1.9-.9.9-2.5 2.3-4.6 4.4-1.7 1.6-2.8 2.7-3.6 3.4-1.2-1.1-3.1-2.9-4.7-4.5L6.3 15c-1.1-1-1.9-1.8-2.2-2.1l-.1-.1-.2-.2C2.6 11.5 1.9 10 1.9 8.3c0-.8.1-1.5.4-2.3.2-.4.6-1 1.1-1.6.9-1 2.2-1.5 3.4-1.5 1.5 0 2.9.7 3.9 2 .3.5.8.7 1.3.7s1-.2 1.3-.7z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var Heartempty = {
render
};
var index = function index2() {
return svg({
name: "IconHeartempty",
component: Heartempty
})();
};
export {
index as default
};