aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/brand-youtube-kids.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/brand-youtube-kids.js')
-rw-r--r--icons-react/icons-js/brand-youtube-kids.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/icons-react/icons-js/brand-youtube-kids.js b/icons-react/icons-js/brand-youtube-kids.js
new file mode 100644
index 00000000..d1419419
--- /dev/null
+++ b/icons-react/icons-js/brand-youtube-kids.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconBrandYoutubeKids({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-youtube-kids" 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="M17.782 17.03l-3.413 .235l-.023 .002c-1.117 .09 -2.214 .335 -3.257 .725l-2.197 .794a3.597 3.597 0 0 1 -2.876 -.189a3.342 3.342 0 0 1 -1.732 -2.211l-1.204 -5.293a3.21 3.21 0 0 1 .469 -2.503a3.468 3.468 0 0 1 2.177 -1.452l9.843 -2.06c1.87 -.392 3.716 .744 4.124 2.537l1.227 5.392a3.217 3.217 0 0 1 -.61 2.7a3.506 3.506 0 0 1 -2.528 1.323z" /><path d="M10 10l.972 4l4.028 -3z" /></svg>;
+}
+
+export default IconBrandYoutubeKids; \ No newline at end of file