diff options
author | codecalm <codecalm@gmail.com> | 2020-08-19 13:45:47 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-08-19 13:45:47 +0200 |
commit | ef4899c2d98e9639a746660d37983afdc79fb3cd (patch) | |
tree | 275ebfd85c97588f402ff6929bb07155357da8ee /src/_icons/brightness.svg | |
parent | `behance` logo (diff) | |
download | tabler-icons-ef4899c2d98e9639a746660d37983afdc79fb3cd.tar.xz |
icons optimize, `behance` fix
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> |