Add gradle icon (#251)

* Add javascript icon

* Move the JS slightly closer to the centre

* Add Git icon

* Add gradle icon

* Add new gradle svg and reference

* Fix gradle logo, add it to README
This commit is contained in:
Hirakjyoti Sarma
2019-10-11 00:42:47 +05:30
committed by Terence Eden
parent 5986af1614
commit 966f34533d
5 changed files with 12 additions and 2 deletions

View File

@@ -3,4 +3,4 @@ aria-label="Git" role="img"
viewBox="0 0 512 512">
<rect width="512" height="512" rx="15%" fill="#fff"/>
<path fill="#f05133" d="M440.8 238.9L273 71.2a24.7 24.7 0 0 0-35 0l-34.8 34.9 44.2 44.1a29.4 29.4 0 0 1 37.2 37.5l42.5 42.5a29.4 29.4 0 1 1-17.6 16.6l-39.7-39.7v104.5a29.4 29.4 0 1 1-24.2-.9V205.3a29.4 29.4 0 0 1-16-38.6l-43.5-43.5-115 115a24.7 24.7 0 0 0 0 34.9L239 440.8a24.7 24.7 0 0 0 35 0l166.9-167a24.7 24.7 0 0 0 0-34.9"/>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 482 B

After

Width:  |  Height:  |  Size: 481 B

6
images/svg/gradle.svg Normal file
View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="gradle" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#fff"/><path d="m427,132.7a61,61 0 0 0-85,-1 6,6 0 0 0 0,9l7,8a6,6 0 0 0 8,1 35,35 0 0 1 46,53c-48,48-113,-87-259,-17a20,20 0 0 0-9,28l25,43a20,20 0 0 0 27,7l1,0 0,0 11,-6a257,257 0 0 0 35,-26 6,6 0 0 1 8,-0v0a6,6 0 0 1 0,9 263,263 0 0 1-37,28h-0l-11,6a31,31 0 0 1-15,4 32,32 0 0 1-28,-16L126,219C81,259 53,314 68.13,392.26a6,6 0 0 0 6,4.74H100.6a6,6 0 0 0 5.93,-5.3 40,40 0 0 1 78.62,0 6,6 0 0 0 5.72,5.08h26.2a6,6 0 0 0 5.7,-5.1 40,40 0 0 1 78.6,0 6,6 0 0 0 5.7,5h26a6,6 0 0 0 5.8,-5.72c1,-37 10,-79 38.7,-100 98,-73 72,-136 49.4,-158.3zm-100,110-19,-9v0a12,12 0 1 1 19,9z" style="fill:#02303a"/></svg>

After

Width:  |  Height:  |  Size: 743 B

View File

@@ -3,4 +3,4 @@ aria-label="javascript" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#f7df1e"/><path d="m324,370c10,17 24,29 47,29 20,0 33,-10 33,-24 0,-16 -13,-22 -35,-32l-12,-5c-35,-15 -58,-33 -58,-72 0,-36 27,-64 70,-64 31,0 53,11 68,39l-37,24c-8,-15 -17,-21 -31,-21 -14,0 -23,9 -23,21 0,14 9,20 30,29l12,5c41,18 64,35 64,76 0,43 -34,67 -80,67 -45,0 -74,-21 -88,-49zm-170,4c8,13 14,25 31,25 16,0 26,-6 26,-30V203h48v164c0,50 -29,72 -72,72 -39,0 -61,-20 -72,-44z"/></svg>
fill="#f7df1e"/><path d="m324,370c10,17 24,29 47,29 20,0 33,-10 33,-24 0,-16 -13,-22 -35,-32l-12,-5c-35,-15 -58,-33 -58,-72 0,-36 27,-64 70,-64 31,0 53,11 68,39l-37,24c-8,-15 -17,-21 -31,-21 -14,0 -23,9 -23,21 0,14 9,20 30,29l12,5c41,18 64,35 64,76 0,43 -34,67 -80,67 -45,0 -74,-21 -88,-49zm-170,4c8,13 14,25 31,25 16,0 26,-6 26,-30V203h48v164c0,50 -29,72 -72,72 -39,0 -61,-20 -72,-44z"/></svg>

Before

Width:  |  Height:  |  Size: 532 B

After

Width:  |  Height:  |  Size: 531 B