Browse Source

Adding fa-first-order, aliasing fa-resistance #9116

Dave Gandy 9 years ago
parent
commit
eaac03f507

+ 1 - 1
README.md

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

+ 4 - 0
css/font-awesome.css

@@ -1508,6 +1508,7 @@
   content: "\f1ce";
   content: "\f1ce";
 }
 }
 .fa-ra:before,
 .fa-ra:before,
+.fa-resistance:before,
 .fa-rebel:before {
 .fa-rebel:before {
   content: "\f1d0";
   content: "\f1d0";
 }
 }
@@ -2159,6 +2160,9 @@
 .fa-pied-piper:before {
 .fa-pied-piper:before {
   content: "\f2ae";
   content: "\f2ae";
 }
 }
+.fa-first-order:before {
+  content: "\f2b0";
+}
 .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


+ 2 - 0
less/icons.less

@@ -488,6 +488,7 @@
 .@{fa-css-prefix}-life-ring:before { content: @fa-var-life-ring; }
 .@{fa-css-prefix}-life-ring:before { content: @fa-var-life-ring; }
 .@{fa-css-prefix}-circle-o-notch:before { content: @fa-var-circle-o-notch; }
 .@{fa-css-prefix}-circle-o-notch:before { content: @fa-var-circle-o-notch; }
 .@{fa-css-prefix}-ra:before,
 .@{fa-css-prefix}-ra:before,
+.@{fa-css-prefix}-resistance:before,
 .@{fa-css-prefix}-rebel:before { content: @fa-var-rebel; }
 .@{fa-css-prefix}-rebel:before { content: @fa-var-rebel; }
 .@{fa-css-prefix}-ge:before,
 .@{fa-css-prefix}-ge:before,
 .@{fa-css-prefix}-empire:before { content: @fa-var-empire; }
 .@{fa-css-prefix}-empire:before { content: @fa-var-empire; }
@@ -723,3 +724,4 @@
 .@{fa-css-prefix}-snapchat-ghost:before { content: @fa-var-snapchat-ghost; }
 .@{fa-css-prefix}-snapchat-ghost:before { content: @fa-var-snapchat-ghost; }
 .@{fa-css-prefix}-snapchat-square:before { content: @fa-var-snapchat-square; }
 .@{fa-css-prefix}-snapchat-square:before { content: @fa-var-snapchat-square; }
 .@{fa-css-prefix}-pied-piper:before { content: @fa-var-pied-piper; }
 .@{fa-css-prefix}-pied-piper:before { content: @fa-var-pied-piper; }
+.@{fa-css-prefix}-first-order:before { content: @fa-var-first-order; }

+ 2 - 0
less/variables.less

@@ -274,6 +274,7 @@
 @fa-var-fire: "\f06d";
 @fa-var-fire: "\f06d";
 @fa-var-fire-extinguisher: "\f134";
 @fa-var-fire-extinguisher: "\f134";
 @fa-var-firefox: "\f269";
 @fa-var-firefox: "\f269";
+@fa-var-first-order: "\f2b0";
 @fa-var-flag: "\f024";
 @fa-var-flag: "\f024";
 @fa-var-flag-checkered: "\f11e";
 @fa-var-flag-checkered: "\f11e";
 @fa-var-flag-o: "\f11d";
 @fa-var-flag-o: "\f11d";
@@ -523,6 +524,7 @@
 @fa-var-repeat: "\f01e";
 @fa-var-repeat: "\f01e";
 @fa-var-reply: "\f112";
 @fa-var-reply: "\f112";
 @fa-var-reply-all: "\f122";
 @fa-var-reply-all: "\f122";
+@fa-var-resistance: "\f1d0";
 @fa-var-retweet: "\f079";
 @fa-var-retweet: "\f079";
 @fa-var-rmb: "\f157";
 @fa-var-rmb: "\f157";
 @fa-var-road: "\f018";
 @fa-var-road: "\f018";

+ 2 - 0
scss/_icons.scss

@@ -488,6 +488,7 @@
 .#{$fa-css-prefix}-life-ring:before { content: $fa-var-life-ring; }
 .#{$fa-css-prefix}-life-ring:before { content: $fa-var-life-ring; }
 .#{$fa-css-prefix}-circle-o-notch:before { content: $fa-var-circle-o-notch; }
 .#{$fa-css-prefix}-circle-o-notch:before { content: $fa-var-circle-o-notch; }
 .#{$fa-css-prefix}-ra:before,
 .#{$fa-css-prefix}-ra:before,
+.#{$fa-css-prefix}-resistance:before,
 .#{$fa-css-prefix}-rebel:before { content: $fa-var-rebel; }
 .#{$fa-css-prefix}-rebel:before { content: $fa-var-rebel; }
 .#{$fa-css-prefix}-ge:before,
 .#{$fa-css-prefix}-ge:before,
 .#{$fa-css-prefix}-empire:before { content: $fa-var-empire; }
 .#{$fa-css-prefix}-empire:before { content: $fa-var-empire; }
@@ -723,3 +724,4 @@
 .#{$fa-css-prefix}-snapchat-ghost:before { content: $fa-var-snapchat-ghost; }
 .#{$fa-css-prefix}-snapchat-ghost:before { content: $fa-var-snapchat-ghost; }
 .#{$fa-css-prefix}-snapchat-square:before { content: $fa-var-snapchat-square; }
 .#{$fa-css-prefix}-snapchat-square:before { content: $fa-var-snapchat-square; }
 .#{$fa-css-prefix}-pied-piper:before { content: $fa-var-pied-piper; }
 .#{$fa-css-prefix}-pied-piper:before { content: $fa-var-pied-piper; }
+.#{$fa-css-prefix}-first-order:before { content: $fa-var-first-order; }

+ 2 - 0
scss/_variables.scss

@@ -274,6 +274,7 @@ $fa-var-filter: "\f0b0";
 $fa-var-fire: "\f06d";
 $fa-var-fire: "\f06d";
 $fa-var-fire-extinguisher: "\f134";
 $fa-var-fire-extinguisher: "\f134";
 $fa-var-firefox: "\f269";
 $fa-var-firefox: "\f269";
+$fa-var-first-order: "\f2b0";
 $fa-var-flag: "\f024";
 $fa-var-flag: "\f024";
 $fa-var-flag-checkered: "\f11e";
 $fa-var-flag-checkered: "\f11e";
 $fa-var-flag-o: "\f11d";
 $fa-var-flag-o: "\f11d";
@@ -523,6 +524,7 @@ $fa-var-reorder: "\f0c9";
 $fa-var-repeat: "\f01e";
 $fa-var-repeat: "\f01e";
 $fa-var-reply: "\f112";
 $fa-var-reply: "\f112";
 $fa-var-reply-all: "\f122";
 $fa-var-reply-all: "\f122";
+$fa-var-resistance: "\f1d0";
 $fa-var-retweet: "\f079";
 $fa-var-retweet: "\f079";
 $fa-var-rmb: "\f157";
 $fa-var-rmb: "\f157";
 $fa-var-road: "\f018";
 $fa-var-road: "\f018";

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


+ 9 - 0
src/icons.yml

@@ -4439,6 +4439,7 @@ icons:
     created:    4.1
     created:    4.1
     aliases:
     aliases:
       - ra
       - ra
+      - resistance
     categories:
     categories:
       - Brand Icons
       - Brand Icons
 
 
@@ -6136,3 +6137,11 @@ icons:
     created:    4.6
     created:    4.6
     categories:
     categories:
       - Brand Icons
       - Brand Icons
+
+
+  - name:       First Order
+    id:         first-order
+    unicode:    f2b0
+    created:    4.6
+    categories:
+      - Brand Icons

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