iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 991 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Flame = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M9.13 15l-.53-.77a1.85 1.85 0 00-.28-2.54 3.51 3.51 0 01-1.19-2c-1.56 2.23-.75 3.46 0 4.55l-.55.76A4.4 4.4 0 013 10.46S2.79 8.3 5.28 6.19c0 0 2.82-2.61 1.84-4.54L7.83 1a6.57 6.57 0 012.61 6.94 2.57 2.57 0 00.56-.81l.87-.07c.07.12 1.84 2.93.89 5.3A4.72 4.72 0 019.13 15zm-2-6.95l.87.39a3 3 0 00.92 2.48 2.64 2.64 0 011 2.8A3.242 3.242 0 0011.8 12a4.87 4.87 0 00-.41-3.63 1.85 1.85 0 01-1.84.86l-.35-.68a5.31 5.31 0 00-.89-5.8C8.17 4.87 6 6.83 5.93 6.94 3.86 8.7 4 10.33 4 10.4a3.47 3.47 0 001.59 3.14C5 12.14 5 10.46 7.16 8.05h-.03z", fill: "#424242" }));
exports.default = Flame;