diff options
author | codecalm <codecalm@gmail.com> | 2020-09-22 12:20:11 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-22 12:20:11 +0200 |
commit | e6457baedec356b7dc193e189769d1e7ff85fff6 (patch) | |
tree | 5c78eec8f275768bacea0ca88704c61096fb260f /src/_icons/access-point.svg | |
parent | Release 1.24.0 (diff) | |
download | tabler-icons-e6457baedec356b7dc193e189769d1e7ff85fff6.tar.xz |
2 new icons: `access-point-off`, `access-point`
Diffstat (limited to 'src/_icons/access-point.svg')
-rw-r--r-- | src/_icons/access-point.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/access-point.svg b/src/_icons/access-point.svg new file mode 100644 index 00000000..69e2b0ce --- /dev/null +++ b/src/_icons/access-point.svg @@ -0,0 +1,9 @@ +--- +--- +<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> |