import _IconCodeSSlashLine from "./icon-code-s-slash-line.vue.js";
const IconCodeSSlashLine = Object.assign(_IconCodeSSlashLine, {
install: (app) => {
app.component(_IconCodeSSlashLine.name, _IconCodeSSlashLine);
}
});
export {
IconCodeSSlashLine as default
};