ソースを参照

Merge pull request #21 from ForkAwesome/patreon

Add Patreon icon
Julien Deswaef 7 年 前
コミット
19aa628299

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 # Fork Awesome
 ### A fork of the iconic font and CSS toolkit
 
-Fork Awesome is a full suite of 687 pictographic icons for easy scalable vector graphics on websites, originally created by [Dave Gandy](https://twitter.com/davegandy) and now maintained by a community.
+Fork Awesome is a full suite of 688 pictographic icons for easy scalable vector graphics on websites, originally created by [Dave Gandy](https://twitter.com/davegandy) and now maintained by a community.
 
 Following concerns regarding [the development of Font Awesome](https://github.com/FortAwesome/Font-Awesome/issues/12199#issuecomment-362919956), the PR Freeze since Oct 2016 and the direction Fort Awesome is taking with the version 5.0 of their project, we are forking Font Awesome (4.7), in order to build on this incredible tool Dave Gandy has given us, while at the same time allowing this project to be run by a distributed community of contributors.
 

+ 3 - 0
css/fork-awesome.css

@@ -2355,6 +2355,9 @@
 .fa-discord-alt:before {
   content: "\f2ef";
 }
+.fa-patreon:before {
+  content: "\f2f0";
+}
 .sr-only {
   position: absolute;
   width: 1px;

ファイルの差分が大きいため隠しています
+ 0 - 0
css/fork-awesome.min.css


BIN
fonts/forkawesome-webfont.eot


+ 4 - 2
fonts/forkawesome-webfont.svg

@@ -5,7 +5,7 @@
 -->
 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
 <metadata>
-Created by FontForge 20170731 at Wed Feb 21 12:27:22 2018
+Created by FontForge 20170731 at Wed Feb 21 12:51:53 2018
  By Micah Ilbery,,,
 The Fork Awesome font is licensed under the SIL OFL 1.1 (http://scripts.sil.org/OFL). Fork Awesome is a fork based of off Font Awesome 4.7.0 by Dave Gandy. More info on licenses at https://forkawesome.github.io
 </metadata>
@@ -22,7 +22,7 @@ The Fork Awesome font is licensed under the SIL OFL 1.1 (http://scripts.sil.org/
     bbox="-0.653061 -264 2304.01 1536.25"
     underline-thickness="89.6"
     underline-position="-179.2"
-    unicode-range="U+0020-F2EF"
+    unicode-range="U+0020-F2F0"
   />
     <missing-glyph />
     <glyph glyph-name="space" unicode=" " horiz-adv-x="200" 
@@ -2275,6 +2275,8 @@ s14 32 32 32s32 -14 32 -32zM960 1248c0 -18 -14 -32 -32 -32s-32 14 -32 32s14 32 3
 d="M640 454v-70c0 -26 -16 -49 -39 -59c-8 -3 -17 -5 -25 -5c-17 0 -33 6 -45 19l-512 512c-25 25 -25 65 0 90l512 512c18 19 46 24 70 14c23 -10 39 -33 39 -59v-69l-397 -398c-25 -25 -25 -65 0 -90zM1792 416c0 -208 -157 -514 -164 -527c-5 -11 -16 -17 -28 -17
 c-3 0 -6 0 -9 1c-15 5 -24 19 -23 34c29 273 -5 453 -106 565c-85 95 -223 146 -438 163v-251c0 -26 -16 -49 -39 -59c-8 -3 -17 -5 -25 -5c-17 0 -33 6 -45 19l-512 512c-25 25 -25 65 0 90l512 512c18 19 46 24 70 14c23 -10 39 -33 39 -59v-262c276 -19 473 -92 599 -221
 c151 -155 169 -365 169 -509z" />
+    <glyph glyph-name="patreon" unicode="&#xf2f0;" 
+d="M985 1213c-305 0 -553 -248 -553 -553c0 -304 248 -551 553 -551c304 0 551 247 551 551c0 305 -247 553 -551 553zM270 -260h-270v1473h270v-1473z" />
     <glyph glyph-name="inbox" unicode="&#xf01c;" 
 d="M1023 576h316c-2 5 -3 11 -5 16l-212 496h-708l-212 -496c-2 -5 -3 -11 -5 -16h316l95 -192h320zM1536 546v-482c0 -35 -29 -64 -64 -64h-1408c-35 0 -64 29 -64 64v482c0 36 11 89 25 123l238 552c14 33 54 59 89 59h832c35 0 75 -26 89 -59l238 -552
 c14 -34 25 -87 25 -123z" />

BIN
fonts/forkawesome-webfont.ttf


BIN
fonts/forkawesome-webfont.woff


BIN
fonts/forkawesome-webfont.woff2


+ 1 - 0
less/icons.less

@@ -802,3 +802,4 @@
 .@{fa-css-prefix}-artstation:before { content: @fa-var-artstation; }
 .@{fa-css-prefix}-discord:before { content: @fa-var-discord; }
 .@{fa-css-prefix}-discord-alt:before { content: @fa-var-discord-alt; }
+.@{fa-css-prefix}-patreon:before { content: @fa-var-patreon; }

+ 1 - 0
less/variables.less

@@ -511,6 +511,7 @@
 @fa-var-paperclip: "\f0c6";
 @fa-var-paragraph: "\f1dd";
 @fa-var-paste: "\f0ea";
+@fa-var-patreon: "\f2f0";
 @fa-var-pause: "\f04c";
 @fa-var-pause-circle: "\f28b";
 @fa-var-pause-circle-o: "\f28c";

+ 1 - 0
scss/_icons.scss

@@ -802,3 +802,4 @@
 .#{$fa-css-prefix}-artstation:before { content: $fa-var-artstation; }
 .#{$fa-css-prefix}-discord:before { content: $fa-var-discord; }
 .#{$fa-css-prefix}-discord-alt:before { content: $fa-var-discord-alt; }
+.#{$fa-css-prefix}-patreon:before { content: $fa-var-patreon; }

+ 1 - 0
scss/_variables.scss

@@ -512,6 +512,7 @@ $fa-var-paper-plane-o: "\f1d9";
 $fa-var-paperclip: "\f0c6";
 $fa-var-paragraph: "\f1dd";
 $fa-var-paste: "\f0ea";
+$fa-var-patreon: "\f2f0";
 $fa-var-pause: "\f04c";
 $fa-var-pause-circle: "\f28b";
 $fa-var-pause-circle-o: "\f28c";

BIN
src/doc/assets/fork-awesome/fonts/forkawesome-webfont.eot


+ 4 - 2
src/doc/assets/fork-awesome/fonts/forkawesome-webfont.svg

@@ -5,7 +5,7 @@
 -->
 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
 <metadata>
-Created by FontForge 20170731 at Wed Feb 21 12:27:22 2018
+Created by FontForge 20170731 at Wed Feb 21 12:51:53 2018
  By Micah Ilbery,,,
 The Fork Awesome font is licensed under the SIL OFL 1.1 (http://scripts.sil.org/OFL). Fork Awesome is a fork based of off Font Awesome 4.7.0 by Dave Gandy. More info on licenses at https://forkawesome.github.io
 </metadata>
@@ -22,7 +22,7 @@ The Fork Awesome font is licensed under the SIL OFL 1.1 (http://scripts.sil.org/
     bbox="-0.653061 -264 2304.01 1536.25"
     underline-thickness="89.6"
     underline-position="-179.2"
-    unicode-range="U+0020-F2EF"
+    unicode-range="U+0020-F2F0"
   />
     <missing-glyph />
     <glyph glyph-name="space" unicode=" " horiz-adv-x="200" 
@@ -2275,6 +2275,8 @@ s14 32 32 32s32 -14 32 -32zM960 1248c0 -18 -14 -32 -32 -32s-32 14 -32 32s14 32 3
 d="M640 454v-70c0 -26 -16 -49 -39 -59c-8 -3 -17 -5 -25 -5c-17 0 -33 6 -45 19l-512 512c-25 25 -25 65 0 90l512 512c18 19 46 24 70 14c23 -10 39 -33 39 -59v-69l-397 -398c-25 -25 -25 -65 0 -90zM1792 416c0 -208 -157 -514 -164 -527c-5 -11 -16 -17 -28 -17
 c-3 0 -6 0 -9 1c-15 5 -24 19 -23 34c29 273 -5 453 -106 565c-85 95 -223 146 -438 163v-251c0 -26 -16 -49 -39 -59c-8 -3 -17 -5 -25 -5c-17 0 -33 6 -45 19l-512 512c-25 25 -25 65 0 90l512 512c18 19 46 24 70 14c23 -10 39 -33 39 -59v-262c276 -19 473 -92 599 -221
 c151 -155 169 -365 169 -509z" />
+    <glyph glyph-name="patreon" unicode="&#xf2f0;" 
+d="M985 1213c-305 0 -553 -248 -553 -553c0 -304 248 -551 553 -551c304 0 551 247 551 551c0 305 -247 553 -551 553zM270 -260h-270v1473h270v-1473z" />
     <glyph glyph-name="inbox" unicode="&#xf01c;" 
 d="M1023 576h316c-2 5 -3 11 -5 16l-212 496h-708l-212 -496c-2 -5 -3 -11 -5 -16h316l95 -192h320zM1536 546v-482c0 -35 -29 -64 -64 -64h-1408c-35 0 -64 29 -64 64v482c0 36 11 89 25 123l238 552c14 33 54 59 89 59h832c35 0 75 -26 89 -59l238 -552
 c14 -34 25 -87 25 -123z" />

BIN
src/doc/assets/fork-awesome/fonts/forkawesome-webfont.ttf


BIN
src/doc/assets/fork-awesome/fonts/forkawesome-webfont.woff


BIN
src/doc/assets/fork-awesome/fonts/forkawesome-webfont.woff2


+ 6 - 2
src/icons/.fontcustom-manifest.json

@@ -1,7 +1,7 @@
 {
   "checksum": {
-    "previous": "bb84a086d2fd2089692c97c7a2982898d9de38bf37a78563d8ae52f79192bed4",
-    "current": "bb84a086d2fd2089692c97c7a2982898d9de38bf37a78563d8ae52f79192bed4"
+    "previous": "a63e1419dc48bc6080bd7c20d327dd536c0b51169b93a97ad9e612c2b8ebff37",
+    "current": "a63e1419dc48bc6080bd7c20d327dd536c0b51169b93a97ad9e612c2b8ebff37"
   },
   "fonts": [
     "forkawesome/forkawesome.ttf",
@@ -1755,6 +1755,10 @@
       "codepoint": 61917,
       "source": "svg/paragraph.svg"
     },
+    "patreon": {
+      "codepoint": 62192,
+      "source": "svg/patreon.svg"
+    },
     "pause": {
       "codepoint": 61516,
       "source": "svg/pause.svg"

+ 11 - 0
src/icons/icons.yml

@@ -6737,3 +6737,14 @@ icons:
     categories:
       - Web Application Icons
       - Brand Icons
+
+  - name:       Patreon
+    id:         patreon
+    unicode:    f2f0
+    created:    1.0
+    url:        patreon.com
+    filter:
+      - funding
+    categories:
+      - Payment Icons
+      - Brand Icons

+ 5 - 0
src/icons/svg/patreon.svg

@@ -0,0 +1,5 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1796">
+    <g fill-rule="evenodd">
+        <path d="M984.667 323.006c-304.951 0-553.051 248.063-553.051 552.993 0 304.004 248.1 551.336 553.05 551.336C1288.675 1427.335 1536 1180.003 1536 876c0-304.93-247.326-552.993-551.333-552.993M270.03 1796V323H0v1473z"/>
+    </g>
+</svg>

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません