Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add: HAML, fix #307 #340

Merged
merged 2 commits into from
Oct 26, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ Say thanks!
<tr>
<td>Unicode<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/unicode.svg" width="125" title="The Unicode Consortium" /><br>879 Bytes</td>
<td>Markdown<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/markdown.svg" width="125" title="markdown" /><br>459 Bytes</td>
<td>HAML<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/haml.svg" width="125" title="HAML"/><br>870 Bytes</td>
</tr>
</table>

Expand Down
16 changes: 16 additions & 0 deletions images/android-vector-drawable/haml.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?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="#3e3e2a"
android:strokeColor="#29291c"
android:strokeWidth="22"
android:pathData="M15,0 L475,0 Q490,0,490,15 L490,475 Q490,490,475,490 L15,490 Q0,490,0,475 L0,15 Q0,0,15,0 Z" />
<path
android:fillColor="#ecdfa7"
android:pathData="M115,91 L196,256 L153,440 C180,459,214,465,243,457 C261,478,290,486,315,489 C314,494,308,505,313,507 C330,517,353,520,368,507 C376,500,380,492,380,482 C392,476,403,466,401,453 C400,434,383,421,370,412 C359,404,336,402,330,391 C322,378,332,367,332,354 L360,330 L363,332 S372,333,377,320 L375,318 C378,315,385,309,384,308 C382,306,374,312,370,315 L361,309 L379,294 C384,295,393,302,395,297 C388,281,358,267,348,265 C346,265,345,267,343,268 L334,265 L222,360 L176,261 L179,261 C180,259,182,248,170,250 C170,248,163,228,159,227 C144,221,106,237,87,244 Z M183,85 L189,97 L176,98 L170,87 Z M195,109 L247,210 L239,217 L183,111 Z M383,118 C390,119,418,138,419,140 C416,140,384,120,383,118 Z M344,212 C340,223,339,236,346,244 C357,259,377,258,392,267 C404,274,419,285,420,299 C421,309,415,316,408,322 C408,321,405,302,403,307 C394,331,375,322,358,315 L355,316 L345,331 C314,328,281,292,273,287 L275,264 C298,248,321,230,344,212 Z M269,265 L271,268 L239,451 L236,452 L262,267 L376,168 L382,173 Z" />
</vector>
Loading