diff options
author | codecalm <codecalm@gmail.com> | 2020-04-19 16:00:49 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-04-19 16:00:49 +0200 |
commit | f399765c02ff98e16de3f678ea5503f3a03ded7f (patch) | |
tree | b73f5028928d9a0cfd70bba6f4da1befa159ae1c /icons | |
parent | Release 1.5.0 (diff) | |
parent | tags.json file (diff) | |
download | tabler-icons-f399765c02ff98e16de3f678ea5503f3a03ded7f.tar.xz |
Merge branches 'dev' and 'master' of https://github.com/tabler/tabler-icons
Diffstat (limited to 'icons')
-rw-r--r-- | icons/accessible.svg | 2 | ||||
-rw-r--r-- | icons/dice.svg | 8 | ||||
-rw-r--r-- | icons/focus.svg | 2 | ||||
-rw-r--r-- | icons/palette.svg | 6 |
4 files changed, 9 insertions, 9 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> diff --git a/icons/dice.svg b/icons/dice.svg index 89b2cc76..efabd872 100644 --- a/icons/dice.svg +++ b/icons/dice.svg @@ -1,10 +1,10 @@ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-dice" 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"/> <rect x="4" y="4" width="16" height="16" rx="2" /> - <circle cx="8.5" cy="8.5" r=".5" /> - <circle cx="15.5" cy="8.5" r=".5" /> - <circle cx="15.5" cy="15.5" r=".5" /> - <circle cx="8.5" cy="15.5" r=".5" /> + <circle cx="8.5" cy="8.5" r=".5" fill="currentColor" /> + <circle cx="15.5" cy="8.5" r=".5" fill="currentColor" /> + <circle cx="15.5" cy="15.5" r=".5" fill="currentColor" /> + <circle cx="8.5" cy="15.5" r=".5" fill="currentColor" /> </svg> diff --git a/icons/focus.svg b/icons/focus.svg index 15c14d5c..6da87210 100644 --- a/icons/focus.svg +++ b/icons/focus.svg @@ -1,6 +1,6 @@ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-focus" 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"/> - <circle cx="12" cy="12" r=".5" /> + <circle cx="12" cy="12" r=".5" fill="currentColor" /> <circle cx="12" cy="12" r="9" /> </svg> diff --git a/icons/palette.svg b/icons/palette.svg index d5bcc66c..82a7eaba 100644 --- a/icons/palette.svg +++ b/icons/palette.svg @@ -1,9 +1,9 @@ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-palette" 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="M12 21a9 9 0 1 1 0 -18a9 8 0 0 1 9 8a4.5 4 0 0 1 -4.5 4h-2.5a2 2 0 0 0 -1 3.75a1.3 1.3 0 0 1 -1 2.25" /> - <circle cx="7.5" cy="10.5" r=".5" /> - <circle cx="12" cy="7.5" r=".5" /> - <circle cx="16.5" cy="10.5" r=".5" /> + <circle cx="7.5" cy="10.5" r=".5" fill="currentColor" /> + <circle cx="12" cy="7.5" r=".5" fill="currentColor" /> + <circle cx="16.5" cy="10.5" r=".5" fill="currentColor" /> </svg> |