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 <markdotto@gmail.com>2020-12-23 02:21:25 +0300
committerMark Otto <otto@github.com>2020-12-23 02:27:49 +0300
commitb71504b8a95510fd5c9f247b28598063cff7e64e (patch)
treeeaf4f405021849ad53473f99c4490d0985379ae0 /icons/align-top.svg
parent65890ad3562f565b12ffee8c0d8a3cd9edf37db9 (diff)
Redraw icons to fix fill-rule issues with icon fonts
Diffstat (limited to 'icons/align-top.svg')
-rw-r--r--icons/align-top.svg4
1 files changed, 2 insertions, 2 deletions
diff --git a/icons/align-top.svg b/icons/align-top.svg
index 8eb431ed6..d2934f523 100644
--- a/icons/align-top.svg
+++ b/icons/align-top.svg
@@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-align-top" viewBox="0 0 16 16">
- <path d="M6 14a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v10z"/>
- <path fill-rule="evenodd" d="M1 1.5a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 0-1h-13a.5.5 0 0 0-.5.5z"/>
+ <rect width="4" height="12" rx="1" transform="matrix(1 0 0 -1 6 15)"/>
+ <path d="M1.5 2a.5.5 0 0 1 0-1v1zm13-1a.5.5 0 0 1 0 1V1zm-13 0h13v1h-13V1z"/>
</svg> \ No newline at end of file