aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/arrows-shuffle-2.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/arrows-shuffle-2.js')
-rw-r--r--icons-react/icons-js/arrows-shuffle-2.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/icons-react/icons-js/arrows-shuffle-2.js b/icons-react/icons-js/arrows-shuffle-2.js
new file mode 100644
index 00000000..94936ba1
--- /dev/null
+++ b/icons-react/icons-js/arrows-shuffle-2.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconArrowsShuffle2({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-arrows-shuffle-2" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M18 4l3 3l-3 3" /><path d="M18 20l3 -3l-3 -3" /><path d="M3 7h3a5 5 0 0 1 5 5a5 5 0 0 0 5 5h5" /><path d="M3 17h3a5 5 0 0 0 5 -5a5 5 0 0 1 5 -5h5" /></svg>;
+}
+
+export default IconArrowsShuffle2; \ No newline at end of file