2
0
Dave Gandy 9 жил өмнө
parent
commit
207f32eed4

+ 1 - 1
README.md

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

+ 3 - 0
css/font-awesome.css

@@ -2101,6 +2101,9 @@
 .fa-wheelchair-alt:before {
   content: "\f29b";
 }
+.fa-question-circle-o:before {
+  content: "\f29c";
+}
 .sr-only {
   position: absolute;
   width: 1px;

Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 0 - 0
css/font-awesome.min.css


+ 1 - 0
less/icons.less

@@ -701,3 +701,4 @@
 .@{fa-css-prefix}-envira:before { content: @fa-var-envira; }
 .@{fa-css-prefix}-universal-access:before { content: @fa-var-universal-access; }
 .@{fa-css-prefix}-wheelchair-alt:before { content: @fa-var-wheelchair-alt; }
+.@{fa-css-prefix}-question-circle-o:before { content: @fa-var-question-circle-o; }

+ 1 - 0
less/variables.less

@@ -492,6 +492,7 @@
 @fa-var-qrcode: "\f029";
 @fa-var-question: "\f128";
 @fa-var-question-circle: "\f059";
+@fa-var-question-circle-o: "\f29c";
 @fa-var-quote-left: "\f10d";
 @fa-var-quote-right: "\f10e";
 @fa-var-ra: "\f1d0";

+ 1 - 0
scss/_icons.scss

@@ -701,3 +701,4 @@
 .#{$fa-css-prefix}-envira:before { content: $fa-var-envira; }
 .#{$fa-css-prefix}-universal-access:before { content: $fa-var-universal-access; }
 .#{$fa-css-prefix}-wheelchair-alt:before { content: $fa-var-wheelchair-alt; }
+.#{$fa-css-prefix}-question-circle-o:before { content: $fa-var-question-circle-o; }

+ 1 - 0
scss/_variables.scss

@@ -492,6 +492,7 @@ $fa-var-qq: "\f1d6";
 $fa-var-qrcode: "\f029";
 $fa-var-question: "\f128";
 $fa-var-question-circle: "\f059";
+$fa-var-question-circle-o: "\f29c";
 $fa-var-quote-left: "\f10d";
 $fa-var-quote-right: "\f10e";
 $fa-var-ra: "\f1d0";

+ 8 - 0
src/icons.yml

@@ -5901,3 +5901,11 @@ icons:
     categories:
       - Web Application Icons
       - Accessibility Icons
+
+  - name:       Question Circle Outlined
+    id:         question-circle-o
+    unicode:    f29c
+    created:    4.6
+    categories:
+      - Web Application Icons
+      - Accessibility Icons

Энэ ялгаанд хэт олон файл өөрчлөгдсөн тул зарим файлыг харуулаагүй болно