diff options
author | codecalm <codecalm@gmail.com> | 2020-06-02 00:40:26 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-06-02 00:40:26 +0200 |
commit | 69e43a1b7b1c8b3561a3cd4907f2a4cfa8559dc1 (patch) | |
tree | 1c09d2b793124e4f726b003c8c850700565bc331 /src/_icons/accessible.svg | |
parent | icon `google` (diff) | |
download | tabler-icons-69e43a1b7b1c8b3561a3cd4907f2a4cfa8559dc1.tar.xz |
Fixed icons: `accessible`, `dice`, `discount`, `palette`, `tax`
Diffstat (limited to 'src/_icons/accessible.svg')
-rw-r--r-- | src/_icons/accessible.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_icons/accessible.svg b/src/_icons/accessible.svg index cfc363df..e5cc45c6 100644 --- a/src/_icons/accessible.svg +++ b/src/_icons/accessible.svg @@ -4,5 +4,5 @@ tags: [low-vision, blind, disability, handicapped] <svg> <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> |