mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
adding toggle-off and toggle-on
This commit is contained in:
parent
6a5d59f334
commit
605c47497a
@ -1,7 +1,7 @@
|
|||||||
#[Font Awesome v4.2.0](http://fontawesome.io)
|
#[Font Awesome v4.2.0](http://fontawesome.io)
|
||||||
###The iconic font and CSS framework
|
###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).
|
created and maintained by [Dave Gandy](http://twitter.com/davegandy).
|
||||||
Stay up to date [@fontawesome](http://twitter.com/fontawesome).
|
Stay up to date [@fontawesome](http://twitter.com/fontawesome).
|
||||||
|
|
||||||
|
6
css/font-awesome.css
vendored
6
css/font-awesome.css
vendored
@ -1640,3 +1640,9 @@
|
|||||||
.fa-lastfm-square:before {
|
.fa-lastfm-square:before {
|
||||||
content: "\f203";
|
content: "\f203";
|
||||||
}
|
}
|
||||||
|
.fa-toggle-off:before {
|
||||||
|
content: "\f204";
|
||||||
|
}
|
||||||
|
.fa-toggle-on:before {
|
||||||
|
content: "\f205";
|
||||||
|
}
|
||||||
|
2
css/font-awesome.min.css
vendored
2
css/font-awesome.min.css
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -539,3 +539,5 @@
|
|||||||
.@{fa-css-prefix}-line-chart:before { content: @fa-var-line-chart; }
|
.@{fa-css-prefix}-line-chart:before { content: @fa-var-line-chart; }
|
||||||
.@{fa-css-prefix}-lastfm:before { content: @fa-var-lastfm; }
|
.@{fa-css-prefix}-lastfm:before { content: @fa-var-lastfm; }
|
||||||
.@{fa-css-prefix}-lastfm-square:before { content: @fa-var-lastfm-square; }
|
.@{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; }
|
||||||
|
@ -493,6 +493,8 @@
|
|||||||
@fa-var-tint: "\f043";
|
@fa-var-tint: "\f043";
|
||||||
@fa-var-toggle-down: "\f150";
|
@fa-var-toggle-down: "\f150";
|
||||||
@fa-var-toggle-left: "\f191";
|
@fa-var-toggle-left: "\f191";
|
||||||
|
@fa-var-toggle-off: "\f204";
|
||||||
|
@fa-var-toggle-on: "\f205";
|
||||||
@fa-var-toggle-right: "\f152";
|
@fa-var-toggle-right: "\f152";
|
||||||
@fa-var-toggle-up: "\f151";
|
@fa-var-toggle-up: "\f151";
|
||||||
@fa-var-trash: "\f1f8";
|
@fa-var-trash: "\f1f8";
|
||||||
|
@ -539,3 +539,5 @@
|
|||||||
.#{$fa-css-prefix}-line-chart:before { content: $fa-var-line-chart; }
|
.#{$fa-css-prefix}-line-chart:before { content: $fa-var-line-chart; }
|
||||||
.#{$fa-css-prefix}-lastfm:before { content: $fa-var-lastfm; }
|
.#{$fa-css-prefix}-lastfm:before { content: $fa-var-lastfm; }
|
||||||
.#{$fa-css-prefix}-lastfm-square:before { content: $fa-var-lastfm-square; }
|
.#{$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; }
|
||||||
|
@ -493,6 +493,8 @@ $fa-var-times-circle-o: "\f05c";
|
|||||||
$fa-var-tint: "\f043";
|
$fa-var-tint: "\f043";
|
||||||
$fa-var-toggle-down: "\f150";
|
$fa-var-toggle-down: "\f150";
|
||||||
$fa-var-toggle-left: "\f191";
|
$fa-var-toggle-left: "\f191";
|
||||||
|
$fa-var-toggle-off: "\f204";
|
||||||
|
$fa-var-toggle-on: "\f205";
|
||||||
$fa-var-toggle-right: "\f152";
|
$fa-var-toggle-right: "\f152";
|
||||||
$fa-var-toggle-up: "\f151";
|
$fa-var-toggle-up: "\f151";
|
||||||
$fa-var-trash: "\f1f8";
|
$fa-var-trash: "\f1f8";
|
||||||
|
Binary file not shown.
@ -3504,3 +3504,17 @@ icons:
|
|||||||
created: 4.2
|
created: 4.2
|
||||||
categories:
|
categories:
|
||||||
- Brand Icons
|
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user