mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-27 14:01:30 +08:00
adding meanpath logo
This commit is contained in:
parent
c6055c707e
commit
2e05b0175c
@ -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 478 pictographic icons for easy scalable vector graphics on websites,
|
Font Awesome is a full suite of 479 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).
|
||||||
|
|
||||||
|
3
css/font-awesome.css
vendored
3
css/font-awesome.css
vendored
@ -1666,3 +1666,6 @@
|
|||||||
.fa-ils:before {
|
.fa-ils:before {
|
||||||
content: "\f20b";
|
content: "\f20b";
|
||||||
}
|
}
|
||||||
|
.fa-meanpath:before {
|
||||||
|
content: "\f20c";
|
||||||
|
}
|
||||||
|
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.
@ -549,3 +549,4 @@
|
|||||||
.@{fa-css-prefix}-shekel:before,
|
.@{fa-css-prefix}-shekel:before,
|
||||||
.@{fa-css-prefix}-sheqel:before,
|
.@{fa-css-prefix}-sheqel:before,
|
||||||
.@{fa-css-prefix}-ils:before { content: @fa-var-ils; }
|
.@{fa-css-prefix}-ils:before { content: @fa-var-ils; }
|
||||||
|
.@{fa-css-prefix}-meanpath:before { content: @fa-var-meanpath; }
|
||||||
|
@ -326,6 +326,7 @@
|
|||||||
@fa-var-male: "\f183";
|
@fa-var-male: "\f183";
|
||||||
@fa-var-map-marker: "\f041";
|
@fa-var-map-marker: "\f041";
|
||||||
@fa-var-maxcdn: "\f136";
|
@fa-var-maxcdn: "\f136";
|
||||||
|
@fa-var-meanpath: "\f20c";
|
||||||
@fa-var-medkit: "\f0fa";
|
@fa-var-medkit: "\f0fa";
|
||||||
@fa-var-meh-o: "\f11a";
|
@fa-var-meh-o: "\f11a";
|
||||||
@fa-var-microphone: "\f130";
|
@fa-var-microphone: "\f130";
|
||||||
|
@ -549,3 +549,4 @@
|
|||||||
.#{$fa-css-prefix}-shekel:before,
|
.#{$fa-css-prefix}-shekel:before,
|
||||||
.#{$fa-css-prefix}-sheqel:before,
|
.#{$fa-css-prefix}-sheqel:before,
|
||||||
.#{$fa-css-prefix}-ils:before { content: $fa-var-ils; }
|
.#{$fa-css-prefix}-ils:before { content: $fa-var-ils; }
|
||||||
|
.#{$fa-css-prefix}-meanpath:before { content: $fa-var-meanpath; }
|
||||||
|
@ -326,6 +326,7 @@ $fa-var-mail-reply-all: "\f122";
|
|||||||
$fa-var-male: "\f183";
|
$fa-var-male: "\f183";
|
||||||
$fa-var-map-marker: "\f041";
|
$fa-var-map-marker: "\f041";
|
||||||
$fa-var-maxcdn: "\f136";
|
$fa-var-maxcdn: "\f136";
|
||||||
|
$fa-var-meanpath: "\f20c";
|
||||||
$fa-var-medkit: "\f0fa";
|
$fa-var-medkit: "\f0fa";
|
||||||
$fa-var-meh-o: "\f11a";
|
$fa-var-meh-o: "\f11a";
|
||||||
$fa-var-microphone: "\f130";
|
$fa-var-microphone: "\f130";
|
||||||
|
Binary file not shown.
@ -3564,3 +3564,11 @@ icons:
|
|||||||
- sheqel
|
- sheqel
|
||||||
categories:
|
categories:
|
||||||
- Currency Icons
|
- Currency Icons
|
||||||
|
|
||||||
|
- name: meanpath
|
||||||
|
id: meanpath
|
||||||
|
unicode: f20c
|
||||||
|
created: 4.2
|
||||||
|
url: meanpath.com
|
||||||
|
categories:
|
||||||
|
- Brand Icons
|
||||||
|
Loading…
Reference in New Issue
Block a user