diff options
author | codecalm <codecalm@gmail.com> | 2020-05-31 22:46:44 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-05-31 22:46:44 +0200 |
commit | c95529511f3a33205eee69d44b447fc88378b927 (patch) | |
tree | 87c0705afa0865728a2c1c29063a9ae12c909600 /src/_icons/exchange.svg | |
parent | 2 new icons: `terminal-2`, `umbrella` (diff) | |
download | tabler-icons-c95529511f3a33205eee69d44b447fc88378b927.tar.xz |
New icon: `exchange`
Diffstat (limited to 'src/_icons/exchange.svg')
-rw-r--r-- | src/_icons/exchange.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_icons/exchange.svg b/src/_icons/exchange.svg new file mode 100644 index 00000000..88ef382b --- /dev/null +++ b/src/_icons/exchange.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="5" cy="18" r="2" /> + <circle cx="19" cy="6" r="2" /> + <path d="M19 8v5a5 5 0 0 1 -5 5h-3l3 -3m0 6l-3 -3" /> + <path d="M5 16v-5a5 5 0 0 1 5 -5h3l-3 -3m0 6l3 -3" /> +</svg> |