import _IconNotification4Line from "./icon-notification-4-line.vue.js";
const IconNotification4Line = Object.assign(_IconNotification4Line, {
install: (app) => {
app.component(_IconNotification4Line.name, _IconNotification4Line);
}
});
export {
IconNotification4Line as default
};