diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2024-03-10 08:02:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-10 08:02:34 +0100 |
commit | 393a8cebd3f26b6a1edae71f33e25d5c9cf42ded (patch) | |
tree | df69719b2cee6ecb12dd17f360f29e5e9487cabf /core/src/main/res | |
parent | b18e5f0de61bff72a2fc60910418769f7de145e9 (diff) | |
download | AntennaPod-393a8cebd3f26b6a1edae71f33e25d5c9cf42ded.zip |
Remove last few usages of Iconify (#6977)
Diffstat (limited to 'core/src/main/res')
-rw-r--r-- | core/src/main/res/drawable/ic_eye.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/src/main/res/drawable/ic_eye.xml b/core/src/main/res/drawable/ic_eye.xml new file mode 100644 index 000000000..b03875e4a --- /dev/null +++ b/core/src/main/res/drawable/ic_eye.xml @@ -0,0 +1,5 @@ +<vector + xmlns:android="http://schemas.android.com/apk/res/android" + android:height="24dp" android:width="24dp" android:viewportWidth="24" android:viewportHeight="24"> + <path android:fillColor="?attr/action_icon_color" android:pathData="M12,9A3,3 0 0,1 15,12A3,3 0 0,1 12,15A3,3 0 0,1 9,12A3,3 0 0,1 12,9M12,4.5C17,4.5 21.27,7.61 23,12C21.27,16.39 17,19.5 12,19.5C7,19.5 2.73,16.39 1,12C2.73,7.61 7,4.5 12,4.5M3.18,12C4.83,15.36 8.24,17.5 12,17.5C15.76,17.5 19.17,15.36 20.82,12C19.17,8.64 15.76,6.5 12,6.5C8.24,6.5 4.83,8.64 3.18,12Z"/> +</vector>
\ No newline at end of file |