diff options
author | codecalm <codecalm@gmail.com> | 2020-08-19 16:00:26 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-08-19 16:00:26 +0200 |
commit | eb59369e8c3c368b45d2739cd588d081c2cc24f4 (patch) | |
tree | 52e08439132ca6777a8285fda34ad1849b2a9c56 /src/_icons/brightness.svg | |
parent | readme image fix (diff) | |
parent | readme image fix (diff) | |
download | tabler-icons-eb59369e8c3c368b45d2739cd588d081c2cc24f4.tar.xz |
Merge branches 'dev' and 'master' of https://github.com/tabler/tabler-icons
Diffstat (limited to 'src/_icons/brightness.svg')
-rw-r--r-- | src/_icons/brightness.svg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/_icons/brightness.svg b/src/_icons/brightness.svg index a8b52eb5..2d8f479c 100644 --- a/src/_icons/brightness.svg +++ b/src/_icons/brightness.svg @@ -4,7 +4,7 @@ tags: [light, dark, screen] <svg> <circle cx="12" cy="12" r="9" /> <line x1="12" y1="3" x2="12" y2="21" /> - <path d="M12 9l4.65 -4.65" /> - <path d="M12 14.3l7.37 -7.37" /> - <path d="M12 19.6l8.85 -8.85" /> + <line x1="12" y1="9" x2="16.65" y2="4.35" /> + <line x1="12" y1="14.3" x2="19.37" y2="6.93" /> + <line x1="12" y1="19.6" x2="20.85" y2="10.75" /> </svg> |