Explorar el Código

fixing some brand icon categories, adding steam and steam-square icons #1035

Dave Gandy hace 11 años
padre
commit
8ac219e2b3

+ 6 - 0
css/font-awesome.css

@@ -1419,3 +1419,9 @@
 .fa-behance-square:before {
   content: "\f1b5";
 }
+.fa-steam:before {
+  content: "\f1b6";
+}
+.fa-steam-square:before {
+  content: "\f1b7";
+}

+ 6 - 0
css/font-awesome.min.css

@@ -1419,3 +1419,9 @@
 .fa-behance-square:before {
   content: "\f1b5";
 }
+.fa-steam:before {
+  content: "\f1b6";
+}
+.fa-steam-square:before {
+  content: "\f1b7";
+}

BIN
fonts/FontAwesome.otf


+ 2 - 0
less/icons.less

@@ -442,3 +442,5 @@
 .@{fa-css-prefix}-cubes:before { content: @fa-var-cubes; }
 .@{fa-css-prefix}-behance:before { content: @fa-var-behance; }
 .@{fa-css-prefix}-behance-square:before { content: @fa-var-behance-square; }
+.@{fa-css-prefix}-steam:before { content: @fa-var-steam; }
+.@{fa-css-prefix}-steam-square:before { content: @fa-var-steam-square; }

+ 2 - 0
less/variables.less

@@ -337,6 +337,8 @@
 @fa-var-star-half: "\f089";
 @fa-var-star-half-o: "\f123";
 @fa-var-star-o: "\f006";
+@fa-var-steam: "\f1b6";
+@fa-var-steam-square: "\f1b7";
 @fa-var-step-backward: "\f048";
 @fa-var-step-forward: "\f051";
 @fa-var-stethoscope: "\f0f1";

+ 2 - 0
scss/_icons.scss

@@ -366,6 +366,8 @@
 .#{$fa-css-prefix}-star-half-full:before,
 .#{$fa-css-prefix}-star-half-o:before { content: $fa-var-star-half-o; }
 .#{$fa-css-prefix}-star-o:before { content: $fa-var-star-o; }
+.#{$fa-css-prefix}-steam:before { content: $fa-var-steam; }
+.#{$fa-css-prefix}-steam-square:before { content: $fa-var-steam-square; }
 .#{$fa-css-prefix}-step-backward:before { content: $fa-var-step-backward; }
 .#{$fa-css-prefix}-step-forward:before { content: $fa-var-step-forward; }
 .#{$fa-css-prefix}-stethoscope:before { content: $fa-var-stethoscope; }

+ 2 - 0
scss/_variables.scss

@@ -337,6 +337,8 @@ $fa-var-star: "\f005";
 $fa-var-star-half: "\f089";
 $fa-var-star-half-o: "\f123";
 $fa-var-star-o: "\f006";
+$fa-var-steam: "\f1b6";
+$fa-var-steam-square: "\f1b7";
 $fa-var-step-backward: "\f048";
 $fa-var-step-forward: "\f051";
 $fa-var-stethoscope: "\f0f1";

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


+ 16 - 2
src/icons.yml

@@ -2914,11 +2914,25 @@ icons:
     unicode:    f1b4
     created:    4.1
     categories:
-      - Web Application Icons
+      - Brand Icons
 
   - name:       Behance Square
     id:         behance-square
     unicode:    f1b5
     created:    4.1
     categories:
-      - Web Application Icons
+      - Brand Icons
+
+  - name:       Steam
+    id:         steam
+    unicode:    f1b6
+    created:    4.1
+    categories:
+      - Brand Icons
+
+  - name:       Steam Square
+    id:         steam-square
+    unicode:    f1b7
+    created:    4.1
+    categories:
+      - Brand Icons