"use strict";
const iconInsertRowBottom = require("./icon-insert-row-bottom.vue.js");
const IconInsertRowBottom = Object.assign(iconInsertRowBottom, {
install: (app) => {
app.component(iconInsertRowBottom.name, iconInsertRowBottom);
}
});
module.exports = IconInsertRowBottom;