diff options
author | codecalm <codecalm@gmail.com> | 2020-04-10 15:54:24 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-04-10 15:54:24 +0200 |
commit | 5c5161e2c37812e507e8960d42bedc727100fc29 (patch) | |
tree | 88452c4f7bd7f9a9799464161ed1fadd9dc5e3a2 | |
parent | `typography` icon (diff) | |
download | tabler-icons-5c5161e2c37812e507e8960d42bedc727100fc29.tar.xz |
`letter-case` icon #17
-rw-r--r-- | src/_icons/letter-case.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_icons/letter-case.svg b/src/_icons/letter-case.svg new file mode 100644 index 00000000..368b40f0 --- /dev/null +++ b/src/_icons/letter-case.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="18" cy="16" r="3" /> + <line x1="21" y1="13" x2="21" y2="19" /> + <path d="M3 19l5 -13l5 13" /> + <line x1="5" y1="14" x2="11" y2="14" /> +</svg> |