mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
Adding USB #2165
This commit is contained in:
parent
70ce6407dc
commit
dab64176bb
@ -1,7 +1,7 @@
|
|||||||
#[Font Awesome v4.4.1](http://fontawesome.io)
|
#[Font Awesome v4.4.1](http://fontawesome.io)
|
||||||
###The iconic font and CSS framework
|
###The iconic font and CSS framework
|
||||||
|
|
||||||
Font Awesome is a full suite of 590 pictographic icons for easy scalable vector graphics on websites,
|
Font Awesome is a full suite of 592 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 with the latest release and announcements on Twitter:
|
Stay up to date with the latest release and announcements on Twitter:
|
||||||
[@fontawesome](http://twitter.com/fontawesome).
|
[@fontawesome](http://twitter.com/fontawesome).
|
||||||
|
6
css/font-awesome.css
vendored
6
css/font-awesome.css
vendored
@ -2038,3 +2038,9 @@
|
|||||||
.fa-modx:before {
|
.fa-modx:before {
|
||||||
content: "\f285";
|
content: "\f285";
|
||||||
}
|
}
|
||||||
|
.fa-fort-awesome:before {
|
||||||
|
content: "\f286";
|
||||||
|
}
|
||||||
|
.fa-usb:before {
|
||||||
|
content: "\f287";
|
||||||
|
}
|
||||||
|
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.
@ -680,3 +680,5 @@
|
|||||||
.@{fa-css-prefix}-credit-card-alt:before { content: @fa-var-credit-card-alt; }
|
.@{fa-css-prefix}-credit-card-alt:before { content: @fa-var-credit-card-alt; }
|
||||||
.@{fa-css-prefix}-codiepie:before { content: @fa-var-codiepie; }
|
.@{fa-css-prefix}-codiepie:before { content: @fa-var-codiepie; }
|
||||||
.@{fa-css-prefix}-modx:before { content: @fa-var-modx; }
|
.@{fa-css-prefix}-modx:before { content: @fa-var-modx; }
|
||||||
|
.@{fa-css-prefix}-fort-awesome:before { content: @fa-var-fort-awesome; }
|
||||||
|
.@{fa-css-prefix}-usb:before { content: @fa-var-usb; }
|
||||||
|
@ -276,6 +276,7 @@
|
|||||||
@fa-var-folder-open-o: "\f115";
|
@fa-var-folder-open-o: "\f115";
|
||||||
@fa-var-font: "\f031";
|
@fa-var-font: "\f031";
|
||||||
@fa-var-fonticons: "\f280";
|
@fa-var-fonticons: "\f280";
|
||||||
|
@fa-var-fort-awesome: "\f286";
|
||||||
@fa-var-forumbee: "\f211";
|
@fa-var-forumbee: "\f211";
|
||||||
@fa-var-forward: "\f04e";
|
@fa-var-forward: "\f04e";
|
||||||
@fa-var-foursquare: "\f180";
|
@fa-var-foursquare: "\f180";
|
||||||
@ -647,6 +648,7 @@
|
|||||||
@fa-var-unlock-alt: "\f13e";
|
@fa-var-unlock-alt: "\f13e";
|
||||||
@fa-var-unsorted: "\f0dc";
|
@fa-var-unsorted: "\f0dc";
|
||||||
@fa-var-upload: "\f093";
|
@fa-var-upload: "\f093";
|
||||||
|
@fa-var-usb: "\f287";
|
||||||
@fa-var-usd: "\f155";
|
@fa-var-usd: "\f155";
|
||||||
@fa-var-user: "\f007";
|
@fa-var-user: "\f007";
|
||||||
@fa-var-user-md: "\f0f0";
|
@fa-var-user-md: "\f0f0";
|
||||||
|
@ -680,3 +680,5 @@
|
|||||||
.#{$fa-css-prefix}-credit-card-alt:before { content: $fa-var-credit-card-alt; }
|
.#{$fa-css-prefix}-credit-card-alt:before { content: $fa-var-credit-card-alt; }
|
||||||
.#{$fa-css-prefix}-codiepie:before { content: $fa-var-codiepie; }
|
.#{$fa-css-prefix}-codiepie:before { content: $fa-var-codiepie; }
|
||||||
.#{$fa-css-prefix}-modx:before { content: $fa-var-modx; }
|
.#{$fa-css-prefix}-modx:before { content: $fa-var-modx; }
|
||||||
|
.#{$fa-css-prefix}-fort-awesome:before { content: $fa-var-fort-awesome; }
|
||||||
|
.#{$fa-css-prefix}-usb:before { content: $fa-var-usb; }
|
||||||
|
@ -276,6 +276,7 @@ $fa-var-folder-open: "\f07c";
|
|||||||
$fa-var-folder-open-o: "\f115";
|
$fa-var-folder-open-o: "\f115";
|
||||||
$fa-var-font: "\f031";
|
$fa-var-font: "\f031";
|
||||||
$fa-var-fonticons: "\f280";
|
$fa-var-fonticons: "\f280";
|
||||||
|
$fa-var-fort-awesome: "\f286";
|
||||||
$fa-var-forumbee: "\f211";
|
$fa-var-forumbee: "\f211";
|
||||||
$fa-var-forward: "\f04e";
|
$fa-var-forward: "\f04e";
|
||||||
$fa-var-foursquare: "\f180";
|
$fa-var-foursquare: "\f180";
|
||||||
@ -647,6 +648,7 @@ $fa-var-unlock: "\f09c";
|
|||||||
$fa-var-unlock-alt: "\f13e";
|
$fa-var-unlock-alt: "\f13e";
|
||||||
$fa-var-unsorted: "\f0dc";
|
$fa-var-unsorted: "\f0dc";
|
||||||
$fa-var-upload: "\f093";
|
$fa-var-upload: "\f093";
|
||||||
|
$fa-var-usb: "\f287";
|
||||||
$fa-var-usd: "\f155";
|
$fa-var-usd: "\f155";
|
||||||
$fa-var-user: "\f007";
|
$fa-var-user: "\f007";
|
||||||
$fa-var-user-md: "\f0f0";
|
$fa-var-user-md: "\f0f0";
|
||||||
|
Binary file not shown.
@ -5701,3 +5701,17 @@ icons:
|
|||||||
created: 4.4
|
created: 4.4
|
||||||
categories:
|
categories:
|
||||||
- Brand Icons
|
- Brand Icons
|
||||||
|
|
||||||
|
- name: Fort Awesome
|
||||||
|
id: fort-awesome
|
||||||
|
unicode: f286
|
||||||
|
created: 4.4
|
||||||
|
categories:
|
||||||
|
- Brand Icons
|
||||||
|
|
||||||
|
- name: USB
|
||||||
|
id: usb
|
||||||
|
unicode: f287
|
||||||
|
created: 4.4
|
||||||
|
categories:
|
||||||
|
- Brand Icons
|
||||||
|
Loading…
Reference in New Issue
Block a user