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