birdpaper-icon
Version:
基于 Remix icon 生成的 Vue3 图标组件库
22 lines (21 loc) • 1.88 kB
JavaScript
;
const iconScrollToBottomLine_vue_vue_type_script_lang = require("./icon-scroll-to-bottom-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: "M8.013 4.565C8.753 4.169 9.559 4 11.14 4h1.718c1.582 0 2.387.169 3.128.565.63.337 1.112.818 1.448 1.448.396.74.565 1.546.565 3.128v5.718c0 1.582-.169 2.387-.565 3.128a3.452 3.452 0 0 1-1.448 1.448c-.74.396-1.546.565-3.128.565H11.14c-1.582 0-2.387-.169-3.128-.565a3.452 3.452 0 0 1-1.448-1.448C6.169 17.247 6 16.441 6 14.86V9.14c0-1.582.169-2.387.565-3.128a3.453 3.453 0 0 1 1.448-1.448ZM12.859 2H11.14c-2.014 0-3.094.278-4.072.801A5.452 5.452 0 0 0 4.801 5.07C4.278 6.047 4 7.127 4 9.141v5.718c0 2.014.278 3.094.801 4.071A5.452 5.452 0 0 0 7.07 21.2c.978.522 2.058.801 4.072.801h1.718c2.014 0 3.094-.279 4.071-.801A5.452 5.452 0 0 0 19.2 18.93c.522-.977.801-2.057.801-4.071V9.14c0-2.014-.279-3.094-.801-4.072a5.452 5.452 0 0 0-2.269-2.268C15.953 2.278 14.873 2 12.86 2ZM13 6h-2v5h2V6Zm-5.242 7.758L12 18.001l4.242-4.243-1.414-1.414L12 15.172l-2.828-2.828-1.414 1.414Z" }, 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 _IconScrollToBottomLine = /* @__PURE__ */ _pluginVue_exportHelper(iconScrollToBottomLine_vue_vue_type_script_lang, [["render", _sfc_render]]);
module.exports = _IconScrollToBottomLine;