mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 21:41:31 +08:00
Adding PeerTube icon fa-peertube #4
This commit is contained in:
parent
8131158fb7
commit
71c4e34b2e
@ -2318,6 +2318,9 @@
|
||||
.fa-fork-awesome:before {
|
||||
content: "\f2e3";
|
||||
}
|
||||
.fa-peertube:before {
|
||||
content: "\f2e4";
|
||||
}
|
||||
.sr-only {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
|
2
css/fork-awesome.min.css
vendored
2
css/fork-awesome.min.css
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -5,7 +5,7 @@
|
||||
-->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
|
||||
<metadata>
|
||||
Created by FontForge 20170925 at Sat Feb 17 20:00:05 2018
|
||||
Created by FontForge 20170925 at Sat Feb 17 20:43:44 2018
|
||||
By Julien Deswaef
|
||||
The Fork Awesome font is licensed under the SIL OFL 1.1 (http://scripts.sil.org/OFL). Fork Awesome is a fork based of off Font Awesome 4.7.0 by Dave Gandy. More info on licenses at https://forkawesome.github.io
|
||||
</metadata>
|
||||
@ -22,7 +22,7 @@ The Fork Awesome font is licensed under the SIL OFL 1.1 (http://scripts.sil.org/
|
||||
bbox="-0.470077 -256.313 2304.01 1536.25"
|
||||
underline-thickness="89.6"
|
||||
underline-position="-179.2"
|
||||
unicode-range="U+0020-F2E3"
|
||||
unicode-range="U+0020-F2E4"
|
||||
/>
|
||||
<missing-glyph />
|
||||
<glyph glyph-name="space" unicode=" " horiz-adv-x="200"
|
||||
@ -534,6 +534,8 @@ c-30 4 -59 9 -86 16c-101 26 -195 69 -278 128c-56 -10 -115 -16 -176 -16c-181 0 -3
|
||||
d="M1292 832c0 -6 8 -34 10 -41c27 -82 90 -99 165 -120c167 -47 325 -136 325 -332c0 -199 -166 -339 -360 -339c-322 0 -422 394 -515 634c-77 198 -158 314 -381 314c-198 0 -372 -190 -372 -385c0 -207 155 -399 370 -399c95 0 194 20 258 95v0c31 35 61 73 83 116
|
||||
l84 -152c-11 -25 -27 -49 -44 -70l1 -1c-101 -117 -239 -152 -388 -152c-302 0 -528 267 -528 561c0 285 248 550 536 550c478 0 502 -414 664 -747c44 -92 119 -200 233 -200c104 0 196 67 196 177c0 238 -437 76 -499 467c-2 11 -3 22 -3 33c0 148 139 275 286 270
|
||||
c88 -3 141 -6 211 -68h-1c27 -25 47 -59 68 -88l-129 -99c-15 28 -29 51 -54 70v1c-24 22 -67 21 -97 21c-65 0 -119 -49 -119 -116z" />
|
||||
<glyph glyph-name="peertube" unicode="" horiz-adv-x="1109"
|
||||
d="M0 1505l555 -370l-555 -370v740zM555 1135l554 -370l-554 -370v740zM0 765l555 -370l-555 -369v739z" />
|
||||
<glyph glyph-name="pagelines" unicode="" horiz-adv-x="1402"
|
||||
d="M1402 433c-201 -499 -683 -197 -683 -197c-148 -299 -392 -491 -674 -492c-25 0 -45 20 -45 45s20 44 45 44c235 1 440 156 574 402c-150 -58 -433 -102 -590 300c398 164 581 -41 651 -166c36 89 62 186 79 291c0 0 -510 -80 -546 358c435 175 557 -280 557 -280
|
||||
c6 61 12 192 12 195c0 0 -388 269 -139 603c455 -157 224 -593 224 -593c2 -6 2 -87 0 -122c0 0 165 325 498 210c-15 -489 -518 -388 -518 -388c-16 -100 -41 -195 -73 -283c0 0 303 335 628 73z" />
|
||||
|
Before Width: | Height: | Size: 414 KiB After Width: | Height: | Size: 415 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -789,3 +789,4 @@
|
||||
.@{fa-css-prefix}-mastodon-alt:before { content: @fa-var-mastodon-alt; }
|
||||
.@{fa-css-prefix}-fork-circle:before,
|
||||
.@{fa-css-prefix}-fork-awesome:before { content: @fa-var-fork-awesome; }
|
||||
.@{fa-css-prefix}-peertube:before { content: @fa-var-peertube; }
|
||||
|
@ -507,6 +507,7 @@
|
||||
@fa-var-pause-circle-o: "\f28c";
|
||||
@fa-var-paw: "\f1b0";
|
||||
@fa-var-paypal: "\f1ed";
|
||||
@fa-var-peertube: "\f2e4";
|
||||
@fa-var-pencil: "\f040";
|
||||
@fa-var-pencil-square: "\f14b";
|
||||
@fa-var-pencil-square-o: "\f044";
|
||||
|
@ -789,3 +789,4 @@
|
||||
.#{$fa-css-prefix}-mastodon-alt:before { content: $fa-var-mastodon-alt; }
|
||||
.#{$fa-css-prefix}-fork-circle:before,
|
||||
.#{$fa-css-prefix}-fork-awesome:before { content: $fa-var-fork-awesome; }
|
||||
.#{$fa-css-prefix}-peertube:before { content: $fa-var-peertube; }
|
||||
|
@ -508,6 +508,7 @@ $fa-var-pause-circle: "\f28b";
|
||||
$fa-var-pause-circle-o: "\f28c";
|
||||
$fa-var-paw: "\f1b0";
|
||||
$fa-var-paypal: "\f1ed";
|
||||
$fa-var-peertube: "\f2e4";
|
||||
$fa-var-pencil: "\f040";
|
||||
$fa-var-pencil-square: "\f14b";
|
||||
$fa-var-pencil-square-o: "\f044";
|
||||
|
Binary file not shown.
@ -5,7 +5,7 @@
|
||||
-->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
|
||||
<metadata>
|
||||
Created by FontForge 20170925 at Sat Feb 17 20:00:05 2018
|
||||
Created by FontForge 20170925 at Sat Feb 17 20:43:44 2018
|
||||
By Julien Deswaef
|
||||
The Fork Awesome font is licensed under the SIL OFL 1.1 (http://scripts.sil.org/OFL). Fork Awesome is a fork based of off Font Awesome 4.7.0 by Dave Gandy. More info on licenses at https://forkawesome.github.io
|
||||
</metadata>
|
||||
@ -22,7 +22,7 @@ The Fork Awesome font is licensed under the SIL OFL 1.1 (http://scripts.sil.org/
|
||||
bbox="-0.470077 -256.313 2304.01 1536.25"
|
||||
underline-thickness="89.6"
|
||||
underline-position="-179.2"
|
||||
unicode-range="U+0020-F2E3"
|
||||
unicode-range="U+0020-F2E4"
|
||||
/>
|
||||
<missing-glyph />
|
||||
<glyph glyph-name="space" unicode=" " horiz-adv-x="200"
|
||||
@ -534,6 +534,8 @@ c-30 4 -59 9 -86 16c-101 26 -195 69 -278 128c-56 -10 -115 -16 -176 -16c-181 0 -3
|
||||
d="M1292 832c0 -6 8 -34 10 -41c27 -82 90 -99 165 -120c167 -47 325 -136 325 -332c0 -199 -166 -339 -360 -339c-322 0 -422 394 -515 634c-77 198 -158 314 -381 314c-198 0 -372 -190 -372 -385c0 -207 155 -399 370 -399c95 0 194 20 258 95v0c31 35 61 73 83 116
|
||||
l84 -152c-11 -25 -27 -49 -44 -70l1 -1c-101 -117 -239 -152 -388 -152c-302 0 -528 267 -528 561c0 285 248 550 536 550c478 0 502 -414 664 -747c44 -92 119 -200 233 -200c104 0 196 67 196 177c0 238 -437 76 -499 467c-2 11 -3 22 -3 33c0 148 139 275 286 270
|
||||
c88 -3 141 -6 211 -68h-1c27 -25 47 -59 68 -88l-129 -99c-15 28 -29 51 -54 70v1c-24 22 -67 21 -97 21c-65 0 -119 -49 -119 -116z" />
|
||||
<glyph glyph-name="peertube" unicode="" horiz-adv-x="1109"
|
||||
d="M0 1505l555 -370l-555 -370v740zM555 1135l554 -370l-554 -370v740zM0 765l555 -370l-555 -369v739z" />
|
||||
<glyph glyph-name="pagelines" unicode="" horiz-adv-x="1402"
|
||||
d="M1402 433c-201 -499 -683 -197 -683 -197c-148 -299 -392 -491 -674 -492c-25 0 -45 20 -45 45s20 44 45 44c235 1 440 156 574 402c-150 -58 -433 -102 -590 300c398 164 581 -41 651 -166c36 89 62 186 79 291c0 0 -510 -80 -546 358c435 175 557 -280 557 -280
|
||||
c6 61 12 192 12 195c0 0 -388 269 -139 603c455 -157 224 -593 224 -593c2 -6 2 -87 0 -122c0 0 165 325 498 210c-15 -489 -518 -388 -518 -388c-16 -100 -41 -195 -73 -283c0 0 303 335 628 73z" />
|
||||
|
Before Width: | Height: | Size: 414 KiB After Width: | Height: | Size: 415 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
{
|
||||
"checksum": {
|
||||
"previous": "d4e17917a44ec88989bb4a64506a8517e17c4e3f1dd133c21b24df0e0d108829",
|
||||
"current": "d4e17917a44ec88989bb4a64506a8517e17c4e3f1dd133c21b24df0e0d108829"
|
||||
"previous": "7f768daad1434b41cb0d2162d5103da9cf90110104789554504c282f52a2d9c1",
|
||||
"current": "7f768daad1434b41cb0d2162d5103da9cf90110104789554504c282f52a2d9c1"
|
||||
},
|
||||
"fonts": [
|
||||
"forkawesome/forkawesome.ttf",
|
||||
@ -1739,6 +1739,10 @@
|
||||
"codepoint": 61933,
|
||||
"source": "svg/paypal.svg"
|
||||
},
|
||||
"peertube": {
|
||||
"codepoint": 62180,
|
||||
"source": "svg/peertube.svg"
|
||||
},
|
||||
"pencil": {
|
||||
"codepoint": 61504,
|
||||
"source": "svg/pencil.svg"
|
||||
|
@ -6596,3 +6596,13 @@ icons:
|
||||
- fork-circle
|
||||
categories:
|
||||
- Brand Icons
|
||||
|
||||
- name: PeerTube
|
||||
id: peertube
|
||||
unicode: f2e4
|
||||
created: 1.0
|
||||
url: github.com/Chocobozzz/PeerTube
|
||||
filter:
|
||||
- video
|
||||
categories:
|
||||
- Brand Icons
|
||||
|
31
src/icons/svg/peertube.svg
Normal file
31
src/icons/svg/peertube.svg
Normal file
@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
height="1536px"
|
||||
width="1536px">
|
||||
<metadata
|
||||
id="metadata10">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs8" />
|
||||
<path
|
||||
id="path4"
|
||||
d="m 305.32203,31.238145 0,739.683765 L 860.01707,401.08038 305.32203,31.238145 Z m 554.69504,369.842235 0,739.54782 L 1414.7122,770.92191 860.01707,401.08038 Z m -554.69504,369.84153 0,739.54859 554.69504,-369.7064 -554.69504,-369.84219 z"
|
||||
horiz-adv-x="1792"
|
||||
glyph-name="peertube" />
|
||||
</svg>
|
After Width: | Height: | Size: 1009 B |
Loading…
Reference in New Issue
Block a user