import _IconArrowDropUpLine from "./icon-arrow-drop-up-line.vue.js";
const IconArrowDropUpLine = Object.assign(_IconArrowDropUpLine, {
install: (app) => {
app.component(_IconArrowDropUpLine.name, _IconArrowDropUpLine);
}
});
export {
IconArrowDropUpLine as default
};