Skip to content

Commit

Permalink
add icons for squircle ide, trail sense and data monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
thismoon committed Aug 28, 2022
1 parent e4ed2f0 commit fe7e988
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/src/main/res/drawable/data_monitor.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="192dp"
android:height="192dp"
android:viewportWidth="50.8"
android:viewportHeight="50.8">
<path
android:pathData="M7.854,33.546 L16,22.893l7.52,16.293 6.267,-27.572 3.76,8.773 5.64,-6.893 3.76,8.146"
android:strokeLineJoin="round"
android:strokeWidth="2.50658"
android:fillColor="#00000000"
android:strokeColor="#000"
android:strokeLineCap="round"/>
</vector>
13 changes: 13 additions & 0 deletions app/src/main/res/drawable/squircle.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="192dp"
android:height="192dp"
android:viewportWidth="50.8"
android:viewportHeight="50.8">
<path
android:pathData="M21.431,13.494 L25.4,9.525 41.275,25.4l-3.969,3.969M13.494,21.431 L9.525,25.4 25.4,41.275l3.969,-3.969"
android:strokeLineJoin="round"
android:strokeWidth="3.175"
android:fillColor="#00000000"
android:strokeColor="#000"
android:strokeLineCap="round"/>
</vector>
13 changes: 13 additions & 0 deletions app/src/main/res/drawable/trail_sense.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="192dp"
android:height="192dp"
android:viewportWidth="50.8"
android:viewportHeight="50.8">
<path
android:pathData="M25.4,5.556 L29.369,25.4 25.4,45.244 21.431,25.4zM21.431,25.4h7.938"
android:strokeLineJoin="round"
android:strokeWidth="3.175"
android:fillColor="#00000000"
android:strokeColor="#000"
android:strokeLineCap="round"/>
</vector>
3 changes: 3 additions & 0 deletions app/src/main/res/xml/grayscale_icon_map.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
<icon drawable="@drawable/dana" package="id.dana" name="DANA" />
<icon drawable="@drawable/darq" package="com.kieronquinn.app.darq" name="DarQ" />
<icon drawable="@drawable/dashlane" package="com.dashlane" name="Dashlane" />
<icon drawable="@drawable/data_monitor" package="com.drnoob.datamonitor" name="Data Monitor" />
<icon drawable="@drawable/db_navigator" package="de.hafas.android.db" name="DB Navigator" />
<icon drawable="@drawable/deezer" package="deezer.android.app" name="Deezer" />
<icon drawable="@drawable/degiro" package="nl.degiro.trader" name="DEGIRO" />
Expand Down Expand Up @@ -535,6 +536,7 @@
<icon drawable="@drawable/speedtest_by_ookla" package="org.zwanoo.android.speedtest" name="Speedtest by Ookla" />
<icon drawable="@drawable/spotify" package="com.spotify.lite" name="Spotify" />
<icon drawable="@drawable/spotify" package="com.spotify.music" name="Spotify" />
<icon drawable="@drawable/squircle" package="com.blacksquircle.ui" name="Squircle IDE" />
<icon drawable="@drawable/stellio" package="io.stellio.music" name="Stellio" />
<icon drawable="@drawable/strava" package="com.strava" name="Strava" />
<icon drawable="@drawable/stremio" package="com.stremio.one" name="Stremio" />
Expand Down Expand Up @@ -567,6 +569,7 @@
<icon drawable="@drawable/tokopedia" package="com.tokopedia.tkpd" name="Tokopedia" />
<icon drawable="@drawable/tor_browser" package="org.torproject.torbrowser" name="Tor Browser" />
<icon drawable="@drawable/total_commander" package="com.ghisler.android.TotalCommander" name="Total Commander" />
<icon drawable="@drawable/trail_sense" package="com.kylecorry.trail_sense" name="Trail Sense" />
<icon drawable="@drawable/trust_wallet" package="com.wallet.crypto.trustapp" name="Trust Wallet" />
<icon drawable="@drawable/turbotel" package="ellipi.messenger" name="TurboTel" />
<icon drawable="@drawable/tutanota" package="de.tutao.tutanota" name="Tutanota" />
Expand Down
1 change: 1 addition & 0 deletions svgs/data_monitor.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions svgs/squircle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions svgs/trail_sense.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fe7e988

Please sign in to comment.