UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 432 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgMoonFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M11.38 2.019a7.5 7.5 0 1 0 10.6 10.6C21.662 17.854 17.316 22 12.001 22 6.477 22 2 17.523 2 12c0-5.315 4.146-9.661 9.38-9.981" }) })); const Memo = memo(SvgMoonFill); export default Memo;