aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/planet.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/planet.js')
-rw-r--r--icons-react/icons-js/planet.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/icons-react/icons-js/planet.js b/icons-react/icons-js/planet.js
new file mode 100644
index 0000000..cf4c429
--- /dev/null
+++ b/icons-react/icons-js/planet.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconPlanet = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-planet" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path d="M17.905 13.057c2.208 1.756 3.436 3.308 3.012 4.035-.67 1.146-5.204-.204-10.129-3.016-4.924-2.812-8.374-6.022-7.705-7.168.418-.716 2.347-.458 4.936.524" /><circle cx={12} cy={12} r={6} /></svg>;
+
+export default IconPlanet; \ No newline at end of file