aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/settings.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/settings.js')
-rw-r--r--icons-react/icons-js/settings.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/icons-react/icons-js/settings.js b/icons-react/icons-js/settings.js
new file mode 100644
index 0000000..16eab91
--- /dev/null
+++ b/icons-react/icons-js/settings.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconSettings = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-settings" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z" /><circle cx={12} cy={12} r={3} /></svg>;
+
+export default IconSettings; \ No newline at end of file