diff options
author | codecalm <codecalm@gmail.com> | 2020-10-01 22:38:20 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-10-01 22:38:20 +0200 |
commit | 14f2f66c7de7e172e93b1d7530cf34c79a03fcc6 (patch) | |
tree | 767478fe1ad5910052bfb3c77559b6142efc722c /src/_icons | |
parent | `brand-css3` icon (diff) | |
download | tabler-icons-14f2f66c7de7e172e93b1d7530cf34c79a03fcc6.tar.xz |
`brand-kotlin` icon
Diffstat (limited to 'src/_icons')
-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> |