birdpaper-icon
Version:
基于 Remix icon 生成的 Vue3 图标组件库
22 lines (21 loc) • 2.16 kB
JavaScript
;
const iconMetaLine_vue_vue_type_script_lang = require("./icon-meta-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: "M20.974 16.163c-.285.892-.775 1.337-1.47 1.337-.877 0-1.74-.526-2.587-1.58-.589-.73-1.414-2.12-2.477-4.168a58.288 58.288 0 0 0-1.269-2.33c.31-.488.586-.88.829-1.176.957-1.164 1.959-1.746 3.005-1.746.835 0 1.63.536 2.386 1.608.776 1.101 1.32 2.461 1.632 4.08.306 1.594.29 2.919-.049 3.975Zm-8.97-4.733c.21.385.43.8.66 1.242 1.125 2.167 2.023 3.668 2.695 4.503 1.248 1.55 2.63 2.325 4.146 2.325.856 0 1.588-.27 2.197-.81.525-.467.917-1.105 1.177-1.916.443-1.38.479-3.035.108-4.963-.366-1.901-1.02-3.52-1.962-4.856-1.154-1.637-2.494-2.455-4.02-2.455-1.676 0-3.193.825-4.55 2.476-.142.173-.292.37-.45.594a10.318 10.318 0 0 0-.45-.594C10.198 5.326 8.68 4.5 7.005 4.5c-1.526 0-2.866.818-4.02 2.455-.942 1.336-1.596 2.955-1.962 4.856-.37 1.928-.335 3.582.108 4.963.26.81.652 1.45 1.177 1.915.609.54 1.341.811 2.197.811 1.516 0 2.898-.775 4.146-2.325.672-.835 1.57-2.336 2.694-4.502.23-.444.45-.858.66-1.243Zm-1.166-2.008c-.39.674-.812 1.45-1.268 2.33C8.507 13.8 7.68 15.188 7.093 15.92c-.848 1.053-1.71 1.579-2.588 1.579-.694 0-1.184-.445-1.47-1.337-.338-1.056-.354-2.381-.048-3.974.311-1.62.855-2.98 1.632-4.081C5.375 7.036 6.17 6.5 7.005 6.5c1.046 0 2.048.582 3.005 1.746.243.296.519.688.828 1.176Z" }, 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 _IconMetaLine = /* @__PURE__ */ _pluginVue_exportHelper(iconMetaLine_vue_vue_type_script_lang, [["render", _sfc_render]]);
module.exports = _IconMetaLine;