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