From 94b9aa5c906c955f1166af8b2937c20fb5f46bab Mon Sep 17 00:00:00 2001 From: Cole Bemis <colebemis@gmail.com> Date: Sat, 11 Mar 2017 01:02:59 -0800 Subject: [PATCH] Add airplay icon --- icons-manifest.json | 1 + icons/airplay.svg | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 icons/airplay.svg diff --git a/icons-manifest.json b/icons-manifest.json index 1f3ef82..6a6cac8 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 0000000..6edad76 --- /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 -- 2.21.0