Created unity icon

This commit is contained in:
Dion Dresschers 2020-04-06 22:52:09 +02:00
parent 5e8d662bef
commit 62b6efc1e1
16 changed files with 32 additions and 7 deletions

View file

@ -3,7 +3,7 @@
[![npm-badge]][npm-link] [![all-contrib]](CONTRIBUTORS.md) [![jsdeliver-badge]][jsdeliver-link] [![cdnjs-badge]][cdnjs-link] [![build-status-badge]][build-status-link]
Fork Awesome is a full suite of 784 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 785 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](https://fortawesome.com/) is taking with the version 5.0 of their project, we are forking Font Awesome (4.7), in order to build on this amazing 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

@ -2675,6 +2675,9 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
.fa-plume:before {
content: "\f353";
}
.fa-unity:before {
content: "\f354";
}
.sr-only {
position: absolute;
width: 1px;

File diff suppressed because one or more lines are too long

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 20170924 at Mon Apr 6 22:32:40 2020
Created by FontForge 20170924 at Mon Apr 6 22:49:49 2020
By Dion Dresschers,,,
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 -410 2304.01 1538"
underline-thickness="89.6"
underline-position="-179.2"
unicode-range="U+0020-F353"
unicode-range="U+0020-F354"
/>
<missing-glyph />
<glyph glyph-name="space" unicode=" " horiz-adv-x="200"
@ -2121,6 +2121,9 @@ c-36 -22 -83 -10 -104 26c-22 37 -10 85 26 107s83 10 105 -27zM1845 792c5 -20 -8 -
<glyph glyph-name="sliders" unicode="&#xf1de;"
d="M352 128v-128h-352v128h352zM704 256c35 0 64 -29 64 -64v-256c0 -35 -29 -64 -64 -64h-256c-35 0 -64 29 -64 64v256c0 35 29 64 64 64h256zM864 640v-128h-864v128h864zM224 1152v-128h-224v128h224zM1536 128v-128h-736v128h736zM576 1280c35 0 64 -29 64 -64v-256
c0 -35 -29 -64 -64 -64h-256c-35 0 -64 29 -64 64v256c0 35 29 64 64 64h256zM1216 768c35 0 64 -29 64 -64v-256c0 -35 -29 -64 -64 -64h-256c-35 0 -64 29 -64 64v256c0 35 29 64 64 64h256zM1536 640v-128h-224v128h224zM1536 1152v-128h-864v128h864z" />
<glyph glyph-name="unity" unicode="&#xf354;" horiz-adv-x="1766"
d="M1649 634l111 -162c5 -9 7 -19 5 -29l-142 -652c-4 -19 -20 -31 -39 -31h-7l-701 121c-14 2 -25 11 -30 24l-71 176h-230c-10 0 -20 4 -27 11l-506 482c-16 15 -16 40 -1 56l481 522c8 8 19 12 30 12h213l70 176c4 11 17 21 28 24l659 161c20 5 40 -6 47 -26l225 -642
c3 -10 3 -21 -2 -31zM735 1164l-407 -481h675l298 585zM776 81l578 -87l-351 528h-675zM1500 85l149 549l-191 554l-294 -585z" />
<glyph glyph-name="sketchfab" unicode="&#xf34e;" horiz-adv-x="1753"
d="M1315 331l-376 -217v452l376 203v-438zM868 671l-447 237l447 258l447 -258zM800 114l-378 218v440l378 -204v-454zM876 1512c-484 0 -876 -393 -876 -877s392 -876 876 -876s877 392 877 876s-393 877 -877 877z" />
<glyph glyph-name="file-pdf-o" unicode="&#xf1c1;"

Before

Width:  |  Height:  |  Size: 517 KiB

After

Width:  |  Height:  |  Size: 517 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -919,3 +919,4 @@
.@{fa-css-prefix}-markdown:before { content: @fa-var-markdown; }
.@{fa-css-prefix}-textpattern:before { content: @fa-var-textpattern; }
.@{fa-css-prefix}-plume:before { content: @fa-var-plume; }
.@{fa-css-prefix}-unity:before { content: @fa-var-unity; }

View file

@ -848,6 +848,7 @@
@fa-var-umbrella: "\f0e9";
@fa-var-underline: "\f0cd";
@fa-var-undo: "\f0e2";
@fa-var-unity: "\f354";
@fa-var-universal-access: "\f29a";
@fa-var-university: "\f19c";
@fa-var-unlink: "\f127";

View file

@ -919,3 +919,4 @@
.#{$fa-css-prefix}-markdown:before { content: fa-content($fa-var-markdown); }
.#{$fa-css-prefix}-textpattern:before { content: fa-content($fa-var-textpattern); }
.#{$fa-css-prefix}-plume:before { content: fa-content($fa-var-plume); }
.#{$fa-css-prefix}-unity:before { content: fa-content($fa-var-unity); }

View file

@ -848,6 +848,7 @@ $fa-var-twitter-square: \f081;
$fa-var-umbrella: \f0e9;
$fa-var-underline: \f0cd;
$fa-var-undo: \f0e2;
$fa-var-unity: \f354;
$fa-var-universal-access: \f29a;
$fa-var-university: \f19c;
$fa-var-unlink: \f127;

View file

@ -1,7 +1,7 @@
{
"checksum": {
"previous": "46d57db0894729a9fc6dd1e6938b79668e81516e61a6a73731bd32893068e359",
"current": "46d57db0894729a9fc6dd1e6938b79668e81516e61a6a73731bd32893068e359"
"previous": "f2bd2705094c86b64c9beb61a855e0ad8e7413238bccf817dd6d5ee9a4f99362",
"current": "f2bd2705094c86b64c9beb61a855e0ad8e7413238bccf817dd6d5ee9a4f99362"
},
"fonts": [
"forkawesome/forkawesome.ttf",
@ -2883,6 +2883,10 @@
"codepoint": 61666,
"source": "svg/undo.svg"
},
"unity": {
"codepoint": 62292,
"source": "svg/unity.svg"
},
"universal-access": {
"codepoint": 62106,
"source": "svg/universal-access.svg"

View file

@ -7677,3 +7677,11 @@ icons:
url: joinplu.me
categories:
- Brand Icons
- name: Unity
id: unity
unicode: f354
created: 1.1
url: unity.com
categories:
- Brand Icons

3
src/icons/svg/unity.svg Normal file
View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536 1792">
<path d="M1660.004 901.572l113.187-191.728c4.546-9.562 5.173-20.536 1.726-30.412L1550.738 37.309c-6.898-19.596-27.434-30.726-47.344-25.867L844.498 171.973a40.475 40.475 0 0 0-27.748 24.142L746.674 371.54H533c-11.13 0-21.947 4.703-29.472 12.855L21.935 906.118c-14.893 16.147-14.109 41.23 1.726 56.28l505.107 481.592c7.368 7.211 17.401 11.13 27.591 11.13h230.293l70.232 175.424c5.173 13.012 16.774 22.261 30.413 24.613l700.753 120.397c2.196.47 4.547.626 6.741.626 18.656 0 35.117-12.854 39.192-31.51l142.19-651.371c2.194-10.034.469-20.537-5.017-29.473zM746.674 371.54l565.619-103.624-297.703 585.216H339.076zm40.132 1083.582l-447.73-441.46h675.514l351.16 528.466zm724.896-4.077L1175.12 933.396l294.254-585.215 190.63 553.548z" stroke-width="40.133"/>
</svg>

After

Width:  |  Height:  |  Size: 852 B