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