aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/ufo.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/ufo.js')
-rw-r--r--icons-react/icons-js/ufo.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/icons-react/icons-js/ufo.js b/icons-react/icons-js/ufo.js
new file mode 100644
index 00000000..2eae8268
--- /dev/null
+++ b/icons-react/icons-js/ufo.js
@@ -0,0 +1,12 @@
+import * as React from "react";
+
+function IconUfo({
+ size = 24,
+ color = "currentColor",
+ stroke = 2,
+ ...props
+}) {
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-ufo" 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="M16.95 9.01c3.02 .739 5.05 2.123 5.05 3.714c0 2.367 -4.48 4.276 -10 4.276s-10 -1.909 -10 -4.276c0 -1.59 2.04 -2.985 5.07 -3.724" /><path d="M7 9c0 1.105 2.239 2 5 2s5 -.895 5 -2v-.035c0 -2.742 -2.239 -4.965 -5 -4.965s-5 2.223 -5 4.965v.035" /><path d="M15 17l2 3" /><path d="M8.5 17l-1.5 3" /><path d="M12 14h.01" /><path d="M7 13h.01" /><path d="M17 13h.01" /></svg>;
+}
+
+export default IconUfo; \ No newline at end of file