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-up-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-up-square.svg')
-rw-r--r--icons/arrow-up-square.svg2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons/arrow-up-square.svg b/icons/arrow-up-square.svg
index 267fdefdc..d21f03eb6 100644
--- a/icons/arrow-up-square.svg
+++ b/icons/arrow-up-square.svg
@@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-up-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-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11.5z"/>
+ <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-2V2zm8.5 9.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11.5z"/>
</svg> \ No newline at end of file