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