Adding microchip #1840

This commit is contained in:
Dave Gandy 2016-10-22 18:34:43 -04:00
parent a09ba0d9ac
commit 28565b6300
10 changed files with 16 additions and 2 deletions

View file

@ -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).

View file

@ -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;

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -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; }

View file

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

View file

@ -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; }

View file

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

View file

@ -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