diff options
author | codecalm <codecalm@gmail.com> | 2020-03-27 21:38:26 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-27 21:38:26 +0100 |
commit | 822d5bb9349a0658c00f177b83801bdcca738e87 (patch) | |
tree | 00e71415d6e236b8b808759ae088b77d32c759f6 /src/_icons | |
parent | devices icon (diff) | |
download | tabler-icons-822d5bb9349a0658c00f177b83801bdcca738e87.tar.xz |
wifi icons, mood-tongue icon
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/devices.svg | 6 | ||||
-rw-r--r-- | src/_icons/mood-tongue.svg | 9 | ||||
-rw-r--r-- | src/_icons/wifi-0.svg | 6 | ||||
-rw-r--r-- | src/_icons/wifi-1.svg | 9 | ||||
-rw-r--r-- | src/_icons/wifi-2.svg | 10 | ||||
-rw-r--r-- | src/_icons/wifi.svg | 9 |
6 files changed, 43 insertions, 6 deletions
diff --git a/src/_icons/devices.svg b/src/_icons/devices.svg index 9f62812a..de47d87f 100644 --- a/src/_icons/devices.svg +++ b/src/_icons/devices.svg @@ -1,7 +1,7 @@ --- --- <svg> - <rect x="13" y="8" width="8" height="12" rx="1"></rect> - <path d="M18 8v-3a1 1 0 00 -1 -1h-13a1 1 0 00 -1 1v12a1 1 0 00 1 1h9"></path> - <polyline points="16 9 18 9"></polyline> + <rect x="13" y="8" width="8" height="12" rx="1" /> + <path d="M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9" /> + <line x1="16" y1="9" x2="18" y2="9" /> </svg> diff --git a/src/_icons/mood-tongue.svg b/src/_icons/mood-tongue.svg new file mode 100644 index 00000000..a54b097a --- /dev/null +++ b/src/_icons/mood-tongue.svg @@ -0,0 +1,9 @@ +--- +tags: [face, emoji, emotion] +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <line x1="9" y1="10" x2="9.01" y2="10" /> + <line x1="15" y1="10" x2="15.01" y2="10" /> + <path d="M10 14v2a2 2 0 0 0 4 0v-2m1 0h-6" /> +</svg> diff --git a/src/_icons/wifi-0.svg b/src/_icons/wifi-0.svg new file mode 100644 index 00000000..f29af453 --- /dev/null +++ b/src/_icons/wifi-0.svg @@ -0,0 +1,6 @@ +--- +tags: [online, connection, signal, wireless] +--- +<svg> + <line x1="12" y1="18" x2="12.01" y2="18" /> +</svg> diff --git a/src/_icons/wifi-1.svg b/src/_icons/wifi-1.svg new file mode 100644 index 00000000..03bafe88 --- /dev/null +++ b/src/_icons/wifi-1.svg @@ -0,0 +1,9 @@ +--- +tags: [online, connection, signal, wireless] +--- +<svg> + <g transform="rotate(-45 12 18)"> + <line x1="12" y1="18" x2="12.01" y2="18" /> + <path d="M12 14a4 4 0 0 1 4 4" /> + </g> +</svg> diff --git a/src/_icons/wifi-2.svg b/src/_icons/wifi-2.svg new file mode 100644 index 00000000..c3d85d9b --- /dev/null +++ b/src/_icons/wifi-2.svg @@ -0,0 +1,10 @@ +--- +tags: [online, connection, signal, wireless] +--- +<svg> + <g transform="rotate(-45 12 18)"> + <line x1="12" y1="18" x2="12.01" y2="18" /> + <path d="M12 14a4 4 0 0 1 4 4" /> + <path d="M12 10a8 8 0 0 1 8 8" /> + </g> +</svg> diff --git a/src/_icons/wifi.svg b/src/_icons/wifi.svg index 7eac4101..a62cc16b 100644 --- a/src/_icons/wifi.svg +++ b/src/_icons/wifi.svg @@ -2,7 +2,10 @@ tags: [online, connection, signal, wireless] --- <svg> - <circle cx="12" cy="12" r="1" /> - <path d="M9 16a5 5 0 1 1 6 0" /> - <path d="M6 18.7a9 9 0 1 1 12 0" /> + <g transform="rotate(-45 12 18)"> + <line x1="12" y1="18" x2="12.01" y2="18" /> + <path d="M12 14a4 4 0 0 1 4 4" /> + <path d="M12 10a8 8 0 0 1 8 8" /> + <path d="M12 6a12 12 0 0 1 12 12" /> + </g> </svg> |