Browse Source

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

Dave Gandy 8 years ago
parent
commit
c0b4f9c116

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 # [Font Awesome v4.7.0](http://fontawesome.io)
 # [Font Awesome v4.7.0](http://fontawesome.io)
 ### The iconic font and CSS framework
 ### 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).
 created and maintained by [Dave Gandy](https://twitter.com/davegandy).
 Stay up to date with the latest release and announcements on Twitter:
 Stay up to date with the latest release and announcements on Twitter:
 [@fontawesome](http://twitter.com/fontawesome).
 [@fontawesome](http://twitter.com/fontawesome).

+ 9 - 0
css/font-awesome.css

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

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


BIN
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}-address-card:before { content: @fa-var-address-card; }
 .@{fa-css-prefix}-vcard-o:before,
 .@{fa-css-prefix}-vcard-o:before,
 .@{fa-css-prefix}-address-card-o:before { content: @fa-var-address-card-o; }
 .@{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-usb: "\f287";
 @fa-var-usd: "\f155";
 @fa-var-usd: "\f155";
 @fa-var-user: "\f007";
 @fa-var-user: "\f007";
+@fa-var-user-circle: "\f2bd";
+@fa-var-user-circle-o: "\f2be";
 @fa-var-user-md: "\f0f0";
 @fa-var-user-md: "\f0f0";
+@fa-var-user-o: "\f2c0";
 @fa-var-user-plus: "\f234";
 @fa-var-user-plus: "\f234";
 @fa-var-user-secret: "\f21b";
 @fa-var-user-secret: "\f21b";
 @fa-var-user-times: "\f235";
 @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}-address-card:before { content: $fa-var-address-card; }
 .#{$fa-css-prefix}-vcard-o:before,
 .#{$fa-css-prefix}-vcard-o:before,
 .#{$fa-css-prefix}-address-card-o:before { content: $fa-var-address-card-o; }
 .#{$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-usb: "\f287";
 $fa-var-usd: "\f155";
 $fa-var-usd: "\f155";
 $fa-var-user: "\f007";
 $fa-var-user: "\f007";
+$fa-var-user-circle: "\f2bd";
+$fa-var-user-circle-o: "\f2be";
 $fa-var-user-md: "\f0f0";
 $fa-var-user-md: "\f0f0";
+$fa-var-user-o: "\f2c0";
 $fa-var-user-plus: "\f234";
 $fa-var-user-plus: "\f234";
 $fa-var-user-secret: "\f21b";
 $fa-var-user-secret: "\f21b";
 $fa-var-user-times: "\f235";
 $fa-var-user-times: "\f235";

BIN
src/assets/font-awesome/fonts/FontAwesome.otf


+ 22 - 0
src/icons.yml

@@ -6278,3 +6278,25 @@ icons:
       - vcard-o
       - vcard-o
     categories:
     categories:
       - Web Application Icons
       - 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

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