"use strict";
const iconCodeSSlashLine = require("./icon-code-s-slash-line.vue.js");
const IconCodeSSlashLine = Object.assign(iconCodeSSlashLine, {
install: (app) => {
app.component(iconCodeSSlashLine.name, iconCodeSSlashLine);
}
});
module.exports = IconCodeSSlashLine;