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>2022-11-12 06:12:42 +0300
committerGitHub <noreply@github.com>2022-11-12 06:12:42 +0300
commite927a93be342f26ef18dfdf0c64042c964e4e34b (patch)
tree46a7cdad2a15a399f77f1d46df5d3156d84219d6 /icons/house-slash.svg
parentcb6c54dd6b224df8e6e22f23f2ee298528ba0bc1 (diff)
v1.10.1: Fix various fill rules (#1488)
* Fix fill rules on new icons * Fix more fill rules * Bump versions * Fix link
Diffstat (limited to 'icons/house-slash.svg')
-rw-r--r--icons/house-slash.svg2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons/house-slash.svg b/icons/house-slash.svg
index ffe73f64a..3e1cb66bf 100644
--- a/icons/house-slash.svg
+++ b/icons/house-slash.svg
@@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-house-slash" viewBox="0 0 16 16">
- <path fill-rule="evenodd" d="M13.879 10.414a2.5 2.5 0 0 0-3.465 3.465l3.465-3.465Zm.707.707-3.465 3.465a2.501 2.501 0 0 0 3.465-3.465Zm-4.56-1.096a3.5 3.5 0 1 1 4.949 4.95 3.5 3.5 0 0 1-4.95-4.95Z"/>
+ <path d="M13.879 10.414a2.5 2.5 0 0 0-3.465 3.465l3.465-3.465Zm.707.707-3.465 3.465a2.501 2.501 0 0 0 3.465-3.465Zm-4.56-1.096a3.5 3.5 0 1 1 4.949 4.95 3.5 3.5 0 0 1-4.95-4.95Z"/>
<path d="M7.293 1.5a1 1 0 0 1 1.414 0L11 3.793V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v3.293l2.354 2.353a.5.5 0 0 1-.708.708L8 2.207l-5 5V13.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 2 13.5V8.207l-.646.647a.5.5 0 1 1-.708-.708L7.293 1.5Z"/>
</svg> \ No newline at end of file