birdpaper-icon
Version:
基于 Remix icon 生成的 Vue3 图标组件库
22 lines (21 loc) • 1.41 kB
JavaScript
;
const iconAlibabaCloudFill_vue_vue_type_script_lang = require("./icon-alibaba-cloud-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: "M9.514 5.14H4.68A3.68 3.68 0 0 0 1 8.82v6.358a3.68 3.68 0 0 0 3.68 3.68h4.85L8.36 17.2 4.822 16.12a1.538 1.538 0 0 1-1.07-1.472V9.37A1.53 1.53 0 0 1 4.822 7.9l3.536-1.104L9.514 5.14Zm9.825 0h-4.85l1.17 1.656L19.195 7.9a1.527 1.527 0 0 1 1.067 1.471v5.277a1.535 1.535 0 0 1-1.067 1.472L15.66 17.2l-1.17 1.656h4.85a3.658 3.658 0 0 0 3.66-3.68V8.82a3.68 3.68 0 0 0-3.66-3.68Zm-3.672 5.998h-7.33v1.652h7.33v-1.652Z" }, 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 _IconAlibabaCloudFill = /* @__PURE__ */ _pluginVue_exportHelper(iconAlibabaCloudFill_vue_vue_type_script_lang, [["render", _sfc_render]]);
module.exports = _IconAlibabaCloudFill;