diff options
Diffstat (limited to 'src/_icons/letters-case.svg')
-rw-r--r-- | src/_icons/letters-case.svg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/_icons/letters-case.svg b/src/_icons/letters-case.svg index ae754854..b65f7e8a 100644 --- a/src/_icons/letters-case.svg +++ b/src/_icons/letters-case.svg @@ -1,9 +1,10 @@ --- tags: [typography, uppercase, capitals, lowercase, type] +category: Text --- <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" /> + <path d="M3 19v-10a4 4 0 0 1 4 -4a4 4 0 0 1 4 4v10" /> + <line x1="3" y1="13" x2="11" y2="13" /> </svg> |