diff options
author | codecalm <codecalm@gmail.com> | 2022-07-10 12:01:49 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-07-10 12:01:49 +0200 |
commit | 9b18c2d36980dbaee72a31eaff44bd90d55bd5c7 (patch) | |
tree | 6a4eeda010695886932b546acb5dd5ed0496a3d7 /src/_icons/arrow-merge-both.svg | |
parent | Release 1.73.0 (diff) | |
download | tabler-icons-9b18c2d36980dbaee72a31eaff44bd90d55bd5c7.tar.xz |
18 new icons: `arrow-merge-both`, `arrow-merge-left`, `arrow-merge-right`, `garden-cart`, `ground`, `logic-and`, `logic-buffer`, `logic-nand`, `logic-nor`, `logic-not`, `logic-or`, `logic-xnor`, `logic-xor`, `microwave`, `outbound`, `sos`, `steam`, `storm`
#255
Diffstat (limited to 'src/_icons/arrow-merge-both.svg')
-rw-r--r-- | src/_icons/arrow-merge-both.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/arrow-merge-both.svg b/src/_icons/arrow-merge-both.svg new file mode 100644 index 00000000..503696bb --- /dev/null +++ b/src/_icons/arrow-merge-both.svg @@ -0,0 +1,9 @@ +--- +category: Arrows +--- +<svg> + <path d="M16 8l-4 -4l-4 4" /> + <path d="M12 20v-16" /> + <path d="M18 18c-4 -1.333 -6 -4.667 -6 -10" /> + <path d="M6 18c4 -1.333 6 -4.667 6 -10" /> +</svg> |