I want to make a notation for a cycle ABC. Currently I'm using regular arrows over and underneath like in this example:
\documentclass{article}
\usepackage{amsmath}
\newcommand{\cycle}[1]{
\underleftarrow{\overrightarrow{#1}}
}
\begin{document}
Using the cycle $\cycle{ABC}$.
\end{document}
Is it possible to make the arrows slightly curved, like this crudely drawn example:



