@brizy/ui-icons
Version:
5 lines (4 loc) • 483 B
JavaScript
import React from "react";
export const Moon = ({ className, onClick, style }) => (React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "currentColor", stroke: "currentColor", "stroke-linecap": "round", "stroke-linejoin": "round", className: className, style: style, onClick: onClick },
React.createElement("g", { transform: "scale(0.666667)" },
React.createElement("path", { d: "M20 14.5A8 8 0 1 1 9.5 4a6.5 6.5 0 0 0 10.5 10.5z" }))));