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>2019-08-13 07:30:54 +0300
committerMark Otto <otto@github.com>2019-08-13 23:34:57 +0300
commit91677930e631f60316834a325186a478afcc9d48 (patch)
tree46e27df818c37610db9457987e5c1fa878986a51 /icons/phone-landscape.svg
parent2342aaefb7011d53657315b4c0ee25b9efb5206f (diff)
Update icons
- Replace stroke with fill - Add tons of new icons - Delete some accidental dupes - Clean up properties and add class names
Diffstat (limited to 'icons/phone-landscape.svg')
-rw-r--r--icons/phone-landscape.svg8
1 files changed, 3 insertions, 5 deletions
diff --git a/icons/phone-landscape.svg b/icons/phone-landscape.svg
index f3e3e1a97..ab1d39f57 100644
--- a/icons/phone-landscape.svg
+++ b/icons/phone-landscape.svg
@@ -1,6 +1,4 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" class="bi bi-phone-landscape" viewBox="0 0 20 20">
- <g fill="none" fill-rule="evenodd" transform="rotate(-90 8.5 6)">
- <rect width="9" height="14" x=".5" y=".5" stroke="currentColor" rx="2"/>
- <circle cx="5" cy="12" r="1" fill="currentColor"/>
- </g>
+<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-phone-landscape" viewBox="0 0 20 20">
+ <path fill-rule="evenodd" d="M3.5 6.5v6a1 1 0 001 1h11a1 1 0 001-1v-6a1 1 0 00-1-1h-11a1 1 0 00-1 1zm-1 6a2 2 0 002 2h11a2 2 0 002-2v-6a2 2 0 00-2-2h-11a2 2 0 00-2 2v6z" clip-rule="evenodd"/>
+ <path fill-rule="evenodd" d="M15.5 9.5a1 1 0 10-2 0 1 1 0 002 0z" clip-rule="evenodd"/>
</svg>