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