浏览代码

adding a plug icon #266

Dave Gandy 11 年之前
父节点
当前提交
34b13d2535
共有 10 个文件被更改,包括 16 次插入2 次删除
  1. 1 1
      README.md
  2. 3 0
      css/font-awesome.css
  3. 0 0
      css/font-awesome.min.css
  4. 二进制
      fonts/FontAwesome.otf
  5. 1 0
      less/icons.less
  6. 1 0
      less/variables.less
  7. 1 0
      scss/_icons.scss
  8. 1 0
      scss/_variables.scss
  9. 二进制
      src/assets/font-awesome/fonts/FontAwesome.otf
  10. 8 1
      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 442 pictographic icons for easy scalable vector graphics on websites,
+Font Awesome is a full suite of 443 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).
 

+ 3 - 0
css/font-awesome.css

@@ -1587,3 +1587,6 @@
 .fa-binoculars:before {
   content: "\f1e5";
 }
+.fa-plug:before {
+  content: "\f1e6";
+}

文件差异内容过多而无法显示
+ 0 - 0
css/font-awesome.min.css


二进制
fonts/FontAwesome.otf


+ 1 - 0
less/icons.less

@@ -510,3 +510,4 @@
 .@{fa-css-prefix}-futbol-o:before { content: @fa-var-futbol-o; }
 .@{fa-css-prefix}-tty:before { content: @fa-var-tty; }
 .@{fa-css-prefix}-binoculars:before { content: @fa-var-binoculars; }
+.@{fa-css-prefix}-plug:before { content: @fa-var-plug; }

+ 1 - 0
less/variables.less

@@ -341,6 +341,7 @@
 @fa-var-play: "\f04b";
 @fa-var-play-circle: "\f144";
 @fa-var-play-circle-o: "\f01d";
+@fa-var-plug: "\f1e6";
 @fa-var-plus: "\f067";
 @fa-var-plus-circle: "\f055";
 @fa-var-plus-square: "\f0fe";

+ 1 - 0
scss/_icons.scss

@@ -510,3 +510,4 @@
 .#{$fa-css-prefix}-futbol-o:before { content: $fa-var-futbol-o; }
 .#{$fa-css-prefix}-tty:before { content: $fa-var-tty; }
 .#{$fa-css-prefix}-binoculars:before { content: $fa-var-binoculars; }
+.#{$fa-css-prefix}-plug:before { content: $fa-var-plug; }

+ 1 - 0
scss/_variables.scss

@@ -341,6 +341,7 @@ $fa-var-plane: "\f072";
 $fa-var-play: "\f04b";
 $fa-var-play-circle: "\f144";
 $fa-var-play-circle-o: "\f01d";
+$fa-var-plug: "\f1e6";
 $fa-var-plus: "\f067";
 $fa-var-plus-circle: "\f055";
 $fa-var-plus-square: "\f0fe";

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


+ 8 - 1
src/icons.yml

@@ -3285,9 +3285,16 @@ icons:
     categories:
       - Web Application Icons
 
-  - name:       binoculars
+  - name:       Binoculars
     id:         binoculars
     unicode:    f1e5
     created:    4.2
     categories:
       - Web Application Icons
+
+  - name:       Plug
+    id:         plug
+    unicode:    f1e6
+    created:    4.2
+    categories:
+      - Web Application Icons

部分文件因为文件数量过多而无法显示