birdpaper-icon
Version:
基于 Remix icon 生成的 Vue3 图标组件库
22 lines (21 loc) • 1.7 kB
JavaScript
;
const iconSteamFill_vue_vue_type_script_lang = require("./icon-steam-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: "M12.005 2c-5.25 0-9.556 4.05-9.964 9.197l5.36 2.216a2.823 2.823 0 0 1 1.593-.492c.053 0 .105.003.157.005l2.384-3.452v-.049c0-2.08 1.69-3.77 3.77-3.77a3.776 3.776 0 0 1 3.77 3.772c0 2.08-1.691 3.771-3.77 3.771h-.087l-3.397 2.426c0 .043.003.088.003.133A2.826 2.826 0 0 1 9 18.587a2.844 2.844 0 0 1-2.775-2.273l-3.838-1.589C3.574 18.922 7.428 22 12.006 22c5.522 0 9.998-4.477 9.998-10 0-5.522-4.477-10-9.999-10ZM7.08 16.667c.218.452.595.832 1.095 1.041a2.126 2.126 0 0 0 2.78-2.77 2.123 2.123 0 0 0-2.712-1.178l1.269.526a1.565 1.565 0 0 1-1.204 2.889l-1.228-.508Zm10.74-7.245a2.516 2.516 0 0 0-2.513-2.512 2.513 2.513 0 1 0 2.513 2.512ZM15.312 7.53A1.89 1.89 0 0 1 17.2 9.418a1.89 1.89 0 0 1-1.888 1.888 1.887 1.887 0 1 1 0-3.776Z" }, 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 _IconSteamFill = /* @__PURE__ */ _pluginVue_exportHelper(iconSteamFill_vue_vue_type_script_lang, [["render", _sfc_render]]);
module.exports = _IconSteamFill;