birdpaper-icon
Version:
基于 Remix icon 生成的 Vue3 图标组件库
22 lines (21 loc) • 1.45 kB
JavaScript
;
const iconCompasses2Line_vue_vue_type_script_lang = require("./icon-compasses-2-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: "M16.33 13.497a6.988 6.988 0 0 0 2.67-5.5h2a8.987 8.987 0 0 1-3.662 7.246l2.528 4.378a2 2 0 0 1-.732 2.732l-3.527-6.108a8.971 8.971 0 0 1-3.607.752 8.97 8.97 0 0 1-3.607-.752l-3.527 6.108a2 2 0 0 1-.732-2.732l5.064-8.77A4.002 4.002 0 0 1 11 4.123V1.997h2v2.126a4.002 4.002 0 0 1 1.803 6.728l1.527 2.646ZM14.6 14.498l-1.528-2.646a4.003 4.003 0 0 1-2.142 0l-1.528 2.646c.804.322 1.68.499 2.599.499a6.98 6.98 0 0 0 2.599-.499ZM12 9.997a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" }, 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 _IconCompasses2Line = /* @__PURE__ */ _pluginVue_exportHelper(iconCompasses2Line_vue_vue_type_script_lang, [["render", _sfc_render]]);
module.exports = _IconCompasses2Line;