import _IconRoundedCorner from "./icon-rounded-corner.vue.js";
const IconRoundedCorner = Object.assign(_IconRoundedCorner, {
install: (app) => {
app.component(_IconRoundedCorner.name, _IconRoundedCorner);
}
});
export {
IconRoundedCorner as default
};