浏览代码

adding bicycle and bus #97

Dave Gandy 11 年之前
父节点
当前提交
027696a64e
共有 10 个文件被更改,包括 29 次插入1 次删除
  1. 1 1
      README.md
  2. 6 0
      css/font-awesome.css
  3. 0 0
      css/font-awesome.min.css
  4. 二进制
      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. 二进制
      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 472 pictographic icons for easy scalable vector graphics on websites,
+Font Awesome is a full suite of 474 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

@@ -1646,3 +1646,9 @@
 .fa-toggle-on:before {
   content: "\f205";
 }
+.fa-bicycle:before {
+  content: "\f206";
+}
+.fa-bus:before {
+  content: "\f207";
+}

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


二进制
fonts/FontAwesome.otf


+ 2 - 0
less/icons.less

@@ -541,3 +541,5 @@
 .@{fa-css-prefix}-lastfm-square:before { content: @fa-var-lastfm-square; }
 .@{fa-css-prefix}-toggle-off:before { content: @fa-var-toggle-off; }
 .@{fa-css-prefix}-toggle-on:before { content: @fa-var-toggle-on; }
+.@{fa-css-prefix}-bicycle:before { content: @fa-var-bicycle; }
+.@{fa-css-prefix}-bus:before { content: @fa-var-bus; }

+ 2 - 0
less/variables.less

@@ -62,6 +62,7 @@
 @fa-var-bell-o: "\f0a2";
 @fa-var-bell-slash: "\f1f6";
 @fa-var-bell-slash-o: "\f1f7";
+@fa-var-bicycle: "\f206";
 @fa-var-binoculars: "\f1e5";
 @fa-var-birthday-cake: "\f1fd";
 @fa-var-bitbucket: "\f171";
@@ -80,6 +81,7 @@
 @fa-var-building-o: "\f0f7";
 @fa-var-bullhorn: "\f0a1";
 @fa-var-bullseye: "\f140";
+@fa-var-bus: "\f207";
 @fa-var-cab: "\f1ba";
 @fa-var-calculator: "\f1ec";
 @fa-var-calendar: "\f073";

+ 2 - 0
scss/_icons.scss

@@ -541,3 +541,5 @@
 .#{$fa-css-prefix}-lastfm-square:before { content: $fa-var-lastfm-square; }
 .#{$fa-css-prefix}-toggle-off:before { content: $fa-var-toggle-off; }
 .#{$fa-css-prefix}-toggle-on:before { content: $fa-var-toggle-on; }
+.#{$fa-css-prefix}-bicycle:before { content: $fa-var-bicycle; }
+.#{$fa-css-prefix}-bus:before { content: $fa-var-bus; }

+ 2 - 0
scss/_variables.scss

@@ -62,6 +62,7 @@ $fa-var-bell: "\f0f3";
 $fa-var-bell-o: "\f0a2";
 $fa-var-bell-slash: "\f1f6";
 $fa-var-bell-slash-o: "\f1f7";
+$fa-var-bicycle: "\f206";
 $fa-var-binoculars: "\f1e5";
 $fa-var-birthday-cake: "\f1fd";
 $fa-var-bitbucket: "\f171";
@@ -80,6 +81,7 @@ $fa-var-building: "\f1ad";
 $fa-var-building-o: "\f0f7";
 $fa-var-bullhorn: "\f0a1";
 $fa-var-bullseye: "\f140";
+$fa-var-bus: "\f207";
 $fa-var-cab: "\f1ba";
 $fa-var-calculator: "\f1ec";
 $fa-var-calendar: "\f073";

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


+ 14 - 0
src/icons.yml

@@ -3518,3 +3518,17 @@ icons:
     created:    4.2
     categories:
       - Web Application Icons
+
+  - name:       Bicycle
+    id:         bicycle
+    unicode:    f206
+    created:    4.2
+    categories:
+      - Web Application Icons
+
+  - name:       Bus
+    id:         bus
+    unicode:    f207
+    created:    4.2
+    categories:
+      - Web Application Icons

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