diff options
author | codecalm <codecalm@gmail.com> | 2020-03-21 12:16:18 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-21 12:16:18 +0100 |
commit | d6df9fa7c4ca1b0b6599f7338b5af9afd643bfed (patch) | |
tree | 03aad476ed8fd2492aa4c25a2c8fd2ccf71fd0d1 /src/_icons/disabled.svg | |
parent | zip task (diff) | |
parent | new icons png (diff) | |
download | tabler-icons-d6df9fa7c4ca1b0b6599f7338b5af9afd643bfed.tar.xz |
Merge branches 'dev' and 'master' of https://github.com/tabler/tabler-icons into dev
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 802f8d8e..fd9c72a0 100644 --- a/src/_icons/disabled.svg +++ b/src/_icons/disabled.svg @@ -5,5 +5,5 @@ tags: [wheelchair] <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.5a5 5 0 106 7.5" /> + <path d="M7 11.5a5 5 0 1 0 6 7.5" /> </svg> |