#ifndef YTMDL_ICONS_H
#define YTMDL_ICONS_H

/* Nerd Font (Font Awesome subset) glyphs. Require a Nerd Font in the
 * terminal; encoded via \uXXXX escapes rather than literal glyphs so the
 * codepoints survive any editor/terminal transcoding intact. */

#define ICON_FOLDER ""        /* nf-fa-folder */
#define ICON_FOLDER_OPEN ""   /* nf-fa-folder_open */
#define ICON_PENDING ""       /* nf-fa-clock_o */
#define ICON_DOWNLOADING ""   /* nf-fa-download */
#define ICON_DONE ""          /* nf-fa-check */
#define ICON_ERROR ""         /* nf-fa-times */

#endif
