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