Add the Lucky framework. #270 (#302)

* Add the Lucky framework. #270

* Add the android-vector-drawable file

* Add role=img and remove newlines in path. Issue #270

* Saving more bytes. Issue #270

* Update size on readme. Issue #270

* Dropped 2 bytes by removing newlines.

* Update README.md
This commit is contained in:
Gabriel Araújo Gonçalves
2019-10-14 16:36:02 -03:00
committed by Terence Eden
parent 908889fd9e
commit 59c75c6ee7
5 changed files with 33 additions and 0 deletions

View File

@@ -324,6 +324,9 @@ Say thanks!
<td>Drone.io<br><img src="images/svg/drone.svg" width="125" title="Drone.io" /><br>503 Bytes</td>
</tr>
<td>Lucky framework<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/luckyframework.svg" width="125" title="Lucky framework" /><br>986 Bytes</td>
</tr>
</table>
### Operating Systems / Kernel

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#fff"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
<path
android:pathData="M0 0h512v512H0z" />
<path
android:fillColor="#9cfd65"
android:pathData="M149.596 402.483C188.79 266.35 197.171 279.003 294.4 78.968c26.415 12.515 26.728 12.963 98.75 141.148 28.475 50.683 42.263 77.142 43.82 84.097 9.22 50.237-24.668 98.992-60.886 102.18-75.535 0.812 -147.627-0.3-226.488-3.91z" />
<path
android:fillColor="#34db96"
android:pathData="M149.596 402.483C105.2 273.568 243.08-56.473 339.25 126.093l6.95 11.37c-28.408 34.246-54.159 74.21-73.725 107.975-25.297 43.782-75.28 149.146-74.722 158.948-20.526-0.769-33.447-1.382-48.157-1.903z" />
<path
android:fillColor="#1b92b1"
android:pathData="M90.381 298.014c4.617-13.534 93.03-188.492 118.067-207.717 28.776-36.705 86.246-37.59 113.638 9.198 0.649 0.802-7.064 10.804-14.552 20.112-61.257 79.772-111.322 175.633-145.554 262.209-5.295 13.512-8.083 20.772-9.532 20.772a132.146 132.146 0 01-2.833-0.194c-60.367-4.802-79.394-49.1-59.234-104.38z" />
</vector>

View File

@@ -188,5 +188,7 @@ Where possible this links to the organisation's brand guidelines page.
| <img src="/images/svg/microsoft.svg" width="256"/> | <img src="/images/reference/microsoft.png" width="256" /> | https://news.microsoft.com/mssurfacehub_logo_stacked_c-white_rgb/ |
| <img src="/images/svg/behance.svg" width="256" /> | <img src="/images/reference/behance.png" width="256" /> | https://www.behance.net/ |
| <img src="/images/svg/gojek.svg" width="256"/> | <img src="/images/reference/gojek.svg" width="256" /> | https://www.gojek.com/id/terms-of-service/ |
| <img src="/images/svg/luckyframework.svg" width="256"/> | <img src="/images/reference/luckyframework.svg" width="256" /> | https://luckyframework.org/ |
| <img src="/images/svg/grafana.svg" width="256"/> | <img src="/images/reference/grafana.svg" width="256"/> | https://github.com/grafana/grafana/blob/master/public/img/grafana\_icon.svg |
| <img src="/images/svg/drone.svg" width="256"/> | <img src="/images/reference/drone.png" width="256"/> | https://github.com/drone/brand |

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Lucky framework" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#fff"/><path fill="none" d="M0 0h512v512H0z"/><path d="M149.596 402.483C188.79 266.35 197.171 279.003 294.4 78.968c26.415 12.515 26.728 12.963 98.75 141.148 28.475 50.683 42.263 77.142 43.82 84.097 9.22 50.237-24.668 98.992-60.886 102.18-75.535.812-147.627-.3-226.488-3.91z" fill="#9cfd65"/><path d="M149.596 402.483C105.2 273.568 243.08-56.473 339.25 126.093l6.95 11.37c-28.408 34.246-54.159 74.21-73.725 107.975-25.297 43.782-75.28 149.146-74.722 158.948-20.526-.769-33.447-1.382-48.157-1.903z" fill="#34db96"/><path d="M90.381 298.014c4.617-13.534 93.03-188.492 118.067-207.717 28.776-36.705 86.246-37.59 113.638 9.198.649.802-7.064 10.804-14.552 20.112-61.257 79.772-111.322 175.633-145.554 262.209-5.295 13.512-8.083 20.772-9.532 20.772a132.146 132.146 0 01-2.833-.194c-60.367-4.802-79.394-49.1-59.234-104.38z" fill="#1b92b1"/></svg>

After

Width:  |  Height:  |  Size: 987 B