iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 773 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 MoonHalfRight5 = (props) => React.createElement("svg", { viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.744 3.17a.75.75 0 00.094.895A7.252 7.252 0 013.589 14.314a.75.75 0 00-1.236.74c1.13 4.286 5.03 7.446 9.67 7.446 5.523 0 10-4.477 10-10 0-4.64-3.16-8.541-7.445-9.67a.75.75 0 00-.834.34zm2.678 2.055A8.5 8.5 0 114.748 16.9 8.752 8.752 0 0016.423 5.225z", fill: "#323544" }));
exports.default = MoonHalfRight5;