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-28 21:06:57 +0300
committerMark Otto <otto@github.com>2020-12-29 08:03:56 +0300
commitae9076e5ed17f6b89245dc31d915eb88d93cee59 (patch)
treee5932c93a45fabc9b429e0d1821569143e8cb365 /icons/arrow-down-left-square.svg
parenta6a177ef958d04f1fd216c971192524214609e6f (diff)
Misc icon fixes
- Fixes #604: Reply icons are no longer backwards - Fixes #608: Person circle icon now unified - Fixes #600: Square arrows now actually squares - Fixes #592: Straw icon no longer cut off
Diffstat (limited to 'icons/arrow-down-left-square.svg')
-rw-r--r--icons/arrow-down-left-square.svg2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons/arrow-down-left-square.svg b/icons/arrow-down-left-square.svg
index 7adda299e..08e00288e 100644
--- a/icons/arrow-down-left-square.svg
+++ b/icons/arrow-down-left-square.svg
@@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-down-left-square" viewBox="0 0 16 16">
- <path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-5.904-2.854a.5.5 0 1 1 .707.708L6.707 9.95h2.768a.5.5 0 1 1 0 1H5.5a.5.5 0 0 1-.5-.5V6.475a.5.5 0 1 1 1 0v2.768l4.096-4.097z"/>
+ <path fill-rule="evenodd" d="M15 2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2zM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm10.096 3.146a.5.5 0 1 1 .707.708L6.707 9.95h2.768a.5.5 0 1 1 0 1H5.5a.5.5 0 0 1-.5-.5V6.475a.5.5 0 1 1 1 0v2.768l4.096-4.097z"/>
</svg> \ No newline at end of file