aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/swimming.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/swimming.js')
-rw-r--r--icons-react/icons-js/swimming.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/icons-react/icons-js/swimming.js b/icons-react/icons-js/swimming.js
new file mode 100644
index 0000000..53283e9
--- /dev/null
+++ b/icons-react/icons-js/swimming.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconSwimming = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-swimming" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><circle cx={16} cy={9} r={1} /><path d="M6 11l4 -2l3.5 3l-1.5 2" /><path d="M3 16.75a2.4 2.4 0 0 0 1 .25a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 1 -.25" /></svg>;
+
+export default IconSwimming; \ No newline at end of file