Browse Source

adding user-plus and user-times for add and delete user #902

Dave Gandy 10 years ago
parent
commit
c4ed50cc5c

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 #[Font Awesome v4.3.0](http://fontawesome.io)
 ###The iconic font and CSS framework
 
-Font Awesome is a full suite of 512 pictographic icons for easy scalable vector graphics on websites,
+Font Awesome is a full suite of 514 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).
 

+ 6 - 0
css/font-awesome.css

@@ -1771,3 +1771,9 @@
 .fa-server:before {
   content: "\f233";
 }
+.fa-user-plus:before {
+  content: "\f234";
+}
+.fa-user-times:before {
+  content: "\f235";
+}

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


BIN
fonts/FontAwesome.otf


+ 2 - 0
less/icons.less

@@ -585,3 +585,5 @@
 .@{fa-css-prefix}-pinterest-p:before { content: @fa-var-pinterest-p; }
 .@{fa-css-prefix}-whatsapp:before { content: @fa-var-whatsapp; }
 .@{fa-css-prefix}-server:before { content: @fa-var-server; }
+.@{fa-css-prefix}-user-plus:before { content: @fa-var-user-plus; }
+.@{fa-css-prefix}-user-times:before { content: @fa-var-user-times; }

+ 2 - 0
less/variables.less

@@ -563,7 +563,9 @@
 @fa-var-usd: "\f155";
 @fa-var-user: "\f007";
 @fa-var-user-md: "\f0f0";
+@fa-var-user-plus: "\f234";
 @fa-var-user-secret: "\f21b";
+@fa-var-user-times: "\f235";
 @fa-var-users: "\f0c0";
 @fa-var-venus: "\f221";
 @fa-var-venus-double: "\f226";

+ 2 - 0
scss/_icons.scss

@@ -585,3 +585,5 @@
 .#{$fa-css-prefix}-pinterest-p:before { content: $fa-var-pinterest-p; }
 .#{$fa-css-prefix}-whatsapp:before { content: $fa-var-whatsapp; }
 .#{$fa-css-prefix}-server:before { content: $fa-var-server; }
+.#{$fa-css-prefix}-user-plus:before { content: $fa-var-user-plus; }
+.#{$fa-css-prefix}-user-times:before { content: $fa-var-user-times; }

+ 2 - 0
scss/_variables.scss

@@ -563,7 +563,9 @@ $fa-var-upload: "\f093";
 $fa-var-usd: "\f155";
 $fa-var-user: "\f007";
 $fa-var-user-md: "\f0f0";
+$fa-var-user-plus: "\f234";
 $fa-var-user-secret: "\f21b";
+$fa-var-user-times: "\f235";
 $fa-var-users: "\f0c0";
 $fa-var-venus: "\f221";
 $fa-var-venus-double: "\f226";

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


+ 14 - 0
src/icons.yml

@@ -4998,3 +4998,17 @@ icons:
     created:    4.3
     categories:
       - Web Application Icons
+
+  - name:       Add User
+    id:         user-plus
+    unicode:    f234
+    created:    4.3
+    categories:
+      - Web Application Icons
+
+  - name:       Remove User
+    id:         user-times
+    unicode:    f235
+    created:    4.3
+    categories:
+      - Web Application Icons

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