birdpaper-icon
Version:
基于 Remix icon 生成的 Vue3 图标组件库
22 lines (21 loc) • 1.54 kB
JavaScript
;
const iconWechatPayFill_vue_vue_type_script_lang = require("./icon-wechat-pay-fill.vue2.js");
const vue = require("vue");
const _pluginVue_exportHelper = require("../_virtual/_plugin-vue_export-helper.js");
const _hoisted_1 = ["fill"];
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M9.271 14.669a.661.661 0 0 1-.88-.269l-.043-.095-1.818-3.998a.473.473 0 0 1 0-.146.327.327 0 0 1 .335-.327.305.305 0 0 1 .196.066l2.18 1.527a.988.988 0 0 0 .546.167.894.894 0 0 0 .342-.066l10.047-4.5a10.73 10.73 0 0 0-8.171-3.526C6.479 3.502 2 7.232 2 11.87a7.83 7.83 0 0 0 3.46 6.296.662.662 0 0 1 .24.727l-.45 1.701a.945.945 0 0 0-.051.24.327.327 0 0 0 .334.334.416.416 0 0 0 .19-.058l2.18-1.265c.16-.098.343-.151.53-.152.1 0 .198.014.292.043 1.062.3 2.16.452 3.264.45 5.525 0 10.011-3.729 10.011-8.33a7.228 7.228 0 0 0-1.098-3.883L9.351 14.625l-.08.044Z" }, null, -1);
const _hoisted_3 = [
_hoisted_2
];
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return vue.openBlock(), vue.createElementBlock("svg", {
viewBox: "0 0 24 24",
xmlns: "http://www.w3.org/2000/svg",
class: vue.normalizeClass(_ctx.iconClass),
style: vue.normalizeStyle(_ctx.innerStyle),
fill: _ctx.fill,
onClick: _cache[0] || (_cache[0] = (...args) => _ctx.onClick && _ctx.onClick(...args))
}, _hoisted_3, 14, _hoisted_1);
}
const _IconWechatPayFill = /* @__PURE__ */ _pluginVue_exportHelper(iconWechatPayFill_vue_vue_type_script_lang, [["render", _sfc_render]]);
module.exports = _IconWechatPayFill;