Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
org.dominokit.domino.ui.icons.Notification Maven / Gradle / Ivy
package org.dominokit.domino.ui.icons;
import java.util.Arrays;
import javax.annotation.Generated;
/**
* This is generated class, please don't modify
*/
@Generated("org.dominokit.ui.tools.processor.MdiIconsProcessor")
public interface Notification {
default MdiIcon alarm_bell_notification_mdi() {
return MdiIcon.create("mdi-alarm-bell", new MdiMeta("alarm-bell", "F78D", Arrays.asList("Notification"), Arrays.asList(), "Michael Richins", "2.0.46"));
}
default MdiIcon bell_notification_mdi() {
return MdiIcon.create("mdi-bell", new MdiMeta("bell", "F09A", Arrays.asList("Notification","Home Automation","Music"), Arrays.asList("notifications"), "Google", "1.5.54"));
}
default MdiIcon bell_alert_notification_mdi() {
return MdiIcon.create("mdi-bell-alert", new MdiMeta("bell-alert", "FD35", Arrays.asList("Alert / Error","Notification"), Arrays.asList("bell-warning"), "Google", "3.4.93"));
}
default MdiIcon bell_alert_outline_notification_mdi() {
return MdiIcon.create("mdi-bell-alert-outline", new MdiMeta("bell-alert-outline", "FE9E", Arrays.asList("Alert / Error","Notification"), Arrays.asList(), "Google", "3.7.94"));
}
default MdiIcon bell_circle_notification_mdi() {
return MdiIcon.create("mdi-bell-circle", new MdiMeta("bell-circle", "FD36", Arrays.asList("Notification"), Arrays.asList(), "Google", "3.4.93"));
}
default MdiIcon bell_circle_outline_notification_mdi() {
return MdiIcon.create("mdi-bell-circle-outline", new MdiMeta("bell-circle-outline", "FD37", Arrays.asList("Notification"), Arrays.asList(), "Google", "3.4.93"));
}
default MdiIcon bell_off_notification_mdi() {
return MdiIcon.create("mdi-bell-off", new MdiMeta("bell-off", "F09B", Arrays.asList("Notification"), Arrays.asList("notifications-off"), "Google", "1.5.54"));
}
default MdiIcon bell_off_outline_notification_mdi() {
return MdiIcon.create("mdi-bell-off-outline", new MdiMeta("bell-off-outline", "FA90", Arrays.asList("Notification"), Arrays.asList(), "Google", "2.7.94"));
}
default MdiIcon bell_outline_notification_mdi() {
return MdiIcon.create("mdi-bell-outline", new MdiMeta("bell-outline", "F09C", Arrays.asList("Notification","Music"), Arrays.asList("notifications-none"), "Google", "1.5.54"));
}
default MdiIcon bell_plus_notification_mdi() {
return MdiIcon.create("mdi-bell-plus", new MdiMeta("bell-plus", "F09D", Arrays.asList("Notification"), Arrays.asList("add-alert","bell-add"), "Google", "1.5.54"));
}
default MdiIcon bell_plus_outline_notification_mdi() {
return MdiIcon.create("mdi-bell-plus-outline", new MdiMeta("bell-plus-outline", "FA91", Arrays.asList("Notification"), Arrays.asList("bell-add-outline","add-alert-outline"), "Google", "2.7.94"));
}
default MdiIcon bell_ring_notification_mdi() {
return MdiIcon.create("mdi-bell-ring", new MdiMeta("bell-ring", "F09E", Arrays.asList("Notification"), Arrays.asList("notifications-active"), "Google", "1.5.54"));
}
default MdiIcon bell_ring_outline_notification_mdi() {
return MdiIcon.create("mdi-bell-ring-outline", new MdiMeta("bell-ring-outline", "F09F", Arrays.asList("Notification"), Arrays.asList(), "Google", "1.5.54"));
}
default MdiIcon bell_sleep_notification_mdi() {
return MdiIcon.create("mdi-bell-sleep", new MdiMeta("bell-sleep", "F0A0", Arrays.asList("Notification"), Arrays.asList("notifications-paused"), "Google", "1.5.54"));
}
default MdiIcon bell_sleep_outline_notification_mdi() {
return MdiIcon.create("mdi-bell-sleep-outline", new MdiMeta("bell-sleep-outline", "FA92", Arrays.asList("Notification"), Arrays.asList(), "Google", "2.7.94"));
}
default MdiIcon notification_clear_all_notification_mdi() {
return MdiIcon.create("mdi-notification-clear-all", new MdiMeta("notification-clear-all", "F39F", Arrays.asList("Notification"), Arrays.asList(), "Google", "1.5.54"));
}
}