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