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