diff options
-rw-r--r-- | src/_icons/brand-kotlin.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/brand-kotlin.svg b/src/_icons/brand-kotlin.svg new file mode 100644 index 00000000..aed11d21 --- /dev/null +++ b/src/_icons/brand-kotlin.svg @@ -0,0 +1,9 @@ +--- +category: Brand +--- +<svg> + <path d="M20 20h-16v-16h16" /> + <path d="M4 20l16 -16" /> + <path d="M4 12l8-8" /> + <line x1="12" y1="12" x2="20" y2="20" /> +</svg> |