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