summaryrefslogtreecommitdiff
path: root/ui/common/src/main/res/drawable/ic_disc_alert.xml
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2024-03-29 11:23:33 +0100
committerGitHub <noreply@github.com>2024-03-29 11:23:33 +0100
commit5ede21d676af8d879ec8f5d695255ccbf4398e76 (patch)
treee4f23895d32ff6946b57887880b084a6759bc5dc /ui/common/src/main/res/drawable/ic_disc_alert.xml
parent13a985ca1e6fae65682c97ee523dec96b2fdeedf (diff)
downloadAntennaPod-5ede21d676af8d879ec8f5d695255ccbf4398e76.zip
Remove dependency of :net:discovery and :ui:echo on :core (#7036)
Moves the common icon files to :ui:common
Diffstat (limited to 'ui/common/src/main/res/drawable/ic_disc_alert.xml')
-rw-r--r--ui/common/src/main/res/drawable/ic_disc_alert.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/ui/common/src/main/res/drawable/ic_disc_alert.xml b/ui/common/src/main/res/drawable/ic_disc_alert.xml
new file mode 100644
index 000000000..6a2c11187
--- /dev/null
+++ b/ui/common/src/main/res/drawable/ic_disc_alert.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<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="M10 14C8.9 14 8 13.1 8 12C8 10.9 8.9 10 10 10C11.1 10 12 10.9 12 12S11.1 14 10 14M10 4C5.6 4 2 7.6 2 12S5.6 20 10 20 18 16.4 18 12 14.4 4 10 4M20 13H22V7H20M20 17H22V15H20V17Z" />
+
+</vector>