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