UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 441 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgFireFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M12 23a7.5 7.5 0 0 1-5.138-12.963C8.204 8.774 11.5 6.5 11 1.5c6 4 9 8 3 14 1 0 2.5 0 5-2.47.27.773.5 1.604.5 2.47A7.5 7.5 0 0 1 12 23" }) })); const Memo = memo(SvgFireFill); export default Memo;