"use strict";
const iconArrowLeftFill = require("./icon-arrow-left-fill.vue.js");
const IconArrowLeftFill = Object.assign(iconArrowLeftFill, {
install: (app) => {
app.component(iconArrowLeftFill.name, iconArrowLeftFill);
}
});
module.exports = IconArrowLeftFill;