I want to put one of my font awesome icons in a menu_local_action.

What's the best method to do this?

For the record, I've already got them showing CSS classes, but I do not want the icon showing in a :before; I would like it to be part of the link.

Solved:

Found the thread for Drupal 6:
http://drupal.stackexchange.com/questions/9286/html-in-a-hook-menu-title...

So I added 'options' => array('html'=>true) and I now have fontawesome icons in my menu action links.