mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
Adding microchip #1840
This commit is contained in:
parent
a09ba0d9ac
commit
28565b6300
@ -1,7 +1,7 @@
|
|||||||
# [Font Awesome v4.7.0](http://fontawesome.io)
|
# [Font Awesome v4.7.0](http://fontawesome.io)
|
||||||
### The iconic font and CSS framework
|
### The iconic font and CSS framework
|
||||||
|
|
||||||
Font Awesome is a full suite of 670 pictographic icons for easy scalable vector graphics on websites,
|
Font Awesome is a full suite of 671 pictographic icons for easy scalable vector graphics on websites,
|
||||||
created and maintained by [Dave Gandy](https://twitter.com/davegandy).
|
created and maintained by [Dave Gandy](https://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).
|
||||||
|
3
css/font-awesome.css
vendored
3
css/font-awesome.css
vendored
@ -2300,6 +2300,9 @@
|
|||||||
.fa-eercast:before {
|
.fa-eercast:before {
|
||||||
content: "\f2da";
|
content: "\f2da";
|
||||||
}
|
}
|
||||||
|
.fa-microchip:before {
|
||||||
|
content: "\f2db";
|
||||||
|
}
|
||||||
.sr-only {
|
.sr-only {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
|
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.
@ -782,3 +782,4 @@
|
|||||||
.@{fa-css-prefix}-imdb:before { content: @fa-var-imdb; }
|
.@{fa-css-prefix}-imdb:before { content: @fa-var-imdb; }
|
||||||
.@{fa-css-prefix}-ravelry:before { content: @fa-var-ravelry; }
|
.@{fa-css-prefix}-ravelry:before { content: @fa-var-ravelry; }
|
||||||
.@{fa-css-prefix}-eercast:before { content: @fa-var-eercast; }
|
.@{fa-css-prefix}-eercast:before { content: @fa-var-eercast; }
|
||||||
|
.@{fa-css-prefix}-microchip:before { content: @fa-var-microchip; }
|
||||||
|
@ -460,6 +460,7 @@
|
|||||||
@fa-var-medkit: "\f0fa";
|
@fa-var-medkit: "\f0fa";
|
||||||
@fa-var-meh-o: "\f11a";
|
@fa-var-meh-o: "\f11a";
|
||||||
@fa-var-mercury: "\f223";
|
@fa-var-mercury: "\f223";
|
||||||
|
@fa-var-microchip: "\f2db";
|
||||||
@fa-var-microphone: "\f130";
|
@fa-var-microphone: "\f130";
|
||||||
@fa-var-microphone-slash: "\f131";
|
@fa-var-microphone-slash: "\f131";
|
||||||
@fa-var-minus: "\f068";
|
@fa-var-minus: "\f068";
|
||||||
|
@ -782,3 +782,4 @@
|
|||||||
.#{$fa-css-prefix}-imdb:before { content: $fa-var-imdb; }
|
.#{$fa-css-prefix}-imdb:before { content: $fa-var-imdb; }
|
||||||
.#{$fa-css-prefix}-ravelry:before { content: $fa-var-ravelry; }
|
.#{$fa-css-prefix}-ravelry:before { content: $fa-var-ravelry; }
|
||||||
.#{$fa-css-prefix}-eercast:before { content: $fa-var-eercast; }
|
.#{$fa-css-prefix}-eercast:before { content: $fa-var-eercast; }
|
||||||
|
.#{$fa-css-prefix}-microchip:before { content: $fa-var-microchip; }
|
||||||
|
@ -460,6 +460,7 @@ $fa-var-medium: "\f23a";
|
|||||||
$fa-var-medkit: "\f0fa";
|
$fa-var-medkit: "\f0fa";
|
||||||
$fa-var-meh-o: "\f11a";
|
$fa-var-meh-o: "\f11a";
|
||||||
$fa-var-mercury: "\f223";
|
$fa-var-mercury: "\f223";
|
||||||
|
$fa-var-microchip: "\f2db";
|
||||||
$fa-var-microphone: "\f130";
|
$fa-var-microphone: "\f130";
|
||||||
$fa-var-microphone-slash: "\f131";
|
$fa-var-microphone-slash: "\f131";
|
||||||
$fa-var-minus: "\f068";
|
$fa-var-minus: "\f068";
|
||||||
|
Binary file not shown.
@ -6500,3 +6500,10 @@ icons:
|
|||||||
url: eercast.com
|
url: eercast.com
|
||||||
categories:
|
categories:
|
||||||
- Brand Icons
|
- Brand Icons
|
||||||
|
|
||||||
|
- name: Microchip
|
||||||
|
id: microchip
|
||||||
|
unicode: f2db
|
||||||
|
created: 4.7
|
||||||
|
categories:
|
||||||
|
- Web Application Icons
|
||||||
|
Loading…
Reference in New Issue
Block a user