"use strict";
const iconIndentIncrease = require("./icon-indent-increase.vue.js");
const IconIndentIncrease = Object.assign(iconIndentIncrease, {
install: (app) => {
app.component(iconIndentIncrease.name, iconIndentIncrease);
}
});
module.exports = IconIndentIncrease;