浏览代码

Adding tripadvisor #412

Dave Gandy 10 年之前
父节点
当前提交
631c457b32
共有 10 个文件被更改,包括 15 次插入1 次删除
  1. 1 1
      README.md
  2. 3 0
      css/font-awesome.css
  3. 0 0
      css/font-awesome.min.css
  4. 二进制
      fonts/FontAwesome.otf
  5. 1 0
      less/icons.less
  6. 1 0
      less/variables.less
  7. 1 0
      scss/_icons.scss
  8. 1 0
      scss/_variables.scss
  9. 二进制
      src/assets/font-awesome/fonts/FontAwesome.otf
  10. 7 0
      src/icons.yml

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 #[Font Awesome v4.4.0](http://fontawesome.io)
 ###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).
 Stay up to date with the latest release and announcements on Twitter:
 [@fontawesome](http://twitter.com/fontawesome).

+ 3 - 0
css/font-awesome.css

@@ -1932,3 +1932,6 @@
 .fa-gg-circle:before {
   content: "\f261";
 }
+.fa-tripadvisor:before {
+  content: "\f262";
+}

文件差异内容过多而无法显示
+ 0 - 0
css/font-awesome.min.css


二进制
fonts/FontAwesome.otf


+ 1 - 0
less/icons.less

@@ -644,3 +644,4 @@
 .@{fa-css-prefix}-creative-commons:before { content: @fa-var-creative-commons; }
 .@{fa-css-prefix}-gg:before { content: @fa-var-gg; }
 .@{fa-css-prefix}-gg-circle:before { content: @fa-var-gg-circle; }
+.@{fa-css-prefix}-tripadvisor:before { content: @fa-var-tripadvisor; }

+ 1 - 0
less/variables.less

@@ -594,6 +594,7 @@
 @fa-var-trash-o: "\f014";
 @fa-var-tree: "\f1bb";
 @fa-var-trello: "\f181";
+@fa-var-tripadvisor: "\f262";
 @fa-var-trophy: "\f091";
 @fa-var-truck: "\f0d1";
 @fa-var-try: "\f195";

+ 1 - 0
scss/_icons.scss

@@ -644,3 +644,4 @@
 .#{$fa-css-prefix}-creative-commons:before { content: $fa-var-creative-commons; }
 .#{$fa-css-prefix}-gg:before { content: $fa-var-gg; }
 .#{$fa-css-prefix}-gg-circle:before { content: $fa-var-gg-circle; }
+.#{$fa-css-prefix}-tripadvisor:before { content: $fa-var-tripadvisor; }

+ 1 - 0
scss/_variables.scss

@@ -594,6 +594,7 @@ $fa-var-trash: "\f1f8";
 $fa-var-trash-o: "\f014";
 $fa-var-tree: "\f1bb";
 $fa-var-trello: "\f181";
+$fa-var-tripadvisor: "\f262";
 $fa-var-trophy: "\f091";
 $fa-var-truck: "\f0d1";
 $fa-var-try: "\f195";

二进制
src/assets/font-awesome/fonts/FontAwesome.otf


+ 7 - 0
src/icons.yml

@@ -5391,3 +5391,10 @@ icons:
     categories:
       - Currency Icons
       - Brand Icons
+
+  - name:       TripAdvisor
+    id:         tripadvisor
+    unicode:    f262
+    created:    4.4
+    categories:
+      - Brand Icons

部分文件因为文件数量过多而无法显示