diff --git a/app/assets/fonts/icons.eot b/app/assets/fonts/icons.eot
index 3046c50cc..ced98a9b4 100644
Binary files a/app/assets/fonts/icons.eot and b/app/assets/fonts/icons.eot differ
diff --git a/app/assets/fonts/icons.svg b/app/assets/fonts/icons.svg
index c107e740d..d92b9a44a 100644
--- a/app/assets/fonts/icons.svg
+++ b/app/assets/fonts/icons.svg
@@ -19,7 +19,6 @@
-
@@ -30,12 +29,10 @@
-
-
@@ -45,4 +42,8 @@
+
+
+
+
diff --git a/app/assets/fonts/icons.ttf b/app/assets/fonts/icons.ttf
index b933f1c3f..f3486cf96 100644
Binary files a/app/assets/fonts/icons.ttf and b/app/assets/fonts/icons.ttf differ
diff --git a/app/assets/fonts/icons.woff b/app/assets/fonts/icons.woff
index feb047bd0..9045aa563 100644
Binary files a/app/assets/fonts/icons.woff and b/app/assets/fonts/icons.woff differ
diff --git a/app/assets/stylesheets/icons.scss b/app/assets/stylesheets/icons.scss
index eda8b979d..46e24e4cf 100644
--- a/app/assets/stylesheets/icons.scss
+++ b/app/assets/stylesheets/icons.scss
@@ -38,116 +38,119 @@
}
.icon-angle-down:before {
- content: "a";
+ content: "\61";
}
.icon-angle-left:before {
- content: "b";
+ content: "\62";
}
.icon-angle-right:before {
- content: "c";
+ content: "\63";
}
.icon-angle-up:before {
- content: "d";
+ content: "\64";
}
.icon-comments:before {
- content: "e";
+ content: "\65";
}
.icon-twitter:before {
- content: "f";
+ content: "\66";
}
.icon-calendar:before {
- content: "g";
+ content: "\67";
}
.icon-debates:before {
- content: "i";
+ content: "\69";
}
.icon-unlike:before {
- content: "j";
+ content: "\6a";
}
.icon-like:before {
- content: "k";
+ content: "\6b";
}
.icon-check:before {
- content: "l";
+ content: "\6c";
}
.icon-edit:before {
- content: "m";
-}
-.icon-star:before {
- content: "n";
+ content: "\6d";
}
.icon-user:before {
- content: "o";
+ content: "\6f";
}
.icon-settings:before {
- content: "q";
+ content: "\71";
}
.icon-stats:before {
- content: "r";
+ content: "\72";
}
.icon-proposals:before {
- content: "h";
+ content: "\68";
}
.icon-organizations:before {
- content: "s";
+ content: "\73";
}
.icon-deleted:before {
- content: "t";
+ content: "\74";
}
.icon-tag:before {
- content: "u";
+ content: "\75";
}
.icon-eye:before {
- content: "p";
+ content: "\70";
}
.icon-x:before {
- content: "v";
+ content: "\76";
}
.icon-flag:before {
- content: "w";
-}
-.icon-notification:before {
- content: "x";
+ content: "\77";
}
.icon-comment:before {
- content: "y";
+ content: "\79";
}
.icon-reply:before {
- content: "z";
+ content: "\7a";
}
.icon-facebook:before {
- content: "A";
+ content: "\41";
}
.icon-google-plus:before {
- content: "B";
-}
-.icon-language:before {
- content: "C";
+ content: "\42";
}
.icon-search:before {
- content: "E";
+ content: "\45";
}
.icon-external:before {
- content: "F";
+ content: "\46";
}
.icon-video:before {
- content: "D";
+ content: "\44";
}
.icon-document:before {
- content: "G";
+ content: "\47";
}
.icon-print:before {
- content: "H";
+ content: "\48";
}
.icon-blog:before {
- content: "J";
+ content: "\4a";
}
.icon-box:before {
- content: "I";
+ content: "\49";
}
.icon-youtube:before {
- content: "K";
+ content: "\4b";
}
.icon-letter:before {
- content: "L";
-}
\ No newline at end of file
+ content: "\4c";
+}
+.icon-no-notification:before {
+ content: "\78";
+}
+.icon-notification:before {
+ content: "\6e";
+}
+.icon-circle:before {
+ content: "\43";
+}
+.icon-circle-o:before {
+ content: "\4d";
+}