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