浏览代码

Adding video player icons #2975.

Dave Gandy 9 年之前
父节点
当前提交
811ba1afc9
共有 10 个文件被更改,包括 57 次插入1 次删除
  1. 1 1
      README.md
  2. 12 0
      css/font-awesome.css
  3. 0 0
      css/font-awesome.min.css
  4. 二进制
      fonts/FontAwesome.otf
  5. 4 0
      less/icons.less
  6. 4 0
      less/variables.less
  7. 4 0
      scss/_icons.scss
  8. 4 0
      scss/_variables.scss
  9. 二进制
      src/assets/font-awesome/fonts/FontAwesome.otf
  10. 28 0
      src/icons.yml

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 #[Font Awesome v4.5.0](http://fontawesome.io)
 ###The iconic font and CSS framework
 
-Font Awesome is a full suite of 595 pictographic icons for easy scalable vector graphics on websites,
+Font Awesome is a full suite of 599 pictographic icons for easy scalable vector graphics on websites,
 created and maintained by [Dave Gandy](http://twitter.com/davegandy).
 Stay up to date with the latest release and announcements on Twitter:
 [@fontawesome](http://twitter.com/fontawesome).

+ 12 - 0
css/font-awesome.css

@@ -2053,3 +2053,15 @@
 .fa-scribd:before {
   content: "\f28a";
 }
+.fa-pause-circle:before {
+  content: "\f28b";
+}
+.fa-pause-circle-o:before {
+  content: "\f28c";
+}
+.fa-stop-circle:before {
+  content: "\f28d";
+}
+.fa-stop-circle-o:before {
+  content: "\f28e";
+}

文件差异内容过多而无法显示
+ 0 - 0
css/font-awesome.min.css


二进制
fonts/FontAwesome.otf


+ 4 - 0
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; }

+ 4 - 0
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";

+ 4 - 0
scss/_icons.scss

@@ -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; }

+ 4 - 0
scss/_variables.scss

@@ -452,6 +452,8 @@ $fa-var-paperclip: "\f0c6";
 $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-stethoscope: "\f0f1";
 $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";

二进制
src/assets/font-awesome/fonts/FontAwesome.otf


+ 28 - 0
src/icons.yml

@@ -5736,3 +5736,31 @@ icons:
     created:    4.5
     categories:
       - Brand Icons
+
+  - name:       Pause Circle
+    id:         pause-circle
+    unicode:    f28b
+    created:    4.5
+    categories:
+      - Video Player Icons
+
+  - name:       Pause Circle Outlined
+    id:         pause-circle-o
+    unicode:    f28c
+    created:    4.5
+    categories:
+      - Video Player Icons
+
+  - name:       Stop Circle
+    id:         stop-circle
+    unicode:    f28d
+    created:    4.5
+    categories:
+      - Video Player Icons
+
+  - name:       Stop Circle Outlined
+    id:         stop-circle-o
+    unicode:    f28e
+    created:    4.5
+    categories:
+      - Video Player Icons

部分文件因为文件数量过多而无法显示