diff options
author | codecalm <codecalm@gmail.com> | 2020-08-19 22:22:14 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-08-19 22:22:14 +0200 |
commit | 4c5176f00fda4f496f35f73f460ea1e876cffefa (patch) | |
tree | 8f549ad34acca855f62d90be52ac01b3c9fdef44 /icons | |
parent | `stroke-dasharray` bug fix #27 (diff) | |
download | tabler-icons-4c5176f00fda4f496f35f73f460ea1e876cffefa.tar.xz |
sketch files fix #27
Diffstat (limited to 'icons')
-rw-r--r-- | icons/brand-google.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons/brand-google.svg b/icons/brand-google.svg index 6628055d..da5bd4cf 100644 --- a/icons/brand-google.svg +++ b/icons/brand-google.svg @@ -1,6 +1,6 @@ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-google" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z"/> - <path d="M17.788 5.108A9 9 0 1021 12h-8" /> + <path d="M17.788 5.108a9 9 0 1021 12h-8" /> </svg> |