diff options
Diffstat (limited to 'src/icons/access-point.svg')
-rw-r--r-- | src/icons/access-point.svg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/icons/access-point.svg b/src/icons/access-point.svg new file mode 100644 index 00000000..579e512a --- /dev/null +++ b/src/icons/access-point.svg @@ -0,0 +1,13 @@ +--- +category: Devices +tags: [device, hosts, airwaves, wireless, network] +version: "1.25" +unicode: "ed1b" +--- +<svg> + <line x1="12" y1="12" x2="12" y2="12.01" /> + <path d="M14.828 9.172a4 4 0 0 1 0 5.656" /> + <path d="M17.657 6.343a8 8 0 0 1 0 11.314" /> + <path d="M9.168 14.828a4 4 0 0 1 0 -5.656" /> + <path d="M6.337 17.657a8 8 0 0 1 0 -11.314" /> +</svg> |