Adds fa-key-modern, fixes #29

This commit is contained in:
Julien Deswaef 2018-02-23 21:18:27 -05:00
parent a5fdd7ff40
commit bd63a542db
17 changed files with 47 additions and 18 deletions

View file

@ -1,7 +1,7 @@
# Fork Awesome
### A fork of the iconic font and CSS toolkit
Fork Awesome is a full suite of 694 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 695 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.

View file

@ -2376,6 +2376,10 @@
.fa-shaarli-o:before {
content: "\f2f6";
}
.fa-cut-key:before,
.fa-key-modern:before {
content: "\f2f7";
}
.sr-only {
position: absolute;
width: 1px;

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -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 20170925 at Fri Feb 23 12:24:25 2018
Created by FontForge 20170925 at Fri Feb 23 21:05:48 2018
By Julien Deswaef
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-F2F6"
unicode-range="U+0020-F2F7"
/>
<missing-glyph />
<glyph glyph-name="space" unicode=" " horiz-adv-x="200"
@ -1477,6 +1477,9 @@ c18 0 32 -14 32 -32zM1184 1504v-192c0 -18 -14 -32 -32 -32h-256c-18 0 -32 14 -32
<glyph glyph-name="renren" unicode="&#xf18b;"
d="M1133 -34c-109 -60 -234 -94 -368 -94c-133 0 -258 34 -367 94c177 112 320 281 367 479c48 -198 191 -367 368 -479zM638 1394v-485c0 -342 -189 -636 -457 -766c-113 134 -181 306 -181 495c0 380 276 695 638 756zM1536 638c0 -189 -68 -361 -181 -495
c-268 130 -457 424 -457 766v485c362 -61 638 -376 638 -756z" />
<glyph glyph-name="key-modern" unicode="&#xf2f7;" horiz-adv-x="1792"
d="M546 1536v0c139 1 278 -52 383 -158c142 -141 187 -343 137 -525l726 -726v-319c0 -35 -29 -64 -64 -64h-300l-45 45l135 226l-46 45l-225 -135l-45 46l134 225l-45 45l-225 -134l-46 45l135 225l-45 46l-243 -139l-186 186c-182 -50 -382 -5 -524 136
c-211 212 -209 556 4 770c107 106 246 159 385 160zM405 1290v0c-41 0 -82 -16 -113 -47c-63 -63 -63 -163 0 -226s164 -63 227 0s63 163 0 226c-31 31 -73 47 -114 47z" />
<glyph glyph-name="arrow-circle-o-right" unicode="&#xf18e;"
d="M1152 640c0 -8 -3 -17 -9 -23l-320 -320c-6 -6 -15 -9 -23 -9c-17 0 -32 15 -32 32v192h-352c-17 0 -32 15 -32 32v192c0 17 15 32 32 32h352v192c0 18 14 32 32 32c9 0 17 -4 24 -10l319 -319c6 -6 9 -15 9 -23zM1312 640c0 300 -244 544 -544 544s-544 -244 -544 -544
s244 -544 544 -544s544 244 544 544zM1536 640c0 -424 -344 -768 -768 -768s-768 344 -768 768s344 768 768 768s768 -344 768 -768z" />

Before

Width:  |  Height:  |  Size: 430 KiB

After

Width:  |  Height:  |  Size: 431 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -809,3 +809,5 @@
.@{fa-css-prefix}-keybase:before { content: @fa-var-keybase; }
.@{fa-css-prefix}-shaarli:before { content: @fa-var-shaarli; }
.@{fa-css-prefix}-shaarli-o:before { content: @fa-var-shaarli-o; }
.@{fa-css-prefix}-cut-key:before,
.@{fa-css-prefix}-key-modern:before { content: @fa-var-key-modern; }

View file

@ -209,6 +209,7 @@
@fa-var-cube: "\f1b2";
@fa-var-cubes: "\f1b3";
@fa-var-cut: "\f0c4";
@fa-var-cut-key: "\f2f7";
@fa-var-cutlery: "\f0f5";
@fa-var-dashboard: "\f0e4";
@fa-var-dashcube: "\f210";
@ -416,6 +417,7 @@
@fa-var-jpy: "\f157";
@fa-var-jsfiddle: "\f1cc";
@fa-var-key: "\f084";
@fa-var-key-modern: "\f2f7";
@fa-var-keybase: "\f2f4";
@fa-var-keyboard-o: "\f11c";
@fa-var-krw: "\f159";

View file

@ -809,3 +809,5 @@
.#{$fa-css-prefix}-keybase:before { content: $fa-var-keybase; }
.#{$fa-css-prefix}-shaarli:before { content: $fa-var-shaarli; }
.#{$fa-css-prefix}-shaarli-o:before { content: $fa-var-shaarli-o; }
.#{$fa-css-prefix}-cut-key:before,
.#{$fa-css-prefix}-key-modern:before { content: $fa-var-key-modern; }

View file

@ -210,6 +210,7 @@ $fa-var-css3: "\f13c";
$fa-var-cube: "\f1b2";
$fa-var-cubes: "\f1b3";
$fa-var-cut: "\f0c4";
$fa-var-cut-key: "\f2f7";
$fa-var-cutlery: "\f0f5";
$fa-var-dashboard: "\f0e4";
$fa-var-dashcube: "\f210";
@ -417,6 +418,7 @@ $fa-var-joomla: "\f1aa";
$fa-var-jpy: "\f157";
$fa-var-jsfiddle: "\f1cc";
$fa-var-key: "\f084";
$fa-var-key-modern: "\f2f7";
$fa-var-keybase: "\f2f4";
$fa-var-keyboard-o: "\f11c";
$fa-var-krw: "\f159";

View file

@ -1,7 +1,7 @@
{
"checksum": {
"previous": "c07eeafc4d959c672b526b9854d3ca61d7d23e718b346cbb75627e4f5e0db645",
"current": "c07eeafc4d959c672b526b9854d3ca61d7d23e718b346cbb75627e4f5e0db645"
"previous": "9a42acce591f6eb6e8efde750c028497cadf754f41d973998183ba5ba4af6810",
"current": "9a42acce591f6eb6e8efde750c028497cadf754f41d973998183ba5ba4af6810"
},
"fonts": [
"forkawesome/forkawesome.ttf",
@ -1419,6 +1419,10 @@
"codepoint": 61572,
"source": "svg/key.svg"
},
"key-modern": {
"codepoint": 62199,
"source": "svg/key-modern.svg"
},
"keybase": {
"codepoint": 62196,
"source": "svg/keybase.svg"

View file

@ -6798,3 +6798,16 @@ icons:
url: github.com/shaarli/Shaarli
categories:
- Brand Icons
- name: Key (Modern)
id: key-modern
unicode: f2f7
created: 1.0
url: github.com/shaarli/Shaarli
aliases:
- cut-key
filter:
- unlock
- password
categories:
- Web Application Icons

View file

@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536.0001 1792">
<defs>
<linearGradient id="a">
<stop offset="0"/>
<stop stop-color="#fff" offset="1"/>
</linearGradient>
</defs>
<path d="M545.791.004c-138.987.532-278.297 54.075-384.975 160.28-212.915 213.861-214.66 557.72-3.754 769.28 141.623 141.165 342.865 186.371 524.418 136.66l185.99 185.989 242.167-139.018 45.35 45.348-134.63 225.324 45.35 45.348 225.322-134.627 45.35 45.348-134.629 225.324 45.35 45.347 225.324-134.627 45.348 45.348-134.627 225.324 45.347 45.348H1728c35.456 0 64-28.544 64-64v-319.264l-725.96-725.96c50.134-181.75 4.897-383.514-137.198-524.989C823.446 51.95 684.778-.528 545.79.004zM405.324 245.717c41.032 0 82.063 15.652 113.37 46.959 62.612 62.613 62.612 164.127 0 226.74-62.613 62.613-164.128 62.613-226.74 0-62.614-62.613-62.614-164.127 0-226.74 31.306-31.307 72.338-46.96 113.37-46.96z" fill="#010101"/>
</svg>

After

Width:  |  Height:  |  Size: 977 B

View file

@ -1,9 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536.0001 1792">
<defs>
<linearGradient id="a">
<stop offset="0"/>
<stop offset="1" stop-color="#fff"/>
</linearGradient>
</defs>
<path d="M859.152 128c-113.27.002-224.206 46.45-290.304 135.078-57.167 76.64-77.984 173.904-83.584 282.842-125.178 2.571-230.643 16.971-317.171 60.449-89.6 45.02-156.602 137.468-164.93 237.318H1.672c-.31 2.453.263 5.003 0 7.463 0 1.027-.722 1.956-.746 2.985h.746c-9.146 94.137 19.193 193.098 86.569 258.961 41.634 40.704 93.717 66.637 150.75 85.823l-20.896 58.21-1.493 2.985-.746 2.985c-24.452 79.475-23.598 169.424 20.15 242.543 43.754 73.12 117.331 115.903 199.257 141.048 28.164 8.79 58.91 5.224 89.555 5.224 98.003.001 191.49-26.577 266.423-83.584 33.147-25.215 61.319-56.862 85.823-91.047 65.387 61.038 144.579 114.829 238.811 161.944 7.686 4.799 16.043 7.177 24.628 9.702 77.255 18.92 152.77 22.76 224.632-4.478 71.538-27.115 127.818-90.503 153.734-160.451h.747v-.747c31.494-85.522 25.68-182.883-11.195-267.17-8.58-19.615-23.014-37.266-34.329-55.97 19.076-8.443 37.67-17.913 55.225-30.599 75.12-54.284 106.674-153.784 99.256-244.781l-2.192-20.15c-5.985-92.148-62.669-178.545-140.302-228.363-76.343-48.99-172.608-76.359-288.066-96.27-14.202-96.228-34.537-182.488-74.628-251.499C1069.169 195.13 966.614 128.002 859.199 128zm.094 119.592c135.976 0 214.228 134.68 234.753 404.067h55.785c242.448 37.2 362.415 114.194 359.849 230.928 20.525 137.26-67.358 200.752-263.625 190.49 150.087 132.127 203.95 255.289 161.617 369.457-33.353 91.079-112.864 121.228-238.578 90.44-138.542-69.27-236.683-148.828-294.41-238.624H838.07c-53.878 159.067-158.408 238.625-313.627 238.625h-53.872c-129.562-39.767-176.406-118.02-140.488-234.754l67.352-186.664h-19.217c-189.853-26.939-275.8-110.95-257.841-252.058 5.13-129.562 135.31-194.99 390.587-196.273 70.553-7.697 100.073-30.151 88.528-67.352 0-232.186 86.576-348.282 259.754-348.282zm-40.58 190.91c-47.278-3.083-70.28 60.942-69.078 192.028l-3.87 107.744c-3.85 53.878-21.174 80.786-51.961 80.786l-304.018 17.35c-47.463 1.284-71.177 20.498-71.177 57.698 0 35.918 25.649 55.178 76.961 57.744 178.308-8.98 261.69 3.215 250.145 36.568l-53.872 115.44c-91.079 137.26-113.533 218.077-67.352 242.45 61.574 37.201 148.78-59.005 261.666-288.625 26.938-24.374 49.393-24.374 67.352 0 79.533 84.664 144.961 153.916 196.273 207.793 52.595 53.878 94.938 69.943 127.008 48.135 38.484-41.049 28.224-85.328-30.784-132.791-57.726-48.747-123.783-115.434-198.185-200.098-7.697-28.222-5.808-42.352 5.737-42.352 251.428 16.676 372.024.657 361.761-48.089 7.697-53.877-101.334-80.831-327.106-80.831-34.635 6.414-62.849-1.91-84.656-25.001V595.874c0-105.19-25.02-157.163-75.049-155.88a58.818 58.818 0 0 0-9.794-1.493z" color="#000" stroke-width="73.272"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -1,9 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536.0001 1792">
<defs>
<linearGradient id="a">
<stop offset="0"/>
<stop stop-color="#fff" offset="1"/>
</linearGradient>
</defs>
<path d="M877.745 128c161.027 0 253.695 159.492 278.001 478.507h66.062c287.114 44.053 429.182 135.232 426.143 273.471 24.306 162.547-79.767 237.736-312.192 225.584 177.737 156.468 241.523 302.32 191.392 437.52-39.498 107.859-133.657 143.562-282.53 107.102-164.066-82.031-280.287-176.246-348.65-282.585h-43.303c-63.804 188.371-187.59 282.586-371.405 282.586h-63.797c-153.43-47.093-208.905-139.762-166.37-278.002l79.76-221.052H308.1C83.27 1119.229-18.51 1019.74 2.757 852.637 8.832 699.206 162.995 621.724 465.3 620.205c83.551-9.115 118.51-35.706 104.838-79.76C570.138 265.484 672.663 128 877.745 128zM829.69 354.08c-55.987-3.65-83.227 72.17-81.804 227.405l-4.582 127.594c-4.56 63.804-25.075 95.669-61.534 95.669l-360.026 20.546c-56.207 1.52-84.29 24.274-84.29 68.328 0 42.535 30.374 65.343 91.14 68.382 211.156-10.635 309.9 3.807 296.228 43.304l-63.797 136.708c-107.858 162.547-134.449 258.252-79.76 287.115 72.917 44.055 176.19-69.875 309.872-341.797 31.9-28.864 58.492-28.864 79.76 0 94.185 100.261 171.667 182.271 232.432 246.074 62.284 63.804 112.428 82.828 150.406 57.003 45.574-48.612 33.424-101.048-36.455-157.255-68.361-57.727-146.587-136.7-234.696-236.961-9.115-33.422-6.878-50.155 6.794-50.155 297.747 19.748 440.56.778 428.407-56.948 9.115-63.803-120.003-95.722-387.368-95.722-41.016 7.595-74.428-2.262-100.252-29.607V540.445c0-124.569-29.63-186.117-88.875-184.597a69.654 69.654 0 0 0-11.598-1.768z" color="#000" stroke-width="86.771"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB