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