"use strict";
const iconRoundedCorner = require("./icon-rounded-corner.vue.js");
const IconRoundedCorner = Object.assign(iconRoundedCorner, {
install: (app) => {
app.component(iconRoundedCorner.name, iconRoundedCorner);
}
});
module.exports = IconRoundedCorner;