diff options
author | codecalm <codecalm@gmail.com> | 2022-01-18 01:24:37 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-01-18 01:24:37 +0100 |
commit | a6a62addfeabcd18ba70581ca8dbba5d7a2af2ad (patch) | |
tree | bedb6aee8ab12b795153b6cfbab70e31ba2bd88b /src/_icons/plug-connected.svg | |
parent | 13 new icons: `arrows-cross`, `arrows-shuffle-2`, `arrows-shuffle`, `c-sharp`... (diff) | |
download | tabler-icons-a6a62addfeabcd18ba70581ca8dbba5d7a2af2ad.tar.xz |
5 new icons: `api-app`, `api`, `brand-lastfm`, `brand-tripadvisor`, `plug-connected`
Fixed icons: `arrows-shuffle`, `plug`, `vinyl`
Diffstat (limited to 'src/_icons/plug-connected.svg')
-rw-r--r-- | src/_icons/plug-connected.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/_icons/plug-connected.svg b/src/_icons/plug-connected.svg new file mode 100644 index 00000000..d8de8521 --- /dev/null +++ b/src/_icons/plug-connected.svg @@ -0,0 +1,10 @@ +--- +--- +<svg> + <path d="M7 12l5 5l-1.5 1.5a3.536 3.536 0 1 1 -5 -5l1.5 -1.5z" /> + <path d="M17 12l-5 -5l1.5 -1.5a3.536 3.536 0 1 1 5 5l-1.5 1.5z" /> + <path d="M3 21l2.5 -2.5" /> + <path d="M18.5 5.5l2.5 -2.5" /> + <path d="M10 11l-2 2" /> + <path d="M13 14l-2 2" /> +</svg> |