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