diff options
author | codecalm <codecalm@gmail.com> | 2020-04-07 20:26:39 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-04-07 20:26:39 +0200 |
commit | 47335aa1ea670c0785f716830bebe582cceecd76 (patch) | |
tree | a3b1a493aea0dd763942a2cc01b4e4f527d1b149 | |
parent | currency yen (diff) | |
download | tabler-icons-47335aa1ea670c0785f716830bebe582cceecd76.tar.xz |
currency yen fix
-rw-r--r-- | src/_icons/currency-yen.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_icons/currency-yen.svg b/src/_icons/currency-yen.svg index 15f8a693..60866c54 100644 --- a/src/_icons/currency-yen.svg +++ b/src/_icons/currency-yen.svg @@ -1,7 +1,7 @@ --- --- <svg> - <path d="M12 19v-7l-5 -7m8 0l-5 7" /> + <path d="M12 19v-7l-5 -7m10 0l-5 7" /> <line x1="8" y1="17" x2="16" y2="17" /> <line x1="8" y1="13" x2="16" y2="13" /> </svg> |