浏览代码

Adding user-o, user-circle, and user-circle-o

Dave Gandy 8 年之前
父节点
当前提交
c0b4f9c116
共有 10 个文件被更改,包括 44 次插入1 次删除
  1. 1 1
      README.md
  2. 9 0
      css/font-awesome.css
  3. 0 0
      css/font-awesome.min.css
  4. 二进制
      fonts/FontAwesome.otf
  5. 3 0
      less/icons.less
  6. 3 0
      less/variables.less
  7. 3 0
      scss/_icons.scss
  8. 3 0
      scss/_variables.scss
  9. 二进制
      src/assets/font-awesome/fonts/FontAwesome.otf
  10. 22 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 642 pictographic icons for easy scalable vector graphics on websites,
+Font Awesome is a full suite of 645 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).

+ 9 - 0
css/font-awesome.css

@@ -2203,6 +2203,15 @@
 .fa-address-card-o:before {
   content: "\f2bc";
 }
+.fa-user-circle:before {
+  content: "\f2bd";
+}
+.fa-user-circle-o:before {
+  content: "\f2be";
+}
+.fa-user-o:before {
+  content: "\f2c0";
+}
 .sr-only {
   position: absolute;
   width: 1px;

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


二进制
fonts/FontAwesome.otf


+ 3 - 0
less/icons.less

@@ -741,3 +741,6 @@
 .@{fa-css-prefix}-address-card:before { content: @fa-var-address-card; }
 .@{fa-css-prefix}-vcard-o:before,
 .@{fa-css-prefix}-address-card-o:before { content: @fa-var-address-card-o; }
+.@{fa-css-prefix}-user-circle:before { content: @fa-var-user-circle; }
+.@{fa-css-prefix}-user-circle-o:before { content: @fa-var-user-circle-o; }
+.@{fa-css-prefix}-user-o:before { content: @fa-var-user-o; }

+ 3 - 0
less/variables.less

@@ -701,7 +701,10 @@
 @fa-var-usb: "\f287";
 @fa-var-usd: "\f155";
 @fa-var-user: "\f007";
+@fa-var-user-circle: "\f2bd";
+@fa-var-user-circle-o: "\f2be";
 @fa-var-user-md: "\f0f0";
+@fa-var-user-o: "\f2c0";
 @fa-var-user-plus: "\f234";
 @fa-var-user-secret: "\f21b";
 @fa-var-user-times: "\f235";

+ 3 - 0
scss/_icons.scss

@@ -741,3 +741,6 @@
 .#{$fa-css-prefix}-address-card:before { content: $fa-var-address-card; }
 .#{$fa-css-prefix}-vcard-o:before,
 .#{$fa-css-prefix}-address-card-o:before { content: $fa-var-address-card-o; }
+.#{$fa-css-prefix}-user-circle:before { content: $fa-var-user-circle; }
+.#{$fa-css-prefix}-user-circle-o:before { content: $fa-var-user-circle-o; }
+.#{$fa-css-prefix}-user-o:before { content: $fa-var-user-o; }

+ 3 - 0
scss/_variables.scss

@@ -701,7 +701,10 @@ $fa-var-upload: "\f093";
 $fa-var-usb: "\f287";
 $fa-var-usd: "\f155";
 $fa-var-user: "\f007";
+$fa-var-user-circle: "\f2bd";
+$fa-var-user-circle-o: "\f2be";
 $fa-var-user-md: "\f0f0";
+$fa-var-user-o: "\f2c0";
 $fa-var-user-plus: "\f234";
 $fa-var-user-secret: "\f21b";
 $fa-var-user-times: "\f235";

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


+ 22 - 0
src/icons.yml

@@ -6278,3 +6278,25 @@ icons:
       - vcard-o
     categories:
       - Web Application Icons
+
+  - name:       User Circle
+    id:         user-circle
+    unicode:    f2bd
+    created:    4.7
+    categories:
+      - Web Application Icons
+
+  - name:       User Circle Outlined
+    id:         user-circle-o
+    unicode:    f2be
+    created:    4.7
+    categories:
+      - Web Application Icons
+
+
+  - name:       User Outlined
+    id:         user-o
+    unicode:    f2c0
+    created:    4.7
+    categories:
+      - Web Application Icons

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