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