Browse Source

4 new icons: `brand-funimation`, `brand-google-podcasts`, `brand-hbo`, `brand-ted`

codecalm 2 years ago
parent
commit
fc834cdcef

+ 6 - 0
src/_icons/brand-funimation.svg

@@ -0,0 +1,6 @@
+---
+---
+<svg>
+  <circle cx="12" cy="12" r="9" />
+  <path d="M8 13h8a4 4 0 1 1 -8 0z" />
+</svg>

+ 13 - 0
src/_icons/brand-google-podcasts.svg

@@ -0,0 +1,13 @@
+---
+---
+<svg>
+  <path d="M12 3v2" />
+  <path d="M12 19v2" />
+  <path d="M12 8v8" />
+  <path d="M8 17v2" />
+  <path d="M4 11v2" />
+  <path d="M20 11v2" />
+  <path d="M8 5v8" />
+  <path d="M16 7v-2" />
+  <path d="M16 19v-8" />
+</svg>

+ 10 - 0
src/_icons/brand-hbo.svg

@@ -0,0 +1,10 @@
+---
+---
+<svg>
+  <path d="M2 16v-8" />
+  <path d="M6 8v8" />
+  <path d="M2 12h4" />
+  <path d="M9 16h2a2 2 0 1 0 0 -4h-2h2a2 2 0 1 0 0 -4h-2v8z" />
+  <path d="M19 8a4 4 0 1 1 0 8a4 4 0 0 1 0 -8z" />
+  <circle cx="19" cy="12" r="1" />
+</svg>

+ 9 - 0
src/_icons/brand-ted.svg

@@ -0,0 +1,9 @@
+---
+---
+<svg>
+  <path d="M2 8h4" />
+  <path d="M4 8v8" />
+  <path d="M13 8h-4v8h4" />
+  <path d="M9 12h2.5" />
+  <path d="M16 8v8h2a3 3 0 0 0 3 -3v-2a3 3 0 0 0 -3 -3h-2z" />
+</svg>