module ActiveAdmin
module Iconic
ICONS = {
arrow_down: '',
arrow_down_alt1: '',
arrow_down_alt2: '',
arrow_left: '',
arrow_left_alt1: '',
arrow_left_alt2: '',
arrow_right: '',
arrow_right_alt1: '',
arrow_right_alt2: '',
arrow_up: '',
arrow_up_alt1: '',
arrow_up_alt2: '',
article: '',
at: '',
battery_charging: '',
battery_empty: '',
battery_full: '',
battery_half: '',
beaker: '',
beaker_alt: '',
bolt: '',
book: '',
book_alt: '',
box: '',
calendar: '',
calendar_alt_fill: '',
calendar_alt_stroke: '',
cd: '',
chat: '',
chat_alt_fill: '',
chat_alt_stroke: '',
check: '',
check_alt: '',
clock: '',
cloud: '',
cog: '',
cog_alt: '',
comment_alt1_fill: '',
comment_alt1_stroke: '',
comment_alt2_fill: '',
comment_alt2_stroke: '',
comment_fill: '',
comment_stroke: '',
compass: '',
cursor: '',
denied: '',
denied_alt: '',
dial: '',
document_fill: '',
document_stroke: '',
eject: '',
equalizer: '',
eyedropper: '',
first: '',
folder_fill: '',
folder_stroke: '',
fork: '',
fullscreen: '',
fullscreen_alt: '',
fullscreen_exit: '',
fullscreen_exit_alt: '',
headphones: '',
heart_fill: '',
heart_stroke: '',
home: '',
image: '',
info: '',
iphone: '',
key_fill: '',
key_stroke: '',
last: '',
left_quote: '',
left_quote_alt: '',
lightbulb: '',
link: '',
lock_fill: '',
lock_stroke: '',
loop: '',
loop_alt1: '',
loop_alt2: '',
loop_alt3: '',
loop_alt4: '',
magnifying_glass: '',
magnifying_glass_alt: '',
mail: '',
mail_alt: '',
map_pin_fill: '',
map_pin_stroke: '',
minus: '',
minus_alt: '',
moon_fill: '',
moon_stroke: '',
move: '',
move_alt1: '',
move_alt2: '',
move_horizontal: '',
move_horizontal_alt1: '',
move_horizontal_alt2: '',
move_vertical: '',
move_vertical_alt1: '',
move_vertical_alt2: '',
movie: '',
new_window: '',
pause: '',
pen: '',
pen_alt_fill: '',
pen_alt_stroke: '',
pin: '',
play: '',
play_alt: '',
plus: '',
plus_alt: '',
read_more: '',
reload: '',
reload_alt: '',
right_quote: '',
right_quote_alt: '',
rss: '',
rss_alt: '',
spin: '',
spin_alt: '',
star: '',
stop: '',
sun: '',
tag_fill: '',
tag_stroke: '',
trash_fill: '',
trash_stroke: '',
undo: '',
unlock_fill: '',
unlock_stroke: '',
user: '',
volume: '',
volume_mute: '',
x: '',
x_alt: '',
}
end
end