Files
Fluxup_PAP/node_modules/lucide-react-native/dist/cjs/icons/flame.js
2026-03-10 16:18:05 +00:00

24 lines
515 B
JavaScript

/**
* @license lucide-react-native v0.563.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
'use strict';
var createLucideIcon = require('../createLucideIcon.js');
const Flame = createLucideIcon("Flame", [
[
"path",
{
d: "M12 3q1 4 4 6.5t3 5.5a1 1 0 0 1-14 0 5 5 0 0 1 1-3 1 1 0 0 0 5 0c0-2-1.5-3-1.5-5q0-2 2.5-4",
key: "1slcih"
}
]
]);
module.exports = Flame;
//# sourceMappingURL=flame.js.map