Explorar o código

adding toggle-off and toggle-on

Dave Gandy %!s(int64=11) %!d(string=hai) anos
pai
achega
605c47497a

+ 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 470 pictographic icons for easy scalable vector graphics on websites,
+Font Awesome is a full suite of 472 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

@@ -1640,3 +1640,9 @@
 .fa-lastfm-square:before {
   content: "\f203";
 }
+.fa-toggle-off:before {
+  content: "\f204";
+}
+.fa-toggle-on:before {
+  content: "\f205";
+}

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
css/font-awesome.min.css


BIN=BIN
fonts/FontAwesome.otf


+ 2 - 0
less/icons.less

@@ -539,3 +539,5 @@
 .@{fa-css-prefix}-line-chart:before { content: @fa-var-line-chart; }
 .@{fa-css-prefix}-lastfm:before { content: @fa-var-lastfm; }
 .@{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; }

+ 2 - 0
less/variables.less

@@ -493,6 +493,8 @@
 @fa-var-tint: "\f043";
 @fa-var-toggle-down: "\f150";
 @fa-var-toggle-left: "\f191";
+@fa-var-toggle-off: "\f204";
+@fa-var-toggle-on: "\f205";
 @fa-var-toggle-right: "\f152";
 @fa-var-toggle-up: "\f151";
 @fa-var-trash: "\f1f8";

+ 2 - 0
scss/_icons.scss

@@ -539,3 +539,5 @@
 .#{$fa-css-prefix}-line-chart:before { content: $fa-var-line-chart; }
 .#{$fa-css-prefix}-lastfm:before { content: $fa-var-lastfm; }
 .#{$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; }

+ 2 - 0
scss/_variables.scss

@@ -493,6 +493,8 @@ $fa-var-times-circle-o: "\f05c";
 $fa-var-tint: "\f043";
 $fa-var-toggle-down: "\f150";
 $fa-var-toggle-left: "\f191";
+$fa-var-toggle-off: "\f204";
+$fa-var-toggle-on: "\f205";
 $fa-var-toggle-right: "\f152";
 $fa-var-toggle-up: "\f151";
 $fa-var-trash: "\f1f8";

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


+ 14 - 0
src/icons.yml

@@ -3504,3 +3504,17 @@ icons:
     created:    4.2
     categories:
       - Brand Icons
+
+  - name:       Toggle Off
+    id:         toggle-off
+    unicode:    f204
+    created:    4.2
+    categories:
+      - Web Application Icons
+
+  - name:       Toggle On
+    id:         toggle-on
+    unicode:    f205
+    created:    4.2
+    categories:
+      - Web Application Icons

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio