Sfoglia il codice sorgente

Adding gg currency

Dave Gandy 10 anni fa
parent
commit
ffd113f8a0

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 #[Font Awesome v4.4.0](http://fontawesome.io)
 ###The iconic font and CSS framework
 
-Font Awesome is a full suite of 552 pictographic icons for easy scalable vector graphics on websites,
+Font Awesome is a full suite of 554 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).

+ 6 - 0
css/font-awesome.css

@@ -1926,3 +1926,9 @@
 .fa-creative-commons:before {
   content: "\f25e";
 }
+.fa-gg:before {
+  content: "\f260";
+}
+.fa-gg-circle:before {
+  content: "\f261";
+}

File diff suppressed because it is too large
+ 0 - 0
css/font-awesome.min.css


BIN
fonts/FontAwesome.otf


+ 2 - 0
less/icons.less

@@ -642,3 +642,5 @@
 .@{fa-css-prefix}-trademark:before { content: @fa-var-trademark; }
 .@{fa-css-prefix}-registered:before { content: @fa-var-registered; }
 .@{fa-css-prefix}-creative-commons:before { content: @fa-var-creative-commons; }
+.@{fa-css-prefix}-gg:before { content: @fa-var-gg; }
+.@{fa-css-prefix}-gg-circle:before { content: @fa-var-gg-circle; }

+ 2 - 0
less/variables.less

@@ -271,6 +271,8 @@
 @fa-var-gear: "\f013";
 @fa-var-gears: "\f085";
 @fa-var-genderless: "\f1db";
+@fa-var-gg: "\f260";
+@fa-var-gg-circle: "\f261";
 @fa-var-gift: "\f06b";
 @fa-var-git: "\f1d3";
 @fa-var-git-square: "\f1d2";

+ 2 - 0
scss/_icons.scss

@@ -642,3 +642,5 @@
 .#{$fa-css-prefix}-trademark:before { content: $fa-var-trademark; }
 .#{$fa-css-prefix}-registered:before { content: $fa-var-registered; }
 .#{$fa-css-prefix}-creative-commons:before { content: $fa-var-creative-commons; }
+.#{$fa-css-prefix}-gg:before { content: $fa-var-gg; }
+.#{$fa-css-prefix}-gg-circle:before { content: $fa-var-gg-circle; }

+ 2 - 0
scss/_variables.scss

@@ -271,6 +271,8 @@ $fa-var-ge: "\f1d1";
 $fa-var-gear: "\f013";
 $fa-var-gears: "\f085";
 $fa-var-genderless: "\f1db";
+$fa-var-gg: "\f260";
+$fa-var-gg-circle: "\f261";
 $fa-var-gift: "\f06b";
 $fa-var-git: "\f1d3";
 $fa-var-git-square: "\f1d2";

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


+ 17 - 0
src/icons.yml

@@ -5374,3 +5374,20 @@ icons:
     created:    4.4
     categories:
       - Web Application Icons
+
+
+  - name:       GG Currency
+    id:         gg
+    unicode:    f260
+    created:    4.4
+    categories:
+      - Currency Icons
+      - Brand Icons
+
+  - name:       GG Currency Circle
+    id:         gg-circle
+    unicode:    f261
+    created:    4.4
+    categories:
+      - Currency Icons
+      - Brand Icons

Some files were not shown because too many files changed in this diff