Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut K. C. Tessarek <tessarek@evermeet.cx>2018-04-17 09:32:11 +0300
committerHelmut K. C. Tessarek <tessarek@evermeet.cx>2018-04-17 09:32:11 +0300
commit8ddd753228f9f248b843cbe9a1a2db09716f9dcd (patch)
treec9937acb12c3c6ef36b9ad6e4af359ae1019a15e
parent8802a7ced01821dfc2d5c9ed8cb0e22ebdc983d0 (diff)
add PHP icon: fa-php
closes #69
-rw-r--r--src/icons/.fontcustom-manifest.json8
-rw-r--r--src/icons/icons.yml8
-rw-r--r--src/icons/svg/php.svg3
3 files changed, 17 insertions, 2 deletions
diff --git a/src/icons/.fontcustom-manifest.json b/src/icons/.fontcustom-manifest.json
index 283a57e36..fb43a0e64 100644
--- a/src/icons/.fontcustom-manifest.json
+++ b/src/icons/.fontcustom-manifest.json
@@ -1,7 +1,7 @@
{
"checksum": {
- "previous": "4ae398d1da6d80035f9993cce5f2f7edbb9d5037ed22db7b17656a98c082f2a9",
- "current": "4ae398d1da6d80035f9993cce5f2f7edbb9d5037ed22db7b17656a98c082f2a9"
+ "previous": "9d20b64ede505c7e22d1b337079af516ba6e5a3876388182ebbe4cf4b549a1a4",
+ "current": "9d20b64ede505c7e22d1b337079af516ba6e5a3876388182ebbe4cf4b549a1a4"
},
"fonts": [
"forkawesome/forkawesome.ttf",
@@ -1883,6 +1883,10 @@
"codepoint": 61592,
"source": "svg/phone-square.svg"
},
+ "php": {
+ "codepoint": 62222,
+ "source": "svg/php.svg"
+ },
"picture-o": {
"codepoint": 61502,
"source": "svg/picture-o.svg"
diff --git a/src/icons/icons.yml b/src/icons/icons.yml
index f5b7d5359..aad1e87c3 100644
--- a/src/icons/icons.yml
+++ b/src/icons/icons.yml
@@ -7010,3 +7010,11 @@ icons:
url: gnupg.org
categories:
- Brand Icons
+
+ - name: PHP
+ id: php
+ unicode: f30e
+ created: 1.0
+ url: php.net
+ categories:
+ - Brand Icons
diff --git a/src/icons/svg/php.svg b/src/icons/svg/php.svg
new file mode 100644
index 000000000..6a31870b2
--- /dev/null
+++ b/src/icons/svg/php.svg
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792">
+ <path d="M767.998 492.007C343.85 492.007 0 672.887 0 896.003 0 1119.123 343.851 1300 767.998 1300 1192.144 1300 1536 1119.122 1536 896.003c0-223.116-343.856-403.996-768.002-403.996zM701.032 601.59h83.238L760.745 712.9h74.796c41.017.781 71.574 8.942 91.684 24.48 20.509 15.536 26.544 45.07 18.099 88.58l-40.417 194.066h-84.444l38.602-185.32c4.018-19.43 2.81-33.222-3.62-41.38-6.43-8.16-20.302-12.24-41.618-12.24l-66.953-.582-49.462 239.522H614.17l86.862-418.436zM319.609 712.9h161.653c47.447.385 81.83 13.604 103.147 39.631 21.316 26.027 28.35 61.577 21.11 106.65-2.81 20.595-9.046 40.792-18.697 60.607-9.253 19.815-22.111 37.687-38.602 53.62-20.11 20.2-41.623 33.02-64.545 38.463-22.92 5.443-46.65 8.155-71.176 8.155h-72.382l-22.921 110.73H233.35L319.61 712.9zm715.099 0h161.657c47.447.385 81.83 13.604 103.147 39.631 21.316 26.027 28.35 61.577 21.11 106.65-2.81 20.595-9.05 40.792-18.701 60.607-9.253 19.815-22.112 37.687-38.603 53.62-20.11 20.2-41.618 33.02-64.54 38.463-22.92 5.443-46.65 8.155-71.176 8.155h-72.387l-22.92 110.73h-83.842l86.255-417.856zm-618.589 66.441c-4.825.385-9.444.582-13.871.582H390.06l-36.068 174.253c2.413.385 4.823.581 7.236.581h8.446c38.604.385 70.778-3.298 96.51-11.072 25.732-8.158 43.032-36.517 51.875-85.086 7.238-40.795 0-64.304-21.714-70.517-21.317-6.212-48.052-9.126-80.226-8.74zm715.099 0c-4.826.385-9.445.582-13.872.582h-12.187l-36.068 174.253a45.9 45.9 0 0 0 7.24.581h8.441c38.605.385 70.778-3.298 96.51-11.072 25.733-8.158 43.033-36.517 51.876-85.086 7.238-40.795 0-64.304-21.715-70.517-21.316-6.212-48.051-9.126-80.225-8.74z"/>
+</svg>