diff options
author | codecalm <codecalm@gmail.com> | 2020-09-21 17:23:28 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-21 17:23:28 +0200 |
commit | 9459d622c460664e2cd391e61df65e80a577ffc1 (patch) | |
tree | bb193f4acb7fb76054cafc4439e48ecfcc75fecc /src/_icons | |
parent | icons optimize (diff) | |
download | tabler-icons-9459d622c460664e2cd391e61df65e80a577ffc1.tar.xz |
bluetooth connected icon
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/bluetooth-connected.svg | 8 | ||||
-rw-r--r-- | src/_icons/bluetooth.svg | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/src/_icons/bluetooth-connected.svg b/src/_icons/bluetooth-connected.svg new file mode 100644 index 00000000..7b0fd9d1 --- /dev/null +++ b/src/_icons/bluetooth-connected.svg @@ -0,0 +1,8 @@ +--- +tags: [wireless, connection, connect] +--- +<svg> + <polyline points="7 8 17 16 12 20 12 4 17 8 7 16" /> + <polyline points="4 12 5 12"></polyline> + <polyline points="18 12 19 12"></polyline> +</svg> diff --git a/src/_icons/bluetooth.svg b/src/_icons/bluetooth.svg index 85ce79e8..cbf2ad30 100644 --- a/src/_icons/bluetooth.svg +++ b/src/_icons/bluetooth.svg @@ -2,5 +2,5 @@ tags: [wireless, connection, connect] --- <svg> - <polyline points="6 8 18 16 12 20 12 4 18 8 6 16" /> + <polyline points="7 8 17 16 12 20 12 4 17 8 7 16" /> </svg> |