diff --git a/icons-manifest.json b/icons-manifest.json index 1f3ef82ab78d8a88913dd93920e77436ccbf539a..6a6cac841b416e05f6b680ee5211055e0e675f0b 100644 --- a/icons-manifest.json +++ b/icons-manifest.json @@ -36,6 +36,7 @@ "phone-missed", "phone-forwarded", "bluetooth", + "airplay", "bell", "bell-off", "star", diff --git a/icons/airplay.svg b/icons/airplay.svg new file mode 100644 index 0000000000000000000000000000000000000000..6edad76cc2047c761312a71a1bf214f58a6baf31 --- /dev/null +++ b/icons/airplay.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> + <path d="M5,17H4a2,2,0,0,1-2-2V5A2,2,0,0,1,4,3H20a2,2,0,0,1,2,2V15a2,2,0,0,1-2,2H19"/> + <polygon points="12 15 17 21 7 21 12 15"/> +</svg> \ No newline at end of file