aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/flame.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/flame.js')
-rw-r--r--icons-react/icons-js/flame.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/icons-react/icons-js/flame.js b/icons-react/icons-js/flame.js
new file mode 100644
index 0000000..b4fc106
--- /dev/null
+++ b/icons-react/icons-js/flame.js
@@ -0,0 +1,5 @@
+import * as React from "react";
+
+const IconFlame = (size = 24, color = "currentColor", stroke = 2, ...props) => <svg className="icon icon-tabler icon-tabler-flame" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path d="M18 15a6 6 0 1 1 -10.853 -3.529c1.926-2.338 4.763-3.327 3.848-8.47 2.355 1.761 5.84 5.38 2.022 9.406-1.136 1.091-.244 2.767 1.221 2.593.882-.105 2.023-.966 3.23-2.3.532.68.532 1.717.532 2.3z" /></svg>;
+
+export default IconFlame; \ No newline at end of file