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