diff options
Diffstat (limited to 'src/icons/exchange.svg')
-rw-r--r-- | src/icons/exchange.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/icons/exchange.svg b/src/icons/exchange.svg new file mode 100644 index 00000000..6ac14655 --- /dev/null +++ b/src/icons/exchange.svg @@ -0,0 +1,11 @@ +--- +tags: [cantor, money, product, product, student] +version: "1.7" +unicode: "ebe7" +--- +<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> |