@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 797 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function MoonIcon(props) {
return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", "aria-label": "moon icon", ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M10 1.975c-.529 0-1.076.049-1.672.15a.998.998 0 0 0-.426 1.792C10.506 5.827 12 8.766 12 11.975c0 3.21-1.494 6.148-4.098 8.059a.998.998 0 0 0 .426 1.792 9.92 9.92 0 0 0 1.672.149c5.514 0 10-4.485 10-10 0-5.514-4.486-10-10-10Zm.979 17.94A12.033 12.033 0 0 0 14 11.975c0-2.936-1.1-5.765-3.021-7.94C14.93 4.519 18 7.896 18 11.975c0 4.08-3.07 7.456-7.021 7.94Z" }) });
}
exports.default = MoonIcon;