diff options
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/phone-call.svg | 2 | ||||
-rw-r--r-- | src/_icons/phone-incoming.svg | 2 | ||||
-rw-r--r-- | src/_icons/phone-outgoing.svg | 2 | ||||
-rw-r--r-- | src/_icons/phone-pause.svg | 2 | ||||
-rw-r--r-- | src/_icons/phone.svg | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/_icons/phone-call.svg b/src/_icons/phone-call.svg index 6f2af285..90498cd5 100644 --- a/src/_icons/phone-call.svg +++ b/src/_icons/phone-call.svg @@ -2,7 +2,7 @@ tags: [ring, mobile, conversation, answer, dial, landline] --- <svg> - <path d="M4 4h5l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v5a1 1 0 0 1 -1 1a16 16 0 0 1 -16 -16a1 1 0 0 1 1 -1" /> + <path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" /> <path d="M15 7a2 2 0 0 1 2 2" /> <path d="M15 3a6 6 0 0 1 6 6" /> </svg> diff --git a/src/_icons/phone-incoming.svg b/src/_icons/phone-incoming.svg index 9b63bbd1..ee2dd6b2 100644 --- a/src/_icons/phone-incoming.svg +++ b/src/_icons/phone-incoming.svg @@ -2,7 +2,7 @@ tags: [call, answer, mobile, landline, conversation] --- <svg> + <path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" /> <line x1="15" y1="9" x2="21" y2="3" /> <polyline points="15 4 15 9 20 9" /> - <path d="M4 4h5l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v5a1 1 0 0 1 -1 1a16 16 0 0 1 -16 -16a1 1 0 0 1 1 -1" /> </svg> diff --git a/src/_icons/phone-outgoing.svg b/src/_icons/phone-outgoing.svg index 1b526d29..986028c2 100644 --- a/src/_icons/phone-outgoing.svg +++ b/src/_icons/phone-outgoing.svg @@ -2,7 +2,7 @@ tags: [call, signal, mobile, landline, conversation] --- <svg> + <path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" /> <line x1="15" y1="9" x2="21" y2="3" /> <polyline points="16 3 21 3 21 8" /> - <path d="M4 4h5l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v5a1 1 0 0 1 -1 1a16 16 0 0 1 -16 -16a1 1 0 0 1 1 -1" /> </svg> diff --git a/src/_icons/phone-pause.svg b/src/_icons/phone-pause.svg index fb0d4041..db8e73b3 100644 --- a/src/_icons/phone-pause.svg +++ b/src/_icons/phone-pause.svg @@ -2,7 +2,7 @@ tags: [call, mute, mobile, landline, conversation] --- <svg> + <path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" /> <line x1="20" y1="3" x2="20" y2="7" /> <line x1="16" y1="3" x2="16" y2="7" /> - <path d="M4 4h5l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v5a1 1 0 0 1 -1 1a16 16 0 0 1 -16 -16a1 1 0 0 1 1 -1" /> </svg> diff --git a/src/_icons/phone.svg b/src/_icons/phone.svg index bca5187b..93a324ca 100644 --- a/src/_icons/phone.svg +++ b/src/_icons/phone.svg @@ -2,5 +2,5 @@ tags: [call, mobile, conversation, landline, answer, number] --- <svg> - <path d="M4 4h5l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v5a1 1 0 0 1 -1 1a16 16 0 0 1 -16 -16a1 1 0 0 1 1 -1" /> + <path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" /> </svg> |