adds 38 new icons

This commit is contained in:
Dion Dresschers 2020-06-17 10:31:30 +02:00 committed by Julien Deswaef
parent 66b346f2a9
commit 3d167d3ca7
53 changed files with 3872 additions and 2671 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 758 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 796 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

@ -2595,6 +2595,123 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
.fa-funkwhale:before {
content: "\f339";
}
.fa-askfm:before {
content: "\f33a";
}
.fa-blockstack:before {
content: "\f33b";
}
.fa-boardgamegeek:before {
content: "\f33c";
}
.fa-bunny:before {
content: "\f35f";
}
.fa-buymeacoffee:before {
content: "\f33d";
}
.fa-cc-by:before {
content: "\f33e";
}
.fa-creative-commons-alt:before,
.fa-cc-cc:before {
content: "\f33f";
}
.fa-cc-nc-eu:before {
content: "\f341";
}
.fa-cc-nc-jp:before {
content: "\f342";
}
.fa-cc-nc:before {
content: "\f340";
}
.fa-cc-nd:before {
content: "\f343";
}
.fa-cc-pd:before {
content: "\f344";
}
.fa-cc-remix:before {
content: "\f345";
}
.fa-cc-sa:before {
content: "\f346";
}
.fa-cc-share:before {
content: "\f347";
}
.fa-cc-zero:before {
content: "\f348";
}
.fa-conway-hacker:before,
.fa-conway-glider:before {
content: "\f349";
}
.fa-csharp:before {
content: "\f34a";
}
.fa-email-bulk:before {
content: "\f34b";
}
.fa-email-bulk-o:before {
content: "\f34c";
}
.fa-gnu:before {
content: "\f34d";
}
.fa-google-play:before {
content: "\f34e";
}
.fa-heroku:before {
content: "\f34f";
}
.fa-hassio:before,
.fa-home-assistant:before {
content: "\f350";
}
.fa-java:before {
content: "\f351";
}
.fa-mariadb:before {
content: "\f352";
}
.fa-markdown:before {
content: "\f353";
}
.fa-mysql:before {
content: "\f354";
}
.fa-nordcast:before {
content: "\f355";
}
.fa-plume:before {
content: "\f356";
}
.fa-postgresql:before {
content: "\f357";
}
.fa-sass-alt:before {
content: "\f359";
}
.fa-sass:before {
content: "\f358";
}
.fa-skate:before {
content: "\f35a";
}
.fa-sketchfab:before {
content: "\f35b";
}
.fa-tex:before {
content: "\f35c";
}
.fa-textpattern:before {
content: "\f35d";
}
.fa-unity:before {
content: "\f35e";
}
.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.

File diff suppressed because it is too large Load diff

Before

Width:  |  Height:  |  Size: 485 KiB

After

Width:  |  Height:  |  Size: 546 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -891,3 +891,44 @@
.@{fa-css-prefix}-orcid:before { content: @fa-var-orcid; }
.@{fa-css-prefix}-researchgate:before { content: @fa-var-researchgate; }
.@{fa-css-prefix}-funkwhale:before { content: @fa-var-funkwhale; }
.@{fa-css-prefix}-askfm:before { content: @fa-var-askfm; }
.@{fa-css-prefix}-blockstack:before { content: @fa-var-blockstack; }
.@{fa-css-prefix}-boardgamegeek:before { content: @fa-var-boardgamegeek; }
.@{fa-css-prefix}-bunny:before { content: @fa-var-bunny; }
.@{fa-css-prefix}-buymeacoffee:before { content: @fa-var-buymeacoffee; }
.@{fa-css-prefix}-cc-by:before { content: @fa-var-cc-by; }
.@{fa-css-prefix}-creative-commons-alt:before,
.@{fa-css-prefix}-cc-cc:before { content: @fa-var-cc-cc; }
.@{fa-css-prefix}-cc-nc-eu:before { content: @fa-var-cc-nc-eu; }
.@{fa-css-prefix}-cc-nc-jp:before { content: @fa-var-cc-nc-jp; }
.@{fa-css-prefix}-cc-nc:before { content: @fa-var-cc-nc; }
.@{fa-css-prefix}-cc-nd:before { content: @fa-var-cc-nd; }
.@{fa-css-prefix}-cc-pd:before { content: @fa-var-cc-pd; }
.@{fa-css-prefix}-cc-remix:before { content: @fa-var-cc-remix; }
.@{fa-css-prefix}-cc-sa:before { content: @fa-var-cc-sa; }
.@{fa-css-prefix}-cc-share:before { content: @fa-var-cc-share; }
.@{fa-css-prefix}-cc-zero:before { content: @fa-var-cc-zero; }
.@{fa-css-prefix}-conway-hacker:before,
.@{fa-css-prefix}-conway-glider:before { content: @fa-var-conway-glider; }
.@{fa-css-prefix}-csharp:before { content: @fa-var-csharp; }
.@{fa-css-prefix}-email-bulk:before { content: @fa-var-email-bulk; }
.@{fa-css-prefix}-email-bulk-o:before { content: @fa-var-email-bulk-o; }
.@{fa-css-prefix}-gnu:before { content: @fa-var-gnu; }
.@{fa-css-prefix}-google-play:before { content: @fa-var-google-play; }
.@{fa-css-prefix}-heroku:before { content: @fa-var-heroku; }
.@{fa-css-prefix}-hassio:before,
.@{fa-css-prefix}-home-assistant:before { content: @fa-var-home-assistant; }
.@{fa-css-prefix}-java:before { content: @fa-var-java; }
.@{fa-css-prefix}-mariadb:before { content: @fa-var-mariadb; }
.@{fa-css-prefix}-markdown:before { content: @fa-var-markdown; }
.@{fa-css-prefix}-mysql:before { content: @fa-var-mysql; }
.@{fa-css-prefix}-nordcast:before { content: @fa-var-nordcast; }
.@{fa-css-prefix}-plume:before { content: @fa-var-plume; }
.@{fa-css-prefix}-postgresql:before { content: @fa-var-postgresql; }
.@{fa-css-prefix}-sass-alt:before { content: @fa-var-sass-alt; }
.@{fa-css-prefix}-sass:before { content: @fa-var-sass; }
.@{fa-css-prefix}-skate:before { content: @fa-var-skate; }
.@{fa-css-prefix}-sketchfab:before { content: @fa-var-sketchfab; }
.@{fa-css-prefix}-tex:before { content: @fa-var-tex; }
.@{fa-css-prefix}-textpattern:before { content: @fa-var-textpattern; }
.@{fa-css-prefix}-unity:before { content: @fa-var-unity; }

View file

@ -59,6 +59,7 @@
@fa-var-arrows-h: "\f07e";
@fa-var-arrows-v: "\f07d";
@fa-var-artstation: "\f2ed";
@fa-var-askfm: "\f33a";
@fa-var-asl-interpreting: "\f2a3";
@fa-var-assistive-listening-systems: "\f2a2";
@fa-var-asterisk: "\f069";
@ -107,8 +108,10 @@
@fa-var-bitcoin: "\f15a";
@fa-var-black-tie: "\f27e";
@fa-var-blind: "\f29d";
@fa-var-blockstack: "\f33b";
@fa-var-bluetooth: "\f293";
@fa-var-bluetooth-b: "\f294";
@fa-var-boardgamegeek: "\f33c";
@fa-var-bold: "\f032";
@fa-var-bolt: "\f0e7";
@fa-var-bomb: "\f1e2";
@ -124,7 +127,9 @@
@fa-var-building-o: "\f0f7";
@fa-var-bullhorn: "\f0a1";
@fa-var-bullseye: "\f140";
@fa-var-bunny: "\f35f";
@fa-var-bus: "\f207";
@fa-var-buymeacoffee: "\f33d";
@fa-var-buysellads: "\f20d";
@fa-var-c: "\f31c";
@fa-var-cab: "\f1ba";
@ -150,13 +155,24 @@
@fa-var-cart-plus: "\f217";
@fa-var-cc: "\f20a";
@fa-var-cc-amex: "\f1f3";
@fa-var-cc-by: "\f33e";
@fa-var-cc-cc: "\f33f";
@fa-var-cc-diners-club: "\f24c";
@fa-var-cc-discover: "\f1f2";
@fa-var-cc-jcb: "\f24b";
@fa-var-cc-mastercard: "\f1f1";
@fa-var-cc-nc: "\f340";
@fa-var-cc-nc-eu: "\f341";
@fa-var-cc-nc-jp: "\f342";
@fa-var-cc-nd: "\f343";
@fa-var-cc-paypal: "\f1f4";
@fa-var-cc-pd: "\f344";
@fa-var-cc-remix: "\f345";
@fa-var-cc-sa: "\f346";
@fa-var-cc-share: "\f347";
@fa-var-cc-stripe: "\f1f5";
@fa-var-cc-visa: "\f1f0";
@fa-var-cc-zero: "\f348";
@fa-var-certificate: "\f0a3";
@fa-var-chain: "\f0c1";
@fa-var-chain-broken: "\f127";
@ -209,13 +225,17 @@
@fa-var-compress: "\f066";
@fa-var-connectdevelop: "\f20e";
@fa-var-contao: "\f26d";
@fa-var-conway-glider: "\f349";
@fa-var-conway-hacker: "\f349";
@fa-var-copy: "\f0c5";
@fa-var-copyright: "\f1f9";
@fa-var-creative-commons: "\f25e";
@fa-var-creative-commons-alt: "\f33f";
@fa-var-credit-card: "\f09d";
@fa-var-credit-card-alt: "\f283";
@fa-var-crop: "\f125";
@fa-var-crosshairs: "\f05b";
@fa-var-csharp: "\f34a";
@fa-var-css3: "\f13c";
@fa-var-cube: "\f1b2";
@fa-var-cubes: "\f1b3";
@ -254,6 +274,8 @@
@fa-var-eject: "\f052";
@fa-var-ellipsis-h: "\f141";
@fa-var-ellipsis-v: "\f142";
@fa-var-email-bulk: "\f34b";
@fa-var-email-bulk-o: "\f34c";
@fa-var-emby: "\f319";
@fa-var-empire: "\f1d1";
@fa-var-envelope: "\f0e0";
@ -371,9 +393,11 @@
@fa-var-globe: "\f0ac";
@fa-var-globe-e: "\f304";
@fa-var-globe-w: "\f305";
@fa-var-gnu: "\f34d";
@fa-var-gnu-social: "\f2e7";
@fa-var-gnupg: "\f30d";
@fa-var-google: "\f1a0";
@fa-var-google-play: "\f34e";
@fa-var-google-plus: "\f0d5";
@fa-var-google-plus-circle: "\f2b3";
@fa-var-google-plus-g: "\f0d5";
@ -406,6 +430,7 @@
@fa-var-hard-of-hearing: "\f2a4";
@fa-var-hashnode: "\f317";
@fa-var-hashtag: "\f292";
@fa-var-hassio: "\f350";
@fa-var-hdd-o: "\f0a0";
@fa-var-header: "\f1dc";
@fa-var-heading: "\f1dc";
@ -413,8 +438,10 @@
@fa-var-heart: "\f004";
@fa-var-heart-o: "\f08a";
@fa-var-heartbeat: "\f21e";
@fa-var-heroku: "\f34f";
@fa-var-history: "\f1da";
@fa-var-home: "\f015";
@fa-var-home-assistant: "\f350";
@fa-var-hospital-o: "\f0f8";
@fa-var-hotel: "\f236";
@fa-var-hourglass: "\f254";
@ -448,6 +475,7 @@
@fa-var-intersex: "\f224";
@fa-var-ioxhost: "\f208";
@fa-var-italic: "\f033";
@fa-var-java: "\f351";
@fa-var-jirafeau: "\f318";
@fa-var-joomla: "\f1aa";
@fa-var-joplin: "\f310";
@ -506,6 +534,8 @@
@fa-var-map-o: "\f278";
@fa-var-map-pin: "\f276";
@fa-var-map-signs: "\f277";
@fa-var-mariadb: "\f352";
@fa-var-markdown: "\f353";
@fa-var-mars: "\f222";
@fa-var-mars-double: "\f227";
@fa-var-mars-stroke: "\f229";
@ -541,12 +571,14 @@
@fa-var-motorcycle: "\f21c";
@fa-var-mouse-pointer: "\f245";
@fa-var-music: "\f001";
@fa-var-mysql: "\f354";
@fa-var-navicon: "\f0c9";
@fa-var-neuter: "\f22c";
@fa-var-newspaper-o: "\f1ea";
@fa-var-nextcloud: "\f306";
@fa-var-nextcloud-square: "\f307";
@fa-var-nodejs: "\f308";
@fa-var-nordcast: "\f355";
@fa-var-object-group: "\f247";
@fa-var-object-ungroup: "\f248";
@fa-var-odnoklassniki: "\f263";
@ -593,11 +625,13 @@
@fa-var-play-circle-o: "\f01d";
@fa-var-pleroma: "\f324";
@fa-var-plug: "\f1e6";
@fa-var-plume: "\f356";
@fa-var-plus: "\f067";
@fa-var-plus-circle: "\f055";
@fa-var-plus-square: "\f0fe";
@fa-var-plus-square-o: "\f196";
@fa-var-podcast: "\f2ce";
@fa-var-postgresql: "\f357";
@fa-var-pound: "\f154";
@fa-var-power-off: "\f011";
@fa-var-print: "\f02f";
@ -645,6 +679,8 @@
@fa-var-rupee: "\f156";
@fa-var-s15: "\f2cd";
@fa-var-safari: "\f267";
@fa-var-sass: "\f358";
@fa-var-sass-alt: "\f359";
@fa-var-save: "\f0c7";
@fa-var-scissors: "\f0c4";
@fa-var-scribd: "\f28a";
@ -680,6 +716,8 @@
@fa-var-signing: "\f2a7";
@fa-var-simplybuilt: "\f215";
@fa-var-sitemap: "\f0e8";
@fa-var-skate: "\f35a";
@fa-var-sketchfab: "\f35b";
@fa-var-skyatlas: "\f216";
@fa-var-skype: "\f17e";
@fa-var-slack: "\f198";
@ -762,8 +800,10 @@
@fa-var-television: "\f26c";
@fa-var-tencent-weibo: "\f1d5";
@fa-var-terminal: "\f120";
@fa-var-tex: "\f35c";
@fa-var-text-height: "\f034";
@fa-var-text-width: "\f035";
@fa-var-textpattern: "\f35d";
@fa-var-th: "\f00a";
@fa-var-th-large: "\f009";
@fa-var-th-list: "\f00b";
@ -822,6 +862,7 @@
@fa-var-umbrella: "\f0e9";
@fa-var-underline: "\f0cd";
@fa-var-undo: "\f0e2";
@fa-var-unity: "\f35e";
@fa-var-universal-access: "\f29a";
@fa-var-university: "\f19c";
@fa-var-unlink: "\f127";

View file

@ -891,3 +891,44 @@
.#{$fa-css-prefix}-orcid:before { content: fa-content($fa-var-orcid); }
.#{$fa-css-prefix}-researchgate:before { content: fa-content($fa-var-researchgate); }
.#{$fa-css-prefix}-funkwhale:before { content: fa-content($fa-var-funkwhale); }
.#{$fa-css-prefix}-askfm:before { content: fa-content($fa-var-askfm); }
.#{$fa-css-prefix}-blockstack:before { content: fa-content($fa-var-blockstack); }
.#{$fa-css-prefix}-boardgamegeek:before { content: fa-content($fa-var-boardgamegeek); }
.#{$fa-css-prefix}-bunny:before { content: fa-content($fa-var-bunny); }
.#{$fa-css-prefix}-buymeacoffee:before { content: fa-content($fa-var-buymeacoffee); }
.#{$fa-css-prefix}-cc-by:before { content: fa-content($fa-var-cc-by); }
.#{$fa-css-prefix}-creative-commons-alt:before,
.#{$fa-css-prefix}-cc-cc:before { content: fa-content($fa-var-cc-cc); }
.#{$fa-css-prefix}-cc-nc-eu:before { content: fa-content($fa-var-cc-nc-eu); }
.#{$fa-css-prefix}-cc-nc-jp:before { content: fa-content($fa-var-cc-nc-jp); }
.#{$fa-css-prefix}-cc-nc:before { content: fa-content($fa-var-cc-nc); }
.#{$fa-css-prefix}-cc-nd:before { content: fa-content($fa-var-cc-nd); }
.#{$fa-css-prefix}-cc-pd:before { content: fa-content($fa-var-cc-pd); }
.#{$fa-css-prefix}-cc-remix:before { content: fa-content($fa-var-cc-remix); }
.#{$fa-css-prefix}-cc-sa:before { content: fa-content($fa-var-cc-sa); }
.#{$fa-css-prefix}-cc-share:before { content: fa-content($fa-var-cc-share); }
.#{$fa-css-prefix}-cc-zero:before { content: fa-content($fa-var-cc-zero); }
.#{$fa-css-prefix}-conway-hacker:before,
.#{$fa-css-prefix}-conway-glider:before { content: fa-content($fa-var-conway-glider); }
.#{$fa-css-prefix}-csharp:before { content: fa-content($fa-var-csharp); }
.#{$fa-css-prefix}-email-bulk:before { content: fa-content($fa-var-email-bulk); }
.#{$fa-css-prefix}-email-bulk-o:before { content: fa-content($fa-var-email-bulk-o); }
.#{$fa-css-prefix}-gnu:before { content: fa-content($fa-var-gnu); }
.#{$fa-css-prefix}-google-play:before { content: fa-content($fa-var-google-play); }
.#{$fa-css-prefix}-heroku:before { content: fa-content($fa-var-heroku); }
.#{$fa-css-prefix}-hassio:before,
.#{$fa-css-prefix}-home-assistant:before { content: fa-content($fa-var-home-assistant); }
.#{$fa-css-prefix}-java:before { content: fa-content($fa-var-java); }
.#{$fa-css-prefix}-mariadb:before { content: fa-content($fa-var-mariadb); }
.#{$fa-css-prefix}-markdown:before { content: fa-content($fa-var-markdown); }
.#{$fa-css-prefix}-mysql:before { content: fa-content($fa-var-mysql); }
.#{$fa-css-prefix}-nordcast:before { content: fa-content($fa-var-nordcast); }
.#{$fa-css-prefix}-plume:before { content: fa-content($fa-var-plume); }
.#{$fa-css-prefix}-postgresql:before { content: fa-content($fa-var-postgresql); }
.#{$fa-css-prefix}-sass-alt:before { content: fa-content($fa-var-sass-alt); }
.#{$fa-css-prefix}-sass:before { content: fa-content($fa-var-sass); }
.#{$fa-css-prefix}-skate:before { content: fa-content($fa-var-skate); }
.#{$fa-css-prefix}-sketchfab:before { content: fa-content($fa-var-sketchfab); }
.#{$fa-css-prefix}-tex:before { content: fa-content($fa-var-tex); }
.#{$fa-css-prefix}-textpattern:before { content: fa-content($fa-var-textpattern); }
.#{$fa-css-prefix}-unity:before { content: fa-content($fa-var-unity); }

View file

@ -59,6 +59,7 @@ $fa-var-arrows-alt: \f0b2;
$fa-var-arrows-h: \f07e;
$fa-var-arrows-v: \f07d;
$fa-var-artstation: \f2ed;
$fa-var-askfm: \f33a;
$fa-var-asl-interpreting: \f2a3;
$fa-var-assistive-listening-systems: \f2a2;
$fa-var-asterisk: \f069;
@ -107,8 +108,10 @@ $fa-var-bitbucket-square: \f172;
$fa-var-bitcoin: \f15a;
$fa-var-black-tie: \f27e;
$fa-var-blind: \f29d;
$fa-var-blockstack: \f33b;
$fa-var-bluetooth: \f293;
$fa-var-bluetooth-b: \f294;
$fa-var-boardgamegeek: \f33c;
$fa-var-bold: \f032;
$fa-var-bolt: \f0e7;
$fa-var-bomb: \f1e2;
@ -124,7 +127,9 @@ $fa-var-building: \f1ad;
$fa-var-building-o: \f0f7;
$fa-var-bullhorn: \f0a1;
$fa-var-bullseye: \f140;
$fa-var-bunny: \f35f;
$fa-var-bus: \f207;
$fa-var-buymeacoffee: \f33d;
$fa-var-buysellads: \f20d;
$fa-var-c: \f31c;
$fa-var-cab: \f1ba;
@ -150,13 +155,24 @@ $fa-var-cart-arrow-down: \f218;
$fa-var-cart-plus: \f217;
$fa-var-cc: \f20a;
$fa-var-cc-amex: \f1f3;
$fa-var-cc-by: \f33e;
$fa-var-cc-cc: \f33f;
$fa-var-cc-diners-club: \f24c;
$fa-var-cc-discover: \f1f2;
$fa-var-cc-jcb: \f24b;
$fa-var-cc-mastercard: \f1f1;
$fa-var-cc-nc: \f340;
$fa-var-cc-nc-eu: \f341;
$fa-var-cc-nc-jp: \f342;
$fa-var-cc-nd: \f343;
$fa-var-cc-paypal: \f1f4;
$fa-var-cc-pd: \f344;
$fa-var-cc-remix: \f345;
$fa-var-cc-sa: \f346;
$fa-var-cc-share: \f347;
$fa-var-cc-stripe: \f1f5;
$fa-var-cc-visa: \f1f0;
$fa-var-cc-zero: \f348;
$fa-var-certificate: \f0a3;
$fa-var-chain: \f0c1;
$fa-var-chain-broken: \f127;
@ -209,13 +225,17 @@ $fa-var-compass: \f14e;
$fa-var-compress: \f066;
$fa-var-connectdevelop: \f20e;
$fa-var-contao: \f26d;
$fa-var-conway-glider: \f349;
$fa-var-conway-hacker: \f349;
$fa-var-copy: \f0c5;
$fa-var-copyright: \f1f9;
$fa-var-creative-commons: \f25e;
$fa-var-creative-commons-alt: \f33f;
$fa-var-credit-card: \f09d;
$fa-var-credit-card-alt: \f283;
$fa-var-crop: \f125;
$fa-var-crosshairs: \f05b;
$fa-var-csharp: \f34a;
$fa-var-css3: \f13c;
$fa-var-cube: \f1b2;
$fa-var-cubes: \f1b3;
@ -254,6 +274,8 @@ $fa-var-eercast: \f2da;
$fa-var-eject: \f052;
$fa-var-ellipsis-h: \f141;
$fa-var-ellipsis-v: \f142;
$fa-var-email-bulk: \f34b;
$fa-var-email-bulk-o: \f34c;
$fa-var-emby: \f319;
$fa-var-empire: \f1d1;
$fa-var-envelope: \f0e0;
@ -371,9 +393,11 @@ $fa-var-glide-g: \f2a6;
$fa-var-globe: \f0ac;
$fa-var-globe-e: \f304;
$fa-var-globe-w: \f305;
$fa-var-gnu: \f34d;
$fa-var-gnu-social: \f2e7;
$fa-var-gnupg: \f30d;
$fa-var-google: \f1a0;
$fa-var-google-play: \f34e;
$fa-var-google-plus: \f0d5;
$fa-var-google-plus-circle: \f2b3;
$fa-var-google-plus-g: \f0d5;
@ -406,6 +430,7 @@ $fa-var-handshake-o: \f2b5;
$fa-var-hard-of-hearing: \f2a4;
$fa-var-hashnode: \f317;
$fa-var-hashtag: \f292;
$fa-var-hassio: \f350;
$fa-var-hdd-o: \f0a0;
$fa-var-header: \f1dc;
$fa-var-heading: \f1dc;
@ -413,8 +438,10 @@ $fa-var-headphones: \f025;
$fa-var-heart: \f004;
$fa-var-heart-o: \f08a;
$fa-var-heartbeat: \f21e;
$fa-var-heroku: \f34f;
$fa-var-history: \f1da;
$fa-var-home: \f015;
$fa-var-home-assistant: \f350;
$fa-var-hospital-o: \f0f8;
$fa-var-hotel: \f236;
$fa-var-hourglass: \f254;
@ -448,6 +475,7 @@ $fa-var-internet-explorer: \f26b;
$fa-var-intersex: \f224;
$fa-var-ioxhost: \f208;
$fa-var-italic: \f033;
$fa-var-java: \f351;
$fa-var-jirafeau: \f318;
$fa-var-joomla: \f1aa;
$fa-var-joplin: \f310;
@ -506,6 +534,8 @@ $fa-var-map-marker: \f041;
$fa-var-map-o: \f278;
$fa-var-map-pin: \f276;
$fa-var-map-signs: \f277;
$fa-var-mariadb: \f352;
$fa-var-markdown: \f353;
$fa-var-mars: \f222;
$fa-var-mars-double: \f227;
$fa-var-mars-stroke: \f229;
@ -541,12 +571,14 @@ $fa-var-mortar-board: \f19d;
$fa-var-motorcycle: \f21c;
$fa-var-mouse-pointer: \f245;
$fa-var-music: \f001;
$fa-var-mysql: \f354;
$fa-var-navicon: \f0c9;
$fa-var-neuter: \f22c;
$fa-var-newspaper-o: \f1ea;
$fa-var-nextcloud: \f306;
$fa-var-nextcloud-square: \f307;
$fa-var-nodejs: \f308;
$fa-var-nordcast: \f355;
$fa-var-object-group: \f247;
$fa-var-object-ungroup: \f248;
$fa-var-odnoklassniki: \f263;
@ -593,11 +625,13 @@ $fa-var-play-circle: \f144;
$fa-var-play-circle-o: \f01d;
$fa-var-pleroma: \f324;
$fa-var-plug: \f1e6;
$fa-var-plume: \f356;
$fa-var-plus: \f067;
$fa-var-plus-circle: \f055;
$fa-var-plus-square: \f0fe;
$fa-var-plus-square-o: \f196;
$fa-var-podcast: \f2ce;
$fa-var-postgresql: \f357;
$fa-var-pound: \f154;
$fa-var-power-off: \f011;
$fa-var-print: \f02f;
@ -645,6 +679,8 @@ $fa-var-ruble: \f158;
$fa-var-rupee: \f156;
$fa-var-s15: \f2cd;
$fa-var-safari: \f267;
$fa-var-sass: \f358;
$fa-var-sass-alt: \f359;
$fa-var-save: \f0c7;
$fa-var-scissors: \f0c4;
$fa-var-scribd: \f28a;
@ -680,6 +716,8 @@ $fa-var-signalapp: \f30c;
$fa-var-signing: \f2a7;
$fa-var-simplybuilt: \f215;
$fa-var-sitemap: \f0e8;
$fa-var-skate: \f35a;
$fa-var-sketchfab: \f35b;
$fa-var-skyatlas: \f216;
$fa-var-skype: \f17e;
$fa-var-slack: \f198;
@ -762,8 +800,10 @@ $fa-var-telegram: \f2c6;
$fa-var-television: \f26c;
$fa-var-tencent-weibo: \f1d5;
$fa-var-terminal: \f120;
$fa-var-tex: \f35c;
$fa-var-text-height: \f034;
$fa-var-text-width: \f035;
$fa-var-textpattern: \f35d;
$fa-var-th: \f00a;
$fa-var-th-large: \f009;
$fa-var-th-list: \f00b;
@ -822,6 +862,7 @@ $fa-var-twitter-square: \f081;
$fa-var-umbrella: \f0e9;
$fa-var-underline: \f0cd;
$fa-var-undo: \f0e2;
$fa-var-unity: \f35e;
$fa-var-universal-access: \f29a;
$fa-var-university: \f19c;
$fa-var-unlink: \f127;

View file

@ -1,7 +1,7 @@
{
"checksum": {
"previous": "cab77ad57b5327af648c325388b2e2025bc676747443005b9909df6b768f7ca0",
"current": "cab77ad57b5327af648c325388b2e2025bc676747443005b9909df6b768f7ca0"
"previous": "afffa0e7982355ad7a1d8b4e7f21b4efb443091d0a0f8cc0c84e21ca63121ef0",
"current": "afffa0e7982355ad7a1d8b4e7f21b4efb443091d0a0f8cc0c84e21ca63121ef0"
},
"fonts": [
"forkawesome/forkawesome.ttf",
@ -203,6 +203,10 @@
"codepoint": 62189,
"source": "svg/artstation.svg"
},
"askfm": {
"codepoint": 62266,
"source": "svg/askfm.svg"
},
"assistive-listening-systems": {
"codepoint": 62114,
"source": "svg/assistive-listening-systems.svg"
@ -347,6 +351,10 @@
"codepoint": 62109,
"source": "svg/blind.svg"
},
"blockstack": {
"codepoint": 62267,
"source": "svg/blockstack.svg"
},
"bluetooth": {
"codepoint": 62099,
"source": "svg/bluetooth.svg"
@ -355,6 +363,10 @@
"codepoint": 62100,
"source": "svg/bluetooth-b.svg"
},
"boardgamegeek": {
"codepoint": 62268,
"source": "svg/boardgamegeek.svg"
},
"bold": {
"codepoint": 61490,
"source": "svg/bold.svg"
@ -415,10 +427,18 @@
"codepoint": 61760,
"source": "svg/bullseye.svg"
},
"bunny": {
"codepoint": 62303,
"source": "svg/bunny.svg"
},
"bus": {
"codepoint": 61959,
"source": "svg/bus.svg"
},
"buymeacoffee": {
"codepoint": 62269,
"source": "svg/buymeacoffee.svg"
},
"buysellads": {
"codepoint": 61965,
"source": "svg/buysellads.svg"
@ -515,6 +535,14 @@
"codepoint": 61939,
"source": "svg/cc-amex.svg"
},
"cc-by": {
"codepoint": 62270,
"source": "svg/cc-by.svg"
},
"cc-cc": {
"codepoint": 62271,
"source": "svg/cc-cc.svg"
},
"cc-diners-club": {
"codepoint": 62028,
"source": "svg/cc-diners-club.svg"
@ -531,10 +559,42 @@
"codepoint": 61937,
"source": "svg/cc-mastercard.svg"
},
"cc-nc": {
"codepoint": 62272,
"source": "svg/cc-nc.svg"
},
"cc-nc-eu": {
"codepoint": 62273,
"source": "svg/cc-nc-eu.svg"
},
"cc-nc-jp": {
"codepoint": 62274,
"source": "svg/cc-nc-jp.svg"
},
"cc-nd": {
"codepoint": 62275,
"source": "svg/cc-nd.svg"
},
"cc-paypal": {
"codepoint": 61940,
"source": "svg/cc-paypal.svg"
},
"cc-pd": {
"codepoint": 62276,
"source": "svg/cc-pd.svg"
},
"cc-remix": {
"codepoint": 62277,
"source": "svg/cc-remix.svg"
},
"cc-sa": {
"codepoint": 62278,
"source": "svg/cc-sa.svg"
},
"cc-share": {
"codepoint": 62279,
"source": "svg/cc-share.svg"
},
"cc-stripe": {
"codepoint": 61941,
"source": "svg/cc-stripe.svg"
@ -543,6 +603,10 @@
"codepoint": 61936,
"source": "svg/cc-visa.svg"
},
"cc-zero": {
"codepoint": 62280,
"source": "svg/cc-zero.svg"
},
"certificate": {
"codepoint": 61603,
"source": "svg/certificate.svg"
@ -731,6 +795,10 @@
"codepoint": 62061,
"source": "svg/contao.svg"
},
"conway-glider": {
"codepoint": 62281,
"source": "svg/conway-glider.svg"
},
"copyright": {
"codepoint": 61945,
"source": "svg/copyright.svg"
@ -755,6 +823,10 @@
"codepoint": 61531,
"source": "svg/crosshairs.svg"
},
"csharp": {
"codepoint": 62282,
"source": "svg/csharp.svg"
},
"css3": {
"codepoint": 61756,
"source": "svg/css3.svg"
@ -871,6 +943,14 @@
"codepoint": 61762,
"source": "svg/ellipsis-v.svg"
},
"email-bulk": {
"codepoint": 62283,
"source": "svg/email-bulk.svg"
},
"email-bulk-o": {
"codepoint": 62284,
"source": "svg/email-bulk-o.svg"
},
"emby": {
"codepoint": 62233,
"source": "svg/emby.svg"
@ -1275,6 +1355,10 @@
"codepoint": 62213,
"source": "svg/globe-w.svg"
},
"gnu": {
"codepoint": 62285,
"source": "svg/gnu.svg"
},
"gnu-social": {
"codepoint": 62183,
"source": "svg/gnu-social.svg"
@ -1287,6 +1371,10 @@
"codepoint": 61856,
"source": "svg/google.svg"
},
"google-play": {
"codepoint": 62286,
"source": "svg/google-play.svg"
},
"google-plus": {
"codepoint": 61653,
"source": "svg/google-plus.svg"
@ -1415,6 +1503,10 @@
"codepoint": 61982,
"source": "svg/heartbeat.svg"
},
"heroku": {
"codepoint": 62287,
"source": "svg/heroku.svg"
},
"history": {
"codepoint": 61914,
"source": "svg/history.svg"
@ -1423,6 +1515,10 @@
"codepoint": 61461,
"source": "svg/home.svg"
},
"home-assistant": {
"codepoint": 62288,
"source": "svg/home-assistant.svg"
},
"hospital-o": {
"codepoint": 61688,
"source": "svg/hospital-o.svg"
@ -1527,6 +1623,10 @@
"codepoint": 61491,
"source": "svg/italic.svg"
},
"java": {
"codepoint": 62289,
"source": "svg/java.svg"
},
"jirafeau": {
"codepoint": 62232,
"source": "svg/jirafeau.svg"
@ -1731,6 +1831,14 @@
"codepoint": 62071,
"source": "svg/map-signs.svg"
},
"mariadb": {
"codepoint": 62290,
"source": "svg/mariadb.svg"
},
"markdown": {
"codepoint": 62291,
"source": "svg/markdown.svg"
},
"mars": {
"codepoint": 61986,
"source": "svg/mars.svg"
@ -1863,6 +1971,10 @@
"codepoint": 61441,
"source": "svg/music.svg"
},
"mysql": {
"codepoint": 62292,
"source": "svg/mysql.svg"
},
"neuter": {
"codepoint": 61996,
"source": "svg/neuter.svg"
@ -1883,6 +1995,10 @@
"codepoint": 62216,
"source": "svg/nodejs.svg"
},
"nordcast": {
"codepoint": 62293,
"source": "svg/nordcast.svg"
},
"object-group": {
"codepoint": 62023,
"source": "svg/object-group.svg"
@ -2055,6 +2171,10 @@
"codepoint": 61926,
"source": "svg/plug.svg"
},
"plume": {
"codepoint": 62294,
"source": "svg/plume.svg"
},
"plus": {
"codepoint": 61543,
"source": "svg/plus.svg"
@ -2075,6 +2195,10 @@
"codepoint": 62158,
"source": "svg/podcast.svg"
},
"postgresql": {
"codepoint": 62295,
"source": "svg/postgresql.svg"
},
"power-off": {
"codepoint": 61457,
"source": "svg/power-off.svg"
@ -2215,6 +2339,14 @@
"codepoint": 62055,
"source": "svg/safari.svg"
},
"sass": {
"codepoint": 62296,
"source": "svg/sass.svg"
},
"sass-alt": {
"codepoint": 62297,
"source": "svg/sass-alt.svg"
},
"scissors": {
"codepoint": 61636,
"source": "svg/scissors.svg"
@ -2331,6 +2463,14 @@
"codepoint": 61672,
"source": "svg/sitemap.svg"
},
"skate": {
"codepoint": 62298,
"source": "svg/skate.svg"
},
"sketchfab": {
"codepoint": 62299,
"source": "svg/sketchfab.svg"
},
"skyatlas": {
"codepoint": 61974,
"source": "svg/skyatlas.svg"
@ -2603,6 +2743,10 @@
"codepoint": 61728,
"source": "svg/terminal.svg"
},
"tex": {
"codepoint": 62300,
"source": "svg/tex.svg"
},
"text-height": {
"codepoint": 61492,
"source": "svg/text-height.svg"
@ -2611,6 +2755,10 @@
"codepoint": 61493,
"source": "svg/text-width.svg"
},
"textpattern": {
"codepoint": 62301,
"source": "svg/textpattern.svg"
},
"th": {
"codepoint": 61450,
"source": "svg/th.svg"
@ -2787,6 +2935,10 @@
"codepoint": 61666,
"source": "svg/undo.svg"
},
"unity": {
"codepoint": 62302,
"source": "svg/unity.svg"
},
"universal-access": {
"codepoint": 62106,
"source": "svg/universal-access.svg"

View file

@ -7450,3 +7450,351 @@ icons:
url: funkwhale.audio
categories:
- Brand Icons
- name: ASKfm
id: askfm
unicode: f33a
created: 1.1
url: ask.fm
categories:
- Brand Icon
- name: Blockstack
id: blockstack
unicode: f33b
created: 1.1
url: blockstack.org
categories:
- Brand Icon
- name: Board Game Geek
id: boardgamegeek
unicode: f33c
created: 1.1
url: boardgamegeek.com
categories:
- Brand Icons
- name: Bunny
id: bunny
unicode: f35f
created: 1.1
categories:
- Web Application Icons
- name: Buy Me A Coffee
id: buymeacoffee
unicode: f33d
created: 1.1
url: buymeacoffee.com
categories:
- Brand Icons
- name: Creative Commons BY
id: cc-by
unicode: f33e
created: 1.1
url: creativecommons.org
categories:
- Web Application Icons
- Brand Icon
- name: Creative Commons
id: cc-cc
unicode: f33f
created: 1.1
url: creativecommons.org
categories:
- Web Application Icons
- Brand Icons
aliases:
- creative-commons-alt
- name: Creative Commons NC-EU
id: cc-nc-eu
unicode: f341
created: 1.1
url: creativecommons.org
categories:
- Web Application Icons
- Brand Icons
- name: Creative Commons NC-JP
id: cc-nc-jp
unicode: f342
created: 1.1
url: creativecommons.org
categories:
- Web Application Icons
- Brand Icons
- name: Creative Commons NC
id: cc-nc
unicode: f340
created: 1.1
url: creativecommons.org
categories:
- Web Application Icons
- Brand Icons
- name: Creative Commons ND
id: cc-nd
unicode: f343
created: 1.1
url: creativecommons.org
categories:
- Web Application Icons
- Brand Icons
- name: Creative Commons PD
id: cc-pd
unicode: f344
created: 1.1
url: creativecommons.org
categories:
- Web Application Icons
- Brand Icon
- name: Creative Commons Remix
id: cc-remix
unicode: f345
created: 1.1
url: creativecommons.org
categories:
- Web Application Icons
- Brand Icons
- name: Creative Commons SA
id: cc-sa
unicode: f346
created: 1.1
url: creativecommons.org
categories:
- Web Application Icons
- Brand Icon
- name: Creative Commons Share
id: cc-share
unicode: f347
created: 1.1
url: creativecommons.org
categories:
- Web Application Icons
- Brand Icons
- name: Creative Commons Zero
id: cc-zero
unicode: f348
created: 1.1
url: creativecommons.org
categories:
- Web Application Icons
- Brand Icons
- name: Conway Glider
id: conway-glider
unicode: f349
created: 1.1
aliases:
- conway-hacker
url: en.wikipedia.org/wiki/Glider_(Conway's_Life)
categories:
- Brand Icons
- name: C#
id: csharp
unicode: f34a
created: 1.1
url: csharp.net
categories:
- Brand Icons
- name: Email Bulk
id: email-bulk
unicode: f34b
created: 1.1
filter:
- email
- e-mail
- letter
- support
- mail
- message
- notification
categories:
- Web Application Icons
- name: Email Bulk Outlined
id: email-bulk-o
unicode: f34c
created: 1.1
filter:
- email
- e-mail
- letter
- support
- mail
- message
- notification
categories:
- Web Application Icons
- name: GNU Operating System
id: gnu
unicode: f34d
created: 1.1
url: gnu.org
categories:
- Brand Icons
- name: Google Play
id: google-play
unicode: f34e
created: 1.1
url: play.google.com
categories:
- Brand Icons
- name: Heroku
id: heroku
unicode: f34f
created: 1.1
url: heroku.com
categories:
- Brand Icons
- name: Home Assistant
id: home-assistant
unicode: f350
created: 1.1
url: home-assistant.io
aliases:
- hassio
categories:
- Brand Icons
- name: Java
id: java
unicode: f351
created: 1.1
url: oracle.com/java
categories:
- Brand Icons
- name: MariaDB
id: mariadb
unicode: f352
created: 1.1
url: mariadb.com
categories:
- Brand Icons
- name: Markdown
id: markdown
unicode: f353
created: 1.1
url: daringfireball.net/projects/markdown/
categories:
- Brand Icons
- name: MySQL
id: mysql
unicode: f354
created: 1.1
url: mysql.com
categories:
- Brand Icons
- name: Nordcast
id: nordcast
unicode: f355
created: 1.1
url: nordcast.app
categories:
- Brand Icons
- name: Plume
id: plume
unicode: f356
created: 1.1
url: joinplu.me
categories:
- Brand Icons
- name: PostgreSQL
id: postgresql
unicode: f357
created: 1.1
url: postgresql.org
categories:
- Brand Icons
- name: Sass Alternative
id: sass-alt
unicode: f359
created: 1.1
url: sass-lang.com
categories:
- Brand Icons
- name: Sass
id: sass
unicode: f358
created: 1.1
url: sass-lang.com
categories:
- Brand Icons
- name: Skate
id: skate
unicode: f35a
created: 1.1
filter:
- vehicle
categories:
- Web Application Icons
- Transportation Icons
- name: Sketchfab
id: sketchfab
unicode: f35b
created: 1.1
url: sketchfab.com
categories:
- Brand Icons
- name: TeX
id: tex
unicode: f35c
created: 1.1
url: tug.org
categories:
- Brand Icons
- name: Textpattern
id: textpattern
unicode: f35d
created: 1.1
url: textpattern.com
categories:
- Brand Icons
- name: Unity
id: unity
unicode: f35e
created: 1.1
url: unity.com
categories:
- Brand Icons

4
src/icons/svg/askfm.svg Normal file
View file

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536 1792">
<path d="M899.993 9.607c-78.968 0-157.94 8.082-217.972 24.237-316.128 85.072-560.802 329.73-645.874 645.86-32.31 120.063-32.31 315.879 0 435.942 91.36 339.494 354.782 585.82 705.32 659.56 92.212 19.399 280.397 11.913 381.446-15.18 310.74-83.315 556.389-330.297 640.91-644.38 32.31-120.063 32.31-315.88 0-435.943-85.071-316.128-329.745-560.787-645.874-645.86C1057.918 17.69 978.96 9.608 899.993 9.608zm438.003 295.863c28.591-1.455 60.662 34.453 97.673 108.064 22.158 44.07 44.337 90.779 49.286 103.797 11.991 31.538-.56 29.57-74.727-11.74-32.695-18.212-78.754-36.087-102.346-39.723-23.593-3.635-45.256-12.794-48.154-20.347-2.899-7.553 4.814-38.605 17.154-69.01 18.739-46.17 38.877-69.91 61.114-71.041zM306.714 482.007c20.403-1.104 45.884 12.454 74.423 40.462 23.804 23.362 43.292 45.42 43.292 49.01 0 3.591-17.73 18.249-39.388 32.582-21.66 14.334-57.817 49.473-80.345 78.095s-45.536 53.736-51.144 55.803c-13.693 5.047.06-193.346 15.718-226.68 8.777-18.686 21.574-28.414 37.444-29.272zm894.526 139.572c81.874-.329 172.56 53.26 237.085 150.47 115.952 174.69 96.186 400.415-40.172 458.758-246.778 105.59-513.424-373.477-313.279-562.845 33.02-31.242 73.48-46.211 116.366-46.383zm-601.32 99.965c63.448-.044 126.94 40.002 172.314 132.17 80.47 163.458 32.16 398.485-99.864 485.854-131.835 87.244-283.495-20.352-305.747-216.912-26.36-232.855 103.382-401.017 233.298-401.112zm367.021 404.464c19.506-.318 38.688 6.107 51.942 19.36 23.955 23.956 24.25 32.761 3.817 114.103-25.888 103.061-37.764 102.743-101.243-2.787-37.41-62.192-38.86-81.016-8.446-109.588 14.592-13.709 34.425-20.77 53.93-21.087z"/>
<path d="M623.296 868.962a194.475 159.577 85.603 0 0-120.941 17.063 78.914 78.914 0 0 1 9.242 66.712 78.914 78.914 0 0 1-83.292 54.819 194.475 159.577 85.603 0 0 76.556 213.947 194.475 159.577 85.603 0 0 218.014-64.328 194.475 159.577 85.603 0 0-59.565-267.126 194.475 159.577 85.603 0 0-40.014-21.087zm611.029-125.613a194.475 159.577 68.198 0 0-110.3 52.457 78.914 78.914 0 0 1 28.773 60.893 78.914 78.914 0 0 1-63.082 77.223 194.475 159.577 68.198 0 0 137.047 181.253 194.475 159.577 68.198 0 0 188.79-126.594 194.475 159.577 68.198 0 0-136.739-237.08 194.475 159.577 68.198 0 0-44.489-8.152z"/>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1536 1792" height="1792" width="1536">
<path d="M1383.267 11.026c120.783.04 182.62.654 231.428 21.774a264.742 264.742 0 0 1 137.822 137.822c21.12 48.808 21.75 110.64 21.77 231.428v982.865c-.039 120.784-.65 182.62-21.77 231.429a264.75 264.75 0 0 1-137.826 137.821c-48.805 21.12-110.64 21.75-231.428 21.77H400.402c-120.784-.02-182.616-.65-231.425-21.77A264.742 264.742 0 0 1 31.155 1616.34c-21.123-48.805-21.758-110.64-21.778-231.43V402.05c.04-120.789.655-182.62 21.778-231.43A264.738 264.738 0 0 1 168.973 32.805c45.814-21.124 110.462-21.758 231.42-21.778zm-209.67 1005.202c-88.097 0-159.51 71.416-159.51 159.493 0 88.073 71.413 159.493 159.51 159.493 88.049 0 159.465-71.42 159.465-159.493 0-88.077-71.416-159.493-159.465-159.493zm-563.577.159c-88.03 0-159.413 71.38-159.413 159.433 0 88.01 71.384 159.39 159.417 159.39s159.418-71.38 159.418-159.39c0-88.053-71.385-159.433-159.418-159.433zm563.56-564.005c-88.076 0-159.492 71.416-159.492 159.47 0 88.088 71.416 159.504 159.493 159.504 88.073 0 159.493-71.416 159.493-159.509 0-88.049-71.42-159.465-159.493-159.465zm-563.572.04c-88.01 0-159.39 71.384-159.39 159.417 0 88.038 71.38 159.422 159.39 159.422 88.057 0 159.438-71.384 159.438-159.422 0-88.033-71.38-159.417-159.438-159.417z" fill-rule="evenodd"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1536 1792" height="1792" width="1536">
<path d="M170.436 1398.297C48.979 1113.55 11.515 1022.486 14.396 1019.014c2.085-2.513 28.679-26.204 59.097-52.646 30.418-26.443 55.318-50.411 55.334-53.262.015-2.852-15.465-112.425-34.403-243.496C75.487 538.538 60.572 430.72 61.28 430.012c.707-.707 240.547-89.829 532.978-198.048 292.431-108.22 535.292-198.318 539.69-200.22 4.398-1.901 7.234-2.223 6.302-.714-5.216 8.439-143.466 365.248-142.063 366.65.927.927 37.83-9.258 82.006-22.633s80.506-24.147 80.734-23.94c.228.21-16.52 126.355-37.217 280.325l-37.631 279.946 46.721 44.385c25.697 24.412 46.721 45.806 46.721 47.542 0 4.394-200.827 519.163-203.874 522.58-2.01 2.254-164.032 64.312-624.254 239.103l-21.124 8.023z"/>
</svg>

After

Width:  |  Height:  |  Size: 775 B

3
src/icons/svg/bunny.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="M540.291 1791.897c-25.993-.596-53.55-3.582-78.1-8.463l-2.354-.468-3.615.47c-15.903 2.066-32.202 3.672-51.252 5.048-10.893.788-26.42 1.547-39.119 1.915-17.787.514-39.078.514-56.62 0-108.43-3.189-204.519-23.66-259.632-55.314-28.975-16.642-45.65-35.856-49.016-56.476-.47-2.876-.587-4.449-.583-7.766 0-3.36.158-5.16.697-8.185 2.595-14.563 11.815-28.392 27.488-41.226 25.197-20.633 66.969-38.102 121.023-50.61 2.064-.477 3.774-.89 3.8-.915.024-.024-.718-1.318-1.653-2.873-11.188-18.598-20.766-37.282-29.19-56.938-28.115-65.611-40.754-137.2-36.746-208.127a464.176 464.176 0 0 1 64.884-211.762c29.997-50.23 69.062-94.173 115.52-129.946 17.201-13.245 36.294-25.872 54.998-36.375 1.85-1.038 3.4-1.922 3.447-1.965.047-.042-.582-.988-1.4-2.101-14.71-20.038-26.55-41.582-35.54-64.672-15.343-39.398-21.608-82.451-18.08-124.252 2.545-30.153 9.816-59.375 21.673-87.105a279.556 279.556 0 0 1 17.004-33.35c.828-1.386 1.478-2.586 1.445-2.666-.033-.08-.412-.563-.842-1.073-1.482-1.76-5.794-7.196-7.77-9.795-36.24-47.692-70.623-120.4-96.19-203.417-22.57-73.28-36.684-150.516-39.524-216.283-.376-8.712-.424-10.818-.487-21.5-.066-11.164.022-17.025.375-24.92 2.182-48.889 11.788-85.59 28.154-107.562C203.04 9.86 215.576 2.029 229.719.34c8.724-1.042 18.096.323 27.519 4.008 2.704 1.058 4.222 1.741 7.199 3.24 14.456 7.282 29.47 19.924 44.725 37.66 19.3 22.438 38.488 52.535 56.606 88.788 28.04 56.105 52.098 124.46 68.308 194.082 12.264 52.67 19.7 104.24 21.717 150.621.169 3.88.348 8.9.349 9.778 0 .655.025.728.204.654.111-.045 1.402-.49 2.868-.987 24.282-8.246 49.127-13.045 74.992-14.485 8.887-.495 20.323-.494 29.093.002 37.653 2.131 73.239 11.323 107.068 27.655 1.781.86 3.508 1.708 3.837 1.884 1.696.91 5.064 2.596 5.098 2.554.022-.028.525-.988 1.118-2.136a418.154 418.154 0 0 1 2.701-5.1c34.92-64.815 94.394-138.564 163.108-202.26 62.414-57.855 127.372-102.98 181.853-126.332 32.33-13.856 59.708-19.608 81.362-17.094 12.32 1.431 22.575 5.587 30.84 12.5 1.332 1.115 4.271 4.051 5.405 5.402 6.592 7.85 10.654 17.465 12.317 29.15.625 4.398.704 5.762.703 12.113 0 6.164-.083 7.773-.642 12.626-3.955 34.344-22.777 78.323-54.62 127.62-43.703 67.658-108.54 139.607-177.997 197.518-41.874 34.914-82.537 62.64-120.92 82.449-1.386.716-2.52 1.327-2.52 1.359 0 .032.343.793.763 1.692 14.04 30.053 22.651 62.296 25.423 95.187 1.465 17.391 1.315 34.162-.46 51.49-5.088 49.662-23.28 96.935-52.822 137.26-1.049 1.43-1.93 2.663-1.96 2.738-.03.076.344.351.854.63 2.423 1.32 9.68 5.507 13.25 7.644a463.872 463.872 0 0 1 76.956 57.668c7.969 7.37 17.953 17.354 25.273 25.27 36.32 39.278 65.452 84.253 86.372 133.348a463.992 463.992 0 0 1 36.544 158.445 450.72 450.72 0 0 1 0 45.957c-1.65 32.812-6.789 65.325-15.37 97.246-11.13 41.397-28.276 81.715-50.327 118.341-1.68 2.791-1.992 3.375-1.833 3.444.106.046 1.704.427 3.553.848 4.351.992 12.161 2.914 16.703 4.111 49.373 13.01 86.614 30.244 108.89 50.392 1.973 1.783 5.764 5.582 7.372 7.388 6.496 7.289 11.095 14.885 13.71 22.641 4.282 12.706 3.33 25.496-2.837 38.094-9.444 19.29-31.554 37.09-64.673 52.066-57.173 25.851-143.624 42.08-239.116 44.887-17.544.516-38.864.516-56.505 0-30.202-.883-59.733-3.12-87.758-6.644l-4.928-.62-1.092.218c-30.906 6.184-66.181 9.27-97.7 8.547zm16.633-85.925c5.422-.504 10.02-1.249 14.748-2.39 22.26-5.366 41.84-18.226 55.597-36.514 10.285-13.673 16.866-29.965 18.957-46.935.487-3.949.607-5.912.665-10.895.063-5.433-.067-8.152-.61-12.75-4.645-39.267-32.404-71.898-70.492-82.863-18.726-5.391-38.85-5.022-57.52 1.055-19.606 6.382-36.75 18.853-49.01 35.65-7.955 10.899-13.751 23.904-16.591 37.223-3.64 17.073-2.658 34.9 2.834 51.415 4.195 12.616 10.628 23.835 19.493 33.998 1.874 2.148 6.319 6.615 8.452 8.494 10.449 9.202 21.844 15.732 34.938 20.021 7.348 2.407 15.523 4.014 23.065 4.535.988.068 1.98.143 2.203.168 1.135.123 11.435-.042 13.27-.213z"/>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1536 1792" height="1792" width="1536">
<path d="M281.092 1776.695c-.004-.34-69.059-438.788-69.117-438.846-.04-.038-15.566.101-34.503.31-18.938.209-34.456.357-34.484.328-.044-.044-106.812-601.917-107.089-603.684l-.098-.623h40.577c35.07 0 40.577-.028 40.577-.21 0-.237-51.445-327.228-51.562-327.738l-.076-.33H13.983v-185.26h132.71l1.456-3.338c.801-1.835 20.89-48.073 44.644-102.751l43.187-99.415 370.436.037 370.436.036 44.346 102.092c24.39 56.15 44.48 102.372 44.644 102.715l.297.623h140.527v185.261h-55.27l-.157.917c-.21 1.221-51.506 327.167-51.506 327.276 0 .047 17.398.085 38.661.085 36.75 0 38.658.015 38.591.257-.038.14-24.147 136.067-53.574 302.058-29.427 165.99-53.548 301.853-53.602 301.917-.055.064-14.714-.045-32.576-.242-17.862-.197-32.492-.344-32.51-.327-.02.018-15.548 98.609-34.509 219.093-18.961 120.485-34.512 219.244-34.559 219.466l-.083.404h-327.24c-179.98 0-327.239-.05-327.24-.11zm604.198-58.746c0-.021 13.49-85.682 29.97-190.359l29.964-190.321-4.338-.11c-2.386-.06-78.992-.91-170.237-1.885L604.75 1333.5l-166.516 1.817c-91.585 1-166.563 1.865-166.62 1.921-.075.074 59.258 377.756 59.752 380.344l.077.403h276.92c152.305 0 276.923-.015 276.927-.035zm-484.43-441.056l205.064-2.223 207.304 2.24c114.017 1.232 207.33 2.214 207.36 2.182.048-.049 85.83-483.58 86.126-485.469l.098-.623H105.922l.08.33c.043.181 19.429 109.473 43.078 242.87 23.65 133.399 43.025 242.624 43.057 242.725.042.134.548.185 1.859.187.99 0 94.08-.997 206.864-2.22zm639.672-545.17c3.922-24.724 51.241-325.613 51.212-325.643-.022-.023-103.301.496-229.509 1.153-126.207.657-240.194 1.196-253.304 1.197-13.11.001-126.676-.535-252.369-1.193-125.693-.657-229.228-1.177-230.078-1.155l-1.545.041 25.818 164.029 25.818 164.029h863.567zm84.187-384.738l23.127-.099v-67.425H72.804v67.473l14.41.038c33.787.09 1016.492.101 1037.505.014zm-129.78-142.442c-.046-.141-12.817-29.564-28.38-65.384L938.262 74.03l-331.848-.036-331.848-.036-28.082 64.65a921606.268 921606.268 0 0 1-28.418 65.42l-.336.77h388.646c370.072 0 388.641-.011 388.563-.256z"/>
</svg>

After

Width:  |  Height:  |  Size: 2 KiB

3
src/icons/svg/cc-by.svg Normal file
View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" height="1536" width="1536">
<path d="M894.404 0c251.664 0 463.96 86.38 636.776 259.196C1705.004 433.076 1792 645.344 1792 896c0 251.748-85.372 461.328-256.06 628.768C1354.612 1702.932 1140.776 1792 894.404 1792c-242.172 0-452.284-88.032-630.392-264.04C88.032 1351.952 0 1141.336 0 896c0-245.308 88.032-457.576 264.012-636.776C436.828 86.38 646.912 0 894.404 0zm3.192 161.616c-203.728 0-375.984 71.484-516.796 214.396-146.16 149.352-219.212 322.7-219.212 520.016 0 198.408 72.52 370.16 217.56 515.144 145.068 145.096 317.856 217.588 518.392 217.588 199.444 0 373.352-72.996 521.612-219.184 140.812-135.464 211.204-306.656 211.204-513.604 0-203.728-71.484-377.02-214.368-519.988-142.912-142.912-315.728-214.368-518.392-214.368zm240.016 511.98v366.38h-102.368v435.176H756.812v-435.148H654.444V673.596c0-16.016 5.6-29.596 16.772-40.796 11.228-11.172 24.836-16.8 40.796-16.8h368.032c14.924 0 28.28 5.6 39.984 16.8 11.676 11.2 17.584 24.808 17.584 40.796zM771.176 443.212c0-84.224 41.58-126.392 124.824-126.392s124.796 42.112 124.796 126.392c0 83.188-41.608 124.796-124.796 124.796-83.188 0-124.824-41.608-124.824-124.796z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

3
src/icons/svg/cc-cc.svg Normal file
View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1536">
<path d="M894.362 0c250.632 0 464.023 87.501 640.006 262.42 84.225 84.253 148.262 180.547 191.999 288.797C1770.076 659.494 1792 774.408 1792 896.014c0 122.67-21.644 237.612-64.793 344.77-43.205 107.185-106.962 201.882-191.187 284.008-87.445 86.381-186.65 152.546-297.617 198.41-110.91 45.866-225.6 68.798-343.985 68.798-118.386 0-231.732-22.624-340.01-68.013-108.249-45.305-205.327-110.91-291.204-196.76-85.877-85.848-151.202-182.674-196.003-290.42C22.401 1129.062 0 1015.492 0 896.014 0 777.6 22.652 663.75 67.985 554.409c45.333-109.342 111.218-207.204 197.6-293.613C436.246 86.969 645.83 0 894.361 0zm3.248 161.619c-204.795 0-377.082 71.485-516.832 214.399-70.421 71.485-124.546 151.734-162.403 240.804-37.912 89.069-56.812 182.142-56.812 279.22 0 96.013 18.9 188.555 56.812 277.568 37.885 89.126 91.982 168.59 162.403 238.452 70.393 69.89 149.83 123.174 238.424 160.023 88.509 36.792 181.33 55.188 278.408 55.188 95.986 0 189.003-18.62 279.248-55.972 90.134-37.381 171.391-91.198 243.968-161.591 139.722-136.53 209.556-307.725 209.556-513.64 0-99.206-18.145-193.063-54.405-281.6-36.205-88.538-89.042-167.443-158.315-236.828-144.09-144.006-317.385-216.023-520.052-216.023zm-11.228 585.629L766.344 809.66c-12.824-26.629-28.532-45.333-47.18-56.001-18.677-10.64-36.01-15.988-52.026-15.988-79.969 0-120.01 52.78-120.01 158.398 0 47.993 10.137 86.353 30.381 115.166 20.272 28.812 50.149 43.232 89.63 43.232 52.276 0 89.069-25.62 110.433-76.805l110.378 56.001c-23.464 43.765-56.001 78.15-97.61 103.21-41.552 25.088-87.445 37.604-137.594 37.604-79.997 0-144.566-24.5-193.623-73.613-49.057-49.057-73.585-117.322-73.585-204.767 0-85.345 24.808-153.05 74.397-203.2 49.589-50.12 112.254-75.208 188.023-75.208 110.966-.056 190.403 43.148 238.424 129.558zm516.804 0l-118.414 62.413c-12.796-26.629-28.56-45.333-47.209-56.001-18.704-10.64-36.596-15.988-53.592-15.988-79.998 0-120.038 52.78-120.038 158.398 0 47.993 10.164 86.353 30.408 115.166 20.244 28.812 50.093 43.232 89.63 43.232 52.22 0 89.04-25.62 110.35-76.805l112.001 56.001c-24.5 43.765-57.597 78.15-99.15 103.21-41.608 25.088-86.941 37.604-135.998 37.604-81.089 0-145.854-24.5-194.35-73.613-48.61-49.057-72.858-117.322-72.858-204.767 0-85.345 24.78-153.05 74.425-203.2 49.561-50.12 112.226-75.208 187.967-75.208 110.938-.056 189.927 43.148 236.828 129.558z"/>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" height="1536" width="1536">
<path d="M1531.74 259.812C1358.336 86.604 1145.984 0 894.852 0c-248.22 0-458.276 86.548-630.224 259.812C88.172 439.04 0 651.056 0 896c0 244.86 88.172 455.448 264.628 631.624C441.056 1703.912 651.084 1792 894.852 1792c246.652 0 460.488-88.9 641.396-266.588C1706.74 1356.656 1792 1146.852 1792 896c-.028-250.908-86.772-463.008-260.26-636.188zM1419.572 1408.96c-148.008 146.328-322.224 219.436-522.48 219.436-200.368 0-373.1-72.436-518.112-217.308-145.012-144.872-217.56-316.568-217.56-515.116 0-84 13.272-163.436 39.48-238.28l237.412 105.112h-17.108v106.484h84.028c0 15.064-1.512 30.044-1.512 45.024v25.536h-82.516v106.484h97.468c13.524 79.52 43.54 144.032 84 195.02 84 111.02 219.016 170.968 365.988 170.968 96.04 0 182.924-28.476 233.996-57.008l-36.036-166.432c-31.5 16.492-101.948 38.948-170.912 38.948-75.04 0-145.488-22.456-193.508-76.468-22.484-25.48-38.976-60.032-49.476-105h326.088l463.372 205.1c-32.06 56.84-72.8 109.396-122.612 157.5zM836.836 939.82l-1.96-1.512 3.36 1.512zm278.992-70.56h13.412V762.776H875.28l-103.18-45.64c8.876-19.964 19.404-37.828 31.668-51.8 46.508-57.092 112.476-81.06 184.492-81.06 65.996 0 127.484 19.488 166.46 35.98l42-171.024c-54.04-23.94-133.504-44.94-224.98-44.94-140.98 0-260.988 56.98-346.5 152.964-18.984 21.924-35.448 46.536-50.372 72.548L280.224 499.408c28.56-42.812 62.132-83.916 101.024-123.144 140.588-143.36 312.48-215.068 515.872-215.068 203.28 0 376.012 71.68 518.056 215.068C1558.648 518.112 1630.412 691.32 1630.412 896c0 67.396-7.616 130.984-22.736 190.96z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" height="1536" width="1536">
<path d="M1531.824 259.812C1358.336 86.604 1146.096 0 894.824 0 646.66 0 436.576 86.604 264.684 259.812 88.2 439.04 0 651.084 0 896c0 244.888 88.2 455.504 264.684 631.708C441.056 1703.912 651.14 1792 894.824 1792c246.736 0 460.572-88.844 641.452-266.56C1706.768 1356.712 1792 1146.852 1792 896c0-250.88-86.744-462.952-260.176-636.188zM1419.628 1408.96c-148.036 146.356-322.224 219.492-522.508 219.492-200.368 0-373.072-72.436-518.084-217.308-145.04-144.788-217.532-316.54-217.532-515.144 0-76.384 10.948-148.904 32.592-217.756l458.724 204.26H551.88v139.468h209.888l20.524 42.588v67.592H551.88v139.44h230.412v202.552h222.964v-202.552h231.868V1142.68l292.544 130.284c-29.96 48.692-66.612 94.052-110.04 135.996zm-206.192-276.808h-208.124v-67.592l10.5-20.384zm23.716-185.5v-64.148H1097.74l227.5-419.132h-237.776l-156.66 346.864-83.132-37.016-143.164-309.848H466.76l98.672 184.184-295.848-131.74c30.744-48.748 67.872-95.284 111.664-139.524 140.56-143.36 312.48-215.04 515.872-215.04 203.28 0 376.012 71.68 518.056 215.04C1558.704 518.168 1630.44 691.376 1630.44 896c0 75.796-9.576 146.748-28.588 212.996z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

3
src/icons/svg/cc-nc.svg Normal file
View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" height="1536" width="1536">
<path d="M894.376 0c251.72 0 463.988 86.38 636.804 259.168C1705.004 431.984 1792 644.252 1792 896c0 251.776-85.344 461.328-256.06 628.824C1354.64 1702.96 1140.748 1792 894.376 1792c-243.208 0-453.32-88.536-630.364-265.58C88.032 1350.384 0 1140.3 0 896c0-245.336 88.032-457.604 264.012-636.804C436.8 86.408 646.912 0 894.376 0zM201.6 654.416c-26.656 73.584-40.012 154.14-40.012 241.612 0 198.408 72.52 370.16 217.56 515.2 146.132 144.032 318.948 216.02 518.392 216.02 201.628 0 375.452-73.024 521.64-219.212 52.276-50.12 93.296-102.396 123.144-156.856l-337.568-150.388c-11.788 56.56-40.292 102.676-85.596 138.376-45.416 35.728-98.98 56.308-160.832 61.6v137.62H854.336v-137.62c-99.204-1.008-189.896-36.736-271.992-107.156l123.2-124.796c58.632 54.376 125.328 81.564 200.004 81.564 30.912 0 57.344-6.888 79.24-20.804 21.84-13.832 32.816-36.736 32.816-68.796 0-22.428-8.036-40.544-24.024-54.404l-86.38-36.82-105.588-48.02-142.408-62.412zm695.996-494.424c-203.728 0-375.984 71.988-516.796 215.992-35.224 35.224-68.292 75.208-99.204 120.036L624.008 649.6c14.924-46.928 43.176-84.532 84.812-112.784 41.552-28.252 90.104-43.988 145.6-47.208v-137.62h104.02v137.62c82.152 4.284 156.8 32.004 224 83.188l-116.816 120.008c-50.204-35.196-101.332-52.78-153.608-52.78-27.748 0-52.528 5.348-74.368 15.988-21.868 10.668-32.816 28.812-32.816 54.404 0 7.476 2.66 14.924 7.98 22.4l113.596 51.24 78.4 35.196 144.032 63.98 459.116 204.792c14.98-62.944 22.428-126.924 22.428-191.996 0-205.884-71.456-379.204-214.368-520.044-141.876-144.004-314.748-215.992-518.42-215.992z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

3
src/icons/svg/cc-nd.svg Normal file
View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" height="1536" width="1536">
<path d="M894.414.027c250.67 0 462.909 86.952 636.813 260.801C1705.02 433.638 1792 645.303 1792 896.014c0 250.71-85.366 460.79-256.07 630.373C1355.682 1703.462 1141.803 1792 894.387 1792c-242.166 0-452.273-87.99-630.373-264.027C88.032 1352.018 0 1141.338 0 896.04c0-244.258 88.032-455.977 264.014-635.158C437.917 86.979 648.05.027 894.414.027zm3.268 161.6c-203.708 0-376.026 71.967-516.83 216.012C234.688 525.949 161.64 698.732 161.64 896.014c0 199.497 72.515 371.185 217.557 515.203 145.07 145.084 317.853 217.57 518.43 217.57 199.442 0 373.291-73.033 521.547-219.183 140.79-136.526 211.2-307.695 211.2-513.59 0-204.747-71.503-377.557-214.372-518.375-141.885-144.045-314.667-216.013-518.32-216.013zm337.58 523.16v153.587H584.067V684.786zm0 288.034V1126.3H584.067V972.821z"/>
</svg>

After

Width:  |  Height:  |  Size: 855 B

3
src/icons/svg/cc-pd.svg Normal file
View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1536">
<path d="M896 0C401.165 0 0 401.165 0 896c0 494.779 401.165 896 896 896s896-401.221 896-896c0-494.84-401.165-896-896-896zm0 1623.99c-401.44 0-728.019-326.605-728.019-727.99 0-84.033 14.481-164.729 40.815-239.839L493.523 782.95a602.16 602.16 0 0 0-11.825 118.902c0 357.7 266.99 458.486 434.97 458.486 99.06 0 184.791-31.976 251.903-78.885 12.754-9.142 24.308-18.34 34.925-27.702l-130.62-158.708c-3.831 4.377-7.83 8.54-11.933 12.264-50.806 48.174-106.647 48.174-119.126 48.174-136.668 0-193.876-144.196-194.642-259.705l784.733 349.38c.929.163 1.694.163 2.46.326-123.826 225.442-363.548 378.509-638.368 378.509zm701.55-541.972L788.18 720.762c29.204-52.883 75.684-92.629 145.236-92.629 40.32 0 72.292 13.356 97.473 30.222 10.453 7.555 19.544 15.106 27.207 22.717l145.894-150.164c-97.991-84.252-209.398-99.307-282.259-99.307-171.21 0-292.362 74.014-363.776 186.406L287.299 497.294C417.564 299.119 641.713 167.954 896 167.954c401.436 0 728.047 326.554 728.047 728.046 0 64.983-8.704 127.88-24.748 187.885-.658-.658-1.092-1.209-1.75-1.867z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1536">
<path d="M894.404 0c250.628 0 462.868 86.94 636.776 260.82C1705.004 433.636 1792 645.344 1792 896c0 250.712-85.372 460.796-256.06 630.392C1355.704 1703.464 1141.812 1792 894.404 1792c-242.172 0-452.284-88.004-630.392-264.012C88.032 1352.008 0 1141.392 0 896.028c0-244.244 88.032-455.98 264.012-635.18C437.864 86.94 648.004 0 894.404 0zm3.192 161.616c-203.728 0-375.984 72.016-516.796 216.02C234.64 525.924 161.588 698.712 161.588 896c0 199.5 72.52 371.196 217.56 515.2 145.068 145.096 317.856 217.588 518.392 217.588 199.444 0 373.352-73.052 521.612-219.184 140.812-136.528 211.204-307.72 211.204-513.604 0-204.764-71.484-377.58-214.368-518.364-141.876-144.06-314.692-216.02-518.392-216.02zm583.996 750.4l17.612 8.008v252.784l-16.016 7.952-217.588 92.82-9.604 3.22-11.2-3.192-468.804-193.592-16.016-6.412-231.98 96.012-228.788-99.232V840l214.396-89.628-1.596-1.596V495.964L755.216 388.78l548.8 227.192v222.404zm-254.408 294.336v-158.34h-1.596v-6.412l-411.208-168v163.24l411.208 169.624v-1.624zm27.188-207.956l144.06-59.192-132.832-56-140.812 59.192zm188.832 137.62V980.84l-160.02 67.2v156.8z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

3
src/icons/svg/cc-sa.svg Normal file
View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1536">
<path d="M894.404 0c250.628 0 462.868 86.94 636.776 260.82C1705.004 433.636 1792 645.344 1792 896c0 250.712-85.372 460.796-256.06 630.392C1355.704 1703.464 1141.812 1792 894.404 1792c-242.172 0-452.284-88.004-630.392-264.012C88.032 1352.008 0 1141.392 0 896.028c0-244.244 88.032-455.98 264.012-635.18C437.864 86.94 648.004 0 894.404 0zm3.192 161.616c-203.728 0-375.984 72.016-516.796 216.02C234.64 525.924 161.588 698.712 161.588 896c0 199.5 72.52 371.196 217.56 515.2 145.068 145.096 317.856 217.588 518.392 217.588 199.444 0 373.352-73.052 521.612-219.184 140.812-136.528 211.204-307.72 211.204-513.604 0-204.764-71.484-377.58-214.368-518.364-141.876-144.06-314.692-216.02-518.392-216.02zM497.588 769.58c17.052-109.872 61.292-194.936 132.776-255.192 71.456-60.256 158.368-90.384 260.792-90.384 140.756 0 252.812 45.36 336 135.968 83.188 90.664 124.796 206.948 124.796 348.796 0 137.62-43.204 252-129.556 343.168-86.464 91.168-198.408 136.808-336.056 136.808-101.332 0-188.804-30.38-262.388-91.196-73.612-60.816-117.852-147.196-132.804-259.196H716.8c5.32 108.808 70.924 163.212 196.812 163.212 62.888 0 113.596-27.216 151.984-81.592 38.444-54.376 57.652-126.952 57.652-217.588 0-94.948-17.612-167.188-52.78-216.804-35.224-49.588-85.848-74.396-152.04-74.396-119.504 0-186.676 52.78-201.6 158.368h65.604L604.856 947.156 427.252 769.552z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1536">
<path d="M894.404 0c250.628 0 462.868 86.94 636.776 260.82C1705.004 433.636 1792 645.344 1792 896c0 250.712-85.372 460.796-256.06 630.392C1355.704 1703.464 1141.812 1792 894.404 1792c-242.172 0-452.284-88.004-630.392-264.012C88.032 1352.008 0 1141.392 0 896.028c0-244.244 88.032-455.98 264.012-635.18C437.864 86.94 648.004 0 894.404 0zm3.192 161.616c-203.728 0-375.984 72.016-516.796 216.02C234.64 525.924 161.588 698.712 161.588 896c0 199.5 72.52 371.196 217.56 515.2 145.068 145.096 317.856 217.588 518.392 217.588 199.444 0 373.352-73.052 521.612-219.184 140.812-136.528 211.204-307.72 211.204-513.604 0-204.764-71.484-377.58-214.368-518.364-141.876-144.06-314.692-216.02-518.392-216.02zm364.812 478.38c13.832 0 25.592 4.788 35.168 14.364 9.632 9.604 14.448 21.364 14.448 35.224v659.176c0 13.86-4.816 25.592-14.448 35.168-9.576 9.604-21.336 14.448-35.168 14.448H774.396c-13.888 0-25.592-4.788-35.224-14.448-9.632-9.604-14.392-21.308-14.392-35.168v-195.244H529.592c-13.916 0-25.62-4.76-35.224-14.364-9.576-9.576-14.392-21.308-14.392-35.224v-659.12c0-12.824 4.228-23.744 12.824-32.788 8.484-9.044 19.18-14.644 31.976-16.8h492.772c13.832 0 25.592 4.788 35.224 14.392 9.576 9.576 14.392 21.364 14.392 35.224v195.216h195.244zm-684.824 415.996H724.78V689.584c0-12.796 4.228-23.716 12.824-32.788 8.512-9.016 18.676-14.644 30.38-16.8h201.6v-145.6h-392zm636.804-318.416h-392V1299.2h392z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1536">
<path d="M896 380.268c-295.82 0-370.216 279.132-370.216 515.76 0 236.656 74.368 515.76 370.216 515.76 295.792 0 370.188-279.104 370.188-515.76 0-236.628-74.396-515.76-370.188-515.76zm0 194.488c12.012 0 22.96 1.848 33.264 4.396 21.308 18.368 31.724 43.708 11.284 79.044l-197.008 362.04c-6.048-45.808-6.916-90.72-6.916-124.236 0-104.216 7.224-321.244 159.376-321.244zm147.448 166.908c10.444 55.552 11.928 113.568 11.928 154.364 0 104.244-7.224 321.3-159.32 321.3-11.984 0-23.016-1.26-33.264-3.808-1.96-.588-3.752-1.204-5.656-1.876-3.136-.896-6.44-1.904-9.408-3.08-33.88-14.42-55.216-40.488-24.472-86.604z"/>
<path d="M894.124.028c-248.556 0-458.052 86.52-628.712 260.4-86.436 86.436-152.404 184.996-198.296 294.896C22.316 664.16 0 777.616 0 896.028c0 119.504 22.316 232.96 67.116 340.704 44.8 107.8 109.788 204.736 195.132 291.088 86.38 85.372 183.372 151.172 291.144 197.036C662.2 1769.712 775.684 1792 894.124 1792c118.412 0 233.52-23.128 344.484-69.02 110.936-45.892 209.888-111.832 297.388-198.268 84.308-82.124 148.092-176.316 190.736-282.968C1770.44 1134.028 1792 1018.752 1792 896.028c0-121.604-21.56-236.712-65.24-344.484-43.736-108.78-107.744-204.96-191.996-289.24C1358.7 87.36 1144.78.028 894.124.028zm3.752 161.252c202.664 0 375.536 71.848 519.512 215.852 69.356 69.356 122.5 148.68 158.76 237.188 36.288 88.536 54.572 182.504 54.572 281.708 0 205.912-70.448 376.712-210.168 513.24-72.576 70.448-154.056 124.516-244.72 161.868-89.6 37.352-181.944 55.832-277.956 55.832-97.104 0-190.064-18.284-278.572-54.544-88.564-37.352-168.028-90.664-238.448-160.048-70.42-70.392-124.74-149.884-163.128-238.448-37.324-89.572-56.476-181.944-56.476-277.956 0-97.076 19.152-190.036 56.476-278.572 38.388-89.6 92.736-170.072 163.128-241.584 139.72-142.884 312.2-214.536 517.02-214.536z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

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="M0 0v1792h1792V0H610.045zm19.066 19.066H590.98v571.909H19.066zm590.98 0h571.908v571.909H610.046zm590.98 0h571.908v571.909h-571.909zm-305.03 33.31A252.643 252.643 0 0 0 643.35 305.02a252.643 252.643 0 0 0 252.645 252.645A252.643 252.643 0 0 0 1148.64 305.02 252.643 252.643 0 0 0 895.995 52.375zm-876.93 557.67H590.98v571.908H19.066zm590.98 0h571.908v571.908H610.046zm590.98 0h571.908v571.908h-571.909zm285.944 33.309a252.643 252.643 0 0 0-252.64 252.64 252.643 252.643 0 0 0 252.64 252.645 252.643 252.643 0 0 0 252.645-252.645 252.643 252.643 0 0 0-252.645-252.64zM19.066 1201.02H590.98v571.914H19.066zm590.98 0h571.908v571.914H610.046zm590.98 0h571.908v571.914h-571.909zm-896.006 33.31a252.643 252.643 0 0 0-252.645 252.645 252.643 252.643 0 0 0 252.645 252.64 252.643 252.643 0 0 0 252.64-252.64 252.643 252.643 0 0 0-252.64-252.645zm590.975 0a252.643 252.643 0 0 0-252.645 252.645 252.643 252.643 0 0 0 252.645 252.64 252.643 252.643 0 0 0 252.645-252.64 252.643 252.643 0 0 0-252.645-252.645zm590.975 0a252.643 252.643 0 0 0-252.64 252.645 252.643 252.643 0 0 0 252.64 252.64 252.643 252.643 0 0 0 252.645-252.64 252.643 252.643 0 0 0-252.645-252.645z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

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

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1536 1792" height="1792" width="1536">
<path d="M4.866 1781.627c-.388-.066-.891-.099-1.112-.151l-.402-.092V2.373h1779.196v1778.993l-1.646.112c-1.648.119-1774.694.257-1776.036.145zm632.495-533.887c17.516-.633 33.648-2.268 50.017-5.071a367.462 367.462 0 0 0 116.173-40.816c7.284-4.038 13.478-7.74 13.419-8.022-.02-.099-17.239-24.142-38.262-53.43l-38.225-53.25-1.98 1.072c-2.731 1.48-11.777 5.927-14.8 7.275-42.612 19.01-89.442 25.227-136.04 18.06-43.517-6.694-84.769-25.615-118.143-54.189-6.869-5.88-17.172-15.943-22.717-22.186-21.189-23.855-37.01-50.707-47.343-80.357-5.987-17.179-10.13-35.864-12.011-54.17-1.703-16.573-1.703-33.833-.003-50.353 4.921-47.795 24.09-93.014 54.816-129.31 6.185-7.308 16.186-17.626 22.807-23.532 35.674-31.82 78.353-51.71 125.623-58.542 19.582-2.83 41.659-3.15 61.787-.892 37.223 4.173 73.064 17.03 103.899 37.272 1.42.932 2.635 1.638 2.7 1.57.178-.172 71.018-109.397 71.018-109.478 0-.185-9.457-6.202-14.766-9.4-44.188-26.628-92.977-43.638-143.531-50.04-51.365-6.504-103.183-2.243-152.51 12.542-64.835 19.433-123.686 56.821-169.433 107.64-49.03 54.466-80.887 122.074-91.33 193.82-2.662 18.3-3.812 34.432-3.812 53.508 0 14.113.52 24.631 1.855 37.75 7.621 74.714 38.12 145.478 87.49 202.99 11.088 12.918 24.67 26.625 37.588 37.935 31.626 27.69 67.724 49.855 106.57 65.435 39.353 15.783 81.196 24.614 123.931 26.155 5.782.21 19.614.217 25.214 0zm412.633-112.001c16.31-47.254 29.713-86.056 29.783-86.226.125-.297 3.106-.31 57.114-.31 35.69 0 56.985.066 56.985.171 0 .185-59.266 172.005-59.408 172.235-.053.08 26.81.119 59.681.092l59.767-.066 29.693-86.057c16.332-47.331 29.77-86.134 29.862-86.226.1-.106 23.563-.185 62.658-.211l62.49-.066 19.36-56.09c10.648-30.849 19.383-56.21 19.41-56.356.054-.237-7.024-.277-62.467-.356l-62.518-.092 19.427-56.312 19.427-56.311h62.534c44.162 0 62.568-.066 62.651-.191.1-.171 38.9-112.503 38.9-112.641 0-.066-28.126-.066-62.5-.066-42.191 0-62.5-.066-62.5-.184 0-.191 57.837-167.89 57.984-168.13.053-.072-26.81-.118-59.68-.092l-59.766.066-29.046 84.18-29.045 84.178h-57.033c-31.367 0-57.031-.066-57.03-.132 0-.072 13.052-37.954 29.003-84.178l29.002-84.046-59.66-.066h-59.718c-.027 0-12.844 37.112-28.468 82.399-15.624 45.286-28.696 83.16-29.048 84.164l-.64 1.825-52.46.003-52.46.003-19.408 56.27-19.468 56.444c-.053.112 18.663.17 52.414.17 49.901 0 52.467 0 52.352.31-.075.172-8.823 25.533-19.459 56.358l-19.338 56.044H894.537l-.25.58c-.266.638-38.733 112.092-38.733 112.226 0 .066 23.566.086 52.37.086h52.371l-.074.402c-.053.224-13.365 38.902-29.605 85.96-16.24 47.057-29.564 85.698-29.61 85.87-.075.297 2.814.31 59.624.27l59.708-.066zm68.927-199.65c0-.126 8.723-25.464 19.373-56.313l19.363-56.09 57.091-.065 57.091-.066-1.277 3.703-19.44 56.355-18.162 52.652h-57.024c-45.507.003-57.023-.065-57.016-.223z"/>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

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="M139.215 1791.898c-.815-.033-3.182-.193-5.259-.354-23.274-1.814-45.784-9.283-65.682-21.796-28.71-18.053-50.524-45.827-61.03-77.701-3.677-11.159-5.742-21.232-6.887-33.594C.014 1654.75 0 1635.08 0 1152.083c0-408.606.047-503.09.255-505.58 1.746-20.98 7.339-40.14 16.86-57.756 19.851-36.733 54.174-63.3 94.237-72.94a258.85 258.85 0 0 1 4.298-1.01l.642-.13.053 567.891.053 567.892.427 1.705c1 3.986 2.642 7.63 4.866 10.788 1.524 2.166 5.054 5.715 7.19 7.23 3.272 2.323 7.09 4.006 11.148 4.914l2.051.46h1345.118l2.013-.447c12.225-2.707 21.669-12.692 23.468-24.811.238-1.605.306-3.868.306-10.19v-8.125h116.392v8.843c0 9.202-.186 14.349-.705 19.711-3.228 33.356-18.035 64.663-41.875 88.537-25.887 25.923-59.532 40.936-95.847 42.767-2.638.133-227.265.187-677.1.162-370.233-.02-673.818-.064-674.634-.097zm231.399-252.034c-17.131-.98-33.901-4.993-49.935-11.949-3.155-1.368-10.367-5-13.565-6.831-11.58-6.629-21.667-14.356-31.157-23.867-11.417-11.442-20.202-23.623-27.35-37.917-8.617-17.233-13.385-34.572-14.979-54.477-.374-4.674-.374-1005.102 0-1009.776 1.563-19.51 6.143-36.416 14.467-53.402 4.305-8.783 8.91-16.27 14.738-23.962 20.52-27.08 50.303-46.502 82.882-54.048a172.81 172.81 0 0 0 3.409-.811c.33-.097.347 25.694.37 539.529.015 296.797.09 552.303.167 567.79.13 25.632.173 28.292.483 29.641.932 4.055 2.73 8.13 4.995 11.322 1.524 2.148 5.067 5.666 7.274 7.224 3.187 2.248 7.569 4.15 11.321 4.915 1.646.336 30.963.351 674.379.351 655.577 0 672.7-.01 674.337-.368 10.378-2.276 19.055-9.925 22.419-19.762 1.395-4.082 1.357-3.602 1.438-18.156l.074-13.19h116.371v13.316c0 13.254-.131 17.603-.706 23.438-3.847 39.06-23.505 74.942-54.624 99.71-23.533 18.729-52.343 29.66-82.502 31.3-4.418.241-1350.104.221-1354.306-.02zM603.79 1280.01c-14.424-.826-28.96-3.877-42.288-8.877-5.693-2.136-8.705-3.45-14.193-6.193-14.327-7.16-26.655-16.057-38.081-27.484-11.706-11.706-20.65-24.207-27.945-39.06-8.81-17.938-13.597-36.488-14.625-56.667-.288-5.648-.288-997.65 0-1003.297.113-2.217.381-5.764.597-7.884 5.447-53.635 40.987-100.423 91.488-120.445C572.41 4.685 586.085 1.56 601.716.286c4.656-.38 1354.477-.383 1359.05 0 7.412.615 14.4 1.637 20.738 3.032 33.932 7.466 64.313 27.065 85.27 55.008 17.549 23.398 27.458 50.72 28.963 79.859.151 2.934.194 148.659.147 504.764-.063 472.594-.086 500.828-.407 504-2.047 20.137-6.715 36.499-15.167 53.156-17.651 34.785-48.264 61.027-85.26 73.087-11.766 3.836-24.273 6.152-36.952 6.842-4.419.24-1350.104.22-1354.307-.021zm1352.25-116.7c6.05-1.519 10.42-3.972 14.708-8.26 4.287-4.287 6.741-8.658 8.258-14.707l.425-1.698.054-351.1.054-351.099-2.419 2.717c-17.299 19.425-36.37 37.726-56.106 53.84-2.319 1.894-8.307 6.589-13.306 10.433-165.61 127.355-276.781 215.669-381.581 303.127-9.456 7.89-20.126 16.75-23.713 19.686-43.842 35.897-76.935 58.615-109.672 75.287-32.902 16.756-63.867 26.234-94.16 28.822-11.427.976-24.998.902-36.756-.199-40.424-3.786-82.948-20.254-129.235-50.05-25.852-16.64-50.53-35.349-88.924-67.413C933.4 720.612 829.332 637.833 659.22 506.895c-7.608-5.856-15.033-11.626-16.5-12.821-21.425-17.455-39.855-35.16-58.937-56.616l-.94-1.056.052 351.023.05 351.023.524 2.075c1.028 4.075 2.61 7.575 4.857 10.744 1.444 2.037 5.024 5.613 7.1 7.092 3.722 2.652 8.189 4.51 12.425 5.168 1.51.235 100.478.27 674.13.242l672.362-.034zM1287.8 814.457c12.219-.921 26.172-4.818 41.41-11.564 4.368-1.934 13.618-6.584 18.476-9.288 21.314-11.865 45.716-28.988 74.004-51.931 9.883-8.016 15.289-12.53 40.51-33.827 14.556-12.293 15.767-13.278 42.33-34.431 107.075-85.271 218.806-173.6 318.502-251.789 25.614-20.089 27.296-21.428 32.372-25.788 33.09-28.418 66.622-69.404 89.487-109.379 5.844-10.217 11.947-22.184 16.074-31.518 11.02-24.926 17.326-48.576 18.362-68.867.4-7.848.655-27.108.423-32.012-.549-11.588-2.282-19.357-5.643-25.29-4.117-7.266-10.723-11.363-19.765-12.257-1.563-.155-191.128-.198-674.14-.156l-671.966.06-2.074.524c-5.114 1.294-9.168 3.388-13.089 6.761-3.602 3.1-6.928 7.917-8.542 12.375-1.106 3.053-1.507 5.347-1.627 9.287-.121 4.021.185 13.874.642 20.65 4.46 66.15 30.209 128.221 75.652 182.374 11.1 13.228 25.08 27.557 38.688 39.654 9.084 8.075 11.989 10.425 41.266 33.386 99.692 78.185 212.648 167.484 321.804 254.407 24.886 19.817 24.59 19.575 42.09 34.377 33.153 28.041 45.147 37.79 62.247 50.6 18.125 13.578 32.125 22.933 46.932 31.358 23.921 13.611 45.275 21.173 63.136 22.356 2.435.161 9.914.117 12.438-.073z"/>
</svg>

After

Width:  |  Height:  |  Size: 4.4 KiB

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="M139.215 1791.898c-.815-.033-3.182-.193-5.259-.354-23.274-1.814-45.784-9.283-65.682-21.796-28.71-18.053-50.524-45.827-61.03-77.701-3.677-11.159-5.742-21.232-6.887-33.594C.014 1654.75 0 1635.08 0 1152.083c0-408.606.047-503.09.255-505.58 1.746-20.98 7.339-40.14 16.86-57.756 19.85-36.732 54.177-63.3 94.237-72.94a248.33 248.33 0 0 1 4.298-1.01l.642-.13.053 567.891.053 567.892.427 1.705c1 3.986 2.642 7.63 4.866 10.788 1.524 2.165 5.054 5.715 7.19 7.23 3.272 2.323 7.09 4.006 11.148 4.914l2.051.46h1345.118l2.013-.447c12.225-2.707 21.669-12.692 23.468-24.811.239-1.605.307-3.868.307-10.19v-8.125h116.391v8.843c0 9.201-.186 14.349-.705 19.711-3.227 33.356-18.034 64.663-41.875 88.537-25.887 25.923-59.532 40.936-95.847 42.767-2.638.133-227.265.187-677.1.162-370.233-.02-673.818-.064-674.633-.097zm231.399-252.034c-17.131-.98-33.901-4.993-49.935-11.949-3.155-1.369-10.366-5-13.565-6.831-11.58-6.629-21.667-14.356-31.157-23.867-11.417-11.442-20.202-23.623-27.35-37.917-8.617-17.233-13.385-34.572-14.979-54.477-.374-4.674-.374-1005.102 0-1009.777 1.563-19.509 6.143-36.415 14.467-53.402 4.305-8.782 8.91-16.27 14.738-23.961 20.52-27.08 50.304-46.502 82.882-54.048 1.685-.39 3.219-.755 3.409-.812.33-.097.347 25.704.37 539.727.015 296.906.09 552.412.168 567.79.13 25.442.173 28.096.482 29.444.932 4.054 2.73 8.13 4.995 11.322 1.524 2.148 5.067 5.666 7.274 7.224 3.187 2.248 7.569 4.15 11.321 4.915 1.646.336 30.963.351 674.379.351 655.577 0 672.7-.01 674.337-.368 10.378-2.276 19.056-9.926 22.419-19.762 1.395-4.082 1.357-3.602 1.439-18.157l.074-13.19h116.37v13.317c0 13.254-.13 17.603-.706 23.438-3.847 39.06-23.505 74.942-54.624 99.71-23.532 18.729-52.342 29.66-82.501 31.3-4.419.241-1350.104.221-1354.307-.02zM603.79 1280.01c-14.424-.826-28.96-3.877-42.288-8.877-5.692-2.136-8.705-3.45-14.193-6.193-14.327-7.16-26.654-16.057-38.081-27.484-11.706-11.706-20.65-24.207-27.944-39.06-8.903-18.127-13.681-36.793-14.637-57.182-.152-3.224-.196-109.72-.154-366.434l.059-361.889 3.26 3.518c24.6 26.541 53.607 51.476 85.07 73.128 1.74 1.196 27.794 18.923 57.9 39.392 131.04 89.095 179.386 122.245 242.464 166.255 60.035 41.887 121.502 85.74 162.039 115.606 35.66 26.272 58.636 42.219 81.612 56.642 56.312 35.35 105.329 55.318 151.072 61.54 18.721 2.547 37.987 2.78 56.91.69 26.556-2.932 55.047-10.89 84.478-23.598 15.12-6.528 31.883-14.96 47.92-24.104 29.484-16.811 57.182-35.394 103.547-69.47 35.007-25.728 102.613-73.807 163.421-116.22 74.386-51.883 151.865-104.933 272.107-186.31 27.285-18.466 29.552-20.025 37.051-25.472 29.56-21.47 55.047-44.101 79.695-70.768l.822-.889-.052 365.377c-.05 344.4-.071 365.57-.393 368.737-2.043 20.118-6.72 36.51-15.167 53.156-17.65 34.785-48.263 61.028-85.259 73.088-11.766 3.836-24.273 6.151-36.953 6.841-4.418.24-1350.104.22-1354.306-.02zm671.077-465.48c-2.032-.094-7.36-.642-10.276-1.055-28.213-4.002-62.378-18.605-104.139-44.515-20.775-12.89-40.227-26.301-78.154-53.885-21.563-15.683-23.714-17.22-46.438-33.171-60.068-42.167-128.1-89.59-212.132-147.87-99.354-68.906-132.27-91.753-171.622-119.125a58035.377 58035.377 0 0 0-32.705-22.737c-1.793-1.242-5.528-3.956-8.3-6.031-37.5-28.082-75.302-67.915-102.033-107.518-18.122-26.847-30.974-53.333-37.375-77.022-3.946-14.603-5.452-26.363-5.165-40.325.418-20.373 2.9-37.764 7.95-55.725 4.446-15.807 11.499-31.631 19.904-44.66 17.3-26.813 41.954-45.504 71.922-54.525 10.675-3.213 21.54-5.139 34.325-6.083 5.102-.376 1355.387-.378 1359.938 0 9.502.787 16.602 1.958 25.393 4.19 31.934 8.106 60.834 27.528 80.973 54.418 15.884 21.208 25.65 46.15 28.292 72.252 1.005 9.936.9 22.367-.296 34.57-3.993 40.784-19.774 81.85-46.78 121.737-25.696 37.952-61.31 73.936-102.149 103.212-3.378 2.421-28.387 19.737-111.507 77.204-138.283 95.606-203.92 141.189-276.157 191.783-53.773 37.66-54.38 38.09-72.621 51.374-42.25 30.768-60.518 43.43-82.304 57.041-21.962 13.723-42.795 24.808-60.468 32.175-20.644 8.605-38.397 13.222-54.737 14.233-2.874.178-10.131.21-13.339.06z"/>
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

3
src/icons/svg/gnu.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 22 KiB

View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1536 1792" height="1792" width="1536">
<path d="M0 1669.198V122.802C0 69.133 30.928 21.832 76.41 0l896 896-896 896C30.928 1769.259 0 1722.867 0 1669.198m1256.22-489.389l-978.778 565.8 772.288-772.29 206.49 206.49m304.73-392.057c30.928 24.56 53.67 62.766 53.67 108.248 0 45.482-20.013 81.868-51.85 107.338l-208.31 120.073L1127.05 896l227.41-227.411 206.49 119.163M277.442 46.392l978.777 565.799-206.489 206.49z"/>
</svg>

After

Width:  |  Height:  |  Size: 477 B

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

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1536 1792" height="1792" width="1536">
<path d="M167.5 1784.46c-39.608-1.701-76.39-17.803-104.516-45.757-25.032-24.877-41.086-57.226-45.693-92.07-.337-2.553-.642-5.435-.992-9.388-.238-2.684-.254-42.607-.299-735.9-.038-525.247-.002-733.95.111-736.192.389-7.695 1.263-14.9 2.713-22.344 7.087-36.374 27.037-69.229 56.292-92.706 24.312-19.51 53.695-31.435 84.67-34.363a867.88 867.88 0 0 1 4.366-.401c2.724-.241 1284.927-.36 1289.845-.12 34.099 1.665 66.41 14.23 92.646 36.025 5.337 4.434 12.415 11.235 16.822 16.163 19.295 21.577 32.199 47.333 37.774 75.394 1.712 8.618 2.627 16.512 2.98 25.7.199 5.189.199 1458.383 0 1463.65-1.018 26.946-8.43 52.036-22.165 75.038-8.945 14.98-20.917 28.983-34.392 40.23-23.005 19.201-50.487 31.433-79.98 35.598-4.727.667-9.59 1.119-14.994 1.393-2.487.126-1282.26.175-1285.187.048zm1287.153-88.526c6.074-.727 10.03-1.558 14.731-3.095 10.587-3.461 19.624-9.038 27.558-17.006 10.79-10.835 17.615-24.74 19.495-39.718.348-2.77.63-7.41.564-9.278l-.048-1.31-.546-.048-.546-.048-.038-729.596c-.038-688.597-.058-729.697-.292-731.483-1.52-11.508-5.024-21.018-11.1-30.132-7.903-11.856-18.983-20.842-32.09-26.026-5.572-2.205-11.007-3.564-17.685-4.423-1.96-.252-26.687-.263-642.885-.307-466.16-.032-641.501-.002-643.249.116-27.1 1.812-50.51 19.352-60.05 44.994-1.767 4.746-3.01 9.994-3.81 16.07-.235 1.782-.253 44.194-.299 733.498-.038 526.268 0 732.258.109 733.928.917 13.448 5.664 26.098 13.824 36.84 2.969 3.908 7.554 8.683 11.143 11.606 11.253 9.163 24.623 14.513 38.791 15.521.921.067 290.416.108 643.322.095 497.379-.02 641.974-.067 643.103-.198zm-428.655-445.126c-.038-254.192-.058-269.543-.294-271.878-1.394-13.696-4.015-23.704-8.787-33.552-1.769-3.652-3.013-5.837-5.219-9.17-4.753-7.182-10.397-13.18-17.32-18.404-15.398-11.622-36.16-18.52-61.792-20.528-10.334-.81-24.166-.861-40.54-.15-76.101 3.307-165.748 22.176-262.67 55.287-29.786 10.175-61.18 22.176-86.611 33.11-6.602 2.838-7.851 3.416-70.526 32.64-34.026 15.866-61.98 28.881-62.12 28.923-.242.076-.254-18.225-.254-382.776V281.459h176.86v251.753c0 144.614.058 251.754.129 251.754.066 0 1.495-.499 3.166-1.107 14.062-5.119 30.717-10.686 46.052-15.395 85.539-26.264 176.137-41.434 269.586-45.14 21.003-.834 31.6-.853 43.742-.077 56.515 3.606 110.411 23.375 155.17 56.916 22.159 16.604 39.43 34.057 54.33 54.903 27.464 38.42 43.187 84.48 45.159 132.292.184 4.492.174-29.05.086 282.941l-.076 269.913h-178.02zm-610.893 90.368c0-119.863.048-177.876.147-177.815.355.22 198.766 177.7 198.766 177.798 0 .086-197.619 176.87-198.668 177.723-.23.188-.245-10.869-.245-177.706zM898.768 566.51c4.105-5.155 11.005-14.224 15.421-20.27 25.426-34.8 47.727-72.757 65.811-112.011 20.227-43.904 35.404-89.234 45.765-136.685.86-3.939 3.476-16.745 3.476-17.017 0-.048 40.023-.087 88.94-.087h88.94v.328c0 .984-1.686 12.533-2.852 19.542-11.378 68.404-36.138 133.996-72.914 193.163-15.429 24.824-33.208 48.805-52.112 70.29-1.681 1.912-3.178 3.631-3.324 3.821l-.267.345H897.638z"/>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.6 KiB

7
src/icons/svg/java.svg Normal file
View file

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1536 1792" height="1792" width="1536">
<g clip-rule="evenodd" fill-rule="evenodd">
<path d="M427.91 1372.782s-67.351 39.19 47.983 52.43c139.764 15.96 211.152 13.663 365.121-15.463 0 0 40.537 25.38 97.121 47.339-345.255 147.941-781.37-8.558-510.225-84.306zm-42.204-193.057s-75.558 55.926 39.878 67.863c149.302 15.419 267.152 16.677 471.21-22.587 0 0 28.175 28.6 72.515 44.223-417.376 122.078-882.222 9.611-583.603-89.5zM741.333 852.2c85.11 97.969-22.309 186.078-22.309 186.078s216.01-111.486 116.797-251.148c-92.63-130.182-163.682-194.856 220.925-417.887-.015-.015-603.733 150.72-315.413 482.956z"/>
<path d="M1197.943 1515.589s49.856 41.107-54.916 72.895c-199.23 60.344-829.368 78.542-1004.402 2.4-62.875-27.386 55.092-65.348 92.205-73.364 38.708-8.368 60.798-6.847 60.798-6.847-69.97-49.27-452.266 96.77-194.155 138.667 703.824 114.12 1283.01-51.376 1100.47-133.751zm-737.63-535.914s-320.489 76.143-113.476 103.821c87.437 11.689 261.608 8.997 423.973-4.623 132.655-11.132 265.806-34.948 265.806-34.948s-46.739 20.056-80.604 43.14c-325.507 85.623-954.226 45.745-773.208-41.78 153.047-74.036 277.509-65.61 277.509-65.61zm574.972 321.352c330.861-171.889 177.887-337.107 71.082-314.842-26.113 5.457-37.83 10.167-37.83 10.167s9.742-15.243 28.263-21.797c211.255-74.241 373.694 219.023-68.112 335.162-.015 0 5.076-4.594 6.597-8.69zM835.82 9.007s183.198 183.314-173.805 465.11c-286.3 226.132-65.273 355.027-.087 502.354-167.15-150.78-289.754-283.536-207.51-407.062C575.163 388.084 909.74 300.15 835.82 9.007z"/>
<path d="M492.862 1766.956c317.534 20.305 805.245-11.279 816.817-161.56 0 0-22.207 56.964-262.457 102.152-271.058 51.026-605.43 45.086-803.68 12.362 0 0 40.625 33.617 249.32 47.046z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1536 1792" height="1792" width="1536">
<path d="M2279.093 181.288a32.595 32.595 0 0 0-22.04-7.761c-22.04 0-50.444 14.9-65.655 23.282l-6.13 3.104a208.063 208.063 0 0 1-82.03 20.643c-29.18.932-54.325 2.639-87.075 5.976-194.016 20.023-280.547 168.716-363.897 312.521-45.322 78.227-92.196 159.093-156.454 221.722a432.345 432.345 0 0 1-42.373 35.931c-66.509 49.59-150.013 84.591-215.28 109.58-62.629 23.903-130.845 45.4-196.888 66.199-60.378 19.013-117.496 36.94-169.958 56.497-23.67 8.77-43.77 15.522-61.542 21.42-47.728 15.521-82.263 27.395-132.552 62.085-19.634 13.426-39.346 27.938-52.772 38.803a553.023 553.023 0 0 0-105.079 110.744 658.18 658.18 0 0 1-88.238 106.244c-10.555 10.399-29.49 15.52-57.662 15.52-33.138 0-73.183-6.829-115.711-14.046-42.528-7.217-88.937-15.521-127.74-15.521-31.586 0-55.644 5.122-73.726 15.521 0 0-30.267 17.694-43.15 40.588l12.573 5.666a260.447 260.447 0 0 1 53.78 38.803 261.378 261.378 0 0 0 55.8 39.734 49.435 49.435 0 0 1 17.384 11.253c-5.355 7.76-13.116 17.772-21.264 28.482-44.78 58.593-70.855 95.61-55.877 115.789a46.564 46.564 0 0 0 23.282 5.277c97.706 0 150.09-25.377 216.522-57.507 19.169-9.312 38.803-18.935 62.085-28.714 38.803-16.84 80.555-43.692 124.791-72.096 58.593-37.64 119.203-76.598 177.874-95.456a483.488 483.488 0 0 1 149.237-20.954c62.085 0 127.43 8.304 190.446 16.375 47.03 6.053 95.611 12.262 143.34 15.521 18.547 1.087 35.698 1.63 52.461 1.63a609.055 609.055 0 0 0 66.82-3.492l5.276-1.863c33.526-20.565 49.203-64.724 64.336-107.407 9.779-27.473 18.005-52.152 31.043-67.828a15.987 15.987 0 0 1 2.56-2.096 3.104 3.104 0 0 1 3.803.621 1.94 1.94 0 0 1 0 1.242c-7.76 166.932-75.045 272.864-142.95 367.078l-46.099 48.35s63.482 0 99.647-13.97c131.93-39.424 231.577-126.343 304.062-264.948a1120.559 1120.559 0 0 0 47.805-109.348c1.242-3.104 12.728-8.847 11.564 7.218 0 4.734-.621 10.01-1.01 15.521 0 3.26-.465 6.597-.62 9.934-1.94 23.281-7.76 72.484-7.76 72.484l40.743-21.807c98.25-62.085 173.993-187.342 231.422-382.212 23.98-81.176 41.442-161.81 56.885-232.82 18.47-85.366 34.38-158.55 52.618-186.953 28.636-44.546 72.329-74.657 114.624-103.915 5.82-3.958 11.564-7.76 17.229-11.951 53.238-37.33 106.088-80.4 117.651-160.723v-1.785c8.847-59.912 1.63-74.813-6.13-82.185z" class="cls-1"/>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1536 1792" height="1792" width="1536">
<path d="M2116.067 204.814H177.333c-90.086 0-163.376 73.29-163.376 163.376v1089.177c0 90.09 73.29 163.376 163.376 163.376h1938.734c90.09 0 163.376-73.285 163.376-163.376V368.19c0-90.086-73.285-163.376-163.376-163.376zm-827.774 1132.467l-283.186.276V912.78l-212.389 272.294-212.39-272.294v424.778H297.144V488H580.33l212.389 283.186L1005.108 488l283.185-.277zm422.768 70.796L1359.089 912.78h212.39V488h283.186v424.779h212.389z"/>
</svg>

After

Width:  |  Height:  |  Size: 531 B

4
src/icons/svg/mysql.svg Normal file
View file

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1536 1792" height="1792" width="1536">
<path d="M1642.286 1376.081c-96.123-2.396-170.622 7.217-233.104 33.648-18.025 7.203-46.866 7.21-49.27 30.043 9.614 9.613 10.816 25.235 19.227 38.447 14.435 24.028 39.65 56.474 62.482 73.305 25.23 19.22 50.472 38.44 76.896 55.264 46.866 28.841 99.742 45.658 145.4 74.5 26.444 16.81 52.86 38.454 79.298 56.473 13.22 9.6 21.624 25.235 38.455 31.237v-3.598c-8.419-10.822-10.822-26.438-19.227-38.455-12.003-12.017-24.034-22.832-36.051-34.85-34.843-46.852-78.098-87.71-124.957-121.351-38.448-26.438-122.568-62.482-138.183-106.945 0 0-1.208-1.195-2.403-2.397 26.43-2.403 57.668-12.017 82.91-19.227 40.852-10.822 78.098-8.412 120.158-19.227 19.22-4.807 38.447-10.816 57.668-16.824v-10.809c-21.617-21.63-37.24-50.465-60.072-70.894-61.28-52.882-128.576-104.541-198.26-147.796-37.254-24.034-85.322-39.656-124.972-60.078-14.406-7.217-38.447-10.816-46.852-22.833-21.638-26.43-33.655-61.273-49.27-92.517-34.836-66.094-68.49-139.385-98.534-209.07-21.616-46.867-34.835-93.733-61.273-136.98-123.762-204.27-258.34-328.032-465.005-449.398-44.464-25.229-97.332-36.044-153.805-49.256-30.03-1.209-60.079-3.605-90.114-4.814-19.228-8.412-38.455-31.237-55.28-42.053C249.673 66.365 73.029-27.348 22.564 96.414-9.883 174.511 70.632 251.407 98.257 291.07c20.443 27.633 46.867 58.87 61.287 90.114 8.412 20.416 10.809 42.06 19.22 63.684 19.235 52.854 37.247 111.745 62.49 161.015 13.218 25.23 27.632 51.66 44.456 74.492 9.613 13.212 26.43 19.227 30.042 40.851-16.817 24.034-18.025 60.086-27.646 90.121-43.254 135.78-26.424 303.998 34.85 403.726 19.22 30.029 64.885 96.137 126.165 70.894 54.077-21.624 42.06-90.114 57.668-150.193 3.62-14.434 1.216-24.034 8.42-33.648v2.41c16.823 33.635 33.64 66.088 49.262 99.728 37.253 58.87 102.132 120.157 156.202 161.016 28.848 21.616 51.673 58.87 87.724 72.088v-3.612h-2.41c-7.21-10.815-18.026-15.615-27.632-24.034-21.624-21.617-45.665-48.055-62.482-72.089-50.458-67.295-94.928-141.787-134.578-218.69-19.22-37.239-36.05-78.097-51.666-115.343-7.217-14.434-7.217-36.051-19.228-43.255-18.025 26.431-44.456 49.264-57.675 81.703-22.818 51.666-25.229 115.35-33.64 181.43-4.807 1.216-2.41 0-4.814 2.417-38.441-9.627-51.66-49.27-66.087-82.918-36.051-85.307-42.06-222.288-10.809-320.814 8.412-25.236 44.463-104.535 30.043-128.57-7.21-22.831-31.251-36.05-44.463-54.069-15.616-22.832-32.446-51.66-43.255-76.902-28.84-67.29-43.261-141.788-74.499-209.077-14.42-31.244-39.642-63.677-60.078-92.517-22.826-32.44-48.062-55.28-66.087-93.727-6.002-13.212-14.42-34.842-4.807-49.263 2.403-9.614 7.203-13.212 16.824-15.615 15.622-13.226 60.085 3.598 75.694 10.808 44.463 18.012 81.709 34.85 118.962 60.079 16.817 12.017 34.842 34.85 56.466 40.858h25.236c38.455 8.405 81.702 2.403 117.754 13.212 63.69 20.422 121.358 50.465 173.032 82.91 157.41 99.729 287.166 241.516 374.891 410.936 14.42 27.626 20.422 52.875 33.641 81.703 25.243 58.883 56.48 118.962 81.702 176.637 25.236 56.466 49.263 114.148 85.315 161.015 18.025 25.222 90.114 38.448 122.56 51.666 24.034 10.809 61.287 20.43 82.911 33.641 40.851 25.222 81.702 54.077 120.157 81.703 19.227 14.42 79.299 44.463 82.91 68.49z"/>
<path d="M416.668 331.908c-20.422 0-34.835 2.417-49.256 6.015v2.403h2.403c9.621 19.228 26.431 32.447 38.441 49.264 9.62 19.22 18.026 38.454 27.646 57.681 1.195-1.208 2.397-2.403 2.397-2.403 16.83-12.024 25.236-31.244 25.236-60.085-7.21-8.405-8.412-16.817-14.42-25.23-7.204-12.023-22.833-18.025-32.447-27.645z"/>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.3 KiB

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

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1536 1792" height="1792" width="1536">
<path d="M30.59 1757.847c-10.85-10.85-11.693-13.27-11.693-33.598 0-24.243 8.174-57.357 23.198-93.982 8.056-19.636 122.372-221.054 159.066-280.263 5.275-8.511 20.723-46.424 34.33-84.25 84.307-234.366 163.814-400.475 267.472-558.807 117.661-179.72 255.743-324.698 405.537-425.79 25.11-16.946 40.373-18.83 52.032-6.419 4.112 4.378 7.477 9.794 7.477 12.036 0 8.419 7.116 3.174 40.07-29.533 84.15-83.52 197.245-136.44 394.487-184.595C1505.483 47.52 1716.228 8.87 1750.306 8.87c18.486 0 29.261 10.53 29.261 28.595 0 11.17-2.707 15.233-22.762 34.166-44.34 41.86-62.203 73.848-115.18 206.262-39.552 98.86-69 159.177-101.295 207.481l-22.363 33.448 11.302 9.442c10.15 8.48 11.25 11.165 10.806 26.342-.686 23.383-22.18 85.673-43.077 124.831-83.556 156.578-266.21 337.088-496.708 490.878-190.86 127.343-384.5 214.891-546.419 247.048l-29.676 5.894-124.888 134.455C168.324 1698.728 153.377 1714 121.073 1739.85c-27.328 21.868-43.882 29.689-62.836 29.689-13.56 0-17.71-1.755-27.648-11.692zm78.114-85.455c9.431-8.038 76.917-79.203 149.967-158.144 73.05-78.94 135.257-144.257 138.236-145.146 2.98-.89 21.666-4.824 41.525-8.743 183.172-36.15 415.249-150.157 624.334-306.701 106.384-79.65 216.951-181.755 286.075-264.18 39.597-47.216 90.284-120.954 90.284-131.342 0-6.136-1.026-5.97-14.614 2.366-23.569 14.46-100.287 52.583-129.061 64.133-66.212 26.58-172.73 57.966-196.722 57.966-13.856 0-27.555-13.369-27.555-26.89 0-16.015 11.295-26.763 37.006-35.212 99.215-32.605 199.782-85.602 267.626-141.034 62.309-50.909 122.276-127.968 160.479-206.218 10.582-21.676 35.024-78.871 54.315-127.1 34.11-85.278 48.603-117.131 66.78-146.773 5.257-8.576 7.43-15.235 5.382-16.501-1.888-1.167-30.154 2.717-62.812 8.632-238.28 43.153-391.348 92.168-487.258 156.027-85.201 56.73-135.007 129.324-182.593 266.139-15.857 45.592-23.503 55.723-42.05 55.723-7.281 0-14.027-3.769-23.248-12.99-23.947-23.947-30.022-66.686-17.126-120.481 8.295-34.6 8.568-39.77 1.901-36.04-2.724 1.525-24.911 20.835-49.305 42.911-133.638 120.941-261.233 295.84-363.305 497.992-55.832 110.574-88.62 188.077-144.648 341.906-16.481 45.251-33.575 87.807-37.986 94.567-24.824 38.045-153.259 263.878-159.388 280.26-7.213 19.28-9.058 29.488-5.329 29.488 1.068 0 9.658-6.577 19.09-14.615z" stroke-width="3.439"/>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 14 KiB

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="M1629.092 1337.556c-7.31-5.203-6.095-22.02 17.947-74.394 9.439-20.564 30.974-55.185 68.413-88.27 4.337 13.607 6.982 26.654 6.907 38.802-.484 81.035-58.302 111.298-93.267 123.862zm-307.755 70.153c-9.8 5.128-18.785 8.35-22.961 5.864-3.062-1.829 4.042-8.58 4.042-8.58s49.973-53.755 69.654-78.234c11.449-14.234 24.723-31.13 39.188-50.028a90.2 90.2 0 0 1 .181 5.61c-.147 64.405-62.36 107.888-90.104 125.368zm-399.49-190.613c-23.117 56.358-71.5 200.54-100.948 192.813-25.279-6.633-40.673-116.236-5.047-224.102 17.93-54.297 56.236-119.177 78.739-144.359 36.227-40.522 76.114-53.775 85.805-37.346 12.353 20.934-44.055 177.667-58.55 212.994zm-483.538 328.719c-66.372 72.408-159.102 99.772-198.865 76.724-42.937-24.897-25.932-131.497 55.52-208.335 49.645-46.826 113.733-89.956 156.25-116.522 9.674-5.822 23.89-14.373 41.165-24.724 2.864-1.632 4.48-2.536 4.48-2.536l-.064-.11c3.336-1.993 6.751-4.042 10.28-6.149 29.637 109.368.9 205.654-68.766 281.652zm1544.536-520.712c-80.527.425-150.273 19.756-208.738 48.572-21.384-42.675-43.025-80.219-46.659-108.135-4.244-32.59-9.16-52.03-4.038-90.853 5.127-38.822 27.588-93.797 27.26-97.914-.328-4.118-5.039-23.895-51.483-24.232-46.448-.332-86.18 8.934-90.853 21.199-4.677 12.265-13.619 39.866-19.184 68.644-8.134 42.116-92.732 192.317-140.767 270.896-15.71-30.666-29.068-57.708-31.853-79.092-4.24-32.589-9.16-52.03-4.037-90.857 5.127-38.818 27.588-93.8 27.26-97.918-.329-4.118-5.035-23.891-51.484-24.228-46.448-.332-86.18 8.934-90.852 21.2-4.677 12.264-9.67 40.92-19.184 68.643-9.515 27.727-121.97 278.283-151.421 343.225-15.008 33.09-28.068 59.673-37.288 77.83-.025-.046-.059-.1-.059-.1s-.567 1.207-1.547 3.247c-7.891 15.453-12.59 24.004-12.59 24.004l.14.32c-6.26 11.348-12.968 21.888-16.291 21.888-2.322 0-6.97-30.209 1.014-71.672 16.732-86.915 56.93-222.462 56.53-227.131-.21-2.394 7.47-26.011-26.25-38.36-32.779-11.996-44.45 8.012-47.441 8.076-2.898.063-5.052 7.07-5.052 7.07s36.518-152.43-69.654-152.43c-66.377 0-158.352 72.61-203.66 138.428a59582.653 59582.653 0 0 0-154.698 84.665 67905.909 67905.909 0 0 0-74.504 40.989c-1.64-1.817-3.276-3.638-4.963-5.439-128.739-137.351-366.727-234.5-356.628-419.154 3.671-67.13 27.005-243.888 457.294-458.3 352.474-175.64 634.647-127.308 683.413-20.19 69.662 153.036-150.807 437.46-516.855 478.49-139.467 15.634-212.902-38.414-231.169-58.55-19.226-21.19-22.095-22.144-29.275-18.17-11.693 6.482-4.281 25.19 0 36.341 10.932 28.446 55.778 78.886 132.241 103.976 67.265 22.074 231.01 34.2 429.026-42.398 221.79-85.788 394.974-324.436 344.105-523.916-51.732-202.883-388.126-269.58-706.501-156.469-189.482 67.315-394.605 172.97-542.088 310.918C18.701 562.243-9.263 705.003 2.26 764.655c40.943 211.951 333.08 349.976 450.065 452.269-5.775 3.184-11.188 6.175-16.114 8.892-58.651 29.014-281.339 145.553-337.04 268.687-63.184 139.674 10.058 239.885 58.549 253.377 150.236 41.806 304.405-33.387 387.258-156.967 82.835-123.552 72.72-284.428 34.7-357.863-.47-.913-.992-1.804-1.476-2.709a15362.632 15362.632 0 0 1 45.893-27.066c29.851-17.527 59.151-33.88 84.581-47.719-14.225 38.987-24.648 85.717-30.07 153.205-6.367 79.286 26.125 181.768 68.645 222.088 18.721 17.75 41.245 18.167 55.52 18.167 49.478 0 72.056-41.162 96.91-89.844 30.49-59.706 57.54-129.212 57.54-129.212s-33.952 187.76 58.554 187.76c33.704 0 67.61-43.705 82.71-65.99l.062.375s.88-1.45 2.596-4.36c3.5-5.352 5.48-8.758 5.48-8.758s.068-.353.177-.967c13.548-23.525 43.596-77.158 88.661-165.6 58.221-114.268 114.066-257.416 114.066-257.416s5.195 35 22.209 92.872c10.01 34.052 31.277 71.693 48.055 107.79-13.506 18.739-21.809 29.502-21.809 29.502l.227.56c-10.793 14.326-22.894 29.787-35.554 44.862-45.952 54.73-100.687 117.229-108.018 135.27-8.631 21.254-6.591 36.887 10.095 49.465 12.189 9.185 33.888 10.61 56.53 9.084 41.296-2.775 70.352-13.018 84.686-19.257 22.348-7.902 48.371-20.332 72.796-38.284 45.077-33.14 72.266-80.547 69.654-143.344-1.447-34.608-12.484-68.91-26.444-101.292 4.092-5.88 8.193-11.815 12.307-17.826 71.063-103.887 126.184-218.046 126.184-218.046s5.195 34.995 22.213 92.871c8.61 29.296 25.598 61.25 40.875 92.594-66.819 54.293-108.258 117.377-122.647 158.765-26.604 76.54-5.767 111.222 33.317 119.117 17.703 3.58 42.705-4.533 61.515-12.495 23.403-7.76 51.525-20.686 77.792-39.993 45.077-33.14 88.417-79.546 85.805-142.34-1.194-28.588-8.946-56.963-19.466-84.223 56.64-23.592 129.974-36.711 223.38-25.805 200.38 23.4 239.69 148.515 232.179 200.881-7.517 52.37-49.549 81.153-63.601 89.848-14.049 8.689-18.34 11.705-17.157 18.17 1.707 9.397 8.206 9.035 20.185 7.016 16.497-2.785 105.225-42.595 109.023-139.257 4.825-122.718-112.75-257.516-321.012-256.406" fill="#100f0d"/>
</svg>

After

Width:  |  Height:  |  Size: 4.6 KiB

3
src/icons/svg/sass.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="M896 0C401.152 0 0 401.152 0 896c0 494.847 401.152 896 896 896 494.847 0 896-401.153 896-896 0-494.848-401.153-896-896-896zm249.875 217.784c156.843.1 284.892 58.797 312.153 165.714 39.9 156.468-95.94 343.652-269.897 410.945-155.325 60.079-283.758 50.569-336.514 33.254-59.975-19.68-95.16-59.239-103.73-81.548-3.363-8.749-9.177-23.426 0-28.507 5.63-3.118 7.882-2.368 22.968 14.254 14.327 15.788 71.92 58.18 181.31 45.916 287.12-32.179 460.047-255.275 405.411-375.307-38.25-84.02-259.578-121.93-536.051 15.831C484.022 586.515 465.72 725.161 462.841 777.812c-7.916 144.832 178.747 221.045 279.724 328.778a313.78 313.78 0 0 1 6.938 7.666c30.552-11.37 72.848-17.77 140.114-18.93 163.333-2.813 255.582 104.864 251.792 201.122-2.975 75.815-72.572 107.043-85.509 109.224-9.398 1.592-14.503 1.862-15.837-5.508-.93-5.068 2.435-7.425 13.46-14.247 11.022-6.816 43.993-29.399 49.885-70.475 5.897-41.064-24.947-139.205-182.12-157.562-55.701-6.508-99.53-2.067-137.125 7.851 27.255 60.088 32.475 180.883-30.239 274.428-64.985 96.933-185.91 155.906-303.752 123.12-38.033-10.582-95.482-89.193-45.923-198.739 46.968-103.838 247.671-205.41 275.092-218.908v-.479c-92.995-80.068-319.21-187.988-351.1-353.087-9.042-46.79 12.892-158.761 150.438-287.416 115.684-108.208 276.575-191.08 425.192-243.876 81.942-29.111 165.406-43.039 242.004-42.99zm-427.94 976.678a925.72 925.72 0 0 1-8.196 4.466l.147.281s-93.427 44.131-158.36 112.776c-60.36 63.8-77.233 143.874-43.554 163.395 31.189 18.097 103.926-3.375 155.984-60.17 17.067-18.615 31.003-38.783 41.387-60.33a220.527 220.527 0 0 0 10.733-26.507c13.464-40.723 14.896-85.69 1.86-133.91z" fill="#100f0d" fill-rule="evenodd" stroke-width=".436"/>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

4
src/icons/svg/skate.svg Normal file
View file

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536 1792">
<path d="M425.044 1792c28.583 0 51.556-23.35 51.556-52.183 0-28.708-22.991-51.896-51.556-51.896-28.439 0-51.43 23.242-51.43 51.896 0 28.762 22.991 52.183 51.43 52.183zm416.407-1.057c28.547 0 51.681-23.511 51.681-52.667 0-28.816-23.134-52.237-51.68-52.237-28.332 0-51.288 23.421-51.288 52.237 0 29.156 22.956 52.667 51.287 52.667zM323.33 1636.741s-30.249-1.541-30.249-33.026v-2.868c0-30.983 30.25-33.098 30.25-33.098h617.773s30.375 2.867 30.375 33.098v2.868c0 30.213-30.375 33.026-30.375 33.026zM752.532 276.47c75.48 0 136.837-62.075 136.837-138.503C889.37 61.645 828.011 0 752.532 0c-75.46 0-136.855 61.644-136.855 137.948 0 76.429 61.394 138.521 136.855 138.521zM10.071 1485.765C3.601 1498.04 0 1511.875 0 1526.874c0 48.635 39.137 88.238 87.629 88.238 34.747 0 64.601-20.411 78.848-49.782l298.654-518.963-124.042-125.26z"/>
<path d="M609.817 1462.47c-12.956 29.442-40.463 49.835-72.504 49.835-44.298 0-80.389-39.621-80.389-88.185 0-15.178 3.369-29.048 9.283-41.341l119.83-230.935-233.676-254.822c-89.69-98.9-25.77-205.793-25.77-205.793l125.8-243.766-333.617.412c-36.898 0-66.233-32.704-66.233-72.666 0-39.585 29.335-72.253 66.233-72.253h1009.845c36.45 0 65.874 32.668 65.874 72.666 0 39.961-29.425 72.253-65.874 72.253H743.357L559.57 801.042l187.102 202.89c65.498 68.992 23.1 146.622 23.1 146.622z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1536 1792" height="1792" width="1536">
<path d="M1327.552 1205.073l-376.475 217.372V970.031l376.475-203.419zM880.115 864.71L433.03 627.705l447.085-258.183 447.156 258.183zM812.8 1422.375l-377.877-218.143V764.158L812.8 968.278zM888.95 24.181c-484.109 0-876.5 392.462-876.5 876.571 0 484.11 392.391 876.572 876.5 876.572 484.11 0 876.502-392.462 876.502-876.572.07-484.11-392.322-876.571-876.502-876.571"/>
</svg>

After

Width:  |  Height:  |  Size: 469 B

5
src/icons/svg/tex.svg Normal file
View file

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536 1792">
<path d="M815.279 280.89H23.156L0 584.271h24.652c17.736-227.225 37.217-267.005 249.95-267.005h75.727c26.194 4.105 26.194 20.774 26.194 52.344v746.742c0 49.577-4.15 64.704-119.702 64.704h-38.94v33.135c65.816-1.27 134.398-2.608 201.688-2.608 67.086 0 135.872 1.338 201.642 2.608v-33.135H582.93c-113.828 0-117.933-15.127-117.933-64.704v-746.72c0-30.299 0-46.741 24.698-52.343h75.272c209.898 0 230.446 39.553 248.158 267.004h24.698"/>
<path d="M1503.621 1166.361h-24.652c-30.073 203.412-47.808 313.974-289.094 313.974H999.48c-54.793 0-57.379-6.918-57.379-54.113v-383.44h129.409c129.408 0 141.746 47.422 141.746 163.2h22.044v-356.86h-22.044c0 113.828-12.36 160.366-141.746 160.366H942.079V669.524c0-46.312 2.609-53.229 57.38-53.229h187.558c212.28 0 236.977 84.367 256.21 265.734h24.72l-32.908-303.404h-694.58v37.67c97.16 0 112.717 0 112.717 61.665v740.301c0 61.665-15.354 61.665-112.716 61.665v33.135h713.856"/>
<path d="M1873.432 695.06l202.958-293.426c20.32-28.802 61.665-88.086 174.223-89.583v-33.112c-31.411 2.608-83.529 2.608-116.436 2.608-45.2 0-101.49 0-135.668-2.608v33.135c43.93 4.105 54.725 31.57 54.725 53.682 0 16.397-6.713 27.464-16.443 41.095l-181.095 262.673-202.958-297.078c-9.525-14.946-10.863-19.277-10.863-23.382 0-12.36 14.946-35.72 60.373-37.013v-33.112c-43.93 2.608-111.016 2.608-156.216 2.608-35.516 0-104.076 0-137.21-2.608v33.135c75.34 0 99.993 2.834 130.293 45.426l264.623 388.657-238.633 348.605c-58.875 85.252-148.006 86.749-174.223 86.749v33.135c31.343-2.609 83.528-2.609 116.436-2.609 37.013 0 101.49 0 135.668 2.609v-33.135c-42.433-4.105-54.725-31.57-54.725-53.682 0-17.735 6.713-27.465 13.63-37.217l219.423-320.233 238.633 350.76c10.795 15.172 10.795 19.277 10.795 23.382 0 10.795-12.292 34.404-60.327 37.217v33.134c43.93-2.608 111.016-2.608 156.216-2.608 35.516 0 104.076 0 137.369 2.608v-33.134c-87.86 0-101.694-6.713-128.955-45.427"/>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.4 KiB

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