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