diff options
author | codecalm <codecalm@gmail.com> | 2020-12-05 18:53:03 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-12-05 18:53:03 +0100 |
commit | f8e379e97829848cc89320714202ebd05c5e71b7 (patch) | |
tree | 330eaa46f530ae9e5334a92cec862a22bdb68b97 | |
parent | Release 1.37.1 (diff) | |
download | tabler-icons-f8e379e97829848cc89320714202ebd05c5e71b7.tar.xz |
`credit-card-off` icon fix
-rw-r--r-- | src/_icons/credit-card-off.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_icons/credit-card-off.svg b/src/_icons/credit-card-off.svg index 7196a50a..09504c38 100644 --- a/src/_icons/credit-card-off.svg +++ b/src/_icons/credit-card-off.svg @@ -4,7 +4,7 @@ version: 1.24 --- <svg> <line x1="3" y1="3" x2="21" y2="21" /> - <path d="" /> + <path d="M9 5h9a3 3 0 0 1 3 3v8a3 3 0 0 1 -.128 .87" /> <path d="M18.87 18.872a3 3 0 0 1 -.87 .128h-12a3 3 0 0 1 -3 -3v-8c0 -1.352 .894 -2.495 2.124 -2.87" /> <line x1="3" y1="11" x2="11" y2="11" /> <line x1="15" y1="11" x2="21" y2="11" /> |