diff options
author | codecalm <codecalm@gmail.com> | 2020-09-21 19:53:32 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-21 19:53:32 +0200 |
commit | 8e0675f7f6f397cd2604937640a5b254940ff201 (patch) | |
tree | d7fce8deb1051f6b68779f6cc08e05153bdbde71 /src/_icons/disabled.svg | |
parent | Release 1.22.0 (diff) | |
download | tabler-icons-8e0675f7f6f397cd2604937640a5b254940ff201.tar.xz |
icons optimize
Diffstat (limited to 'src/_icons/disabled.svg')
-rw-r--r-- | src/_icons/disabled.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_icons/disabled.svg b/src/_icons/disabled.svg index 05c26745..ac456e32 100644 --- a/src/_icons/disabled.svg +++ b/src/_icons/disabled.svg @@ -5,5 +5,5 @@ tags: [wheelchair, handicapped] <circle cx="11" cy="5" r="2" /> <polyline points="11 7 11 15 15 15 19 20" /> <line x1="11" y1="11" x2="16" y2="11" /> - <path d="M7 11.5a4.97 4.97 0 1 0 6 7.5" /> + <path d="M7 11.5a5 5 0 1 0 6 7.5" /> </svg> |