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