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