aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/brand-shopee.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/brand-shopee.js')
-rw-r--r--icons-react/icons-js/brand-shopee.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/icons-react/icons-js/brand-shopee.js b/icons-react/icons-js/brand-shopee.js
new file mode 100644
index 00000000..9be98453
--- /dev/null
+++ b/icons-react/icons-js/brand-shopee.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandShopee({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-shopee" 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="M4 7l.867 12.143a2 2 0 0 0 1.995 1.857h10.276a2 2 0 0 0 1.995 -1.857l.867 -12.143h-16z" /><path d="M8.5 7c0 -1.653 1.5 -4 3.5 -4s3.5 2.347 3.5 4" /><path d="M9.5 17c.413 .462 1 1 2.5 1s2.5 -.897 2.5 -2s-1 -1.5 -2.5 -2s-2 -1.47 -2 -2c0 -1.104 1 -2 2 -2s1.5 0 2.5 1" /></svg>;
+}
+
+export default IconBrandShopee; \ No newline at end of file