Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2020-03-19 05:03:21 +0300
committerGitHub <noreply@github.com>2020-03-19 05:03:21 +0300
commitb5d8800fea110ca454e1f262c8e7c7a06c071cf0 (patch)
treef72270b3e993767a63224b29171fb47dd6e262a9 /icons/brightness-low.svg
parent6f6f274e2d7b6c0da26939200ef314e5dbacd13f (diff)
Add another 178 icons and resize viewBox to 16x16 (#156)
* Update existing icons and add new icons * 16x16 viewBox * Redraw some icons to fix cropping, forgotten outlining, etc
Diffstat (limited to 'icons/brightness-low.svg')
-rw-r--r--icons/brightness-low.svg20
1 files changed, 10 insertions, 10 deletions
diff --git a/icons/brightness-low.svg b/icons/brightness-low.svg
index 35dd2dee8..ca49799c2 100644
--- a/icons/brightness-low.svg
+++ b/icons/brightness-low.svg
@@ -1,11 +1,11 @@
-<svg class="bi bi-brightness-low" width="1em" height="1em" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
- <path fill-rule="evenodd" d="M10 13a3 3 0 100-6 3 3 0 000 6zm0 1a4 4 0 100-8 4 4 0 000 8z" clip-rule="evenodd"/>
- <circle cx="10" cy="4.5" r=".5"/>
- <circle cx="10" cy="15.5" r=".5"/>
- <circle cx="15.5" cy="10" r=".5" transform="rotate(90 15.5 10)"/>
- <circle cx="4.5" cy="10" r=".5" transform="rotate(90 4.5 10)"/>
- <circle cx="13.889" cy="6.111" r=".5" transform="rotate(45 13.89 6.11)"/>
- <circle cx="6.111" cy="13.889" r=".5" transform="rotate(45 6.11 13.89)"/>
- <circle cx="13.889" cy="13.889" r=".5" transform="rotate(135 13.89 13.89)"/>
- <circle cx="6.111" cy="6.111" r=".5" transform="rotate(135 6.11 6.11)"/>
+<svg class="bi bi-brightness-low" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
+ <path fill-rule="evenodd" d="M8 11a3 3 0 100-6 3 3 0 000 6zm0 1a4 4 0 100-8 4 4 0 000 8z" clip-rule="evenodd"/>
+ <circle cx="8" cy="2.5" r=".5"/>
+ <circle cx="8" cy="13.5" r=".5"/>
+ <circle cx="13.5" cy="8" r=".5" transform="rotate(90 13.5 8)"/>
+ <circle cx="2.5" cy="8" r=".5" transform="rotate(90 2.5 8)"/>
+ <circle cx="11.889" cy="4.111" r=".5" transform="rotate(45 11.89 4.11)"/>
+ <circle cx="4.111" cy="11.889" r=".5" transform="rotate(45 4.11 11.89)"/>
+ <circle cx="11.889" cy="11.889" r=".5" transform="rotate(135 11.89 11.889)"/>
+ <circle cx="4.111" cy="4.111" r=".5" transform="rotate(135 4.11 4.11)"/>
</svg> \ No newline at end of file