2
0
Dave Gandy 11 жил өмнө
parent
commit
027696a64e

+ 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


BIN
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";

BIN
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

Энэ ялгаанд хэт олон файл өөрчлөгдсөн тул зарим файлыг харуулаагүй болно