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
path: root/less
diff options
context:
space:
mode:
authorDave Gandy <dave@davegandy.com>2015-11-20 20:28:47 +0300
committerTravis Chase <travis@travischase.me>2015-11-23 17:27:12 +0300
commit811ba1afc9d1fae375b802b7422c8980ab03ca80 (patch)
tree6e14691a1280bcf8af9457d289ff3baa2c5e896d /less
parentb68778cb26566e5f939867df60cefc7a6eee05ef (diff)
Adding video player icons #2975.
Diffstat (limited to 'less')
-rw-r--r--less/icons.less4
-rw-r--r--less/variables.less4
2 files changed, 8 insertions, 0 deletions
diff --git a/less/icons.less b/less/icons.less
index 6fa8431f1..96b8eb4cb 100644
--- a/less/icons.less
+++ b/less/icons.less
@@ -685,3 +685,7 @@
.@{fa-css-prefix}-product-hunt:before { content: @fa-var-product-hunt; }
.@{fa-css-prefix}-mixcloud:before { content: @fa-var-mixcloud; }
.@{fa-css-prefix}-scribd:before { content: @fa-var-scribd; }
+.@{fa-css-prefix}-pause-circle:before { content: @fa-var-pause-circle; }
+.@{fa-css-prefix}-pause-circle-o:before { content: @fa-var-pause-circle-o; }
+.@{fa-css-prefix}-stop-circle:before { content: @fa-var-stop-circle; }
+.@{fa-css-prefix}-stop-circle-o:before { content: @fa-var-stop-circle-o; }
diff --git a/less/variables.less b/less/variables.less
index 0a775cf2e..7084c6f86 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -452,6 +452,8 @@
@fa-var-paragraph: "\f1dd";
@fa-var-paste: "\f0ea";
@fa-var-pause: "\f04c";
+@fa-var-pause-circle: "\f28b";
+@fa-var-pause-circle-o: "\f28c";
@fa-var-paw: "\f1b0";
@fa-var-paypal: "\f1ed";
@fa-var-pencil: "\f040";
@@ -581,6 +583,8 @@
@fa-var-sticky-note: "\f249";
@fa-var-sticky-note-o: "\f24a";
@fa-var-stop: "\f04d";
+@fa-var-stop-circle: "\f28d";
+@fa-var-stop-circle-o: "\f28e";
@fa-var-street-view: "\f21d";
@fa-var-strikethrough: "\f0cc";
@fa-var-stumbleupon: "\f1a4";