aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/brand-disney.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/brand-disney.js')
-rw-r--r--icons-react/icons-js/brand-disney.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/icons-react/icons-js/brand-disney.js b/icons-react/icons-js/brand-disney.js
new file mode 100644
index 00000000..df65d8ba
--- /dev/null
+++ b/icons-react/icons-js/brand-disney.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandDisney({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-disney" 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="M3.22 5.838c-1.307 -.15 -1.22 -.578 -1.22 -.794c0 -.216 .424 -1.044 4.34 -1.044c4.694 0 14.66 3.645 14.66 10.042s-8.71 4.931 -10.435 4.52c-1.724 -.412 -5.565 -2.256 -5.565 -4.174c0 -1.395 3.08 -2.388 6.715 -2.388c3.634 0 5.285 1.041 5.285 2c0 .5 -.074 1.229 -1 1.5" /><path d="M10.02 8a505.153 505.153 0 0 0 0 13" /></svg>;
+}
+
+export default IconBrandDisney; \ No newline at end of file