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