Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/font-awesome.css6
-rw-r--r--css/font-awesome.min.css6
-rw-r--r--fonts/FontAwesome.otfbin66384 -> 66868 bytes
-rw-r--r--less/icons.less2
-rw-r--r--less/variables.less2
-rw-r--r--scss/_icons.scss2
-rw-r--r--scss/_variables.scss2
-rw-r--r--src/assets/font-awesome/fonts/FontAwesome.otfbin66384 -> 66868 bytes
-rw-r--r--src/icons.yml18
9 files changed, 36 insertions, 2 deletions
diff --git a/css/font-awesome.css b/css/font-awesome.css
index 1dcc30928..7047796fc 100644
--- a/css/font-awesome.css
+++ b/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";
+}
diff --git a/css/font-awesome.min.css b/css/font-awesome.min.css
index 1dcc30928..7047796fc 100644
--- a/css/font-awesome.min.css
+++ b/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";
+}
diff --git a/fonts/FontAwesome.otf b/fonts/FontAwesome.otf
index 9302cbbf3..5fd9a0043 100644
--- a/fonts/FontAwesome.otf
+++ b/fonts/FontAwesome.otf
Binary files differ
diff --git a/less/icons.less b/less/icons.less
index 0b5cc13b7..b75abb9cf 100644
--- a/less/icons.less
+++ b/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; }
diff --git a/less/variables.less b/less/variables.less
index defe98773..ee18c7875 100644
--- a/less/variables.less
+++ b/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";
diff --git a/scss/_icons.scss b/scss/_icons.scss
index 39c1faddd..3155b5457 100644
--- a/scss/_icons.scss
+++ b/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; }
diff --git a/scss/_variables.scss b/scss/_variables.scss
index adad4e086..78a95aaf8 100644
--- a/scss/_variables.scss
+++ b/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";
diff --git a/src/assets/font-awesome/fonts/FontAwesome.otf b/src/assets/font-awesome/fonts/FontAwesome.otf
index 9302cbbf3..5fd9a0043 100644
--- a/src/assets/font-awesome/fonts/FontAwesome.otf
+++ b/src/assets/font-awesome/fonts/FontAwesome.otf
Binary files differ
diff --git a/src/icons.yml b/src/icons.yml
index 000c613b0..779a8c63f 100644
--- a/src/icons.yml
+++ b/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