瀏覽代碼

Adding volume-control-phone

Dave Gandy 9 年之前
父節點
當前提交
7437b825a7
共有 10 個文件被更改,包括 21 次插入5 次删除
  1. 1 1
      README.md
  2. 4 1
      css/font-awesome.css
  3. 0 0
      css/font-awesome.min.css
  4. 二進制
      fonts/FontAwesome.otf
  5. 1 0
      less/icons.less
  6. 2 1
      less/variables.less
  7. 1 0
      scss/_icons.scss
  8. 2 1
      scss/_variables.scss
  9. 二進制
      src/assets/font-awesome/fonts/FontAwesome.otf
  10. 10 1
      src/icons.yml

+ 1 - 1
README.md

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

+ 4 - 1
css/font-awesome.css

@@ -2108,7 +2108,10 @@
   content: "\f29d";
 }
 .fa-audio-description:before {
-  content: "\f29d";
+  content: "\f29e";
+}
+.fa-volume-control-phone:before {
+  content: "\f2a0";
 }
 .sr-only {
   position: absolute;

文件差異過大導致無法顯示
+ 0 - 0
css/font-awesome.min.css


二進制
fonts/FontAwesome.otf


+ 1 - 0
less/icons.less

@@ -704,3 +704,4 @@
 .@{fa-css-prefix}-question-circle-o:before { content: @fa-var-question-circle-o; }
 .@{fa-css-prefix}-blind:before { content: @fa-var-blind; }
 .@{fa-css-prefix}-audio-description:before { content: @fa-var-audio-description; }
+.@{fa-css-prefix}-volume-control-phone:before { content: @fa-var-volume-control-phone; }

+ 2 - 1
less/variables.less

@@ -52,7 +52,7 @@
 @fa-var-arrows-v: "\f07d";
 @fa-var-asterisk: "\f069";
 @fa-var-at: "\f1fa";
-@fa-var-audio-description: "\f29d";
+@fa-var-audio-description: "\f29e";
 @fa-var-automobile: "\f1b9";
 @fa-var-backward: "\f04a";
 @fa-var-balance-scale: "\f24e";
@@ -684,6 +684,7 @@
 @fa-var-vimeo-square: "\f194";
 @fa-var-vine: "\f1ca";
 @fa-var-vk: "\f189";
+@fa-var-volume-control-phone: "\f2a0";
 @fa-var-volume-down: "\f027";
 @fa-var-volume-off: "\f026";
 @fa-var-volume-up: "\f028";

+ 1 - 0
scss/_icons.scss

@@ -704,3 +704,4 @@
 .#{$fa-css-prefix}-question-circle-o:before { content: $fa-var-question-circle-o; }
 .#{$fa-css-prefix}-blind:before { content: $fa-var-blind; }
 .#{$fa-css-prefix}-audio-description:before { content: $fa-var-audio-description; }
+.#{$fa-css-prefix}-volume-control-phone:before { content: $fa-var-volume-control-phone; }

+ 2 - 1
scss/_variables.scss

@@ -52,7 +52,7 @@ $fa-var-arrows-h: "\f07e";
 $fa-var-arrows-v: "\f07d";
 $fa-var-asterisk: "\f069";
 $fa-var-at: "\f1fa";
-$fa-var-audio-description: "\f29d";
+$fa-var-audio-description: "\f29e";
 $fa-var-automobile: "\f1b9";
 $fa-var-backward: "\f04a";
 $fa-var-balance-scale: "\f24e";
@@ -684,6 +684,7 @@ $fa-var-vimeo: "\f27d";
 $fa-var-vimeo-square: "\f194";
 $fa-var-vine: "\f1ca";
 $fa-var-vk: "\f189";
+$fa-var-volume-control-phone: "\f2a0";
 $fa-var-volume-down: "\f027";
 $fa-var-volume-off: "\f026";
 $fa-var-volume-up: "\f028";

二進制
src/assets/font-awesome/fonts/FontAwesome.otf


+ 10 - 1
src/icons.yml

@@ -5923,7 +5923,16 @@ icons:
 
   - name:       Audio Description
     id:         audio-description
-    unicode:    f29d
+    unicode:    f29e
+    created:    4.6
+    categories:
+      - Web Application Icons
+      - Accessibility Icons
+
+
+  - name:       Volume Control Phone
+    id:         volume-control-phone
+    unicode:    f2a0
     created:    4.6
     categories:
       - Web Application Icons

部分文件因文件數量過多而無法顯示