iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 832 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Moon = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M10.03 3.164A7.662 7.662 0 0 0 8.631 7.55c0 3.73 2.678 6.853 6.238 7.603a6.824 6.824 0 0 1-3.984 1.28c-3.727 0-6.76-2.988-6.76-6.662 0-3.387 2.58-6.193 5.903-6.608zM10.884 2C6.53 2 3 5.48 3 9.772c0 4.293 3.53 7.772 7.885 7.772a7.908 7.908 0 0 0 6.534-3.42c-.298.04-.593.09-.901.09-3.733 0-6.759-2.983-6.759-6.663 0-2.212 1.107-4.158 2.79-5.37A8.024 8.024 0 0 0 10.886 2z", fill: "#000", fillRule: "evenodd" }));
exports.default = Moon;