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