import _IconPlaystationLine from "./icon-playstation-line.vue.js";
const IconPlaystationLine = Object.assign(_IconPlaystationLine, {
install: (app) => {
app.component(_IconPlaystationLine.name, _IconPlaystationLine);
}
});
export {
IconPlaystationLine as default
};