UNPKG

@kadconsulting/dry

Version:
3 lines 565 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Moon01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "moon-01" }), _jsx("path", { className: 'dry-icon-moon-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M22 15.844a10.424 10.424 0 0 1-4.306.925c-5.779 0-10.463-4.684-10.463-10.462 0-1.536.33-2.994.925-4.307A10.464 10.464 0 0 0 2 11.538C2 17.316 6.684 22 12.462 22c4.243 0 7.896-2.526 9.538-6.156Z' })] })); //# sourceMappingURL=Moon01.js.map