浏览代码

adding meanpath logo

Dave Gandy 11 年之前
父节点
当前提交
2e05b0175c
共有 10 个文件被更改,包括 16 次插入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. 8 0
      src/icons.yml

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 #[Font Awesome v4.2.0](http://fontawesome.io)
 ###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).
 Stay up to date [@fontawesome](http://twitter.com/fontawesome).
 

+ 3 - 0
css/font-awesome.css

@@ -1666,3 +1666,6 @@
 .fa-ils:before {
   content: "\f20b";
 }
+.fa-meanpath:before {
+  content: "\f20c";
+}

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


二进制
fonts/FontAwesome.otf


+ 1 - 0
less/icons.less

@@ -549,3 +549,4 @@
 .@{fa-css-prefix}-shekel:before,
 .@{fa-css-prefix}-sheqel:before,
 .@{fa-css-prefix}-ils:before { content: @fa-var-ils; }
+.@{fa-css-prefix}-meanpath:before { content: @fa-var-meanpath; }

+ 1 - 0
less/variables.less

@@ -326,6 +326,7 @@
 @fa-var-male: "\f183";
 @fa-var-map-marker: "\f041";
 @fa-var-maxcdn: "\f136";
+@fa-var-meanpath: "\f20c";
 @fa-var-medkit: "\f0fa";
 @fa-var-meh-o: "\f11a";
 @fa-var-microphone: "\f130";

+ 1 - 0
scss/_icons.scss

@@ -549,3 +549,4 @@
 .#{$fa-css-prefix}-shekel:before,
 .#{$fa-css-prefix}-sheqel:before,
 .#{$fa-css-prefix}-ils:before { content: $fa-var-ils; }
+.#{$fa-css-prefix}-meanpath:before { content: $fa-var-meanpath; }

+ 1 - 0
scss/_variables.scss

@@ -326,6 +326,7 @@ $fa-var-mail-reply-all: "\f122";
 $fa-var-male: "\f183";
 $fa-var-map-marker: "\f041";
 $fa-var-maxcdn: "\f136";
+$fa-var-meanpath: "\f20c";
 $fa-var-medkit: "\f0fa";
 $fa-var-meh-o: "\f11a";
 $fa-var-microphone: "\f130";

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


+ 8 - 0
src/icons.yml

@@ -3564,3 +3564,11 @@ icons:
       - sheqel
     categories:
       - Currency Icons
+
+  - name:       meanpath
+    id:         meanpath
+    unicode:    f20c
+    created:    4.2
+    url:        meanpath.com
+    categories:
+      - Brand Icons

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