mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
Adding tripadvisor #412
This commit is contained in:
parent
ffd113f8a0
commit
631c457b32
@ -1,7 +1,7 @@
|
|||||||
#[Font Awesome v4.4.0](http://fontawesome.io)
|
#[Font Awesome v4.4.0](http://fontawesome.io)
|
||||||
###The iconic font and CSS framework
|
###The iconic font and CSS framework
|
||||||
|
|
||||||
Font Awesome is a full suite of 554 pictographic icons for easy scalable vector graphics on websites,
|
Font Awesome is a full suite of 555 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).
|
||||||
|
3
css/font-awesome.css
vendored
3
css/font-awesome.css
vendored
@ -1932,3 +1932,6 @@
|
|||||||
.fa-gg-circle:before {
|
.fa-gg-circle:before {
|
||||||
content: "\f261";
|
content: "\f261";
|
||||||
}
|
}
|
||||||
|
.fa-tripadvisor:before {
|
||||||
|
content: "\f262";
|
||||||
|
}
|
||||||
|
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.
@ -644,3 +644,4 @@
|
|||||||
.@{fa-css-prefix}-creative-commons:before { content: @fa-var-creative-commons; }
|
.@{fa-css-prefix}-creative-commons:before { content: @fa-var-creative-commons; }
|
||||||
.@{fa-css-prefix}-gg:before { content: @fa-var-gg; }
|
.@{fa-css-prefix}-gg:before { content: @fa-var-gg; }
|
||||||
.@{fa-css-prefix}-gg-circle:before { content: @fa-var-gg-circle; }
|
.@{fa-css-prefix}-gg-circle:before { content: @fa-var-gg-circle; }
|
||||||
|
.@{fa-css-prefix}-tripadvisor:before { content: @fa-var-tripadvisor; }
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
@fa-var-trash-o: "\f014";
|
@fa-var-trash-o: "\f014";
|
||||||
@fa-var-tree: "\f1bb";
|
@fa-var-tree: "\f1bb";
|
||||||
@fa-var-trello: "\f181";
|
@fa-var-trello: "\f181";
|
||||||
|
@fa-var-tripadvisor: "\f262";
|
||||||
@fa-var-trophy: "\f091";
|
@fa-var-trophy: "\f091";
|
||||||
@fa-var-truck: "\f0d1";
|
@fa-var-truck: "\f0d1";
|
||||||
@fa-var-try: "\f195";
|
@fa-var-try: "\f195";
|
||||||
|
@ -644,3 +644,4 @@
|
|||||||
.#{$fa-css-prefix}-creative-commons:before { content: $fa-var-creative-commons; }
|
.#{$fa-css-prefix}-creative-commons:before { content: $fa-var-creative-commons; }
|
||||||
.#{$fa-css-prefix}-gg:before { content: $fa-var-gg; }
|
.#{$fa-css-prefix}-gg:before { content: $fa-var-gg; }
|
||||||
.#{$fa-css-prefix}-gg-circle:before { content: $fa-var-gg-circle; }
|
.#{$fa-css-prefix}-gg-circle:before { content: $fa-var-gg-circle; }
|
||||||
|
.#{$fa-css-prefix}-tripadvisor:before { content: $fa-var-tripadvisor; }
|
||||||
|
@ -594,6 +594,7 @@ $fa-var-trash: "\f1f8";
|
|||||||
$fa-var-trash-o: "\f014";
|
$fa-var-trash-o: "\f014";
|
||||||
$fa-var-tree: "\f1bb";
|
$fa-var-tree: "\f1bb";
|
||||||
$fa-var-trello: "\f181";
|
$fa-var-trello: "\f181";
|
||||||
|
$fa-var-tripadvisor: "\f262";
|
||||||
$fa-var-trophy: "\f091";
|
$fa-var-trophy: "\f091";
|
||||||
$fa-var-truck: "\f0d1";
|
$fa-var-truck: "\f0d1";
|
||||||
$fa-var-try: "\f195";
|
$fa-var-try: "\f195";
|
||||||
|
Binary file not shown.
@ -5391,3 +5391,10 @@ icons:
|
|||||||
categories:
|
categories:
|
||||||
- Currency Icons
|
- Currency Icons
|
||||||
- Brand Icons
|
- Brand Icons
|
||||||
|
|
||||||
|
- name: TripAdvisor
|
||||||
|
id: tripadvisor
|
||||||
|
unicode: f262
|
||||||
|
created: 4.4
|
||||||
|
categories:
|
||||||
|
- Brand Icons
|
||||||
|
Loading…
Reference in New Issue
Block a user