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