diff options
Diffstat (limited to 'src/icons/wifi.svg')
-rw-r--r-- | src/icons/wifi.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/icons/wifi.svg b/src/icons/wifi.svg new file mode 100644 index 00000000..a3e04534 --- /dev/null +++ b/src/icons/wifi.svg @@ -0,0 +1,12 @@ +--- +category: Devices +tags: [online, connection, signal, wireless] +version: "1.0" +unicode: "eb52" +--- +<svg> + <line x1="12" y1="18" x2="12.01" y2="18" /> + <path d="M9.172 15.172a4 4 0 0 1 5.656 0" /> + <path d="M6.343 12.343a8 8 0 0 1 11.314 0" /> + <path d="M3.515 9.515c4.686 -4.687 12.284 -4.687 17 0" /> +</svg> |