"use strict";
const iconStarHalfSLine = require("./icon-star-half-s-line.vue.js");
const IconStarHalfSLine = Object.assign(iconStarHalfSLine, {
install: (app) => {
app.component(iconStarHalfSLine.name, iconStarHalfSLine);
}
});
module.exports = IconStarHalfSLine;