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