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