瀏覽代碼

Adding reddit-alien #7099.

Dave Gandy 9 年之前
父節點
當前提交
d4504f8692
共有 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.1](http://fontawesome.io)
 ###The iconic font and CSS framework
 
-Font Awesome is a full suite of 585 pictographic icons for easy scalable vector graphics on websites,
+Font Awesome is a full suite of 586 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

@@ -2023,3 +2023,6 @@
 .fa-fonticons:before {
   content: "\f280";
 }
+.fa-reddit-alien:before {
+  content: "\f281";
+}

File diff suppressed because it is too large
+ 0 - 0
css/font-awesome.min.css


二進制
fonts/FontAwesome.otf


+ 1 - 0
less/icons.less

@@ -675,3 +675,4 @@
 .@{fa-css-prefix}-vimeo:before { content: @fa-var-vimeo; }
 .@{fa-css-prefix}-black-tie:before { content: @fa-var-black-tie; }
 .@{fa-css-prefix}-fonticons:before { content: @fa-var-fonticons; }
+.@{fa-css-prefix}-reddit-alien:before { content: @fa-var-reddit-alien; }

+ 1 - 0
less/variables.less

@@ -484,6 +484,7 @@
 @fa-var-rebel: "\f1d0";
 @fa-var-recycle: "\f1b8";
 @fa-var-reddit: "\f1a1";
+@fa-var-reddit-alien: "\f281";
 @fa-var-reddit-square: "\f1a2";
 @fa-var-refresh: "\f021";
 @fa-var-registered: "\f25d";

+ 1 - 0
scss/_icons.scss

@@ -675,3 +675,4 @@
 .#{$fa-css-prefix}-vimeo:before { content: $fa-var-vimeo; }
 .#{$fa-css-prefix}-black-tie:before { content: $fa-var-black-tie; }
 .#{$fa-css-prefix}-fonticons:before { content: $fa-var-fonticons; }
+.#{$fa-css-prefix}-reddit-alien:before { content: $fa-var-reddit-alien; }

+ 1 - 0
scss/_variables.scss

@@ -484,6 +484,7 @@ $fa-var-random: "\f074";
 $fa-var-rebel: "\f1d0";
 $fa-var-recycle: "\f1b8";
 $fa-var-reddit: "\f1a1";
+$fa-var-reddit-alien: "\f281";
 $fa-var-reddit-square: "\f1a2";
 $fa-var-refresh: "\f021";
 $fa-var-registered: "\f25d";

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


+ 7 - 0
src/icons.yml

@@ -5650,3 +5650,10 @@ icons:
     url:        fonticons.com
     categories:
       - Brand Icons
+
+  - name:       reddit Alien
+    id:         reddit-alien
+    unicode:    f281
+    created:    4.4
+    categories:
+      - Brand Icons

Some files were not shown because too many files changed in this diff