mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2025-01-13 16:50:29 +08:00
Add Discord icon, fixes #12
This commit is contained in:
parent
3e8ba5e204
commit
407f6ebd69
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 423 KiB After Width: | Height: | Size: 425 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 423 KiB After Width: | Height: | Size: 425 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"checksum": {
|
"checksum": {
|
||||||
"previous": "0f3ddd83f70e423706d83c2b59e162fe96e01a4da890c1f437d79613dbb6946f",
|
"previous": "6ef17945961b33177b02d471fff68e963f3e6d3efd07bd6ef062991b1847a19f",
|
||||||
"current": "0f3ddd83f70e423706d83c2b59e162fe96e01a4da890c1f437d79613dbb6946f"
|
"current": "6ef17945961b33177b02d471fff68e963f3e6d3efd07bd6ef062991b1847a19f"
|
||||||
},
|
},
|
||||||
"fonts": [
|
"fonts": [
|
||||||
"forkawesome/forkawesome.ttf",
|
"forkawesome/forkawesome.ttf",
|
||||||
@ -763,6 +763,14 @@
|
|||||||
"codepoint": 61862,
|
"codepoint": 61862,
|
||||||
"source": "svg/digg.svg"
|
"source": "svg/digg.svg"
|
||||||
},
|
},
|
||||||
|
"discord": {
|
||||||
|
"codepoint": 62190,
|
||||||
|
"source": "svg/discord.svg"
|
||||||
|
},
|
||||||
|
"discord-alt": {
|
||||||
|
"codepoint": 62191,
|
||||||
|
"source": "svg/discord-alt.svg"
|
||||||
|
},
|
||||||
"dot-circle-o": {
|
"dot-circle-o": {
|
||||||
"codepoint": 61842,
|
"codepoint": 61842,
|
||||||
"source": "svg/dot-circle-o.svg"
|
"source": "svg/dot-circle-o.svg"
|
||||||
|
@ -6715,3 +6715,25 @@ icons:
|
|||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
- Brand Icons
|
- Brand Icons
|
||||||
|
|
||||||
|
- name: Discord
|
||||||
|
id: discord
|
||||||
|
unicode: f2ee
|
||||||
|
created: 1.0
|
||||||
|
url: discordapp.com
|
||||||
|
filter:
|
||||||
|
- chat
|
||||||
|
categories:
|
||||||
|
- Web Application Icons
|
||||||
|
- Brand Icons
|
||||||
|
|
||||||
|
- name: Discord
|
||||||
|
id: discord-alt
|
||||||
|
unicode: f2ef
|
||||||
|
created: 1.0
|
||||||
|
url: discordapp.com
|
||||||
|
filter:
|
||||||
|
- chat
|
||||||
|
categories:
|
||||||
|
- Web Application Icons
|
||||||
|
- Brand Icons
|
||||||
|
3
src/icons/svg/discord-alt.svg
Normal file
3
src/icons/svg/discord-alt.svg
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1796">
|
||||||
|
<path d="M558.9 436.011s-180.158-3.943-369.526 137.999c0 0-189.374 343.035-189.374 766.23 0 0 110.465 190.56 401.093 199.76 0 0 48.673-59.127 88.125-109.07-167.013-49.942-230.136-155.094-230.136-155.094s13.135 9.19 36.806 22.333c1.315 1.314 2.636 2.638 5.266 3.953 3.945 2.628 7.895 3.942 11.84 6.571 32.877 18.4 65.764 32.862 96.01 44.69 53.918 21.029 118.345 42.042 193.304 56.499 98.63 18.4 214.36 24.992 340.605 1.335 61.808-10.515 124.931-28.925 190.684-56.524 46.027-17.086 97.314-42.062 151.232-77.548 0 0-65.748 107.776-238.02 156.404 39.45 49.942 86.788 106.451 86.788 106.451 290.628-9.2 402.403-199.76 402.403-199.76 0-423.195-189.374-766.23-189.374-766.23C1157.258 432.068 977.1 436.01 977.1 436.01l-18.416 21.023c223.56 68.343 327.455 166.928 327.455 166.928-136.766-74.913-270.897-111.708-395.828-126.165-94.684-10.514-185.439-7.896-265.658 2.619-7.89 0-14.455 1.304-22.345 2.618-46.027 3.943-157.797 21.039-298.509 82.81-48.657 22.342-77.593 38.118-77.593 38.118S335.34 520.14 572.05 451.798l-13.15-15.787zm-36.806 490.234c74.959 0 135.441 65.709 134.126 145.879 0 80.17-59.167 145.88-134.126 145.88-73.643 0-134.151-65.71-134.151-145.88s59.193-145.879 134.151-145.879zm479.997 0c74.958 0 134.126 65.709 134.126 145.879 0 80.17-59.168 145.88-134.126 145.88-73.643 0-134.152-65.71-134.152-145.88s59.194-145.879 134.152-145.879z" style="isolation:auto;mix-blend-mode:normal;marker:none" color="#000" overflow="visible"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
3
src/icons/svg/discord.svg
Normal file
3
src/icons/svg/discord.svg
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1796">
|
||||||
|
<path d="M179.931 20C80.75 20 0 100.773 0 200.865V1387.93c0 100.092 80.75 180.864 179.931 180.864h995.332l-46.526-162.43 112.355 104.486 106.2 98.329L1536 1776V200.865C1536 100.773 1455.25 20 1356.07 20H179.93zm453.772 409.145l8.777 10.546c-157.989 45.656-230.829 115.014-230.829 115.014s19.314-10.539 51.789-25.465c93.915-41.266 168.514-52.687 199.234-55.32 5.267-.879 9.648-1.75 14.915-1.75 53.54-7.024 114.113-8.773 177.308-1.75 83.383 9.659 172.907 34.24 264.189 84.285 0 0-69.343-65.86-218.554-111.516l12.29-14.044s120.244-2.634 246.635 92.19c0 0 126.395 229.164 126.395 511.88 0 0-74.603 127.304-268.578 133.45 0 0-31.594-37.751-57.925-71.115 114.98-32.486 158.863-104.485 158.863-104.485-35.987 23.706-70.218 40.391-100.938 51.805-43.885 18.438-86.016 30.737-127.268 37.76-84.26 15.805-161.503 11.401-227.332-.89-50.03-9.659-93.03-23.697-129.017-37.745-20.187-7.902-42.137-17.563-64.08-29.855-2.633-1.756-5.27-2.634-7.903-4.39-1.755-.878-2.636-1.763-3.514-2.64-15.799-8.78-24.566-14.92-24.566-14.92s42.13 70.247 153.6 103.61c-26.331 33.365-58.817 72.865-58.817 72.865-193.975-6.146-267.703-133.45-267.703-133.45 0-282.716 126.395-511.88 126.395-511.88 126.39-94.824 246.634-92.19 246.634-92.19zm-24.566 327.5c-50.03 0-89.537 43.897-89.537 97.455s40.385 97.455 89.537 97.455c50.03 0 89.52-43.897 89.52-97.455.878-53.558-39.49-97.455-89.52-97.455zm320.366 0c-50.03 0-89.537 43.897-89.537 97.455s40.385 97.455 89.537 97.455c50.03 0 89.52-43.897 89.52-97.455s-39.49-97.455-89.52-97.455z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
Loading…
Reference in New Issue
Block a user