mirror of
https://github.com/mivodev/mivodev.github.io.git
synced 2026-01-27 05:51:56 +07:00
22 lines
498 B
JavaScript
22 lines
498 B
JavaScript
/**
|
|
* @license lucide-vue-next v0.562.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
import createLucideIcon from '../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"
|
|
}
|
|
]
|
|
]);
|
|
|
|
export { Flame as default };
|
|
//# sourceMappingURL=flame.js.map
|