import _IconIndentDecrease from "./icon-indent-decrease.vue.js";
const IconIndentDecrease = Object.assign(_IconIndentDecrease, {
install: (app) => {
app.component(_IconIndentDecrease.name, _IconIndentDecrease);
}
});
export {
IconIndentDecrease as default
};