diff options
author | codecalm <codecalm@gmail.com> | 2020-04-10 15:54:51 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-04-10 15:54:51 +0200 |
commit | 56fdb6586c185e383f3473656e980bfaee7307c3 (patch) | |
tree | 3008f998bd8e36f0a60e54105393c622a4cf1efc /src/_icons/typography.svg | |
parent | `letter-case` icon #17 (diff) | |
download | tabler-icons-56fdb6586c185e383f3473656e980bfaee7307c3.tar.xz |
letter fixes
Diffstat (limited to 'src/_icons/typography.svg')
-rw-r--r-- | src/_icons/typography.svg | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/_icons/typography.svg b/src/_icons/typography.svg index 165200ac..86827a6e 100644 --- a/src/_icons/typography.svg +++ b/src/_icons/typography.svg @@ -1,9 +1,9 @@ --- --- <svg> - <polyline points="4 20 7 20"></polyline> - <polyline points="14 20 21 20"></polyline> - <polyline points="6.9 15 13.8 15"></polyline> - <polyline points="10.2 6.3 16 20"></polyline> - <polyline points="5 20 11 4 13 4 20 20"></polyline> + <line x1="4" y1="20" x2="7" y2="20" /> + <line x1="14" y1="20" x2="21" y2="20" /> + <line x1="6.9" y1="15" x2="13.8" y2="15" /> + <line x1="10.2" y1="6.3" x2="16" y2="20" /> + <polyline points="5 20 11 4 13 4 20 20" /> </svg> |