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