birdpaper-icon
Version:
基于 Remix icon 生成的 Vue3 图标组件库
25 lines (24 loc) • 1.38 kB
JavaScript
;
const iconRemixRunFill_vue_vue_type_script_lang = require("./icon-remix-run-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.116 20c0-1.064 0-2.04-.162-4.119-.2-2.09-1.289-3.148-3.15-3.52 2.205-.286 3.837-2.004 3.837-4.637C19.64 4.204 17.32 2 12.656 2H4v3.669h7.797c2.061 0 3.092.884 3.092 2.344 0 1.66-1.03 2.287-3.092 2.287H4v3.75h7.568c1.632 0 2.52.457 2.662 2.518a24.74 24.74 0 0 1 .082 2.773v.003c-.004.214-.008.425-.008.656h4.812ZM4 17.205V20h6.122v-1.79c0-.375-.184-1.005-1.034-1.005H4Z",
fill: "#121212"
}, 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 _IconRemixRunFill = /* @__PURE__ */ _pluginVue_exportHelper(iconRemixRunFill_vue_vue_type_script_lang, [["render", _sfc_render]]);
module.exports = _IconRemixRunFill;