"use strict";
const iconStrikethrough = require("./icon-strikethrough.vue.js");
const IconStrikethrough = Object.assign(iconStrikethrough, {
install: (app) => {
app.component(iconStrikethrough.name, iconStrikethrough);
}
});
module.exports = IconStrikethrough;