فهرست منبع

adding bell-slash and bell-slash-o #1090

Dave Gandy 11 سال پیش
والد
کامیت
88ffec6699
10فایلهای تغییر یافته به همراه29 افزوده شده و 1 حذف شده
  1. 1 1
      README.md
  2. 6 0
      css/font-awesome.css
  3. 0 0
      css/font-awesome.min.css
  4. BIN
      fonts/FontAwesome.otf
  5. 2 0
      less/icons.less
  6. 2 0
      less/variables.less
  7. 2 0
      scss/_icons.scss
  8. 2 0
      scss/_variables.scss
  9. BIN
      src/assets/font-awesome/fonts/FontAwesome.otf
  10. 14 0
      src/icons.yml

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 #[Font Awesome v4.2.0](http://fontawesome.io)
 ###The iconic font and CSS framework
 
-Font Awesome is a full suite of 457 pictographic icons for easy scalable vector graphics on websites,
+Font Awesome is a full suite of 459 pictographic icons for easy scalable vector graphics on websites,
 created and maintained by [Dave Gandy](http://twitter.com/davegandy).
 Stay up to date [@fontawesome](http://twitter.com/fontawesome).
 

+ 6 - 0
css/font-awesome.css

@@ -1600,3 +1600,9 @@
 .fa-cc-stripe:before {
   content: "\f1f5";
 }
+.fa-bell-slash:before {
+  content: "\f1f6";
+}
+.fa-bell-slash-o:before {
+  content: "\f1f7";
+}

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
css/font-awesome.min.css


BIN
fonts/FontAwesome.otf


+ 2 - 0
less/icons.less

@@ -525,3 +525,5 @@
 .@{fa-css-prefix}-cc-amex:before { content: @fa-var-cc-amex; }
 .@{fa-css-prefix}-cc-paypal:before { content: @fa-var-cc-paypal; }
 .@{fa-css-prefix}-cc-stripe:before { content: @fa-var-cc-stripe; }
+.@{fa-css-prefix}-bell-slash:before { content: @fa-var-bell-slash; }
+.@{fa-css-prefix}-bell-slash-o:before { content: @fa-var-bell-slash-o; }

+ 2 - 0
less/variables.less

@@ -57,6 +57,8 @@
 @fa-var-behance-square: "\f1b5";
 @fa-var-bell: "\f0f3";
 @fa-var-bell-o: "\f0a2";
+@fa-var-bell-slash: "\f1f6";
+@fa-var-bell-slash-o: "\f1f7";
 @fa-var-binoculars: "\f1e5";
 @fa-var-bitbucket: "\f171";
 @fa-var-bitbucket-square: "\f172";

+ 2 - 0
scss/_icons.scss

@@ -525,3 +525,5 @@
 .#{$fa-css-prefix}-cc-amex:before { content: $fa-var-cc-amex; }
 .#{$fa-css-prefix}-cc-paypal:before { content: $fa-var-cc-paypal; }
 .#{$fa-css-prefix}-cc-stripe:before { content: $fa-var-cc-stripe; }
+.#{$fa-css-prefix}-bell-slash:before { content: $fa-var-bell-slash; }
+.#{$fa-css-prefix}-bell-slash-o:before { content: $fa-var-bell-slash-o; }

+ 2 - 0
scss/_variables.scss

@@ -57,6 +57,8 @@ $fa-var-behance: "\f1b4";
 $fa-var-behance-square: "\f1b5";
 $fa-var-bell: "\f0f3";
 $fa-var-bell-o: "\f0a2";
+$fa-var-bell-slash: "\f1f6";
+$fa-var-bell-slash-o: "\f1f7";
 $fa-var-binoculars: "\f1e5";
 $fa-var-bitbucket: "\f171";
 $fa-var-bitbucket-square: "\f172";

BIN
src/assets/font-awesome/fonts/FontAwesome.otf


+ 14 - 0
src/icons.yml

@@ -3406,3 +3406,17 @@ icons:
     categories:
       - Brand Icons
       - Payment Icons
+
+  - name:       Bell Slash
+    id:         bell-slash
+    unicode:    f1f6
+    created:    4.2
+    categories:
+      - Web Application Icons
+
+  - name:       Bell Slash Outlined
+    id:         bell-slash-o
+    unicode:    f1f7
+    created:    4.2
+    categories:
+      - Web Application Icons

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است