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:
authorTilman Vatteroth <git@tilmanvatteroth.de>2021-09-05 13:52:53 +0300
committerGitHub <noreply@github.com>2021-09-05 13:52:53 +0300
commit6865961ec88c85d7fb5a90846ae7451eaf539522 (patch)
tree6d9a5d0a81460c20e2bfeff0fb446e023687e053
parent00750d9bfc0141a312f67363c8d71a46d9941e7e (diff)
Add JavaScript Icon (#354)
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
-rw-r--r--src/icons/icons.yml8
-rw-r--r--src/icons/svg/javascript.svg3
2 files changed, 11 insertions, 0 deletions
diff --git a/src/icons/icons.yml b/src/icons/icons.yml
index 30b8ab600..b9ac51714 100644
--- a/src/icons/icons.yml
+++ b/src/icons/icons.yml
@@ -7873,6 +7873,14 @@ icons:
categories:
- Brand Icons
+ - name: JavaScript
+ id: javascript
+ unicode: f370
+ created: 1.3
+ url: javascript.com
+ categories:
+ - Brand Icons
+
diff --git a/src/icons/svg/javascript.svg b/src/icons/svg/javascript.svg
new file mode 100644
index 000000000..95ad8afc8
--- /dev/null
+++ b/src/icons/svg/javascript.svg
@@ -0,0 +1,3 @@
+<svg width="1536" height="1792" viewBox="0 0 1536 1792" xmlns="http://www.w3.org/2000/svg">
+ <path d="M 0,256 V 1536 H 1280 V 256 Z m 568.88867,568.88867 h 118.50781 v 394.70313 c 0,119.7156 -69.44125,174.1855 -170.8457,174.1855 -91.62667,0 -157.75982,-62.0788 -184.71094,-119.75 l 93.1211,-56.9961 c 17.99111,32.2134 45.3318,56.9961 84.65625,56.9961 37.61778,0 59.27148,-14.8628 59.27148,-72.6406 z m 371.91211,0.0352 c 72.99552,0 125.43842,25.27993 163.26952,91.48437 l -89.3867,57.13868 c -19.66223,-35.12889 -40.92282,-48.96094 -73.88282,-48.96094 -33.63555,0 -54.93359,21.2276 -54.93359,48.96094 0,34.27548 21.33368,48.14238 70.57812,69.36908 l 28.69336,12.2305 c 97.60003,41.5644 152.63863,84.0181 152.63863,179.4492 0,102.8267 -81.2093,159.1816 -190.22261,159.1816 -106.63111,0 -167.18201,-53.51 -200.88867,-119.75 l 90.24023,-59.9121 c 24.60444,39.9645 51.34242,78.2578 107.98242,78.2578 47.57334,0 72.53323,-23.6443 72.53323,-56.3554 0,-39.1467 -25.81264,-53.0488 -78.15042,-75.8399 l -28.69336,-12.2304 C 827.76924,1112.8184 772.69336,1068.8 772.69336,975.82227 c 0,-85.68889 65.60075,-150.89844 168.10742,-150.89844 z"/>
+</svg>