birdpaper-icon
Version:
基于 Remix icon 生成的 Vue3 图标组件库
22 lines (21 loc) • 1.32 kB
JavaScript
;
const iconFirebaseLine_vue_vue_type_script_lang = require("./icon-firebase-line.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.223 8.707-2.312 4.334 1.09-6.715 1.222 2.381Zm1.145-2.148L7.695 1.353a.5.5 0 0 0-.938.148L4 18.5l1.748 1.093 5.192 3.244a2 2 0 0 0 2.12 0L20 18.5 18.142 5.961a.5.5 0 0 0-.841-.287l-2.735 2.637-2.125-3.984a.5.5 0 0 0-.882 0l-1.19 2.232Zm2.701 3.196L8.667 14 12 7.75l1.07 2.005Zm-5.837 8.407 9.36-9.025 1.238 8.36L12 21.143l-4.768-2.98Z" }, 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 _IconFirebaseLine = /* @__PURE__ */ _pluginVue_exportHelper(iconFirebaseLine_vue_vue_type_script_lang, [["render", _sfc_render]]);
module.exports = _IconFirebaseLine;