import { HStack } from '@chakra-ui/react' import { AiOutlineHome, AiFillGithub } from 'react-icons/ai' import { BsJournalCode } from 'react-icons/bs' import { FiGitPullRequest } from 'react-icons/fi' import { ColorModeSwitcher } from '../ColorModeSwitcher' import { NavIcon } from '../GSSinglePageLayout/NavIcon' export let navIcons = ({ page, dispatch, responsive }) => ( <> } type="navigation" ariaLabel={'navigate to home'} {...{ page, dispatch, responsive }} /> } type="navigation" ariaLabel={'navigate to docs'} {...{ page, dispatch, responsive }} /> } {...{ page, dispatch, responsive }} ariaLabel={'navigate to change log'} /> } page={'https://github.com/smartprocure/futil-js'} {...{ dispatch, responsive }} ariaLabel={'Go to futil GitHub page'} /> )