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