diff --git a/src/components/alert/alert.vue b/src/components/alert/alert.vue
index 015877c..6213d4c 100644
--- a/src/components/alert/alert.vue
+++ b/src/components/alert/alert.vue
@@ -80,16 +80,16 @@
 
                 switch (this.type) {
                     case 'success':
-                        type = 'ios-checkmark';
+                        type = 'ios-checkmark-circle';
                         break;
                     case 'info':
-                        type = 'ios-information';
+                        type = 'ios-information-circle';
                         break;
                     case 'warning':
-                        type = 'android-alert';
+                        type = 'ios-alert';
                         break;
                     case 'error':
-                        type = 'ios-close';
+                        type = 'ios-close-circle';
                         break;
                 }
 
--
libgit2 0.21.4