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