import _IconUserReceivedLine from "./icon-user-received-line.vue.js";
const IconUserReceivedLine = Object.assign(_IconUserReceivedLine, {
install: (app) => {
app.component(_IconUserReceivedLine.name, _IconUserReceivedLine);
}
});
export {
IconUserReceivedLine as default
};