瀏覽代碼

Adding Telegram #3034

Dave Gandy 8 年之前
父節點
當前提交
567cdad49f
共有 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.7.0](http://fontawesome.io)
 ### The iconic font and CSS framework
 
-Font Awesome is a full suite of 650 pictographic icons for easy scalable vector graphics on websites,
+Font Awesome is a full suite of 651 pictographic icons for easy scalable vector graphics on websites,
 created and maintained by [Dave Gandy](https://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

@@ -2229,6 +2229,9 @@
 .fa-free-code-camp:before {
   content: "\f2c5";
 }
+.fa-telegram:before {
+  content: "\f2c6";
+}
 .sr-only {
   position: absolute;
   width: 1px;

文件差異過大導致無法顯示
+ 0 - 0
css/font-awesome.min.css


二進制
fonts/FontAwesome.otf


+ 1 - 0
less/icons.less

@@ -751,3 +751,4 @@
 .@{fa-css-prefix}-id-card-o:before { content: @fa-var-id-card-o; }
 .@{fa-css-prefix}-quora:before { content: @fa-var-quora; }
 .@{fa-css-prefix}-free-code-camp:before { content: @fa-var-free-code-camp; }
+.@{fa-css-prefix}-telegram:before { content: @fa-var-telegram; }

+ 1 - 0
less/variables.less

@@ -650,6 +650,7 @@
 @fa-var-tags: "\f02c";
 @fa-var-tasks: "\f0ae";
 @fa-var-taxi: "\f1ba";
+@fa-var-telegram: "\f2c6";
 @fa-var-television: "\f26c";
 @fa-var-tencent-weibo: "\f1d5";
 @fa-var-terminal: "\f120";

+ 1 - 0
scss/_icons.scss

@@ -751,3 +751,4 @@
 .#{$fa-css-prefix}-id-card-o:before { content: $fa-var-id-card-o; }
 .#{$fa-css-prefix}-quora:before { content: $fa-var-quora; }
 .#{$fa-css-prefix}-free-code-camp:before { content: $fa-var-free-code-camp; }
+.#{$fa-css-prefix}-telegram:before { content: $fa-var-telegram; }

+ 1 - 0
scss/_variables.scss

@@ -650,6 +650,7 @@ $fa-var-tag: "\f02b";
 $fa-var-tags: "\f02c";
 $fa-var-tasks: "\f0ae";
 $fa-var-taxi: "\f1ba";
+$fa-var-telegram: "\f2c6";
 $fa-var-television: "\f26c";
 $fa-var-tencent-weibo: "\f1d5";
 $fa-var-terminal: "\f120";

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


+ 7 - 0
src/icons.yml

@@ -6339,3 +6339,10 @@ icons:
     created:    4.7
     categories:
       - Brand Icons
+
+  - name:       Telegram
+    id:         telegram
+    unicode:    f2c6
+    created:    4.7
+    categories:
+      - Brand Icons

部分文件因文件數量過多而無法顯示