@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 486 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Moon02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "moon-02" }), _jsx("path", { className: 'dry-icon-moon-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M21.955 12.956a8 8 0 1 1-10.91-10.911C5.97 2.526 2 6.799 2 12c0 5.523 4.477 10 10 10 5.2 0 9.473-3.97 9.955-9.044Z' })] }));
//# sourceMappingURL=Moon02.js.map