/* eslint-disable react/jsx-no-literals */ import type { FC } from 'react'; /** * MoonIconPaths * * Render the svg paths to make a moon icon. */ export const MoonIconPaths: FC = () => ( );