"use strict";
const iconArrowDropUpLine = require("./icon-arrow-drop-up-line.vue.js");
const IconArrowDropUpLine = Object.assign(iconArrowDropUpLine, {
install: (app) => {
app.component(iconArrowDropUpLine.name, iconArrowDropUpLine);
}
});
module.exports = IconArrowDropUpLine;