aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/brand-amongus.js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-06-21 11:31:51 +0200
committercodecalm <codecalm@gmail.com>2022-06-21 11:31:51 +0200
commit755f3e43384dc8bcef0484f83ad5cc99b9e49286 (patch)
tree3dc4bebe4c4e1d0f37400f9531e82ce7a4868919 /icons-react/icons-js/brand-amongus.js
parent18 new icons: `brand-amongus`, `brand-badoo`, `brand-bandcamp`, `brand-beats`... (diff)
downloadtabler-icons-755f3e43384dc8bcef0484f83ad5cc99b9e49286.tar.xz
Release 1.71.0v1.71.0
Diffstat (limited to 'icons-react/icons-js/brand-amongus.js')
-rw-r--r--icons-react/icons-js/brand-amongus.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/icons-react/icons-js/brand-amongus.js b/icons-react/icons-js/brand-amongus.js
new file mode 100644
index 00000000..20624fd1
--- /dev/null
+++ b/icons-react/icons-js/brand-amongus.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandAmongus({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-amongus" 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="M10.646 12.774c-1.939 .396 -4.467 .317 -6.234 -.601c-2.454 -1.263 -1.537 -4.66 1.423 -4.982c2.254 -.224 3.814 -.354 5.65 .214c.835 .256 1.93 .569 1.355 3.281c-.191 1.067 -1.07 1.904 -2.194 2.088z" /><path d="M5.84 7.132c.083 -.564 .214 -1.12 .392 -1.661c.456 -.936 1.095 -2.068 3.985 -2.456a22.464 22.464 0 0 1 2.867 .08c1.776 .14 2.643 1.234 3.287 3.368c.339 1.157 .46 2.342 .629 3.537v11l-12.704 -.019c-.552 -2.386 -.262 -5.894 .204 -8.481" /><path d="M17 10c.991 .163 2.105 .383 3.069 .67c.255 .13 .52 .275 .534 .505c.264 3.434 .57 7.448 .278 9.825h-3.881" /></svg>;
+}
+
+export default IconBrandAmongus; \ No newline at end of file