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