import _IconSlashCommands from "./icon-slash-commands.vue.js";
const IconSlashCommands = Object.assign(_IconSlashCommands, {
install: (app) => {
app.component(_IconSlashCommands.name, _IconSlashCommands);
}
});
export {
IconSlashCommands as default
};