birdpaper-icon
Version:
基于 Remix icon 生成的 Vue3 图标组件库
22 lines (21 loc) • 2.26 kB
JavaScript
;
const iconWechatChannelsFill_vue_vue_type_script_lang = require("./icon-wechat-channels-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: "M19.194 3.181c1.162-.47 2.155-.019 2.672 1.277C23.26 7.944 20 21.133 17.441 21.133c-.828 0-1.657-.688-2.624-1.926a23.045 23.045 0 0 1-1.357-1.974c-.374-.6-.742-1.232-1.095-1.87L12 14.69l-.018.032a44.08 44.08 0 0 1-1.442 2.511c-.467.75-.922 1.416-1.358 1.974-.966 1.238-1.795 1.926-2.623 1.926C4 21.133.74 7.943 2.133 4.458 2.651 3.162 3.644 2.71 4.806 3.18c.842.34 1.772 1.156 2.81 2.376A31.772 31.772 0 0 1 9.548 8.11a59.03 59.03 0 0 1 2.137 3.36l.316.538.316-.538a61.531 61.531 0 0 1 1.696-2.71l.44-.65a31.79 31.79 0 0 1 1.931-2.553c1.039-1.22 1.968-2.035 2.81-2.376ZM4.324 4.353c-.49-.199-.743-.084-1.005.57-.457 1.145-.265 4.028.413 7.264l.158.724.174.733c.856 3.46 2.087 6.224 2.495 6.224.28 0 .889-.506 1.615-1.436.405-.518.835-1.148 1.28-1.863.362-.581.72-1.194 1.063-1.816l.415-.767.348-.671-.364-.638-.332-.566a57.76 57.76 0 0 0-2.09-3.287 30.556 30.556 0 0 0-1.852-2.45c-.916-1.077-1.716-1.778-2.318-2.021Zm16.356.57c-.261-.654-.514-.769-1.005-.57-.602.243-1.402.944-2.317 2.02a30.544 30.544 0 0 0-1.852 2.45 55.503 55.503 0 0 0-1.687 2.615l-.574.962-.527.915.181.35.245.465c.445.832.919 1.664 1.401 2.438a21.81 21.81 0 0 0 1.28 1.864c.727.93 1.336 1.436 1.616 1.436.408 0 1.639-2.763 2.494-6.224l.174-.733c.805-3.523 1.063-6.758.571-7.987Z" }, 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 _IconWechatChannelsFill = /* @__PURE__ */ _pluginVue_exportHelper(iconWechatChannelsFill_vue_vue_type_script_lang, [["render", _sfc_render]]);
module.exports = _IconWechatChannelsFill;