birdpaper-icon
Version:
基于 Remix icon 生成的 Vue3 图标组件库
22 lines (21 loc) • 1.75 kB
JavaScript
;
const iconSettings5Fill_vue_vue_type_script_lang = require("./icon-settings-5-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: "M2.131 13.63a9.942 9.942 0 0 1 .001-3.26c1.101.026 2.092-.502 2.477-1.431.385-.93.058-2.003-.74-2.763a9.942 9.942 0 0 1 2.306-2.307c.76.798 1.834 1.125 2.763.74.93-.385 1.458-1.376 1.431-2.477a9.942 9.942 0 0 1 3.261 0c-.026 1.102.502 2.092 1.431 2.477.93.385 2.003.058 2.763-.74a9.943 9.943 0 0 1 2.307 2.306c-.798.76-1.125 1.834-.74 2.764.385.93 1.376 1.458 2.477 1.43a9.94 9.94 0 0 1 0 3.262c-1.102-.027-2.092.501-2.477 1.43-.385.93-.058 2.004.74 2.764a9.94 9.94 0 0 1-2.306 2.306c-.76-.798-1.834-1.125-2.764-.74-.93.385-1.458 1.376-1.43 2.478a9.939 9.939 0 0 1-3.262-.001c.027-1.101-.502-2.092-1.43-2.477-.93-.385-2.004-.058-2.764.74a9.943 9.943 0 0 1-2.306-2.306c.798-.76 1.125-1.834.74-2.763-.385-.93-1.376-1.458-2.478-1.431ZM12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z" }, 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 _IconSettings5Fill = /* @__PURE__ */ _pluginVue_exportHelper(iconSettings5Fill_vue_vue_type_script_lang, [["render", _sfc_render]]);
module.exports = _IconSettings5Fill;