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