diff options
author | codecalm <codecalm@gmail.com> | 2020-04-12 15:43:54 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-04-12 15:43:54 +0200 |
commit | 7e48644d0b4d1fd22e555362baf56fb73c81c38e (patch) | |
tree | 00664e38062c48693990893fbe9096157e4a0d2d /icons/accessible.svg | |
parent | device-mobile-vibration fix (diff) | |
download | tabler-icons-7e48644d0b4d1fd22e555362baf56fb73c81c38e.tar.xz |
icons circle fixes
Diffstat (limited to 'icons/accessible.svg')
-rw-r--r-- | icons/accessible.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons/accessible.svg b/icons/accessible.svg index 1cd3179f..6b84e71f 100644 --- a/icons/accessible.svg +++ b/icons/accessible.svg @@ -2,7 +2,7 @@ <path stroke="none" d="M0 0h24v24H0z"/> <circle cx="12" cy="12" r="9" /> <path d="M10 16.5l2 -3l2 3m-2 -3v-2l3 -1m-6 0l3 1" /> - <circle cx="12" cy="7.5" r=".5" /> + <circle cx="12" cy="7.5" r=".5" fill="currentColor" /> </svg> |