aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/friends-off.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/friends-off.js')
-rw-r--r--icons-react/icons-js/friends-off.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/icons-react/icons-js/friends-off.js b/icons-react/icons-js/friends-off.js
new file mode 100644
index 00000000..4d966da8
--- /dev/null
+++ b/icons-react/icons-js/friends-off.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconFriendsOff({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-friends-off" 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="M5 5a2 2 0 0 0 2 2m2 -2a2 2 0 0 0 -2 -2" /><path d="M5 22v-5l-1 -1v-4a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4l-1 1v5" /><circle cx={17} cy={5} r={2} /><path d="M15 22v-4h-2l1.254 -3.763m1.036 -2.942a0.997 .997 0 0 1 .71 -.295h2a1 1 0 0 1 1 1l1.503 4.508m-1.503 2.492v3" /><path d="M3 3l18 18" /></svg>;
+}
+
+export default IconFriendsOff; \ No newline at end of file