From 031f305c832e61ade965edb61630e2cf6fe2e458 Mon Sep 17 00:00:00 2001 From: Cole Bemis <colebemis@gmail.com> Date: Thu, 1 Mar 2018 22:39:16 -0800 Subject: [PATCH] feat: Add icon --- icons/youtube.svg | 14 ++++++++++++++ src/tags.json | 1 + 2 files changed, 15 insertions(+) create mode 100644 icons/youtube.svg diff --git a/icons/youtube.svg b/icons/youtube.svg new file mode 100644 index 0000000..ee94297 --- /dev/null +++ b/icons/youtube.svg @@ -0,0 +1,14 @@ +<svg + xmlns="http://www.w3.org/2000/svg" + width="24" + height="24" + viewBox="0 0 24 24" + fill="none" + stroke="currentColor" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" +> + <path d="M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z" /> + <polygon points="9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02" /> +</svg> diff --git a/src/tags.json b/src/tags.json index f3979cf..92019e0 100644 --- a/src/tags.json +++ b/src/tags.json @@ -151,6 +151,7 @@ "x-circle": ["cancel", "close", "delete", "remove", "times"], "x-square": ["cancel", "close", "delete", "remove", "times"], "x": ["cancel", "close", "delete", "remove", "times"], + "youtube": ["logo", "video", "play"], "zap-off": ["flash", "camera", "lightning"], "zap": ["flash", "camera", "lightning"] } -- 2.21.0