icons-in-terminal.el (138119B)
1 (require 'font-lock+) 2 3 (defconst icons-in-terminal-alist 4 '( 5 ( powerline_branch . "\xe0a0" ) 6 ( powerline_line_number . "\xe0a1" ) 7 ( powerline_readonly . "\xe0a2" ) 8 ( powerline_extra_column_number . "\xe0a3" ) 9 ( powerline_left_hard_divider . "\xe0b0" ) 10 ( powerline_left_soft_divider . "\xe0b1" ) 11 ( powerline_right_hard_divider . "\xe0b2" ) 12 ( powerline_right_soft_divider . "\xe0b3" ) 13 ( powerline_extra_right_half_circle_thick . "\xe0b4" ) 14 ( powerline_extra_right_half_circle_thin . "\xe0b5" ) 15 ( powerline_extra_left_half_circle_thick . "\xe0b6" ) 16 ( powerline_extra_left_half_circle_thin . "\xe0b7" ) 17 ( powerline_extra_lower_left_triangle . "\xe0b8" ) 18 ( powerline_extra_backslash_separator . "\xe0b9" ) 19 ( powerline_extra_lower_right_triangle . "\xe0ba" ) 20 ( powerline_extra_forwardslash_separator . "\xe0bb" ) 21 ( powerline_extra_upper_left_triangle . "\xe0bc" ) 22 ( powerline_extra_forwardslash_separator_redundant . "\xe0bd" ) 23 ( powerline_extra_upper_right_triangle . "\xe0be" ) 24 ( powerline_extra_backslash_separator_redundant . "\xe0bf" ) 25 ( powerline_extra_flame_thick . "\xe0c0" ) 26 ( powerline_extra_flame_thin . "\xe0c1" ) 27 ( powerline_extra_flame_thick_mirrored . "\xe0c2" ) 28 ( powerline_extra_flame_thin_mirrored . "\xe0c3" ) 29 ( powerline_extra_pixelated_squares_small . "\xe0c4" ) 30 ( powerline_extra_pixelated_squares_small_mirrored . "\xe0c5" ) 31 ( powerline_extra_pixelated_squares_big . "\xe0c6" ) 32 ( powerline_extra_pixelated_squares_big_mirrored . "\xe0c7" ) 33 ( powerline_extra_ice_waveform . "\xe0c8" ) 34 ( powerline_extra_ice_waveform_mirrored . "\xe0ca" ) 35 ( powerline_extra_honeycomb . "\xe0cc" ) 36 ( powerline_extra_honeycomb_outline . "\xe0cd" ) 37 ( powerline_extra_lego_separator . "\xe0ce" ) 38 ( powerline_extra_lego_separator_thin . "\xe0cf" ) 39 ( powerline_extra_lego_block_facing . "\xe0d0" ) 40 ( powerline_extra_lego_block_sideways . "\xe0d1" ) 41 ( powerline_extra_trapezoid_top_bottom . "\xe0d2" ) 42 ( powerline_extra_trapezoid_top_bottom_mirrored . "\xe0d4" ) 43 ( oct_heart . "\xe000" ) 44 ( oct_zap . "\xe001" ) 45 ( oct_light_bulb . "\xe002" ) 46 ( oct_repo . "\xe003" ) 47 ( oct_repo_forked . "\xe004" ) 48 ( oct_repo_push . "\xe005" ) 49 ( oct_repo_pull . "\xe006" ) 50 ( oct_book . "\xe007" ) 51 ( oct_octoface . "\xe008" ) 52 ( oct_git_pull_request . "\xe009" ) 53 ( oct_mark_github . "\xe00a" ) 54 ( oct_cloud_download . "\xe00b" ) 55 ( oct_cloud_upload . "\xe00c" ) 56 ( oct_keyboard . "\xe00d" ) 57 ( oct_gist . "\xe00e" ) 58 ( oct_file_code . "\xe00f" ) 59 ( oct_file_text . "\xe010" ) 60 ( oct_file_media . "\xe011" ) 61 ( oct_file_zip . "\xe012" ) 62 ( oct_file_pdf . "\xe013" ) 63 ( oct_tag . "\xe014" ) 64 ( oct_file_directory . "\xe015" ) 65 ( oct_file_submodule . "\xe016" ) 66 ( oct_person . "\xe017" ) 67 ( oct_jersey . "\xe018" ) 68 ( oct_git_commit . "\xe019" ) 69 ( oct_git_branch . "\xe01a" ) 70 ( oct_git_merge . "\xe01b" ) 71 ( oct_mirror . "\xe01c" ) 72 ( oct_issue_opened . "\xe01d" ) 73 ( oct_issue_reopened . "\xe01e" ) 74 ( oct_issue_closed . "\xe01f" ) 75 ( oct_star . "\xe020" ) 76 ( oct_comment . "\xe021" ) 77 ( oct_question . "\xe022" ) 78 ( oct_alert . "\xe023" ) 79 ( oct_search . "\xe024" ) 80 ( oct_gear . "\xe025" ) 81 ( oct_radio_tower . "\xe026" ) 82 ( oct_tools . "\xe027" ) 83 ( oct_sign_out . "\xe028" ) 84 ( oct_rocket . "\xe029" ) 85 ( oct_rss . "\xe02a" ) 86 ( oct_clippy . "\xe02b" ) 87 ( oct_sign_in . "\xe02c" ) 88 ( oct_organization . "\xe02d" ) 89 ( oct_device_mobile . "\xe02e" ) 90 ( oct_unfold . "\xe02f" ) 91 ( oct_check . "\xe030" ) 92 ( oct_mail . "\xe031" ) 93 ( oct_mail_read . "\xe032" ) 94 ( oct_arrow_up . "\xe033" ) 95 ( oct_arrow_right . "\xe034" ) 96 ( oct_arrow_down . "\xe035" ) 97 ( oct_arrow_left . "\xe036" ) 98 ( oct_pin . "\xe037" ) 99 ( oct_gift . "\xe038" ) 100 ( oct_graph . "\xe039" ) 101 ( oct_triangle_left . "\xe03a" ) 102 ( oct_credit_card . "\xe03b" ) 103 ( oct_clock . "\xe03c" ) 104 ( oct_ruby . "\xe03d" ) 105 ( oct_broadcast . "\xe03e" ) 106 ( oct_key . "\xe03f" ) 107 ( oct_repo_force_push . "\xe040" ) 108 ( oct_repo_clone . "\xe041" ) 109 ( oct_diff . "\xe042" ) 110 ( oct_eye . "\xe043" ) 111 ( oct_comment_discussion . "\xe044" ) 112 ( oct_mail_reply . "\xe045" ) 113 ( oct_primitive_dot . "\xe046" ) 114 ( oct_primitive_square . "\xe047" ) 115 ( oct_device_camera . "\xe048" ) 116 ( oct_device_camera_video . "\xe049" ) 117 ( oct_pencil . "\xe04a" ) 118 ( oct_info . "\xe04b" ) 119 ( oct_triangle_right . "\xe04c" ) 120 ( oct_triangle_down . "\xe04d" ) 121 ( oct_link . "\xe04e" ) 122 ( oct_plus . "\xe04f" ) 123 ( oct_three_bars . "\xe050" ) 124 ( oct_code . "\xe051" ) 125 ( oct_location . "\xe052" ) 126 ( oct_list_unordered . "\xe053" ) 127 ( oct_list_ordered . "\xe054" ) 128 ( oct_quote . "\xe055" ) 129 ( oct_versions . "\xe056" ) 130 ( oct_calendar . "\xe057" ) 131 ( oct_lock . "\xe058" ) 132 ( oct_diff_added . "\xe059" ) 133 ( oct_diff_removed . "\xe05a" ) 134 ( oct_diff_modified . "\xe05b" ) 135 ( oct_diff_renamed . "\xe05c" ) 136 ( oct_horizontal_rule . "\xe05d" ) 137 ( oct_arrow_small_right . "\xe05e" ) 138 ( oct_milestone . "\xe05f" ) 139 ( oct_checklist . "\xe060" ) 140 ( oct_megaphone . "\xe061" ) 141 ( oct_chevron_right . "\xe062" ) 142 ( oct_bookmark . "\xe063" ) 143 ( oct_settings . "\xe064" ) 144 ( oct_dashboard . "\xe065" ) 145 ( oct_history . "\xe066" ) 146 ( oct_link_external . "\xe067" ) 147 ( oct_mute . "\xe068" ) 148 ( oct_x . "\xe069" ) 149 ( oct_circle_slash . "\xe06a" ) 150 ( oct_pulse . "\xe06b" ) 151 ( oct_sync . "\xe06c" ) 152 ( oct_telescope . "\xe06d" ) 153 ( oct_gist_secret . "\xe06e" ) 154 ( oct_home . "\xe06f" ) 155 ( oct_stop . "\xe070" ) 156 ( oct_bug . "\xe071" ) 157 ( oct_logo_github . "\xe072" ) 158 ( oct_file_binary . "\xe073" ) 159 ( oct_database . "\xe074" ) 160 ( oct_server . "\xe075" ) 161 ( oct_diff_ignored . "\xe076" ) 162 ( oct_ellipsis . "\xe077" ) 163 ( oct_no_newline . "\xe078" ) 164 ( oct_hubot . "\xe079" ) 165 ( oct_arrow_small_up . "\xe07a" ) 166 ( oct_arrow_small_down . "\xe07b" ) 167 ( oct_arrow_small_left . "\xe07c" ) 168 ( oct_chevron_up . "\xe07d" ) 169 ( oct_chevron_down . "\xe07e" ) 170 ( oct_chevron_left . "\xe07f" ) 171 ( oct_triangle_up . "\xe080" ) 172 ( oct_git_compare . "\xe081" ) 173 ( oct_logo_gist . "\xe082" ) 174 ( oct_file_symlink_file . "\xe083" ) 175 ( oct_file_symlink_directory . "\xe084" ) 176 ( oct_squirrel . "\xe085" ) 177 ( oct_globe . "\xe086" ) 178 ( oct_unmute . "\xe087" ) 179 ( oct_mention . "\xe088" ) 180 ( oct_package . "\xe089" ) 181 ( oct_browser . "\xe08a" ) 182 ( oct_terminal . "\xe08b" ) 183 ( oct_markdown . "\xe08c" ) 184 ( oct_dash . "\xe08d" ) 185 ( oct_fold . "\xe08e" ) 186 ( oct_inbox . "\xe08f" ) 187 ( oct_trashcan . "\xe090" ) 188 ( oct_paintcan . "\xe091" ) 189 ( oct_flame . "\xe092" ) 190 ( oct_briefcase . "\xe093" ) 191 ( oct_plug . "\xe094" ) 192 ( oct_circuit_board . "\xe095" ) 193 ( oct_mortar_board . "\xe096" ) 194 ( oct_law . "\xe097" ) 195 ( oct_thumbsup . "\xe098" ) 196 ( oct_thumbsdown . "\xe099" ) 197 ( oct_desktop_download . "\xe09a" ) 198 ( oct_beaker . "\xe09b" ) 199 ( oct_bell . "\xe09c" ) 200 ( oct_watch . "\xe09d" ) 201 ( oct_shield . "\xe09e" ) 202 ( oct_bold . "\xe09f" ) 203 ( oct_text_size . "\xe0d5" ) 204 ( oct_italic . "\xe0d6" ) 205 ( oct_tasklist . "\xe0d7" ) 206 ( oct_verified . "\xe0d8" ) 207 ( oct_smiley . "\xe0d9" ) 208 ( oct_unverified . "\xe0da" ) 209 ( oct_ellipses . "\xe0db" ) 210 ( oct_file . "\xe0dc" ) 211 ( oct_grabber . "\xe0dd" ) 212 ( oct_plus_small . "\xe0de" ) 213 ( oct_reply . "\xe0df" ) 214 ( oct_device_desktop . "\xe0e0" ) 215 ( fa_glass . "\xe0e1" ) 216 ( fa_music . "\xe0e2" ) 217 ( fa_search . "\xe0e3" ) 218 ( fa_envelope_o . "\xe0e4" ) 219 ( fa_heart . "\xe0e5" ) 220 ( fa_star . "\xe0e6" ) 221 ( fa_star_o . "\xe0e7" ) 222 ( fa_user . "\xe0e8" ) 223 ( fa_film . "\xe0e9" ) 224 ( fa_th_large . "\xe0ea" ) 225 ( fa_th . "\xe0eb" ) 226 ( fa_th_list . "\xe0ec" ) 227 ( fa_check . "\xe0ed" ) 228 ( fa_close . "\xe0ee" ) 229 ( fa_search_plus . "\xe0ef" ) 230 ( fa_search_minus . "\xe0f0" ) 231 ( fa_power_off . "\xe0f1" ) 232 ( fa_signal . "\xe0f2" ) 233 ( fa_cog . "\xe0f3" ) 234 ( fa_trash_o . "\xe0f4" ) 235 ( fa_home . "\xe0f5" ) 236 ( fa_file_o . "\xe0f6" ) 237 ( fa_clock_o . "\xe0f7" ) 238 ( fa_road . "\xe0f8" ) 239 ( fa_download . "\xe0f9" ) 240 ( fa_arrow_circle_o_down . "\xe0fa" ) 241 ( fa_arrow_circle_o_up . "\xe0fb" ) 242 ( fa_inbox . "\xe0fc" ) 243 ( fa_play_circle_o . "\xe0fd" ) 244 ( fa_repeat . "\xe0fe" ) 245 ( fa_refresh . "\xe0ff" ) 246 ( fa_list_alt . "\xe100" ) 247 ( fa_lock . "\xe101" ) 248 ( fa_flag . "\xe102" ) 249 ( fa_headphones . "\xe103" ) 250 ( fa_volume_off . "\xe104" ) 251 ( fa_volume_down . "\xe105" ) 252 ( fa_volume_up . "\xe106" ) 253 ( fa_qrcode . "\xe107" ) 254 ( fa_barcode . "\xe108" ) 255 ( fa_tag . "\xe109" ) 256 ( fa_tags . "\xe10a" ) 257 ( fa_book . "\xe10b" ) 258 ( fa_bookmark . "\xe10c" ) 259 ( fa_print . "\xe10d" ) 260 ( fa_camera . "\xe10e" ) 261 ( fa_font . "\xe10f" ) 262 ( fa_bold . "\xe110" ) 263 ( fa_italic . "\xe111" ) 264 ( fa_text_height . "\xe112" ) 265 ( fa_text_width . "\xe113" ) 266 ( fa_align_left . "\xe114" ) 267 ( fa_align_center . "\xe115" ) 268 ( fa_align_right . "\xe116" ) 269 ( fa_align_justify . "\xe117" ) 270 ( fa_list . "\xe118" ) 271 ( fa_dedent . "\xe119" ) 272 ( fa_indent . "\xe11a" ) 273 ( fa_video_camera . "\xe11b" ) 274 ( fa_image . "\xe11c" ) 275 ( fa_pencil . "\xe11d" ) 276 ( fa_map_marker . "\xe11e" ) 277 ( fa_adjust . "\xe11f" ) 278 ( fa_tint . "\xe120" ) 279 ( fa_edit . "\xe121" ) 280 ( fa_share_square_o . "\xe122" ) 281 ( fa_check_square_o . "\xe123" ) 282 ( fa_arrows . "\xe124" ) 283 ( fa_step_backward . "\xe125" ) 284 ( fa_fast_backward . "\xe126" ) 285 ( fa_backward . "\xe127" ) 286 ( fa_play . "\xe128" ) 287 ( fa_pause . "\xe129" ) 288 ( fa_stop . "\xe12a" ) 289 ( fa_forward . "\xe12b" ) 290 ( fa_fast_forward . "\xe12c" ) 291 ( fa_step_forward . "\xe12d" ) 292 ( fa_eject . "\xe12e" ) 293 ( fa_chevron_left . "\xe12f" ) 294 ( fa_chevron_right . "\xe130" ) 295 ( fa_plus_circle . "\xe131" ) 296 ( fa_minus_circle . "\xe132" ) 297 ( fa_times_circle . "\xe133" ) 298 ( fa_check_circle . "\xe134" ) 299 ( fa_question_circle . "\xe135" ) 300 ( fa_info_circle . "\xe136" ) 301 ( fa_crosshairs . "\xe137" ) 302 ( fa_times_circle_o . "\xe138" ) 303 ( fa_check_circle_o . "\xe139" ) 304 ( fa_ban . "\xe13a" ) 305 ( fa_arrow_left . "\xe13b" ) 306 ( fa_arrow_right . "\xe13c" ) 307 ( fa_arrow_up . "\xe13d" ) 308 ( fa_arrow_down . "\xe13e" ) 309 ( fa_mail_forward . "\xe13f" ) 310 ( fa_expand . "\xe140" ) 311 ( fa_compress . "\xe141" ) 312 ( fa_plus . "\xe142" ) 313 ( fa_minus . "\xe143" ) 314 ( fa_asterisk . "\xe144" ) 315 ( fa_exclamation_circle . "\xe145" ) 316 ( fa_gift . "\xe146" ) 317 ( fa_leaf . "\xe147" ) 318 ( fa_fire . "\xe148" ) 319 ( fa_eye . "\xe149" ) 320 ( fa_eye_slash . "\xe14a" ) 321 ( fa_exclamation_triangle . "\xe14b" ) 322 ( fa_plane . "\xe14c" ) 323 ( fa_calendar . "\xe14d" ) 324 ( fa_random . "\xe14e" ) 325 ( fa_comment . "\xe14f" ) 326 ( fa_magnet . "\xe150" ) 327 ( fa_chevron_up . "\xe151" ) 328 ( fa_chevron_down . "\xe152" ) 329 ( fa_retweet . "\xe153" ) 330 ( fa_shopping_cart . "\xe154" ) 331 ( fa_folder . "\xe155" ) 332 ( fa_folder_open . "\xe156" ) 333 ( fa_arrows_v . "\xe157" ) 334 ( fa_arrows_h . "\xe158" ) 335 ( fa_bar_chart . "\xe159" ) 336 ( fa_twitter_square . "\xe15a" ) 337 ( fa_facebook_square . "\xe15b" ) 338 ( fa_camera_retro . "\xe15c" ) 339 ( fa_key . "\xe15d" ) 340 ( fa_cogs . "\xe15e" ) 341 ( fa_comments . "\xe15f" ) 342 ( fa_thumbs_o_up . "\xe160" ) 343 ( fa_thumbs_o_down . "\xe161" ) 344 ( fa_star_half . "\xe162" ) 345 ( fa_heart_o . "\xe163" ) 346 ( fa_sign_out . "\xe164" ) 347 ( fa_linkedin_square . "\xe165" ) 348 ( fa_thumb_tack . "\xe166" ) 349 ( fa_external_link . "\xe167" ) 350 ( fa_sign_in . "\xe168" ) 351 ( fa_trophy . "\xe169" ) 352 ( fa_github_square . "\xe16a" ) 353 ( fa_upload . "\xe16b" ) 354 ( fa_lemon_o . "\xe16c" ) 355 ( fa_phone . "\xe16d" ) 356 ( fa_square_o . "\xe16e" ) 357 ( fa_bookmark_o . "\xe16f" ) 358 ( fa_phone_square . "\xe170" ) 359 ( fa_twitter . "\xe171" ) 360 ( fa_facebook . "\xe172" ) 361 ( fa_github . "\xe173" ) 362 ( fa_unlock . "\xe174" ) 363 ( fa_credit_card . "\xe175" ) 364 ( fa_feed . "\xe176" ) 365 ( fa_hdd_o . "\xe177" ) 366 ( fa_bullhorn . "\xe178" ) 367 ( fa_bell_o . "\xe179" ) 368 ( fa_certificate . "\xe17a" ) 369 ( fa_hand_o_right . "\xe17b" ) 370 ( fa_hand_o_left . "\xe17c" ) 371 ( fa_hand_o_up . "\xe17d" ) 372 ( fa_hand_o_down . "\xe17e" ) 373 ( fa_arrow_circle_left . "\xe17f" ) 374 ( fa_arrow_circle_right . "\xe180" ) 375 ( fa_arrow_circle_up . "\xe181" ) 376 ( fa_arrow_circle_down . "\xe182" ) 377 ( fa_globe . "\xe183" ) 378 ( fa_wrench . "\xe184" ) 379 ( fa_tasks . "\xe185" ) 380 ( fa_filter . "\xe186" ) 381 ( fa_briefcase . "\xe187" ) 382 ( fa_arrows_alt . "\xe188" ) 383 ( fa_group . "\xe189" ) 384 ( fa_chain . "\xe18a" ) 385 ( fa_cloud . "\xe18b" ) 386 ( fa_flask . "\xe18c" ) 387 ( fa_cut . "\xe18d" ) 388 ( fa_copy . "\xe18e" ) 389 ( fa_paperclip . "\xe18f" ) 390 ( fa_floppy_o . "\xe190" ) 391 ( fa_square . "\xe191" ) 392 ( fa_bars . "\xe192" ) 393 ( fa_list_ul . "\xe193" ) 394 ( fa_list_ol . "\xe194" ) 395 ( fa_strikethrough . "\xe195" ) 396 ( fa_underline . "\xe196" ) 397 ( fa_table . "\xe197" ) 398 ( fa_magic . "\xe198" ) 399 ( fa_truck . "\xe199" ) 400 ( fa_pinterest . "\xe19a" ) 401 ( fa_pinterest_square . "\xe19b" ) 402 ( fa_google_plus_square . "\xe19c" ) 403 ( fa_google_plus . "\xe19d" ) 404 ( fa_money . "\xe19e" ) 405 ( fa_caret_down . "\xe19f" ) 406 ( fa_caret_up . "\xe1a0" ) 407 ( fa_caret_left . "\xe1a1" ) 408 ( fa_caret_right . "\xe1a2" ) 409 ( fa_columns . "\xe1a3" ) 410 ( fa_sort . "\xe1a4" ) 411 ( fa_sort_desc . "\xe1a5" ) 412 ( fa_sort_asc . "\xe1a6" ) 413 ( fa_envelope . "\xe1a7" ) 414 ( fa_linkedin . "\xe1a8" ) 415 ( fa_rotate_left . "\xe1a9" ) 416 ( fa_gavel . "\xe1aa" ) 417 ( fa_dashboard . "\xe1ab" ) 418 ( fa_comment_o . "\xe1ac" ) 419 ( fa_comments_o . "\xe1ad" ) 420 ( fa_bolt . "\xe1ae" ) 421 ( fa_sitemap . "\xe1af" ) 422 ( fa_umbrella . "\xe1b0" ) 423 ( fa_clipboard . "\xe1b1" ) 424 ( fa_lightbulb_o . "\xe1b2" ) 425 ( fa_exchange . "\xe1b3" ) 426 ( fa_cloud_download . "\xe1b4" ) 427 ( fa_cloud_upload . "\xe1b5" ) 428 ( fa_user_md . "\xe1b6" ) 429 ( fa_stethoscope . "\xe1b7" ) 430 ( fa_suitcase . "\xe1b8" ) 431 ( fa_bell . "\xe1b9" ) 432 ( fa_coffee . "\xe1ba" ) 433 ( fa_cutlery . "\xe1bb" ) 434 ( fa_file_text_o . "\xe1bc" ) 435 ( fa_building_o . "\xe1bd" ) 436 ( fa_hospital_o . "\xe1be" ) 437 ( fa_ambulance . "\xe1bf" ) 438 ( fa_medkit . "\xe1c0" ) 439 ( fa_fighter_jet . "\xe1c1" ) 440 ( fa_beer . "\xe1c2" ) 441 ( fa_h_square . "\xe1c3" ) 442 ( fa_plus_square . "\xe1c4" ) 443 ( fa_angle_double_left . "\xe1c5" ) 444 ( fa_angle_double_right . "\xe1c6" ) 445 ( fa_angle_double_up . "\xe1c7" ) 446 ( fa_angle_double_down . "\xe1c8" ) 447 ( fa_angle_left . "\xe1c9" ) 448 ( fa_angle_right . "\xe1ca" ) 449 ( fa_angle_up . "\xe1cb" ) 450 ( fa_angle_down . "\xe1cc" ) 451 ( fa_desktop . "\xe1cd" ) 452 ( fa_laptop . "\xe1ce" ) 453 ( fa_tablet . "\xe1cf" ) 454 ( fa_mobile . "\xe1d0" ) 455 ( fa_circle_o . "\xe1d1" ) 456 ( fa_quote_left . "\xe1d2" ) 457 ( fa_quote_right . "\xe1d3" ) 458 ( fa_spinner . "\xe1d4" ) 459 ( fa_circle . "\xe1d5" ) 460 ( fa_mail_reply . "\xe1d6" ) 461 ( fa_github_alt . "\xe1d7" ) 462 ( fa_folder_o . "\xe1d8" ) 463 ( fa_folder_open_o . "\xe1d9" ) 464 ( fa_expand_alt . "\xe1da" ) 465 ( fa_collapse_alt . "\xe1db" ) 466 ( fa_smile_o . "\xe1dc" ) 467 ( fa_frown_o . "\xe1dd" ) 468 ( fa_meh_o . "\xe1de" ) 469 ( fa_gamepad . "\xe1df" ) 470 ( fa_keyboard_o . "\xe1e0" ) 471 ( fa_flag_o . "\xe1e1" ) 472 ( fa_flag_checkered . "\xe1e2" ) 473 ( fa_terminal . "\xe1e3" ) 474 ( fa_code . "\xe1e4" ) 475 ( fa_mail_reply_all . "\xe1e5" ) 476 ( fa_star_half_empty . "\xe1e6" ) 477 ( fa_location_arrow . "\xe1e7" ) 478 ( fa_crop . "\xe1e8" ) 479 ( fa_code_fork . "\xe1e9" ) 480 ( fa_chain_broken . "\xe1ea" ) 481 ( fa_question . "\xe1eb" ) 482 ( fa_info . "\xe1ec" ) 483 ( fa_exclamation . "\xe1ed" ) 484 ( fa_superscript . "\xe1ee" ) 485 ( fa_subscript . "\xe1ef" ) 486 ( fa_eraser . "\xe1f0" ) 487 ( fa_puzzle_piece . "\xe1f1" ) 488 ( fa_microphone . "\xe1f2" ) 489 ( fa_microphone_slash . "\xe1f3" ) 490 ( fa_shield . "\xe1f4" ) 491 ( fa_calendar_o . "\xe1f5" ) 492 ( fa_fire_extinguisher . "\xe1f6" ) 493 ( fa_rocket . "\xe1f7" ) 494 ( fa_maxcdn . "\xe1f8" ) 495 ( fa_chevron_circle_left . "\xe1f9" ) 496 ( fa_chevron_circle_right . "\xe1fa" ) 497 ( fa_chevron_circle_up . "\xe1fb" ) 498 ( fa_chevron_circle_down . "\xe1fc" ) 499 ( fa_html5 . "\xe1fd" ) 500 ( fa_css3 . "\xe1fe" ) 501 ( fa_anchor . "\xe1ff" ) 502 ( fa_unlock_alt . "\xe200" ) 503 ( fa_bullseye . "\xe201" ) 504 ( fa_ellipsis_h . "\xe202" ) 505 ( fa_ellipsis_v . "\xe203" ) 506 ( fa_rss_square . "\xe204" ) 507 ( fa_play_circle . "\xe205" ) 508 ( fa_ticket . "\xe206" ) 509 ( fa_minus_square . "\xe207" ) 510 ( fa_minus_square_o . "\xe208" ) 511 ( fa_level_up . "\xe209" ) 512 ( fa_level_down . "\xe20a" ) 513 ( fa_check_square . "\xe20b" ) 514 ( fa_pencil_square . "\xe20c" ) 515 ( fa_external_link_square . "\xe20d" ) 516 ( fa_share_square . "\xe20e" ) 517 ( fa_compass . "\xe20f" ) 518 ( fa_caret_square_o_down . "\xe210" ) 519 ( fa_caret_square_o_up . "\xe211" ) 520 ( fa_caret_square_o_right . "\xe212" ) 521 ( fa_eur . "\xe213" ) 522 ( fa_gbp . "\xe214" ) 523 ( fa_dollar . "\xe215" ) 524 ( fa_inr . "\xe216" ) 525 ( fa_cny . "\xe217" ) 526 ( fa_rouble . "\xe218" ) 527 ( fa_krw . "\xe219" ) 528 ( fa_bitcoin . "\xe21a" ) 529 ( fa_file . "\xe21b" ) 530 ( fa_file_text . "\xe21c" ) 531 ( fa_sort_alpha_asc . "\xe21d" ) 532 ( fa_sort_alpha_desc . "\xe21e" ) 533 ( fa_sort_amount_asc . "\xe21f" ) 534 ( fa_sort_amount_desc . "\xe220" ) 535 ( fa_sort_numeric_asc . "\xe221" ) 536 ( fa_sort_numeric_desc . "\xe222" ) 537 ( fa_thumbs_up . "\xe223" ) 538 ( fa_thumbs_down . "\xe224" ) 539 ( fa_youtube_square . "\xe225" ) 540 ( fa_youtube . "\xe226" ) 541 ( fa_xing . "\xe227" ) 542 ( fa_xing_square . "\xe228" ) 543 ( fa_youtube_play . "\xe229" ) 544 ( fa_dropbox . "\xe22a" ) 545 ( fa_stack_overflow . "\xe22b" ) 546 ( fa_instagram . "\xe22c" ) 547 ( fa_flickr . "\xe22d" ) 548 ( fa_adn . "\xe22e" ) 549 ( fa_bitbucket . "\xe22f" ) 550 ( fa_bitbucket_square . "\xe230" ) 551 ( fa_tumblr . "\xe231" ) 552 ( fa_tumblr_square . "\xe232" ) 553 ( fa_long_arrow_down . "\xe233" ) 554 ( fa_long_arrow_up . "\xe234" ) 555 ( fa_long_arrow_left . "\xe235" ) 556 ( fa_long_arrow_right . "\xe236" ) 557 ( fa_apple . "\xe237" ) 558 ( fa_windows . "\xe238" ) 559 ( fa_android . "\xe239" ) 560 ( fa_linux . "\xe23a" ) 561 ( fa_dribbble . "\xe23b" ) 562 ( fa_skype . "\xe23c" ) 563 ( fa_foursquare . "\xe23d" ) 564 ( fa_trello . "\xe23e" ) 565 ( fa_female . "\xe23f" ) 566 ( fa_male . "\xe240" ) 567 ( fa_gittip . "\xe241" ) 568 ( fa_sun_o . "\xe242" ) 569 ( fa_moon_o . "\xe243" ) 570 ( fa_archive . "\xe244" ) 571 ( fa_bug . "\xe245" ) 572 ( fa_vk . "\xe246" ) 573 ( fa_weibo . "\xe247" ) 574 ( fa_renren . "\xe248" ) 575 ( fa_pagelines . "\xe249" ) 576 ( fa_stack_exchange . "\xe24a" ) 577 ( fa_arrow_circle_o_right . "\xe24b" ) 578 ( fa_arrow_circle_o_left . "\xe24c" ) 579 ( fa_caret_square_o_left . "\xe24d" ) 580 ( fa_dot_circle_o . "\xe24e" ) 581 ( fa_wheelchair . "\xe24f" ) 582 ( fa_vimeo_square . "\xe250" ) 583 ( fa_try . "\xe251" ) 584 ( fa_plus_square_o . "\xe252" ) 585 ( fa_space_shuttle . "\xe253" ) 586 ( fa_slack . "\xe254" ) 587 ( fa_envelope_square . "\xe255" ) 588 ( fa_wordpress . "\xe256" ) 589 ( fa_openid . "\xe257" ) 590 ( fa_bank . "\xe258" ) 591 ( fa_graduation_cap . "\xe259" ) 592 ( fa_yahoo . "\xe25a" ) 593 ( fa_google . "\xe25b" ) 594 ( fa_reddit . "\xe25c" ) 595 ( fa_reddit_square . "\xe25d" ) 596 ( fa_stumbleupon_circle . "\xe25e" ) 597 ( fa_stumbleupon . "\xe25f" ) 598 ( fa_delicious . "\xe260" ) 599 ( fa_digg . "\xe261" ) 600 ( fa_pied_piper_pp . "\xe262" ) 601 ( fa_pied_piper_alt . "\xe263" ) 602 ( fa_drupal . "\xe264" ) 603 ( fa_joomla . "\xe265" ) 604 ( fa_language . "\xe266" ) 605 ( fa_fax . "\xe267" ) 606 ( fa_building . "\xe268" ) 607 ( fa_child . "\xe269" ) 608 ( fa_paw . "\xe26a" ) 609 ( fa_spoon . "\xe26b" ) 610 ( fa_cube . "\xe26c" ) 611 ( fa_cubes . "\xe26d" ) 612 ( fa_behance . "\xe26e" ) 613 ( fa_behance_square . "\xe26f" ) 614 ( fa_steam . "\xe270" ) 615 ( fa_steam_square . "\xe271" ) 616 ( fa_recycle . "\xe272" ) 617 ( fa_automobile . "\xe273" ) 618 ( fa_cab . "\xe274" ) 619 ( fa_tree . "\xe275" ) 620 ( fa_spotify . "\xe276" ) 621 ( fa_deviantart . "\xe277" ) 622 ( fa_soundcloud . "\xe278" ) 623 ( fa_database . "\xe279" ) 624 ( fa_file_pdf_o . "\xe27a" ) 625 ( fa_file_word_o . "\xe27b" ) 626 ( fa_file_excel_o . "\xe27c" ) 627 ( fa_file_powerpoint_o . "\xe27d" ) 628 ( fa_file_image_o . "\xe27e" ) 629 ( fa_file_archive_o . "\xe27f" ) 630 ( fa_file_audio_o . "\xe280" ) 631 ( fa_file_movie_o . "\xe281" ) 632 ( fa_file_code_o . "\xe282" ) 633 ( fa_vine . "\xe283" ) 634 ( fa_codepen . "\xe284" ) 635 ( fa_jsfiddle . "\xe285" ) 636 ( fa_life_bouy . "\xe286" ) 637 ( fa_circle_o_notch . "\xe287" ) 638 ( fa_ra . "\xe288" ) 639 ( fa_empire . "\xe289" ) 640 ( fa_git_square . "\xe28a" ) 641 ( fa_git . "\xe28b" ) 642 ( fa_hacker_news . "\xe28c" ) 643 ( fa_tencent_weibo . "\xe28d" ) 644 ( fa_qq . "\xe28e" ) 645 ( fa_wechat . "\xe28f" ) 646 ( fa_paper_plane . "\xe290" ) 647 ( fa_paper_plane_o . "\xe291" ) 648 ( fa_history . "\xe292" ) 649 ( fa_circle_thin . "\xe293" ) 650 ( fa_header . "\xe294" ) 651 ( fa_paragraph . "\xe295" ) 652 ( fa_sliders . "\xe296" ) 653 ( fa_share_alt . "\xe297" ) 654 ( fa_share_alt_square . "\xe298" ) 655 ( fa_bomb . "\xe299" ) 656 ( fa_futbol_o . "\xe29a" ) 657 ( fa_tty . "\xe29b" ) 658 ( fa_binoculars . "\xe29c" ) 659 ( fa_plug . "\xe29d" ) 660 ( fa_slideshare . "\xe29e" ) 661 ( fa_twitch . "\xe29f" ) 662 ( fa_yelp . "\xe2a0" ) 663 ( fa_newspaper_o . "\xe2a1" ) 664 ( fa_wifi . "\xe2a2" ) 665 ( fa_calculator . "\xe2a3" ) 666 ( fa_paypal . "\xe2a4" ) 667 ( fa_google_wallet . "\xe2a5" ) 668 ( fa_cc_visa . "\xe2a6" ) 669 ( fa_cc_mastercard . "\xe2a7" ) 670 ( fa_cc_discover . "\xe2a8" ) 671 ( fa_cc_amex . "\xe2a9" ) 672 ( fa_cc_paypal . "\xe2aa" ) 673 ( fa_cc_stripe . "\xe2ab" ) 674 ( fa_bell_slash . "\xe2ac" ) 675 ( fa_bell_slash_o . "\xe2ad" ) 676 ( fa_trash . "\xe2ae" ) 677 ( fa_copyright . "\xe2af" ) 678 ( fa_at . "\xe2b0" ) 679 ( fa_eyedropper . "\xe2b1" ) 680 ( fa_paint_brush . "\xe2b2" ) 681 ( fa_birthday_cake . "\xe2b3" ) 682 ( fa_area_chart . "\xe2b4" ) 683 ( fa_pie_chart . "\xe2b5" ) 684 ( fa_line_chart . "\xe2b6" ) 685 ( fa_lastfm . "\xe2b7" ) 686 ( fa_lastfm_square . "\xe2b8" ) 687 ( fa_toggle_off . "\xe2b9" ) 688 ( fa_toggle_on . "\xe2ba" ) 689 ( fa_bicycle . "\xe2bb" ) 690 ( fa_bus . "\xe2bc" ) 691 ( fa_ioxhost . "\xe2bd" ) 692 ( fa_angellist . "\xe2be" ) 693 ( fa_cc . "\xe2bf" ) 694 ( fa_ils . "\xe2c0" ) 695 ( fa_meanpath . "\xe2c1" ) 696 ( fa_buysellads . "\xe2c2" ) 697 ( fa_connectdevelop . "\xe2c3" ) 698 ( fa_dashcube . "\xe2c4" ) 699 ( fa_forumbee . "\xe2c5" ) 700 ( fa_leanpub . "\xe2c6" ) 701 ( fa_sellsy . "\xe2c7" ) 702 ( fa_shirtsinbulk . "\xe2c8" ) 703 ( fa_simplybuilt . "\xe2c9" ) 704 ( fa_skyatlas . "\xe2ca" ) 705 ( fa_cart_plus . "\xe2cb" ) 706 ( fa_cart_arrow_down . "\xe2cc" ) 707 ( fa_diamond . "\xe2cd" ) 708 ( fa_ship . "\xe2ce" ) 709 ( fa_user_secret . "\xe2cf" ) 710 ( fa_motorcycle . "\xe2d0" ) 711 ( fa_street_view . "\xe2d1" ) 712 ( fa_heartbeat . "\xe2d2" ) 713 ( fa_venus . "\xe2d3" ) 714 ( fa_mars . "\xe2d4" ) 715 ( fa_mercury . "\xe2d5" ) 716 ( fa_intersex . "\xe2d6" ) 717 ( fa_transgender_alt . "\xe2d7" ) 718 ( fa_venus_double . "\xe2d8" ) 719 ( fa_mars_double . "\xe2d9" ) 720 ( fa_venus_mars . "\xe2da" ) 721 ( fa_mars_stroke . "\xe2db" ) 722 ( fa_mars_stroke_v . "\xe2dc" ) 723 ( fa_mars_stroke_h . "\xe2dd" ) 724 ( fa_neuter . "\xe2de" ) 725 ( fa_genderless . "\xe2df" ) 726 ( fa__523 . "\xe2e0" ) 727 ( fa__524 . "\xe2e1" ) 728 ( fa_facebook_official . "\xe2e2" ) 729 ( fa_pinterest_p . "\xe2e3" ) 730 ( fa_whatsapp . "\xe2e4" ) 731 ( fa_server . "\xe2e5" ) 732 ( fa_user_plus . "\xe2e6" ) 733 ( fa_user_times . "\xe2e7" ) 734 ( fa_bed . "\xe2e8" ) 735 ( fa_viacoin . "\xe2e9" ) 736 ( fa_train . "\xe2ea" ) 737 ( fa_subway . "\xe2eb" ) 738 ( fa_medium . "\xe2ec" ) 739 ( fa_y_combinator . "\xe2ed" ) 740 ( fa_optin_monster . "\xe2ee" ) 741 ( fa_opencart . "\xe2ef" ) 742 ( fa_expeditedssl . "\xe2f0" ) 743 ( fa_battery . "\xe2f1" ) 744 ( fa_battery_3 . "\xe2f2" ) 745 ( fa_battery_2 . "\xe2f3" ) 746 ( fa_battery_1 . "\xe2f4" ) 747 ( fa_battery_0 . "\xe2f5" ) 748 ( fa_mouse_pointer . "\xe2f6" ) 749 ( fa_i_cursor . "\xe2f7" ) 750 ( fa_object_group . "\xe2f8" ) 751 ( fa_object_ungroup . "\xe2f9" ) 752 ( fa_sticky_note . "\xe2fa" ) 753 ( fa_sticky_note_o . "\xe2fb" ) 754 ( fa_cc_jcb . "\xe2fc" ) 755 ( fa_cc_diners_club . "\xe2fd" ) 756 ( fa_clone . "\xe2fe" ) 757 ( fa_balance_scale . "\xe2ff" ) 758 ( fa_hourglass_o . "\xe300" ) 759 ( fa_hourglass_1 . "\xe301" ) 760 ( fa_hourglass_2 . "\xe302" ) 761 ( fa_hourglass_3 . "\xe303" ) 762 ( fa_hourglass . "\xe304" ) 763 ( fa_hand_grab_o . "\xe305" ) 764 ( fa_hand_paper_o . "\xe306" ) 765 ( fa_hand_scissors_o . "\xe307" ) 766 ( fa_hand_lizard_o . "\xe308" ) 767 ( fa_hand_spock_o . "\xe309" ) 768 ( fa_hand_pointer_o . "\xe30a" ) 769 ( fa_hand_peace_o . "\xe30b" ) 770 ( fa_trademark . "\xe30c" ) 771 ( fa_registered . "\xe30d" ) 772 ( fa_creative_commons . "\xe30e" ) 773 ( fa_gg . "\xe30f" ) 774 ( fa_gg_circle . "\xe310" ) 775 ( fa_tripadvisor . "\xe311" ) 776 ( fa_odnoklassniki . "\xe312" ) 777 ( fa_odnoklassniki_square . "\xe313" ) 778 ( fa_get_pocket . "\xe314" ) 779 ( fa_wikipedia_w . "\xe315" ) 780 ( fa_safari . "\xe316" ) 781 ( fa_chrome . "\xe317" ) 782 ( fa_firefox . "\xe318" ) 783 ( fa_opera . "\xe319" ) 784 ( fa_internet_explorer . "\xe31a" ) 785 ( fa_television . "\xe31b" ) 786 ( fa_contao . "\xe31c" ) 787 ( fa_500px . "\xe31d" ) 788 ( fa_amazon . "\xe31e" ) 789 ( fa_calendar_plus_o . "\xe31f" ) 790 ( fa_calendar_minus_o . "\xe320" ) 791 ( fa_calendar_times_o . "\xe321" ) 792 ( fa_calendar_check_o . "\xe322" ) 793 ( fa_industry . "\xe323" ) 794 ( fa_map_pin . "\xe324" ) 795 ( fa_map_signs . "\xe325" ) 796 ( fa_map_o . "\xe326" ) 797 ( fa_map . "\xe327" ) 798 ( fa_commenting . "\xe328" ) 799 ( fa_commenting_o . "\xe329" ) 800 ( fa_houzz . "\xe32a" ) 801 ( fa_vimeo . "\xe32b" ) 802 ( fa_black_tie . "\xe32c" ) 803 ( fa_fonticons . "\xe32d" ) 804 ( fa_reddit_alien . "\xe32e" ) 805 ( fa_edge . "\xe32f" ) 806 ( fa_credit_card_alt . "\xe330" ) 807 ( fa_codiepie . "\xe331" ) 808 ( fa_modx . "\xe332" ) 809 ( fa_fort_awesome . "\xe333" ) 810 ( fa_usb . "\xe334" ) 811 ( fa_product_hunt . "\xe335" ) 812 ( fa_mixcloud . "\xe336" ) 813 ( fa_scribd . "\xe337" ) 814 ( fa_pause_circle . "\xe338" ) 815 ( fa_pause_circle_o . "\xe339" ) 816 ( fa_stop_circle . "\xe33a" ) 817 ( fa_stop_circle_o . "\xe33b" ) 818 ( fa_shopping_bag . "\xe33c" ) 819 ( fa_shopping_basket . "\xe33d" ) 820 ( fa_hashtag . "\xe33e" ) 821 ( fa_bluetooth . "\xe33f" ) 822 ( fa_bluetooth_b . "\xe340" ) 823 ( fa_percent . "\xe341" ) 824 ( fa_gitlab . "\xe342" ) 825 ( fa_wpbeginner . "\xe343" ) 826 ( fa_wpforms . "\xe344" ) 827 ( fa_envira . "\xe345" ) 828 ( fa_universal_access . "\xe346" ) 829 ( fa_wheelchair_alt . "\xe347" ) 830 ( fa_question_circle_o . "\xe348" ) 831 ( fa_blind . "\xe349" ) 832 ( fa_audio_description . "\xe34a" ) 833 ( fa_volume_control_phone . "\xe34b" ) 834 ( fa_braille . "\xe34c" ) 835 ( fa_assistive_listening_systems . "\xe34d" ) 836 ( fa_american_sign_language_interpreting . "\xe34e" ) 837 ( fa_deaf . "\xe34f" ) 838 ( fa_glide . "\xe350" ) 839 ( fa_glide_g . "\xe351" ) 840 ( fa_sign_language . "\xe352" ) 841 ( fa_low_vision . "\xe353" ) 842 ( fa_viadeo . "\xe354" ) 843 ( fa_viadeo_square . "\xe355" ) 844 ( fa_snapchat . "\xe356" ) 845 ( fa_snapchat_ghost . "\xe357" ) 846 ( fa_snapchat_square . "\xe358" ) 847 ( fa_pied_piper . "\xe359" ) 848 ( fa_first_order . "\xe35a" ) 849 ( fa_yoast . "\xe35b" ) 850 ( fa_themeisle . "\xe35c" ) 851 ( fa_google_plus_circle . "\xe35d" ) 852 ( fa_fa . "\xe35e" ) 853 ( fa_handshake_o . "\xe35f" ) 854 ( fa_envelope_open . "\xe360" ) 855 ( fa_envelope_open_o . "\xe361" ) 856 ( fa_linode . "\xe362" ) 857 ( fa_address_book . "\xe363" ) 858 ( fa_address_book_o . "\xe364" ) 859 ( fa_address_card . "\xe365" ) 860 ( fa_address_card_o . "\xe366" ) 861 ( fa_user_circle . "\xe367" ) 862 ( fa_user_circle_o . "\xe368" ) 863 ( fa_user_o . "\xe369" ) 864 ( fa_id_badge . "\xe36a" ) 865 ( fa_drivers_license . "\xe36b" ) 866 ( fa_drivers_license_o . "\xe36c" ) 867 ( fa_quora . "\xe36d" ) 868 ( fa_free_code_camp . "\xe36e" ) 869 ( fa_telegram . "\xe36f" ) 870 ( fa_thermometer . "\xe370" ) 871 ( fa_thermometer_3 . "\xe371" ) 872 ( fa_thermometer_2 . "\xe372" ) 873 ( fa_thermometer_1 . "\xe373" ) 874 ( fa_thermometer_0 . "\xe374" ) 875 ( fa_shower . "\xe375" ) 876 ( fa_bath . "\xe376" ) 877 ( fa_podcast . "\xe377" ) 878 ( fa_window_maximize . "\xe378" ) 879 ( fa_window_minimize . "\xe379" ) 880 ( fa_window_restore . "\xe37a" ) 881 ( fa_times_rectangle . "\xe37b" ) 882 ( fa_times_rectangle_o . "\xe37c" ) 883 ( fa_bandcamp . "\xe37d" ) 884 ( fa_grav . "\xe37e" ) 885 ( fa_etsy . "\xe37f" ) 886 ( fa_imdb . "\xe380" ) 887 ( fa_ravelry . "\xe381" ) 888 ( fa_eercast . "\xe382" ) 889 ( fa_microchip . "\xe383" ) 890 ( fa_snowflake_o . "\xe384" ) 891 ( fa_superpowers . "\xe385" ) 892 ( fa_wpexplorer . "\xe386" ) 893 ( fa_meetup . "\xe387" ) 894 ( md_error . "\xe388" ) 895 ( md_error_outline . "\xe389" ) 896 ( md_warning . "\xe38a" ) 897 ( md_add_alert . "\xe38b" ) 898 ( md_album . "\xe38c" ) 899 ( md_av_timer . "\xe38d" ) 900 ( md_closed_caption . "\xe38e" ) 901 ( md_equalizer . "\xe38f" ) 902 ( md_explicit . "\xe390" ) 903 ( md_fast_forward . "\xe391" ) 904 ( md_fast_rewind . "\xe392" ) 905 ( md_games . "\xe393" ) 906 ( md_hearing . "\xe394" ) 907 ( md_high_quality . "\xe395" ) 908 ( md_loop . "\xe396" ) 909 ( md_mic . "\xe397" ) 910 ( md_mic_none . "\xe398" ) 911 ( md_mic_off . "\xe399" ) 912 ( md_movie . "\xe39a" ) 913 ( md_library_add . "\xe39b" ) 914 ( md_library_books . "\xe39c" ) 915 ( md_library_music . "\xe39d" ) 916 ( md_new_releases . "\xe39e" ) 917 ( md_not_interested . "\xe39f" ) 918 ( md_pause . "\xe3a0" ) 919 ( md_pause_circle_filled . "\xe3a1" ) 920 ( md_pause_circle_outline . "\xe3a2" ) 921 ( md_play_arrow . "\xe3a3" ) 922 ( md_play_circle_filled . "\xe3a4" ) 923 ( md_play_circle_outline . "\xe3a5" ) 924 ( md_playlist_add . "\xe3a6" ) 925 ( md_queue . "\xe3a7" ) 926 ( md_queue_music . "\xe3a8" ) 927 ( md_radio . "\xe3a9" ) 928 ( md_recent_actors . "\xe3aa" ) 929 ( md_repeat . "\xe3ab" ) 930 ( md_repeat_one . "\xe3ac" ) 931 ( md_replay . "\xe3ad" ) 932 ( md_shuffle . "\xe3ae" ) 933 ( md_skip_next . "\xe3af" ) 934 ( md_skip_previous . "\xe3b0" ) 935 ( md_snooze . "\xe3b1" ) 936 ( md_stop . "\xe3b2" ) 937 ( md_subtitles . "\xe3b3" ) 938 ( md_surround_sound . "\xe3b4" ) 939 ( md_video_library . "\xe3b5" ) 940 ( md_videocam . "\xe3b6" ) 941 ( md_videocam_off . "\xe3b7" ) 942 ( md_volume_down . "\xe3b8" ) 943 ( md_volume_mute . "\xe3b9" ) 944 ( md_volume_off . "\xe3ba" ) 945 ( md_volume_up . "\xe3bb" ) 946 ( md_web . "\xe3bc" ) 947 ( md_hd . "\xe3bd" ) 948 ( md_sort_by_alpha . "\xe3be" ) 949 ( md_airplay . "\xe3bf" ) 950 ( md_forward_10 . "\xe3c0" ) 951 ( md_forward_30 . "\xe3c1" ) 952 ( md_forward_5 . "\xe3c2" ) 953 ( md_replay_10 . "\xe3c3" ) 954 ( md_replay_30 . "\xe3c4" ) 955 ( md_replay_5 . "\xe3c5" ) 956 ( md_add_to_queue . "\xe3c6" ) 957 ( md_fiber_dvr . "\xe3c7" ) 958 ( md_fiber_new . "\xe3c8" ) 959 ( md_playlist_play . "\xe3c9" ) 960 ( md_art_track . "\xe3ca" ) 961 ( md_fiber_manual_record . "\xe3cb" ) 962 ( md_fiber_smart_record . "\xe3cc" ) 963 ( md_music_video . "\xe3cd" ) 964 ( md_subscriptions . "\xe3ce" ) 965 ( md_playlist_add_check . "\xe3cf" ) 966 ( md_queue_play_next . "\xe3d0" ) 967 ( md_remove_from_queue . "\xe3d1" ) 968 ( md_slow_motion_video . "\xe3d2" ) 969 ( md_web_asset . "\xe3d3" ) 970 ( md_fiber_pin . "\xe3d4" ) 971 ( md_branding_watermark . "\xe3d5" ) 972 ( md_call_to_action . "\xe3d6" ) 973 ( md_featured_play_list . "\xe3d7" ) 974 ( md_featured_video . "\xe3d8" ) 975 ( md_note . "\xe3d9" ) 976 ( md_video_call . "\xe3da" ) 977 ( md_video_label . "\xe3db" ) 978 ( md_business . "\xe3dc" ) 979 ( md_call . "\xe3dd" ) 980 ( md_call_end . "\xe3de" ) 981 ( md_call_made . "\xe3df" ) 982 ( md_call_merge . "\xe3e0" ) 983 ( md_call_missed . "\xe3e1" ) 984 ( md_call_received . "\xe3e2" ) 985 ( md_call_split . "\xe3e3" ) 986 ( md_chat . "\xe3e4" ) 987 ( md_clear_all . "\xe3e5" ) 988 ( md_comment . "\xe3e6" ) 989 ( md_contacts . "\xe3e7" ) 990 ( md_dialer_sip . "\xe3e8" ) 991 ( md_dialpad . "\xe3e9" ) 992 ( md_email . "\xe3ea" ) 993 ( md_forum . "\xe3eb" ) 994 ( md_import_export . "\xe3ec" ) 995 ( md_invert_colors_off . "\xe3ed" ) 996 ( md_live_help . "\xe3ee" ) 997 ( md_location_off . "\xe3ef" ) 998 ( md_location_on . "\xe3f0" ) 999 ( md_message . "\xe3f1" ) 1000 ( md_chat_bubble . "\xe3f2" ) 1001 ( md_chat_bubble_outline . "\xe3f3" ) 1002 ( md_no_sim . "\xe3f4" ) 1003 ( md_phone . "\xe3f5" ) 1004 ( md_portable_wifi_off . "\xe3f6" ) 1005 ( md_contact_phone . "\xe3f7" ) 1006 ( md_contact_mail . "\xe3f8" ) 1007 ( md_ring_volume . "\xe3f9" ) 1008 ( md_speaker_phone . "\xe3fa" ) 1009 ( md_stay_current_landscape . "\xe3fb" ) 1010 ( md_stay_current_portrait . "\xe3fc" ) 1011 ( md_stay_primary_landscape . "\xe3fd" ) 1012 ( md_stay_primary_portrait . "\xe3fe" ) 1013 ( md_swap_calls . "\xe3ff" ) 1014 ( md_textsms . "\xe400" ) 1015 ( md_voicemail . "\xe401" ) 1016 ( md_vpn_key . "\xe402" ) 1017 ( md_phonelink_erase . "\xe403" ) 1018 ( md_phonelink_lock . "\xe404" ) 1019 ( md_phonelink_ring . "\xe405" ) 1020 ( md_phonelink_setup . "\xe406" ) 1021 ( md_present_to_all . "\xe407" ) 1022 ( md_import_contacts . "\xe408" ) 1023 ( md_mail_outline . "\xe409" ) 1024 ( md_screen_share . "\xe40a" ) 1025 ( md_stop_screen_share . "\xe40b" ) 1026 ( md_call_missed_outgoing . "\xe40c" ) 1027 ( md_rss_feed . "\xe40d" ) 1028 ( md_add . "\xe40e" ) 1029 ( md_add_box . "\xe40f" ) 1030 ( md_add_circle . "\xe410" ) 1031 ( md_add_circle_outline . "\xe411" ) 1032 ( md_archive . "\xe412" ) 1033 ( md_backspace . "\xe413" ) 1034 ( md_block . "\xe414" ) 1035 ( md_clear . "\xe415" ) 1036 ( md_content_copy . "\xe416" ) 1037 ( md_content_cut . "\xe417" ) 1038 ( md_content_paste . "\xe418" ) 1039 ( md_create . "\xe419" ) 1040 ( md_drafts . "\xe41a" ) 1041 ( md_filter_list . "\xe41b" ) 1042 ( md_flag . "\xe41c" ) 1043 ( md_forward . "\xe41d" ) 1044 ( md_gesture . "\xe41e" ) 1045 ( md_inbox . "\xe41f" ) 1046 ( md_link . "\xe420" ) 1047 ( md_mail . "\xe421" ) 1048 ( md_markunread . "\xe422" ) 1049 ( md_redo . "\xe423" ) 1050 ( md_remove . "\xe424" ) 1051 ( md_remove_circle . "\xe425" ) 1052 ( md_remove_circle_outline . "\xe426" ) 1053 ( md_reply . "\xe427" ) 1054 ( md_reply_all . "\xe428" ) 1055 ( md_report . "\xe429" ) 1056 ( md_save . "\xe42a" ) 1057 ( md_select_all . "\xe42b" ) 1058 ( md_send . "\xe42c" ) 1059 ( md_sort . "\xe42d" ) 1060 ( md_text_format . "\xe42e" ) 1061 ( md_undo . "\xe42f" ) 1062 ( md_font_download . "\xe430" ) 1063 ( md_move_to_inbox . "\xe431" ) 1064 ( md_unarchive . "\xe432" ) 1065 ( md_next_week . "\xe433" ) 1066 ( md_weekend . "\xe434" ) 1067 ( md_delete_sweep . "\xe435" ) 1068 ( md_low_priority . "\xe436" ) 1069 ( md_access_alarm . "\xe437" ) 1070 ( md_access_alarms . "\xe438" ) 1071 ( md_access_time . "\xe439" ) 1072 ( md_add_alarm . "\xe43a" ) 1073 ( md_airplanemode_inactive . "\xe43b" ) 1074 ( md_airplanemode_active . "\xe43c" ) 1075 ( md_battery_alert . "\xe43d" ) 1076 ( md_battery_charging_full . "\xe43e" ) 1077 ( md_battery_full . "\xe43f" ) 1078 ( md_battery_std . "\xe440" ) 1079 ( md_battery_unknown . "\xe441" ) 1080 ( md_bluetooth . "\xe442" ) 1081 ( md_bluetooth_connected . "\xe443" ) 1082 ( md_bluetooth_disabled . "\xe444" ) 1083 ( md_bluetooth_searching . "\xe445" ) 1084 ( md_brightness_auto . "\xe446" ) 1085 ( md_brightness_high . "\xe447" ) 1086 ( md_brightness_low . "\xe448" ) 1087 ( md_brightness_medium . "\xe449" ) 1088 ( md_data_usage . "\xe44a" ) 1089 ( md_developer_mode . "\xe44b" ) 1090 ( md_devices . "\xe44c" ) 1091 ( md_dvr . "\xe44d" ) 1092 ( md_gps_fixed . "\xe44e" ) 1093 ( md_gps_not_fixed . "\xe44f" ) 1094 ( md_gps_off . "\xe450" ) 1095 ( md_location_disabled . "\xe451" ) 1096 ( md_location_searching . "\xe452" ) 1097 ( md_graphic_eq . "\xe453" ) 1098 ( md_network_cell . "\xe454" ) 1099 ( md_network_wifi . "\xe455" ) 1100 ( md_nfc . "\xe456" ) 1101 ( md_wallpaper . "\xe457" ) 1102 ( md_widgets . "\xe458" ) 1103 ( md_screen_lock_landscape . "\xe459" ) 1104 ( md_screen_lock_portrait . "\xe45a" ) 1105 ( md_screen_lock_rotation . "\xe45b" ) 1106 ( md_screen_rotation . "\xe45c" ) 1107 ( md_sd_storage . "\xe45d" ) 1108 ( md_settings_system_daydream . "\xe45e" ) 1109 ( md_signal_cellular_4_bar . "\xe45f" ) 1110 ( md_signal_cellular_connected_no_internet_4_bar . "\xe460" ) 1111 ( md_signal_cellular_no_sim . "\xe461" ) 1112 ( md_signal_cellular_null . "\xe462" ) 1113 ( md_signal_cellular_off . "\xe463" ) 1114 ( md_signal_wifi_4_bar . "\xe464" ) 1115 ( md_signal_wifi_4_bar_lock . "\xe465" ) 1116 ( md_signal_wifi_off . "\xe466" ) 1117 ( md_storage . "\xe467" ) 1118 ( md_usb . "\xe468" ) 1119 ( md_wifi_lock . "\xe469" ) 1120 ( md_wifi_tethering . "\xe46a" ) 1121 ( md_attach_file . "\xe46b" ) 1122 ( md_attach_money . "\xe46c" ) 1123 ( md_border_all . "\xe46d" ) 1124 ( md_border_bottom . "\xe46e" ) 1125 ( md_border_clear . "\xe46f" ) 1126 ( md_border_color . "\xe470" ) 1127 ( md_border_horizontal . "\xe471" ) 1128 ( md_border_inner . "\xe472" ) 1129 ( md_border_left . "\xe473" ) 1130 ( md_border_outer . "\xe474" ) 1131 ( md_border_right . "\xe475" ) 1132 ( md_border_style . "\xe476" ) 1133 ( md_border_top . "\xe477" ) 1134 ( md_border_vertical . "\xe478" ) 1135 ( md_format_align_center . "\xe479" ) 1136 ( md_format_align_justify . "\xe47a" ) 1137 ( md_format_align_left . "\xe47b" ) 1138 ( md_format_align_right . "\xe47c" ) 1139 ( md_format_bold . "\xe47d" ) 1140 ( md_format_clear . "\xe47e" ) 1141 ( md_format_color_fill . "\xe47f" ) 1142 ( md_format_color_reset . "\xe480" ) 1143 ( md_format_color_text . "\xe481" ) 1144 ( md_format_indent_decrease . "\xe482" ) 1145 ( md_format_indent_increase . "\xe483" ) 1146 ( md_format_italic . "\xe484" ) 1147 ( md_format_line_spacing . "\xe485" ) 1148 ( md_format_list_bulleted . "\xe486" ) 1149 ( md_format_list_numbered . "\xe487" ) 1150 ( md_format_paint . "\xe488" ) 1151 ( md_format_quote . "\xe489" ) 1152 ( md_format_size . "\xe48a" ) 1153 ( md_format_strikethrough . "\xe48b" ) 1154 ( md_format_textdirection_l_to_r . "\xe48c" ) 1155 ( md_format_textdirection_r_to_l . "\xe48d" ) 1156 ( md_format_underlined . "\xe48e" ) 1157 ( md_functions . "\xe48f" ) 1158 ( md_insert_chart . "\xe490" ) 1159 ( md_insert_comment . "\xe491" ) 1160 ( md_insert_drive_file . "\xe492" ) 1161 ( md_insert_emoticon . "\xe493" ) 1162 ( md_insert_invitation . "\xe494" ) 1163 ( md_insert_link . "\xe495" ) 1164 ( md_insert_photo . "\xe496" ) 1165 ( md_merge_type . "\xe497" ) 1166 ( md_mode_comment . "\xe498" ) 1167 ( md_mode_edit . "\xe499" ) 1168 ( md_publish . "\xe49a" ) 1169 ( md_space_bar . "\xe49b" ) 1170 ( md_strikethrough_s . "\xe49c" ) 1171 ( md_vertical_align_bottom . "\xe49d" ) 1172 ( md_vertical_align_center . "\xe49e" ) 1173 ( md_vertical_align_top . "\xe49f" ) 1174 ( md_wrap_text . "\xe4a0" ) 1175 ( md_money_off . "\xe4a1" ) 1176 ( md_drag_handle . "\xe4a2" ) 1177 ( md_format_shapes . "\xe4a3" ) 1178 ( md_highlight . "\xe4a4" ) 1179 ( md_linear_scale . "\xe4a5" ) 1180 ( md_short_text . "\xe4a6" ) 1181 ( md_text_fields . "\xe4a7" ) 1182 ( md_monetization_on . "\xe4a8" ) 1183 ( md_title . "\xe4a9" ) 1184 ( md_attachment . "\xe4aa" ) 1185 ( md_cloud . "\xe4ab" ) 1186 ( md_cloud_circle . "\xe4ac" ) 1187 ( md_cloud_done . "\xe4ad" ) 1188 ( md_cloud_download . "\xe4ae" ) 1189 ( md_cloud_off . "\xe4af" ) 1190 ( md_cloud_queue . "\xe4b0" ) 1191 ( md_cloud_upload . "\xe4b1" ) 1192 ( md_file_download . "\xe4b2" ) 1193 ( md_file_upload . "\xe4b3" ) 1194 ( md_folder . "\xe4b4" ) 1195 ( md_folder_open . "\xe4b5" ) 1196 ( md_folder_shared . "\xe4b6" ) 1197 ( md_create_new_folder . "\xe4b7" ) 1198 ( md_cast . "\xe4b8" ) 1199 ( md_cast_connected . "\xe4b9" ) 1200 ( md_computer . "\xe4ba" ) 1201 ( md_desktop_mac . "\xe4bb" ) 1202 ( md_desktop_windows . "\xe4bc" ) 1203 ( md_developer_board . "\xe4bd" ) 1204 ( md_dock . "\xe4be" ) 1205 ( md_gamepad . "\xe4bf" ) 1206 ( md_headset . "\xe4c0" ) 1207 ( md_headset_mic . "\xe4c1" ) 1208 ( md_keyboard . "\xe4c2" ) 1209 ( md_keyboard_arrow_down . "\xe4c3" ) 1210 ( md_keyboard_arrow_left . "\xe4c4" ) 1211 ( md_keyboard_arrow_right . "\xe4c5" ) 1212 ( md_keyboard_arrow_up . "\xe4c6" ) 1213 ( md_keyboard_backspace . "\xe4c7" ) 1214 ( md_keyboard_capslock . "\xe4c8" ) 1215 ( md_keyboard_hide . "\xe4c9" ) 1216 ( md_keyboard_return . "\xe4ca" ) 1217 ( md_keyboard_tab . "\xe4cb" ) 1218 ( md_keyboard_voice . "\xe4cc" ) 1219 ( md_laptop . "\xe4cd" ) 1220 ( md_laptop_chromebook . "\xe4ce" ) 1221 ( md_laptop_mac . "\xe4cf" ) 1222 ( md_laptop_windows . "\xe4d0" ) 1223 ( md_memory . "\xe4d1" ) 1224 ( md_mouse . "\xe4d2" ) 1225 ( md_phone_android . "\xe4d3" ) 1226 ( md_phone_iphone . "\xe4d4" ) 1227 ( md_phonelink . "\xe4d5" ) 1228 ( md_phonelink_off . "\xe4d6" ) 1229 ( md_router . "\xe4d7" ) 1230 ( md_scanner . "\xe4d8" ) 1231 ( md_security . "\xe4d9" ) 1232 ( md_sim_card . "\xe4da" ) 1233 ( md_smartphone . "\xe4db" ) 1234 ( md_speaker . "\xe4dc" ) 1235 ( md_speaker_group . "\xe4dd" ) 1236 ( md_tablet . "\xe4de" ) 1237 ( md_tablet_android . "\xe4df" ) 1238 ( md_tablet_mac . "\xe4e0" ) 1239 ( md_toys . "\xe4e1" ) 1240 ( md_tv . "\xe4e2" ) 1241 ( md_watch . "\xe4e3" ) 1242 ( md_device_hub . "\xe4e4" ) 1243 ( md_power_input . "\xe4e5" ) 1244 ( md_devices_other . "\xe4e6" ) 1245 ( md_videogame_asset . "\xe4e7" ) 1246 ( md_add_to_photos . "\xe4e8" ) 1247 ( md_adjust . "\xe4e9" ) 1248 ( md_assistant . "\xe4ea" ) 1249 ( md_assistant_photo . "\xe4eb" ) 1250 ( md_audiotrack . "\xe4ec" ) 1251 ( md_blur_circular . "\xe4ed" ) 1252 ( md_blur_linear . "\xe4ee" ) 1253 ( md_blur_off . "\xe4ef" ) 1254 ( md_blur_on . "\xe4f0" ) 1255 ( md_brightness_1 . "\xe4f1" ) 1256 ( md_brightness_2 . "\xe4f2" ) 1257 ( md_brightness_3 . "\xe4f3" ) 1258 ( md_brightness_4 . "\xe4f4" ) 1259 ( md_brightness_5 . "\xe4f5" ) 1260 ( md_brightness_6 . "\xe4f6" ) 1261 ( md_brightness_7 . "\xe4f7" ) 1262 ( md_broken_image . "\xe4f8" ) 1263 ( md_brush . "\xe4f9" ) 1264 ( md_camera . "\xe4fa" ) 1265 ( md_camera_alt . "\xe4fb" ) 1266 ( md_camera_front . "\xe4fc" ) 1267 ( md_camera_rear . "\xe4fd" ) 1268 ( md_camera_roll . "\xe4fe" ) 1269 ( md_center_focus_strong . "\xe4ff" ) 1270 ( md_center_focus_weak . "\xe500" ) 1271 ( md_collections . "\xe501" ) 1272 ( md_color_lens . "\xe502" ) 1273 ( md_colorize . "\xe503" ) 1274 ( md_compare . "\xe504" ) 1275 ( md_control_point . "\xe505" ) 1276 ( md_control_point_duplicate . "\xe506" ) 1277 ( md_crop_16_9 . "\xe507" ) 1278 ( md_crop_3_2 . "\xe508" ) 1279 ( md_crop . "\xe509" ) 1280 ( md_crop_5_4 . "\xe50a" ) 1281 ( md_crop_7_5 . "\xe50b" ) 1282 ( md_crop_din . "\xe50c" ) 1283 ( md_crop_free . "\xe50d" ) 1284 ( md_crop_landscape . "\xe50e" ) 1285 ( md_crop_original . "\xe50f" ) 1286 ( md_crop_portrait . "\xe510" ) 1287 ( md_crop_square . "\xe511" ) 1288 ( md_dehaze . "\xe512" ) 1289 ( md_details . "\xe513" ) 1290 ( md_edit . "\xe514" ) 1291 ( md_exposure . "\xe515" ) 1292 ( md_exposure_neg_1 . "\xe516" ) 1293 ( md_exposure_neg_2 . "\xe517" ) 1294 ( md_exposure_plus_1 . "\xe518" ) 1295 ( md_exposure_plus_2 . "\xe519" ) 1296 ( md_exposure_zero . "\xe51a" ) 1297 ( md_filter_1 . "\xe51b" ) 1298 ( md_filter_2 . "\xe51c" ) 1299 ( md_filter_3 . "\xe51d" ) 1300 ( md_filter . "\xe51e" ) 1301 ( md_filter_4 . "\xe51f" ) 1302 ( md_filter_5 . "\xe520" ) 1303 ( md_filter_6 . "\xe521" ) 1304 ( md_filter_7 . "\xe522" ) 1305 ( md_filter_8 . "\xe523" ) 1306 ( md_filter_9 . "\xe524" ) 1307 ( md_filter_9_plus . "\xe525" ) 1308 ( md_filter_b_and_w . "\xe526" ) 1309 ( md_filter_center_focus . "\xe527" ) 1310 ( md_filter_drama . "\xe528" ) 1311 ( md_filter_frames . "\xe529" ) 1312 ( md_filter_hdr . "\xe52a" ) 1313 ( md_filter_none . "\xe52b" ) 1314 ( md_filter_tilt_shift . "\xe52c" ) 1315 ( md_filter_vintage . "\xe52d" ) 1316 ( md_flare . "\xe52e" ) 1317 ( md_flash_auto . "\xe52f" ) 1318 ( md_flash_off . "\xe530" ) 1319 ( md_flash_on . "\xe531" ) 1320 ( md_flip . "\xe532" ) 1321 ( md_gradient . "\xe533" ) 1322 ( md_grain . "\xe534" ) 1323 ( md_grid_off . "\xe535" ) 1324 ( md_grid_on . "\xe536" ) 1325 ( md_hdr_off . "\xe537" ) 1326 ( md_hdr_on . "\xe538" ) 1327 ( md_hdr_strong . "\xe539" ) 1328 ( md_hdr_weak . "\xe53a" ) 1329 ( md_healing . "\xe53b" ) 1330 ( md_image . "\xe53c" ) 1331 ( md_image_aspect_ratio . "\xe53d" ) 1332 ( md_iso . "\xe53e" ) 1333 ( md_landscape . "\xe53f" ) 1334 ( md_leak_add . "\xe540" ) 1335 ( md_leak_remove . "\xe541" ) 1336 ( md_lens . "\xe542" ) 1337 ( md_looks_3 . "\xe543" ) 1338 ( md_looks . "\xe544" ) 1339 ( md_looks_4 . "\xe545" ) 1340 ( md_looks_5 . "\xe546" ) 1341 ( md_looks_6 . "\xe547" ) 1342 ( md_looks_one . "\xe548" ) 1343 ( md_looks_two . "\xe549" ) 1344 ( md_loupe . "\xe54a" ) 1345 ( md_monochrome_photos . "\xe54b" ) 1346 ( md_movie_creation . "\xe54c" ) 1347 ( md_music_note . "\xe54d" ) 1348 ( md_nature . "\xe54e" ) 1349 ( md_nature_people . "\xe54f" ) 1350 ( md_navigate_before . "\xe550" ) 1351 ( md_navigate_next . "\xe551" ) 1352 ( md_palette . "\xe552" ) 1353 ( md_panorama . "\xe553" ) 1354 ( md_panorama_fish_eye . "\xe554" ) 1355 ( md_panorama_horizontal . "\xe555" ) 1356 ( md_panorama_vertical . "\xe556" ) 1357 ( md_panorama_wide_angle . "\xe557" ) 1358 ( md_photo . "\xe558" ) 1359 ( md_photo_album . "\xe559" ) 1360 ( md_photo_camera . "\xe55a" ) 1361 ( md_photo_library . "\xe55b" ) 1362 ( md_picture_as_pdf . "\xe55c" ) 1363 ( md_portrait . "\xe55d" ) 1364 ( md_remove_red_eye . "\xe55e" ) 1365 ( md_rotate_90_degrees_ccw . "\xe55f" ) 1366 ( md_rotate_left . "\xe560" ) 1367 ( md_rotate_right . "\xe561" ) 1368 ( md_slideshow . "\xe562" ) 1369 ( md_straighten . "\xe563" ) 1370 ( md_style . "\xe564" ) 1371 ( md_switch_camera . "\xe565" ) 1372 ( md_switch_video . "\xe566" ) 1373 ( md_tag_faces . "\xe567" ) 1374 ( md_texture . "\xe568" ) 1375 ( md_timelapse . "\xe569" ) 1376 ( md_timer_10 . "\xe56a" ) 1377 ( md_timer_3 . "\xe56b" ) 1378 ( md_timer . "\xe56c" ) 1379 ( md_timer_off . "\xe56d" ) 1380 ( md_tonality . "\xe56e" ) 1381 ( md_transform . "\xe56f" ) 1382 ( md_tune . "\xe570" ) 1383 ( md_view_comfy . "\xe571" ) 1384 ( md_view_compact . "\xe572" ) 1385 ( md_wb_auto . "\xe573" ) 1386 ( md_wb_cloudy . "\xe574" ) 1387 ( md_wb_incandescent . "\xe575" ) 1388 ( md_wb_sunny . "\xe576" ) 1389 ( md_collections_bookmark . "\xe577" ) 1390 ( md_photo_size_select_actual . "\xe578" ) 1391 ( md_photo_size_select_large . "\xe579" ) 1392 ( md_photo_size_select_small . "\xe57a" ) 1393 ( md_vignette . "\xe57b" ) 1394 ( md_wb_iridescent . "\xe57c" ) 1395 ( md_crop_rotate . "\xe57d" ) 1396 ( md_linked_camera . "\xe57e" ) 1397 ( md_add_a_photo . "\xe57f" ) 1398 ( md_movie_filter . "\xe580" ) 1399 ( md_photo_filter . "\xe581" ) 1400 ( md_burst_mode . "\xe582" ) 1401 ( md_beenhere . "\xe583" ) 1402 ( md_directions . "\xe584" ) 1403 ( md_directions_bike . "\xe585" ) 1404 ( md_directions_bus . "\xe586" ) 1405 ( md_directions_car . "\xe587" ) 1406 ( md_directions_boat . "\xe588" ) 1407 ( md_directions_subway . "\xe589" ) 1408 ( md_directions_railway . "\xe58a" ) 1409 ( md_directions_transit . "\xe58b" ) 1410 ( md_directions_walk . "\xe58c" ) 1411 ( md_flight . "\xe58d" ) 1412 ( md_hotel . "\xe58e" ) 1413 ( md_layers . "\xe58f" ) 1414 ( md_layers_clear . "\xe590" ) 1415 ( md_local_airport . "\xe591" ) 1416 ( md_local_atm . "\xe592" ) 1417 ( md_local_activity . "\xe593" ) 1418 ( md_local_bar . "\xe594" ) 1419 ( md_local_cafe . "\xe595" ) 1420 ( md_local_car_wash . "\xe596" ) 1421 ( md_local_convenience_store . "\xe597" ) 1422 ( md_local_drink . "\xe598" ) 1423 ( md_local_florist . "\xe599" ) 1424 ( md_local_gas_station . "\xe59a" ) 1425 ( md_local_grocery_store . "\xe59b" ) 1426 ( md_local_hospital . "\xe59c" ) 1427 ( md_local_hotel . "\xe59d" ) 1428 ( md_local_laundry_service . "\xe59e" ) 1429 ( md_local_library . "\xe59f" ) 1430 ( md_local_mall . "\xe5a0" ) 1431 ( md_local_movies . "\xe5a1" ) 1432 ( md_local_offer . "\xe5a2" ) 1433 ( md_local_parking . "\xe5a3" ) 1434 ( md_local_pharmacy . "\xe5a4" ) 1435 ( md_local_phone . "\xe5a5" ) 1436 ( md_local_pizza . "\xe5a6" ) 1437 ( md_local_play . "\xe5a7" ) 1438 ( md_local_post_office . "\xe5a8" ) 1439 ( md_local_printshop . "\xe5a9" ) 1440 ( md_local_dining . "\xe5aa" ) 1441 ( md_local_see . "\xe5ab" ) 1442 ( md_local_shipping . "\xe5ac" ) 1443 ( md_local_taxi . "\xe5ad" ) 1444 ( md_person_pin . "\xe5ae" ) 1445 ( md_map . "\xe5af" ) 1446 ( md_my_location . "\xe5b0" ) 1447 ( md_navigation . "\xe5b1" ) 1448 ( md_pin_drop . "\xe5b2" ) 1449 ( md_place . "\xe5b3" ) 1450 ( md_rate_review . "\xe5b4" ) 1451 ( md_restaurant_menu . "\xe5b5" ) 1452 ( md_satellite . "\xe5b6" ) 1453 ( md_store_mall_directory . "\xe5b7" ) 1454 ( md_terrain . "\xe5b8" ) 1455 ( md_traffic . "\xe5b9" ) 1456 ( md_directions_run . "\xe5ba" ) 1457 ( md_add_location . "\xe5bb" ) 1458 ( md_edit_location . "\xe5bc" ) 1459 ( md_near_me . "\xe5bd" ) 1460 ( md_person_pin_circle . "\xe5be" ) 1461 ( md_zoom_out_map . "\xe5bf" ) 1462 ( md_restaurant . "\xe5c0" ) 1463 ( md_ev_station . "\xe5c1" ) 1464 ( md_streetview . "\xe5c2" ) 1465 ( md_subway . "\xe5c3" ) 1466 ( md_train . "\xe5c4" ) 1467 ( md_tram . "\xe5c5" ) 1468 ( md_transfer_within_a_station . "\xe5c6" ) 1469 ( md_apps . "\xe5c7" ) 1470 ( md_arrow_back . "\xe5c8" ) 1471 ( md_arrow_drop_down . "\xe5c9" ) 1472 ( md_arrow_drop_down_circle . "\xe5ca" ) 1473 ( md_arrow_drop_up . "\xe5cb" ) 1474 ( md_arrow_forward . "\xe5cc" ) 1475 ( md_cancel . "\xe5cd" ) 1476 ( md_check . "\xe5ce" ) 1477 ( md_chevron_left . "\xe5cf" ) 1478 ( md_chevron_right . "\xe5d0" ) 1479 ( md_close . "\xe5d1" ) 1480 ( md_expand_less . "\xe5d2" ) 1481 ( md_expand_more . "\xe5d3" ) 1482 ( md_fullscreen . "\xe5d4" ) 1483 ( md_fullscreen_exit . "\xe5d5" ) 1484 ( md_menu . "\xe5d6" ) 1485 ( md_more_horiz . "\xe5d7" ) 1486 ( md_more_vert . "\xe5d8" ) 1487 ( md_refresh . "\xe5d9" ) 1488 ( md_unfold_less . "\xe5da" ) 1489 ( md_unfold_more . "\xe5db" ) 1490 ( md_arrow_upward . "\xe5dc" ) 1491 ( md_subdirectory_arrow_left . "\xe5dd" ) 1492 ( md_subdirectory_arrow_right . "\xe5de" ) 1493 ( md_arrow_downward . "\xe5df" ) 1494 ( md_first_page . "\xe5e0" ) 1495 ( md_last_page . "\xe5e1" ) 1496 ( md_adb . "\xe5e2" ) 1497 ( md_bluetooth_audio . "\xe5e3" ) 1498 ( md_disc_full . "\xe5e4" ) 1499 ( md_do_not_disturb_alt . "\xe5e5" ) 1500 ( md_do_not_disturb . "\xe5e6" ) 1501 ( md_drive_eta . "\xe5e7" ) 1502 ( md_event_available . "\xe5e8" ) 1503 ( md_event_busy . "\xe5e9" ) 1504 ( md_event_note . "\xe5ea" ) 1505 ( md_folder_special . "\xe5eb" ) 1506 ( md_mms . "\xe5ec" ) 1507 ( md_more . "\xe5ed" ) 1508 ( md_network_locked . "\xe5ee" ) 1509 ( md_phone_bluetooth_speaker . "\xe5ef" ) 1510 ( md_phone_forwarded . "\xe5f0" ) 1511 ( md_phone_in_talk . "\xe5f1" ) 1512 ( md_phone_locked . "\xe5f2" ) 1513 ( md_phone_missed . "\xe5f3" ) 1514 ( md_phone_paused . "\xe5f4" ) 1515 ( md_sd_card . "\xe5f5" ) 1516 ( md_sim_card_alert . "\xe5f6" ) 1517 ( md_sms . "\xe5f7" ) 1518 ( md_sms_failed . "\xe5f8" ) 1519 ( md_sync . "\xe5f9" ) 1520 ( md_sync_disabled . "\xe5fa" ) 1521 ( md_sync_problem . "\xe5fb" ) 1522 ( md_system_update . "\xe5fc" ) 1523 ( md_tap_and_play . "\xe5fd" ) 1524 ( md_time_to_leave . "\xe5fe" ) 1525 ( md_vibration . "\xe5ff" ) 1526 ( md_voice_chat . "\xe600" ) 1527 ( md_vpn_lock . "\xe601" ) 1528 ( md_airline_seat_flat . "\xe602" ) 1529 ( md_airline_seat_flat_angled . "\xe603" ) 1530 ( md_airline_seat_individual_suite . "\xe604" ) 1531 ( md_airline_seat_legroom_extra . "\xe605" ) 1532 ( md_airline_seat_legroom_normal . "\xe606" ) 1533 ( md_airline_seat_legroom_reduced . "\xe607" ) 1534 ( md_airline_seat_recline_extra . "\xe608" ) 1535 ( md_airline_seat_recline_normal . "\xe609" ) 1536 ( md_confirmation_number . "\xe60a" ) 1537 ( md_live_tv . "\xe60b" ) 1538 ( md_ondemand_video . "\xe60c" ) 1539 ( md_personal_video . "\xe60d" ) 1540 ( md_power . "\xe60e" ) 1541 ( md_wc . "\xe60f" ) 1542 ( md_wifi . "\xe610" ) 1543 ( md_enhanced_encryption . "\xe611" ) 1544 ( md_network_check . "\xe612" ) 1545 ( md_no_encryption . "\xe613" ) 1546 ( md_rv_hookup . "\xe614" ) 1547 ( md_do_not_disturb_off . "\xe615" ) 1548 ( md_do_not_disturb_on . "\xe616" ) 1549 ( md_priority_high . "\xe617" ) 1550 ( md_pie_chart . "\xe618" ) 1551 ( md_pie_chart_outlined . "\xe619" ) 1552 ( md_bubble_chart . "\xe61a" ) 1553 ( md_multiline_chart . "\xe61b" ) 1554 ( md_show_chart . "\xe61c" ) 1555 ( md_cake . "\xe61d" ) 1556 ( md_domain . "\xe61e" ) 1557 ( md_group . "\xe61f" ) 1558 ( md_group_add . "\xe620" ) 1559 ( md_location_city . "\xe621" ) 1560 ( md_mood . "\xe622" ) 1561 ( md_mood_bad . "\xe623" ) 1562 ( md_notifications . "\xe624" ) 1563 ( md_notifications_none . "\xe625" ) 1564 ( md_notifications_off . "\xe626" ) 1565 ( md_notifications_active . "\xe627" ) 1566 ( md_notifications_paused . "\xe628" ) 1567 ( md_pages . "\xe629" ) 1568 ( md_party_mode . "\xe62a" ) 1569 ( md_people . "\xe62b" ) 1570 ( md_people_outline . "\xe62c" ) 1571 ( md_person . "\xe62d" ) 1572 ( md_person_add . "\xe62e" ) 1573 ( md_person_outline . "\xe62f" ) 1574 ( md_plus_one . "\xe630" ) 1575 ( md_poll . "\xe631" ) 1576 ( md_public . "\xe632" ) 1577 ( md_school . "\xe633" ) 1578 ( md_share . "\xe634" ) 1579 ( md_whatshot . "\xe635" ) 1580 ( md_sentiment_dissatisfied . "\xe636" ) 1581 ( md_sentiment_neutral . "\xe637" ) 1582 ( md_sentiment_satisfied . "\xe638" ) 1583 ( md_sentiment_very_dissatisfied . "\xe639" ) 1584 ( md_sentiment_very_satisfied . "\xe63a" ) 1585 ( md_check_box . "\xe63b" ) 1586 ( md_check_box_outline_blank . "\xe63c" ) 1587 ( md_radio_button_unchecked . "\xe63d" ) 1588 ( md_radio_button_checked . "\xe63e" ) 1589 ( md_star . "\xe63f" ) 1590 ( md_star_half . "\xe640" ) 1591 ( md_star_border . "\xe641" ) 1592 ( md_3d_rotation . "\xe642" ) 1593 ( md_accessibility . "\xe643" ) 1594 ( md_account_balance . "\xe644" ) 1595 ( md_account_balance_wallet . "\xe645" ) 1596 ( md_account_box . "\xe646" ) 1597 ( md_account_circle . "\xe647" ) 1598 ( md_add_shopping_cart . "\xe648" ) 1599 ( md_alarm . "\xe649" ) 1600 ( md_alarm_add . "\xe64a" ) 1601 ( md_alarm_off . "\xe64b" ) 1602 ( md_alarm_on . "\xe64c" ) 1603 ( md_android . "\xe64d" ) 1604 ( md_announcement . "\xe64e" ) 1605 ( md_aspect_ratio . "\xe64f" ) 1606 ( md_assessment . "\xe650" ) 1607 ( md_assignment . "\xe651" ) 1608 ( md_assignment_ind . "\xe652" ) 1609 ( md_assignment_late . "\xe653" ) 1610 ( md_assignment_return . "\xe654" ) 1611 ( md_assignment_returned . "\xe655" ) 1612 ( md_assignment_turned_in . "\xe656" ) 1613 ( md_autorenew . "\xe657" ) 1614 ( md_backup . "\xe658" ) 1615 ( md_book . "\xe659" ) 1616 ( md_bookmark . "\xe65a" ) 1617 ( md_bookmark_border . "\xe65b" ) 1618 ( md_bug_report . "\xe65c" ) 1619 ( md_build . "\xe65d" ) 1620 ( md_cached . "\xe65e" ) 1621 ( md_change_history . "\xe65f" ) 1622 ( md_check_circle . "\xe660" ) 1623 ( md_chrome_reader_mode . "\xe661" ) 1624 ( md_class . "\xe662" ) 1625 ( md_code . "\xe663" ) 1626 ( md_credit_card . "\xe664" ) 1627 ( md_dashboard . "\xe665" ) 1628 ( md_delete . "\xe666" ) 1629 ( md_description . "\xe667" ) 1630 ( md_dns . "\xe668" ) 1631 ( md_done . "\xe669" ) 1632 ( md_done_all . "\xe66a" ) 1633 ( md_event . "\xe66b" ) 1634 ( md_exit_to_app . "\xe66c" ) 1635 ( md_explore . "\xe66d" ) 1636 ( md_extension . "\xe66e" ) 1637 ( md_face . "\xe66f" ) 1638 ( md_favorite . "\xe670" ) 1639 ( md_favorite_border . "\xe671" ) 1640 ( md_feedback . "\xe672" ) 1641 ( md_find_in_page . "\xe673" ) 1642 ( md_find_replace . "\xe674" ) 1643 ( md_flip_to_back . "\xe675" ) 1644 ( md_flip_to_front . "\xe676" ) 1645 ( md_get_app . "\xe677" ) 1646 ( md_grade . "\xe678" ) 1647 ( md_group_work . "\xe679" ) 1648 ( md_help . "\xe67a" ) 1649 ( md_highlight_off . "\xe67b" ) 1650 ( md_history . "\xe67c" ) 1651 ( md_home . "\xe67d" ) 1652 ( md_hourglass_empty . "\xe67e" ) 1653 ( md_hourglass_full . "\xe67f" ) 1654 ( md_https . "\xe680" ) 1655 ( md_info . "\xe681" ) 1656 ( md_info_outline . "\xe682" ) 1657 ( md_input . "\xe683" ) 1658 ( md_invert_colors . "\xe684" ) 1659 ( md_label . "\xe685" ) 1660 ( md_label_outline . "\xe686" ) 1661 ( md_language . "\xe687" ) 1662 ( md_launch . "\xe688" ) 1663 ( md_list . "\xe689" ) 1664 ( md_lock . "\xe68a" ) 1665 ( md_lock_open . "\xe68b" ) 1666 ( md_lock_outline . "\xe68c" ) 1667 ( md_loyalty . "\xe68d" ) 1668 ( md_markunread_mailbox . "\xe68e" ) 1669 ( md_note_add . "\xe68f" ) 1670 ( md_open_in_browser . "\xe690" ) 1671 ( md_open_in_new . "\xe691" ) 1672 ( md_open_with . "\xe692" ) 1673 ( md_pageview . "\xe693" ) 1674 ( md_payment . "\xe694" ) 1675 ( md_perm_camera_mic . "\xe695" ) 1676 ( md_perm_contact_calendar . "\xe696" ) 1677 ( md_perm_data_setting . "\xe697" ) 1678 ( md_perm_device_information . "\xe698" ) 1679 ( md_perm_identity . "\xe699" ) 1680 ( md_perm_media . "\xe69a" ) 1681 ( md_perm_phone_msg . "\xe69b" ) 1682 ( md_perm_scan_wifi . "\xe69c" ) 1683 ( md_picture_in_picture . "\xe69d" ) 1684 ( md_polymer . "\xe69e" ) 1685 ( md_power_settings_new . "\xe69f" ) 1686 ( md_print . "\xe6a0" ) 1687 ( md_query_builder . "\xe6a1" ) 1688 ( md_question_answer . "\xe6a2" ) 1689 ( md_receipt . "\xe6a3" ) 1690 ( md_redeem . "\xe6a4" ) 1691 ( md_report_problem . "\xe6a5" ) 1692 ( md_restore . "\xe6a6" ) 1693 ( md_room . "\xe6a7" ) 1694 ( md_schedule . "\xe6a8" ) 1695 ( md_search . "\xe6a9" ) 1696 ( md_settings . "\xe6aa" ) 1697 ( md_settings_applications . "\xe6ab" ) 1698 ( md_settings_backup_restore . "\xe6ac" ) 1699 ( md_settings_bluetooth . "\xe6ad" ) 1700 ( md_settings_cell . "\xe6ae" ) 1701 ( md_settings_brightness . "\xe6af" ) 1702 ( md_settings_ethernet . "\xe6b0" ) 1703 ( md_settings_input_antenna . "\xe6b1" ) 1704 ( md_settings_input_component . "\xe6b2" ) 1705 ( md_settings_input_composite . "\xe6b3" ) 1706 ( md_settings_input_hdmi . "\xe6b4" ) 1707 ( md_settings_input_svideo . "\xe6b5" ) 1708 ( md_settings_overscan . "\xe6b6" ) 1709 ( md_settings_phone . "\xe6b7" ) 1710 ( md_settings_power . "\xe6b8" ) 1711 ( md_settings_remote . "\xe6b9" ) 1712 ( md_settings_voice . "\xe6ba" ) 1713 ( md_shop . "\xe6bb" ) 1714 ( md_shop_two . "\xe6bc" ) 1715 ( md_shopping_basket . "\xe6bd" ) 1716 ( md_shopping_cart . "\xe6be" ) 1717 ( md_speaker_notes . "\xe6bf" ) 1718 ( md_spellcheck . "\xe6c0" ) 1719 ( md_stars . "\xe6c1" ) 1720 ( md_store . "\xe6c2" ) 1721 ( md_subject . "\xe6c3" ) 1722 ( md_supervisor_account . "\xe6c4" ) 1723 ( md_swap_horiz . "\xe6c5" ) 1724 ( md_swap_vert . "\xe6c6" ) 1725 ( md_swap_vertical_circle . "\xe6c7" ) 1726 ( md_system_update_alt . "\xe6c8" ) 1727 ( md_tab . "\xe6c9" ) 1728 ( md_tab_unselected . "\xe6ca" ) 1729 ( md_theaters . "\xe6cb" ) 1730 ( md_thumb_down . "\xe6cc" ) 1731 ( md_thumb_up . "\xe6cd" ) 1732 ( md_thumbs_up_down . "\xe6ce" ) 1733 ( md_toc . "\xe6cf" ) 1734 ( md_today . "\xe6d0" ) 1735 ( md_toll . "\xe6d1" ) 1736 ( md_track_changes . "\xe6d2" ) 1737 ( md_translate . "\xe6d3" ) 1738 ( md_trending_down . "\xe6d4" ) 1739 ( md_trending_flat . "\xe6d5" ) 1740 ( md_trending_up . "\xe6d6" ) 1741 ( md_turned_in . "\xe6d7" ) 1742 ( md_turned_in_not . "\xe6d8" ) 1743 ( md_verified_user . "\xe6d9" ) 1744 ( md_view_agenda . "\xe6da" ) 1745 ( md_view_array . "\xe6db" ) 1746 ( md_view_carousel . "\xe6dc" ) 1747 ( md_view_column . "\xe6dd" ) 1748 ( md_view_day . "\xe6de" ) 1749 ( md_view_headline . "\xe6df" ) 1750 ( md_view_list . "\xe6e0" ) 1751 ( md_view_module . "\xe6e1" ) 1752 ( md_view_quilt . "\xe6e2" ) 1753 ( md_view_stream . "\xe6e3" ) 1754 ( md_view_week . "\xe6e4" ) 1755 ( md_visibility . "\xe6e5" ) 1756 ( md_visibility_off . "\xe6e6" ) 1757 ( md_card_giftcard . "\xe6e7" ) 1758 ( md_card_membership . "\xe6e8" ) 1759 ( md_card_travel . "\xe6e9" ) 1760 ( md_work . "\xe6ea" ) 1761 ( md_youtube_searched_for . "\xe6eb" ) 1762 ( md_eject . "\xe6ec" ) 1763 ( md_camera_enhance . "\xe6ed" ) 1764 ( md_help_outline . "\xe6ee" ) 1765 ( md_reorder . "\xe6ef" ) 1766 ( md_zoom_in . "\xe6f0" ) 1767 ( md_zoom_out . "\xe6f1" ) 1768 ( md_http . "\xe6f2" ) 1769 ( md_event_seat . "\xe6f3" ) 1770 ( md_flight_land . "\xe6f4" ) 1771 ( md_flight_takeoff . "\xe6f5" ) 1772 ( md_play_for_work . "\xe6f6" ) 1773 ( md_gif . "\xe6f7" ) 1774 ( md_indeterminate_check_box . "\xe6f8" ) 1775 ( md_offline_pin . "\xe6f9" ) 1776 ( md_all_out . "\xe6fa" ) 1777 ( md_copyright . "\xe6fb" ) 1778 ( md_fingerprint . "\xe6fc" ) 1779 ( md_gavel . "\xe6fd" ) 1780 ( md_lightbulb_outline . "\xe6fe" ) 1781 ( md_picture_in_picture_alt . "\xe6ff" ) 1782 ( md_important_devices . "\xe700" ) 1783 ( md_touch_app . "\xe701" ) 1784 ( md_accessible . "\xe702" ) 1785 ( md_compare_arrows . "\xe703" ) 1786 ( md_date_range . "\xe704" ) 1787 ( md_donut_large . "\xe705" ) 1788 ( md_donut_small . "\xe706" ) 1789 ( md_line_style . "\xe707" ) 1790 ( md_line_weight . "\xe708" ) 1791 ( md_motorcycle . "\xe709" ) 1792 ( md_opacity . "\xe70a" ) 1793 ( md_pets . "\xe70b" ) 1794 ( md_pregnant_woman . "\xe70c" ) 1795 ( md_record_voice_over . "\xe70d" ) 1796 ( md_rounded_corner . "\xe70e" ) 1797 ( md_rowing . "\xe70f" ) 1798 ( md_timeline . "\xe710" ) 1799 ( md_update . "\xe711" ) 1800 ( md_watch_later . "\xe712" ) 1801 ( md_pan_tool . "\xe713" ) 1802 ( md_euro_symbol . "\xe714" ) 1803 ( md_g_translate . "\xe715" ) 1804 ( md_remove_shopping_cart . "\xe716" ) 1805 ( md_restore_page . "\xe717" ) 1806 ( md_speaker_notes_off . "\xe718" ) 1807 ( md_delete_forever . "\xe719" ) 1808 ( md_ac_unit . "\xe71a" ) 1809 ( md_airport_shuttle . "\xe71b" ) 1810 ( md_all_inclusive . "\xe71c" ) 1811 ( md_beach_access . "\xe71d" ) 1812 ( md_business_center . "\xe71e" ) 1813 ( md_casino . "\xe71f" ) 1814 ( md_child_care . "\xe720" ) 1815 ( md_child_friendly . "\xe721" ) 1816 ( md_fitness_center . "\xe722" ) 1817 ( md_free_breakfast . "\xe723" ) 1818 ( md_golf_course . "\xe724" ) 1819 ( md_hot_tub . "\xe725" ) 1820 ( md_kitchen . "\xe726" ) 1821 ( md_pool . "\xe727" ) 1822 ( md_room_service . "\xe728" ) 1823 ( md_smoke_free . "\xe729" ) 1824 ( md_smoking_rooms . "\xe72a" ) 1825 ( md_spa . "\xe72b" ) 1826 ( md_u10fffd . "\xe72c" ) 1827 ( file_regex . "\xe72d" ) 1828 ( file_arch_linux . "\xe72e" ) 1829 ( file_e . "\xe72f" ) 1830 ( file_glyphs . "\xe730" ) 1831 ( file_knockout . "\xe731" ) 1832 ( file_lean . "\xe732" ) 1833 ( file_metal . "\xe733" ) 1834 ( file_povray . "\xe734" ) 1835 ( file_s . "\xe735" ) 1836 ( file_tt . "\xe736" ) 1837 ( file_vagrant . "\xe737" ) 1838 ( file_xmos . "\xe738" ) 1839 ( file_a . "\xe739" ) 1840 ( file_chai . "\xe73a" ) 1841 ( file_stylus . "\xe73b" ) 1842 ( file_textile . "\xe73c" ) 1843 ( file_unreal . "\xe73d" ) 1844 ( file_purebasic . "\xe73e" ) 1845 ( file_ts . "\xe73f" ) 1846 ( file_scheme . "\xe740" ) 1847 ( file_textmate . "\xe741" ) 1848 ( file_x10 . "\xe742" ) 1849 ( file_apl . "\xe743" ) 1850 ( file_ansible . "\xe744" ) 1851 ( file_arttext . "\xe745" ) 1852 ( file_antwar . "\xe746" ) 1853 ( file_opa . "\xe747" ) 1854 ( file_codecov . "\xe748" ) 1855 ( file_yang . "\xe749" ) 1856 ( file_pm2 . "\xe74a" ) 1857 ( file_hg . "\xe74b" ) 1858 ( file_pawn . "\xe74c" ) 1859 ( file_julia . "\xe74d" ) 1860 ( file_shipit . "\xe74e" ) 1861 ( file_mocha . "\xe74f" ) 1862 ( file_nib . "\xe750" ) 1863 ( file_shuriken . "\xe751" ) 1864 ( file_alex . "\xe752" ) 1865 ( file_twig . "\xe753" ) 1866 ( file_1c . "\xe754" ) 1867 ( file_tex . "\xe755" ) 1868 ( file_bibtex . "\xe756" ) 1869 ( file_mustache . "\xe757" ) 1870 ( file_gulp . "\xe758" ) 1871 ( file_grunt . "\xe759" ) 1872 ( file_ember . "\xe75a" ) 1873 ( file_go . "\xe75b" ) 1874 ( file_jenkins . "\xe75c" ) 1875 ( file_gnu . "\xe75d" ) 1876 ( file_composer . "\xe75e" ) 1877 ( file_meteor . "\xe75f" ) 1878 ( file_ai . "\xe760" ) 1879 ( file_psd . "\xe761" ) 1880 ( file_silverstripe . "\xe762" ) 1881 ( file_maxscript . "\xe763" ) 1882 ( file_kivy . "\xe764" ) 1883 ( file_crystal . "\xe765" ) 1884 ( file_gradle . "\xe766" ) 1885 ( file_groovy . "\xe767" ) 1886 ( file_r . "\xe768" ) 1887 ( file_vue . "\xe769" ) 1888 ( file_haxe . "\xe76a" ) 1889 ( file_lisp . "\xe76b" ) 1890 ( file_e909 . "\xe76c" ) 1891 ( file_fortran . "\xe76d" ) 1892 ( file_ada . "\xe76e" ) 1893 ( file_dyalog . "\xe76f" ) 1894 ( file_jade . "\xe770" ) 1895 ( file_e90e . "\xe771" ) 1896 ( file_font . "\xe772" ) 1897 ( file_postcss . "\xe773" ) 1898 ( file_scad . "\xe774" ) 1899 ( file_e912 . "\xe775" ) 1900 ( file_raml . "\xe776" ) 1901 ( file_ls . "\xe777" ) 1902 ( file_saltstack . "\xe778" ) 1903 ( file_terraform . "\xe779" ) 1904 ( file_org . "\xe77a" ) 1905 ( file_asciidoc . "\xe77b" ) 1906 ( file_riot . "\xe77c" ) 1907 ( file_ocaml . "\xe77d" ) 1908 ( file_lua . "\xe77e" ) 1909 ( file_npm . "\xe77f" ) 1910 ( file_llvm . "\xe780" ) 1911 ( file_e91e . "\xe781" ) 1912 ( file_babel . "\xe782" ) 1913 ( file_marko . "\xe783" ) 1914 ( file_flow . "\xe784" ) 1915 ( file_broccoli . "\xe785" ) 1916 ( file_appveyor . "\xe786" ) 1917 ( file_cakefile . "\xe787" ) 1918 ( file_apple . "\xe788" ) 1919 ( file_emacs . "\xe789" ) 1920 ( file_sketch . "\xe78a" ) 1921 ( file_doxygen . "\xe78b" ) 1922 ( file_cf . "\xe78c" ) 1923 ( file_pascal . "\xe78d" ) 1924 ( file_abap . "\xe78e" ) 1925 ( file_antlr . "\xe78f" ) 1926 ( file_api . "\xe790" ) 1927 ( file_as . "\xe791" ) 1928 ( file_arc . "\xe792" ) 1929 ( file_arduino . "\xe793" ) 1930 ( file_augeas . "\xe794" ) 1931 ( file_ahk . "\xe795" ) 1932 ( file_autoit . "\xe796" ) 1933 ( file_ats . "\xe797" ) 1934 ( file_alloy . "\xe798" ) 1935 ( file_manpage . "\xe799" ) 1936 ( file_j . "\xe79a" ) 1937 ( file_glade . "\xe79b" ) 1938 ( file_boo . "\xe79c" ) 1939 ( file_brain . "\xe79d" ) 1940 ( file_bro . "\xe79e" ) 1941 ( file_bluespec . "\xe79f" ) 1942 ( file_stylelint . "\xe7a0" ) 1943 ( file_ant . "\xe7a1" ) 1944 ( file_cmake . "\xe7a2" ) 1945 ( file_clips . "\xe7a3" ) 1946 ( file_mapbox . "\xe7a4" ) 1947 ( file_cp . "\xe7a5" ) 1948 ( file_chuck . "\xe7a6" ) 1949 ( file_jinja . "\xe7a7" ) 1950 ( file_isabelle . "\xe7a8" ) 1951 ( file_doge . "\xe7a9" ) 1952 ( file_idl . "\xe7aa" ) 1953 ( file_jake . "\xe7ab" ) 1954 ( file_verilog . "\xe7ac" ) 1955 ( file_phalcon . "\xe7ad" ) 1956 ( file_fabfile . "\xe7ae" ) 1957 ( file_lfe . "\xe7af" ) 1958 ( file_nmap . "\xe7b0" ) 1959 ( file_ampl . "\xe7b1" ) 1960 ( file_ceylon . "\xe7b2" ) 1961 ( file_chapel . "\xe7b3" ) 1962 ( file_cirru . "\xe7b4" ) 1963 ( file_clarion . "\xe7b5" ) 1964 ( file_nunjucks . "\xe7b6" ) 1965 ( file_mediawiki . "\xe7b7" ) 1966 ( file_postscript . "\xe7b8" ) 1967 ( file_tcl . "\xe7b9" ) 1968 ( file_owl . "\xe7ba" ) 1969 ( file_jsonld . "\xe7bb" ) 1970 ( file_sparql . "\xe7bc" ) 1971 ( file_sas . "\xe7bd" ) 1972 ( file_clean . "\xe7be" ) 1973 ( file_click . "\xe7bf" ) 1974 ( file_nvidia . "\xe7c0" ) 1975 ( file_creole . "\xe7c1" ) 1976 ( file_coq . "\xe7c2" ) 1977 ( file_diff . "\xe7c3" ) 1978 ( file_patch . "\xe7c4" ) 1979 ( file_byond . "\xe7c5" ) 1980 ( file_cython . "\xe7c6" ) 1981 ( file_darcs . "\xe7c7" ) 1982 ( file_eagle . "\xe7c8" ) 1983 ( file_ecere . "\xe7c9" ) 1984 ( file_eiffel . "\xe7ca" ) 1985 ( file_em . "\xe7cb" ) 1986 ( file_flux . "\xe7cc" ) 1987 ( file_factor . "\xe7cd" ) 1988 ( file_fancy . "\xe7ce" ) 1989 ( file_perl6 . "\xe7cf" ) 1990 ( file_gentoo . "\xe7d0" ) 1991 ( file_frege . "\xe7d1" ) 1992 ( file_fantom . "\xe7d2" ) 1993 ( file_freemarker . "\xe7d3" ) 1994 ( file_gap . "\xe7d4" ) 1995 ( file_cl . "\xe7d5" ) 1996 ( file_gams . "\xe7d6" ) 1997 ( file_godot . "\xe7d7" ) 1998 ( file_gml . "\xe7d8" ) 1999 ( file_genshi . "\xe7d9" ) 2000 ( file_pointwise . "\xe7da" ) 2001 ( file_gf . "\xe7db" ) 2002 ( file_golo . "\xe7dc" ) 2003 ( file_gosu . "\xe7dd" ) 2004 ( file_harbour . "\xe7de" ) 2005 ( file_graphql . "\xe7df" ) 2006 ( file_graphviz . "\xe7e0" ) 2007 ( file_hashicorp . "\xe7e1" ) 2008 ( file_hy . "\xe7e2" ) 2009 ( file_igorpro . "\xe7e3" ) 2010 ( file_io . "\xe7e4" ) 2011 ( file_ioke . "\xe7e5" ) 2012 ( file_idris . "\xe7e6" ) 2013 ( file_inform7 . "\xe7e7" ) 2014 ( file_inno . "\xe7e8" ) 2015 ( file_sublime . "\xe7e9" ) 2016 ( file_jupyter . "\xe7ea" ) 2017 ( file_krl . "\xe7eb" ) 2018 ( file_kotlin . "\xe7ec" ) 2019 ( file_labview . "\xe7ed" ) 2020 ( file_lsl . "\xe7ee" ) 2021 ( file_lasso . "\xe7ef" ) 2022 ( file_logtalk . "\xe7f0" ) 2023 ( file_lookml . "\xe7f1" ) 2024 ( file_mako . "\xe7f2" ) 2025 ( file_mathematica . "\xe7f3" ) 2026 ( file_matlab . "\xe7f4" ) 2027 ( file_e992 . "\xe7f5" ) 2028 ( file_max . "\xe7f6" ) 2029 ( file_mercury . "\xe7f7" ) 2030 ( file_mirah . "\xe7f8" ) 2031 ( file_modula2 . "\xe7f9" ) 2032 ( file_monkey . "\xe7fa" ) 2033 ( file_nimrod . "\xe7fb" ) 2034 ( file_nit . "\xe7fc" ) 2035 ( file_nix . "\xe7fd" ) 2036 ( file_amx . "\xe7fe" ) 2037 ( file_netlogo . "\xe7ff" ) 2038 ( file_numpy . "\xe800" ) 2039 ( file_objj . "\xe801" ) 2040 ( file_opencl . "\xe802" ) 2041 ( file_processing . "\xe803" ) 2042 ( file_ox . "\xe804" ) 2043 ( file_scd . "\xe805" ) 2044 ( file_stata . "\xe806" ) 2045 ( file_stan . "\xe807" ) 2046 ( file_sqf . "\xe808" ) 2047 ( file_slash . "\xe809" ) 2048 ( file_shen . "\xe80a" ) 2049 ( file_self . "\xe80b" ) 2050 ( file_scilab . "\xe80c" ) 2051 ( file_vhdl . "\xe80d" ) 2052 ( file_sage . "\xe80e" ) 2053 ( file_robot . "\xe80f" ) 2054 ( file_red . "\xe810" ) 2055 ( file_rebol . "\xe811" ) 2056 ( file_xojo . "\xe812" ) 2057 ( file_rdoc . "\xe813" ) 2058 ( file_racket . "\xe814" ) 2059 ( file_purescript . "\xe815" ) 2060 ( file_uno . "\xe816" ) 2061 ( file_varnish . "\xe817" ) 2062 ( file_propeller . "\xe818" ) 2063 ( file_turing . "\xe819" ) 2064 ( file_pony . "\xe81a" ) 2065 ( file_pogo . "\xe81b" ) 2066 ( file_pike . "\xe81c" ) 2067 ( file_urweb . "\xe81d" ) 2068 ( file_parrot . "\xe81e" ) 2069 ( file_papyrus . "\xe81f" ) 2070 ( file_pan . "\xe820" ) 2071 ( file_oz . "\xe821" ) 2072 ( file_oxygene . "\xe822" ) 2073 ( file_progress . "\xe823" ) 2074 ( file_txl . "\xe824" ) 2075 ( file_cabal . "\xe825" ) 2076 ( file_sysverilog . "\xe826" ) 2077 ( file_pickle . "\xe827" ) 2078 ( file_xpages . "\xe828" ) 2079 ( file_xtend . "\xe829" ) 2080 ( file_zephir . "\xe82a" ) 2081 ( file_zimpl . "\xe82b" ) 2082 ( file_ec . "\xe82c" ) 2083 ( file_mupad . "\xe82d" ) 2084 ( file_ooc . "\xe82e" ) 2085 ( file_rst . "\xe82f" ) 2086 ( file_karma . "\xe830" ) 2087 ( file_hack . "\xe831" ) 2088 ( file_shopify . "\xe832" ) 2089 ( file_pug_alt . "\xe833" ) 2090 ( file_e9d1 . "\xe834" ) 2091 ( file_sbt . "\xe835" ) 2092 ( file_e9d3 . "\xe836" ) 2093 ( file_scrutinizer . "\xe837" ) 2094 ( file_cc . "\xe838" ) 2095 ( file_brakeman . "\xe839" ) 2096 ( file_newrelic . "\xe83a" ) 2097 ( file_thor . "\xe83b" ) 2098 ( file_nuget . "\xe83c" ) 2099 ( file_powershell . "\xe83d" ) 2100 ( file_sf . "\xe83e" ) 2101 ( file_minecraft . "\xe83f" ) 2102 ( file_sqlite . "\xe840" ) 2103 ( file_protractor . "\xe841" ) 2104 ( file_typings . "\xe842" ) 2105 ( file_strings . "\xe843" ) 2106 ( file_nant . "\xe844" ) 2107 ( file_csscript . "\xe845" ) 2108 ( file_cake . "\xe846" ) 2109 ( file_openoffice . "\xe847" ) 2110 ( file_keynote . "\xe848" ) 2111 ( file_jsx . "\xe849" ) 2112 ( file_tsx . "\xe84a" ) 2113 ( file_model . "\xe84b" ) 2114 ( file_finder . "\xe84c" ) 2115 ( file_access . "\xe84d" ) 2116 ( file_onenote . "\xe84e" ) 2117 ( file_powerpoint . "\xe84f" ) 2118 ( file_word . "\xe850" ) 2119 ( file_excel . "\xe851" ) 2120 ( file_storyist . "\xe852" ) 2121 ( file_csound . "\xe853" ) 2122 ( file_dbase . "\xe854" ) 2123 ( file_zbrush . "\xe855" ) 2124 ( file_ae . "\xe856" ) 2125 ( file_indesign . "\xe857" ) 2126 ( file_premiere . "\xe858" ) 2127 ( file_maya . "\xe859" ) 2128 ( file_e9f7 . "\xe85a" ) 2129 ( file_khronos . "\xe85b" ) 2130 ( file_audacity . "\xe85c" ) 2131 ( file_blender . "\xe85d" ) 2132 ( file_lightwave . "\xe85e" ) 2133 ( file_fbx . "\xe85f" ) 2134 ( file_e9fd . "\xe860" ) 2135 ( file_typedoc . "\xe861" ) 2136 ( file_alpine . "\xe862" ) 2137 ( file_yui . "\xe863" ) 2138 ( file_ea01 . "\xe864" ) 2139 ( file_ea02 . "\xe865" ) 2140 ( file_ea03 . "\xe866" ) 2141 ( file_normalize . "\xe867" ) 2142 ( file_neko . "\xe868" ) 2143 ( file_mathjax . "\xe869" ) 2144 ( file_leaflet . "\xe86a" ) 2145 ( file_gdb . "\xe86b" ) 2146 ( file_fuelux . "\xe86c" ) 2147 ( file_eq . "\xe86d" ) 2148 ( file_chartjs . "\xe86e" ) 2149 ( file_ea0c . "\xe86f" ) 2150 ( file_ea0d . "\xe870" ) 2151 ( file_ea0e . "\xe871" ) 2152 ( file_eslint . "\xe872" ) 2153 ( file_d3 . "\xe873" ) 2154 ( file_cordova . "\xe874" ) 2155 ( file_circleci . "\xe875" ) 2156 ( file_pug . "\xe876" ) 2157 ( file_powerbuilder . "\xe877" ) 2158 ( file_dylib . "\xe878" ) 2159 ( file_rexx . "\xe879" ) 2160 ( file_svn . "\xe87a" ) 2161 ( file_mruby . "\xe87b" ) 2162 ( file_wercker . "\xe87c" ) 2163 ( file_yarn . "\xe87d" ) 2164 ( file_editorconfig . "\xe87e" ) 2165 ( file_snyk . "\xe87f" ) 2166 ( file_reason . "\xe880" ) 2167 ( file_nsis . "\xe881" ) 2168 ( file_v8 . "\xe882" ) 2169 ( file_rollup . "\xe883" ) 2170 ( file_ea21 . "\xe884" ) 2171 ( file_ea22 . "\xe885" ) 2172 ( file_ea23 . "\xe886" ) 2173 ( file_rascal . "\xe887" ) 2174 ( file_gn . "\xe888" ) 2175 ( file_nodemon . "\xe889" ) 2176 ( file_electron . "\xe88a" ) 2177 ( file_1c_alt . "\xe88b" ) 2178 ( file_swagger . "\xe88c" ) 2179 ( file_bithound . "\xe88d" ) 2180 ( file_polymer . "\xe88e" ) 2181 ( file_platformio . "\xe88f" ) 2182 ( file_shippable . "\xe890" ) 2183 ( file_ea2e . "\xe891" ) 2184 ( file_sequelize . "\xe892" ) 2185 ( file_redux . "\xe893" ) 2186 ( file_rspec . "\xe894" ) 2187 ( file_phpunit . "\xe895" ) 2188 ( file_octave . "\xe896" ) 2189 ( file_nuclide . "\xe897" ) 2190 ( file_infopath . "\xe898" ) 2191 ( file_lime . "\xe899" ) 2192 ( file_lerna . "\xe89a" ) 2193 ( file_kitchenci . "\xe89b" ) 2194 ( file_jest . "\xe89c" ) 2195 ( file_jasmine . "\xe89d" ) 2196 ( file_haxedevelop . "\xe89e" ) 2197 ( file_gitlab . "\xe89f" ) 2198 ( file_drone . "\xe8a0" ) 2199 ( file_virtualbox . "\xe8a1" ) 2200 ( file_doclets . "\xe8a2" ) 2201 ( file_delphi . "\xe8a3" ) 2202 ( file_codekit . "\xe8a4" ) 2203 ( file_chef . "\xe8a5" ) 2204 ( file_cakephp . "\xe8a6" ) 2205 ( file_cobol . "\xe8a7" ) 2206 ( file_bundler . "\xe8a8" ) 2207 ( file_buck . "\xe8a9" ) 2208 ( file_brunch . "\xe8aa" ) 2209 ( file_aurelia . "\xe8ab" ) 2210 ( file_vmware . "\xe8ac" ) 2211 ( file_rhino . "\xe8ad" ) 2212 ( file_ejs . "\xe8ae" ) 2213 ( file_kicad . "\xe8af" ) 2214 ( file_hoplon . "\xe8b0" ) 2215 ( file_abif . "\xe8b1" ) 2216 ( file_watchman . "\xe8b2" ) 2217 ( file_p4 . "\xe8b3" ) 2218 ( file_nanoc . "\xe8b4" ) 2219 ( file_miranda . "\xe8b5" ) 2220 ( file_minizinc . "\xe8b6" ) 2221 ( file_meson . "\xe8b7" ) 2222 ( file_jison . "\xe8b8" ) 2223 ( file_franca . "\xe8b9" ) 2224 ( file_devicetree . "\xe8ba" ) 2225 ( file_caddy . "\xe8bb" ) 2226 ( file_bem . "\xe8bc" ) 2227 ( file_bazel . "\xe8bd" ) 2228 ( file_angelscript . "\xe8be" ) 2229 ( file_esdoc . "\xe8bf" ) 2230 ( file_twine . "\xe8c0" ) 2231 ( file_squarespace . "\xe8c1" ) 2232 ( file_phoenix . "\xe8c2" ) 2233 ( file_test_dir . "\xe8c3" ) 2234 ( file_webpack . "\xe8c4" ) 2235 ( file_test_coffee . "\xe8c5" ) 2236 ( file_test_generic . "\xe8c6" ) 2237 ( file_test_js . "\xe8c7" ) 2238 ( file_test_perl . "\xe8c8" ) 2239 ( file_test_python . "\xe8c9" ) 2240 ( file_test_react . "\xe8ca" ) 2241 ( file_test_ruby . "\xe8cb" ) 2242 ( file_test_ts . "\xe8cc" ) 2243 ( file_codeship . "\xe8cd" ) 2244 ( file_nxc . "\xe8ce" ) 2245 ( file_brotli . "\xe8cf" ) 2246 ( file_proselint . "\xe8d0" ) 2247 ( file_bintray . "\xe8d1" ) 2248 ( file_mjml . "\xe8d2" ) 2249 ( file_wasm . "\xe8d3" ) 2250 ( file_ea71 . "\xe8d4" ) 2251 ( file_nasm . "\xe8d5" ) 2252 ( file_ea73 . "\xe8d6" ) 2253 ( file_peg . "\xe8d7" ) 2254 ( file_jolie . "\xe8d8" ) 2255 ( file_nano . "\xe8d9" ) 2256 ( file_xamarin . "\xe8da" ) 2257 ( file_f012 . "\xe8db" ) 2258 ( file_tag . "\xe8dc" ) 2259 ( file_cucumber . "\xe8dd" ) 2260 ( file_video . "\xe8de" ) 2261 ( file_config . "\xe8df" ) 2262 ( file_dashboard . "\xe8e0" ) 2263 ( file_puppet . "\xe8e1" ) 2264 ( file_terminal . "\xe8e2" ) 2265 ( file_markdownlint . "\xe8e3" ) 2266 ( file_react . "\xe8e4" ) 2267 ( file_f101 . "\xe8e5" ) 2268 ( file_elm . "\xe8e6" ) 2269 ( file_boot . "\xe8e7" ) 2270 ( file_cljs . "\xe8e8" ) 2271 ( file_lein . "\xe8e9" ) 2272 ( file_docker . "\xe8ea" ) 2273 ( file_php . "\xe8eb" ) 2274 ( file_ionic . "\xe8ec" ) 2275 ( file_haml . "\xe8ed" ) 2276 ( file_f17b . "\xe8ee" ) 2277 ( file_ff . "\xe8ef" ) 2278 ( file_u1f3c1 . "\xe8f0" ) 2279 ( file_tern . "\xe8f1" ) 2280 ( file_default . "\xe8f2" ) 2281 ( file_sigils . "\xe8f3" ) 2282 ( file_nginx . "\xe8f4" ) 2283 ( weather_day_cloudy_gusts . "\xe8f5" ) 2284 ( weather_day_cloudy_windy . "\xe8f6" ) 2285 ( weather_day_cloudy . "\xe8f7" ) 2286 ( weather_day_fog . "\xe8f8" ) 2287 ( weather_day_hail . "\xe8f9" ) 2288 ( weather_day_lightning . "\xe8fa" ) 2289 ( weather_day_rain_mix . "\xe8fb" ) 2290 ( weather_day_rain_wind . "\xe8fc" ) 2291 ( weather_day_rain . "\xe8fd" ) 2292 ( weather_day_showers . "\xe8fe" ) 2293 ( weather_day_snow . "\xe8ff" ) 2294 ( weather_day_sprinkle . "\xe900" ) 2295 ( weather_day_sunny_overcast . "\xe901" ) 2296 ( weather_day_sunny . "\xe902" ) 2297 ( weather_day_storm_showers . "\xe903" ) 2298 ( weather_day_thunderstorm . "\xe904" ) 2299 ( weather_cloudy_gusts . "\xe905" ) 2300 ( weather_cloudy_windy . "\xe906" ) 2301 ( weather_cloudy . "\xe907" ) 2302 ( weather_fog . "\xe908" ) 2303 ( weather_hail . "\xe909" ) 2304 ( weather_lightning . "\xe90a" ) 2305 ( weather_rain_mix . "\xe90b" ) 2306 ( weather_rain_wind . "\xe90c" ) 2307 ( weather_rain . "\xe90d" ) 2308 ( weather_showers . "\xe90e" ) 2309 ( weather_snow . "\xe90f" ) 2310 ( weather_sprinkle . "\xe910" ) 2311 ( weather_storm_showers . "\xe911" ) 2312 ( weather_thunderstorm . "\xe912" ) 2313 ( weather_windy . "\xe913" ) 2314 ( weather_night_alt_cloudy_gusts . "\xe914" ) 2315 ( weather_night_alt_cloudy_windy . "\xe915" ) 2316 ( weather_night_alt_hail . "\xe916" ) 2317 ( weather_night_alt_lightning . "\xe917" ) 2318 ( weather_night_alt_rain_mix . "\xe918" ) 2319 ( weather_night_alt_rain_wind . "\xe919" ) 2320 ( weather_night_alt_rain . "\xe91a" ) 2321 ( weather_night_alt_showers . "\xe91b" ) 2322 ( weather_night_alt_snow . "\xe91c" ) 2323 ( weather_night_alt_sprinkle . "\xe91d" ) 2324 ( weather_night_alt_storm_showers . "\xe91e" ) 2325 ( weather_night_alt_thunderstorm . "\xe91f" ) 2326 ( weather_night_clear . "\xe920" ) 2327 ( weather_night_cloudy_gusts . "\xe921" ) 2328 ( weather_night_cloudy_windy . "\xe922" ) 2329 ( weather_night_cloudy . "\xe923" ) 2330 ( weather_night_hail . "\xe924" ) 2331 ( weather_night_lightning . "\xe925" ) 2332 ( weather_night_rain_mix . "\xe926" ) 2333 ( weather_night_rain_wind . "\xe927" ) 2334 ( weather_night_rain . "\xe928" ) 2335 ( weather_night_showers . "\xe929" ) 2336 ( weather_night_snow . "\xe92a" ) 2337 ( weather_night_sprinkle . "\xe92b" ) 2338 ( weather_night_storm_showers . "\xe92c" ) 2339 ( weather_night_thunderstorm . "\xe92d" ) 2340 ( weather_celsius . "\xe92e" ) 2341 ( weather_cloud_down . "\xe92f" ) 2342 ( weather_cloud_refresh . "\xe930" ) 2343 ( weather_cloud_up . "\xe931" ) 2344 ( weather_cloud . "\xe932" ) 2345 ( weather_degrees . "\xe933" ) 2346 ( weather_direction_down_left . "\xe934" ) 2347 ( weather_direction_down . "\xe935" ) 2348 ( weather_fahrenheit . "\xe936" ) 2349 ( weather_horizon_alt . "\xe937" ) 2350 ( weather_horizon . "\xe938" ) 2351 ( weather_direction_left . "\xe939" ) 2352 ( weather_f049 . "\xe93a" ) 2353 ( weather_night_fog . "\xe93b" ) 2354 ( weather_refresh_alt . "\xe93c" ) 2355 ( weather_refresh . "\xe93d" ) 2356 ( weather_direction_right . "\xe93e" ) 2357 ( weather_raindrops . "\xe93f" ) 2358 ( weather_strong_wind . "\xe940" ) 2359 ( weather_sunrise . "\xe941" ) 2360 ( weather_sunset . "\xe942" ) 2361 ( weather_thermometer_exterior . "\xe943" ) 2362 ( weather_thermometer_internal . "\xe944" ) 2363 ( weather_thermometer . "\xe945" ) 2364 ( weather_tornado . "\xe946" ) 2365 ( weather_direction_up_right . "\xe947" ) 2366 ( weather_direction_up . "\xe948" ) 2367 ( weather_f059 . "\xe949" ) 2368 ( weather_f05a . "\xe94a" ) 2369 ( weather_f05b . "\xe94b" ) 2370 ( weather_f05c . "\xe94c" ) 2371 ( weather_f05d . "\xe94d" ) 2372 ( weather_f05e . "\xe94e" ) 2373 ( weather_f060 . "\xe94f" ) 2374 ( weather_f061 . "\xe950" ) 2375 ( weather_smoke . "\xe951" ) 2376 ( weather_dust . "\xe952" ) 2377 ( weather_snow_wind . "\xe953" ) 2378 ( weather_day_snow_wind . "\xe954" ) 2379 ( weather_night_snow_wind . "\xe955" ) 2380 ( weather_night_alt_snow_wind . "\xe956" ) 2381 ( weather_day_sleet_storm . "\xe957" ) 2382 ( weather_night_sleet_storm . "\xe958" ) 2383 ( weather_night_alt_sleet_storm . "\xe959" ) 2384 ( weather_day_snow_thunderstorm . "\xe95a" ) 2385 ( weather_night_snow_thunderstorm . "\xe95b" ) 2386 ( weather_night_alt_snow_thunderstorm . "\xe95c" ) 2387 ( weather_solar_eclipse . "\xe95d" ) 2388 ( weather_lunar_eclipse . "\xe95e" ) 2389 ( weather_meteor . "\xe95f" ) 2390 ( weather_hot . "\xe960" ) 2391 ( weather_hurricane . "\xe961" ) 2392 ( weather_smog . "\xe962" ) 2393 ( weather_alien . "\xe963" ) 2394 ( weather_snowflake_cold . "\xe964" ) 2395 ( weather_stars . "\xe965" ) 2396 ( weather_raindrop . "\xe966" ) 2397 ( weather_barometer . "\xe967" ) 2398 ( weather_humidity . "\xe968" ) 2399 ( weather_na . "\xe969" ) 2400 ( weather_flood . "\xe96a" ) 2401 ( weather_day_cloudy_high . "\xe96b" ) 2402 ( weather_night_alt_cloudy_high . "\xe96c" ) 2403 ( weather_night_cloudy_high . "\xe96d" ) 2404 ( weather_night_alt_partly_cloudy . "\xe96e" ) 2405 ( weather_sandstorm . "\xe96f" ) 2406 ( weather_night_partly_cloudy . "\xe970" ) 2407 ( weather_umbrella . "\xe971" ) 2408 ( weather_day_windy . "\xe972" ) 2409 ( weather_night_alt_cloudy . "\xe973" ) 2410 ( weather_direction_up_left . "\xe974" ) 2411 ( weather_direction_down_right . "\xe975" ) 2412 ( weather_time_12 . "\xe976" ) 2413 ( weather_time_1 . "\xe977" ) 2414 ( weather_time_2 . "\xe978" ) 2415 ( weather_time_3 . "\xe979" ) 2416 ( weather_time_4 . "\xe97a" ) 2417 ( weather_time_5 . "\xe97b" ) 2418 ( weather_time_6 . "\xe97c" ) 2419 ( weather_time_7 . "\xe97d" ) 2420 ( weather_time_8 . "\xe97e" ) 2421 ( weather_time_9 . "\xe97f" ) 2422 ( weather_time_10 . "\xe980" ) 2423 ( weather_time_11 . "\xe981" ) 2424 ( weather_moon_new . "\xe982" ) 2425 ( weather_moon_waxing_crescent_1 . "\xe983" ) 2426 ( weather_moon_waxing_crescent_2 . "\xe984" ) 2427 ( weather_moon_waxing_crescent_3 . "\xe985" ) 2428 ( weather_moon_waxing_crescent_4 . "\xe986" ) 2429 ( weather_moon_waxing_crescent_5 . "\xe987" ) 2430 ( weather_moon_waxing_crescent_6 . "\xe988" ) 2431 ( weather_moon_first_quarter . "\xe989" ) 2432 ( weather_moon_waxing_gibbous_1 . "\xe98a" ) 2433 ( weather_moon_waxing_gibbous_2 . "\xe98b" ) 2434 ( weather_moon_waxing_gibbous_3 . "\xe98c" ) 2435 ( weather_moon_waxing_gibbous_4 . "\xe98d" ) 2436 ( weather_moon_waxing_gibbous_5 . "\xe98e" ) 2437 ( weather_moon_waxing_gibbous_6 . "\xe98f" ) 2438 ( weather_moon_full . "\xe990" ) 2439 ( weather_moon_waning_gibbous_1 . "\xe991" ) 2440 ( weather_moon_waning_gibbous_2 . "\xe992" ) 2441 ( weather_moon_waning_gibbous_3 . "\xe993" ) 2442 ( weather_moon_waning_gibbous_4 . "\xe994" ) 2443 ( weather_moon_waning_gibbous_5 . "\xe995" ) 2444 ( weather_moon_waning_gibbous_6 . "\xe996" ) 2445 ( weather_moon_third_quarter . "\xe997" ) 2446 ( weather_moon_waning_crescent_1 . "\xe998" ) 2447 ( weather_moon_waning_crescent_2 . "\xe999" ) 2448 ( weather_moon_waning_crescent_3 . "\xe99a" ) 2449 ( weather_moon_waning_crescent_4 . "\xe99b" ) 2450 ( weather_moon_waning_crescent_5 . "\xe99c" ) 2451 ( weather_moon_waning_crescent_6 . "\xe99d" ) 2452 ( weather_wind_direction . "\xe99e" ) 2453 ( weather_day_sleet . "\xe99f" ) 2454 ( weather_night_sleet . "\xe9a0" ) 2455 ( weather_night_alt_sleet . "\xe9a1" ) 2456 ( weather_sleet . "\xe9a2" ) 2457 ( weather_day_haze . "\xe9a3" ) 2458 ( weather_wind_beaufort_0 . "\xe9a4" ) 2459 ( weather_wind_beaufort_1 . "\xe9a5" ) 2460 ( weather_wind_beaufort_2 . "\xe9a6" ) 2461 ( weather_wind_beaufort_3 . "\xe9a7" ) 2462 ( weather_wind_beaufort_4 . "\xe9a8" ) 2463 ( weather_wind_beaufort_5 . "\xe9a9" ) 2464 ( weather_wind_beaufort_6 . "\xe9aa" ) 2465 ( weather_wind_beaufort_7 . "\xe9ab" ) 2466 ( weather_wind_beaufort_8 . "\xe9ac" ) 2467 ( weather_wind_beaufort_9 . "\xe9ad" ) 2468 ( weather_wind_beaufort_10 . "\xe9ae" ) 2469 ( weather_wind_beaufort_11 . "\xe9af" ) 2470 ( weather_wind_beaufort_12 . "\xe9b0" ) 2471 ( weather_day_light_wind . "\xe9b1" ) 2472 ( weather_tsunami . "\xe9b2" ) 2473 ( weather_earthquake . "\xe9b3" ) 2474 ( weather_fire . "\xe9b4" ) 2475 ( weather_volcano . "\xe9b5" ) 2476 ( weather_moonrise . "\xe9b6" ) 2477 ( weather_moonset . "\xe9b7" ) 2478 ( weather_train . "\xe9b8" ) 2479 ( weather_small_craft_advisory . "\xe9b9" ) 2480 ( weather_gale_warning . "\xe9ba" ) 2481 ( weather_storm_warning . "\xe9bb" ) 2482 ( weather_hurricane_warning . "\xe9bc" ) 2483 ( weather_moon_alt_waxing_crescent_1 . "\xe9bd" ) 2484 ( weather_moon_alt_waxing_crescent_2 . "\xe9be" ) 2485 ( weather_moon_alt_waxing_crescent_3 . "\xe9bf" ) 2486 ( weather_moon_alt_waxing_crescent_4 . "\xe9c0" ) 2487 ( weather_moon_alt_waxing_crescent_5 . "\xe9c1" ) 2488 ( weather_moon_alt_waxing_crescent_6 . "\xe9c2" ) 2489 ( weather_moon_alt_first_quarter . "\xe9c3" ) 2490 ( weather_moon_alt_waxing_gibbous_1 . "\xe9c4" ) 2491 ( weather_moon_alt_waxing_gibbous_2 . "\xe9c5" ) 2492 ( weather_moon_alt_waxing_gibbous_3 . "\xe9c6" ) 2493 ( weather_moon_alt_waxing_gibbous_4 . "\xe9c7" ) 2494 ( weather_moon_alt_waxing_gibbous_5 . "\xe9c8" ) 2495 ( weather_moon_alt_waxing_gibbous_6 . "\xe9c9" ) 2496 ( weather_moon_alt_full . "\xe9ca" ) 2497 ( weather_moon_alt_waning_gibbous_1 . "\xe9cb" ) 2498 ( weather_moon_alt_waning_gibbous_2 . "\xe9cc" ) 2499 ( weather_moon_alt_waning_gibbous_3 . "\xe9cd" ) 2500 ( weather_moon_alt_waning_gibbous_4 . "\xe9ce" ) 2501 ( weather_moon_alt_waning_gibbous_5 . "\xe9cf" ) 2502 ( weather_moon_alt_waning_gibbous_6 . "\xe9d0" ) 2503 ( weather_moon_alt_third_quarter . "\xe9d1" ) 2504 ( weather_moon_alt_waning_crescent_1 . "\xe9d2" ) 2505 ( weather_moon_alt_waning_crescent_2 . "\xe9d3" ) 2506 ( weather_moon_alt_waning_crescent_3 . "\xe9d4" ) 2507 ( weather_moon_alt_waning_crescent_4 . "\xe9d5" ) 2508 ( weather_moon_alt_waning_crescent_5 . "\xe9d6" ) 2509 ( weather_moon_alt_waning_crescent_6 . "\xe9d7" ) 2510 ( weather_moon_alt_new . "\xe9d8" ) 2511 ( linux_archlinux . "\xe9d9" ) 2512 ( linux_centos . "\xe9da" ) 2513 ( linux_debian . "\xe9db" ) 2514 ( linux_fedora . "\xe9dc" ) 2515 ( linux_linuxmint . "\xe9dd" ) 2516 ( linux_linuxmint_inverse . "\xe9de" ) 2517 ( linux_mageia . "\xe9df" ) 2518 ( linux_mandriva . "\xe9e0" ) 2519 ( linux_opensuse . "\xe9e1" ) 2520 ( linux_redhat . "\xe9e2" ) 2521 ( linux_slackware . "\xe9e3" ) 2522 ( linux_slackware_inverse . "\xe9e4" ) 2523 ( linux_ubuntu . "\xe9e5" ) 2524 ( linux_ubuntu_inverse . "\xe9e6" ) 2525 ( linux_freebsd . "\xe9e7" ) 2526 ( linux_coreos . "\xe9e8" ) 2527 ( linux_gentoo . "\xe9e9" ) 2528 ( linux_elementary . "\xe9ea" ) 2529 ( linux_fedora_inverse . "\xe9eb" ) 2530 ( linux_sabayon . "\xe9ec" ) 2531 ( linux_aosc . "\xe9ed" ) 2532 ( linux_nixos . "\xe9ee" ) 2533 ( linux_tux . "\xe9ef" ) 2534 ( linux_raspberry_pi . "\xe9f0" ) 2535 ( linux_manjaro . "\xe9f1" ) 2536 ( linux_apple . "\xe9f2" ) 2537 ( linux_docker . "\xe9f3" ) 2538 ( linux_alpine . "\xe9f4" ) 2539 ( myicons_0001 . "\xe9f5" ) 2540 ( myicons_0002 . "\xe9f6" ) 2541 ( myicons_0003 . "\xe9f7" ) 2542 ( myicons_0004 . "\xe9f8" ) 2543 ( myicons_0005 . "\xe9f9" ) 2544 ( myicons_0006 . "\xe9fa" ) 2545 ( myicons_0007 . "\xe9fb" ) 2546 ( myicons_0008 . "\xe9fc" ) 2547 ( myicons_0009 . "\xe9fd" ) 2548 ( myicons_000a . "\xe9fe" ) 2549 ( myicons_000b . "\xe9ff" ) 2550 ( myicons_000d . "\xea00" ) 2551 ( myicons_000e . "\xea01" ) 2552 ( myicons_0010 . "\xea02" ) 2553 ( myicons_0011 . "\xea03" ) 2554 ( myicons_0013 . "\xea04" ) 2555 ( myicons_0014 . "\xea05" ) 2556 ( myicons_arch_linux_arrow . "\xea06" ) 2557 ( dev_bing_small . "\xea07" ) 2558 ( dev_css_tricks . "\xea08" ) 2559 ( dev_git . "\xea09" ) 2560 ( dev_bitbucket . "\xea0a" ) 2561 ( dev_mysql . "\xea0b" ) 2562 ( dev_streamline . "\xea0c" ) 2563 ( dev_database . "\xea0d" ) 2564 ( dev_dropbox . "\xea0e" ) 2565 ( dev_github_alt . "\xea0f" ) 2566 ( dev_github_badge . "\xea10" ) 2567 ( dev_github . "\xea11" ) 2568 ( dev_wordpress . "\xea12" ) 2569 ( dev_visualstudio . "\xea13" ) 2570 ( dev_jekyll_small . "\xea14" ) 2571 ( dev_android . "\xea15" ) 2572 ( dev_windows . "\xea16" ) 2573 ( dev_stackoverflow . "\xea17" ) 2574 ( dev_apple . "\xea18" ) 2575 ( dev_linux . "\xea19" ) 2576 ( dev_appstore . "\xea1a" ) 2577 ( dev_ghost_small . "\xea1b" ) 2578 ( dev_yahoo . "\xea1c" ) 2579 ( dev_codepen . "\xea1d" ) 2580 ( dev_github_full . "\xea1e" ) 2581 ( dev_nodejs_small . "\xea1f" ) 2582 ( dev_nodejs . "\xea20" ) 2583 ( dev_hackernews . "\xea21" ) 2584 ( dev_ember . "\xea22" ) 2585 ( dev_dojo . "\xea23" ) 2586 ( dev_django . "\xea24" ) 2587 ( dev_npm . "\xea25" ) 2588 ( dev_ghost . "\xea26" ) 2589 ( dev_modernizr . "\xea27" ) 2590 ( dev_unity_small . "\xea28" ) 2591 ( dev_raspberry_pi . "\xea29" ) 2592 ( dev_blackberry . "\xea2a" ) 2593 ( dev_go . "\xea2b" ) 2594 ( dev_git_branch . "\xea2c" ) 2595 ( dev_git_pull_request . "\xea2d" ) 2596 ( dev_git_merge . "\xea2e" ) 2597 ( dev_git_compare . "\xea2f" ) 2598 ( dev_git_commit . "\xea30" ) 2599 ( dev_cssdeck . "\xea31" ) 2600 ( dev_yahoo_small . "\xea32" ) 2601 ( dev_techcrunch . "\xea33" ) 2602 ( dev_smashing_magazine . "\xea34" ) 2603 ( dev_netmagazine . "\xea35" ) 2604 ( dev_codrops . "\xea36" ) 2605 ( dev_phonegap . "\xea37" ) 2606 ( dev_google_drive . "\xea38" ) 2607 ( dev_html5_multimedia . "\xea39" ) 2608 ( dev_html5_device_access . "\xea3a" ) 2609 ( dev_html5_connectivity . "\xea3b" ) 2610 ( dev_html5_3d_effects . "\xea3c" ) 2611 ( dev_html5 . "\xea3d" ) 2612 ( dev_scala . "\xea3e" ) 2613 ( dev_java . "\xea3f" ) 2614 ( dev_ruby . "\xea40" ) 2615 ( dev_ubuntu . "\xea41" ) 2616 ( dev_ruby_on_rails . "\xea42" ) 2617 ( dev_python . "\xea43" ) 2618 ( dev_php . "\xea44" ) 2619 ( dev_markdown . "\xea45" ) 2620 ( dev_laravel . "\xea46" ) 2621 ( dev_magento . "\xea47" ) 2622 ( dev_joomla . "\xea48" ) 2623 ( dev_drupal . "\xea49" ) 2624 ( dev_chrome . "\xea4a" ) 2625 ( dev_ie . "\xea4b" ) 2626 ( dev_firefox . "\xea4c" ) 2627 ( dev_opera . "\xea4d" ) 2628 ( dev_bootstrap . "\xea4e" ) 2629 ( dev_safari . "\xea4f" ) 2630 ( dev_css3 . "\xea50" ) 2631 ( dev_css3_full . "\xea51" ) 2632 ( dev_sass . "\xea52" ) 2633 ( dev_grunt . "\xea53" ) 2634 ( dev_bower . "\xea54" ) 2635 ( dev_javascript . "\xea55" ) 2636 ( dev_javascript_shield . "\xea56" ) 2637 ( dev_jquery . "\xea57" ) 2638 ( dev_coffeescript . "\xea58" ) 2639 ( dev_backbone . "\xea59" ) 2640 ( dev_angular . "\xea5a" ) 2641 ( dev_jquery_ui . "\xea5b" ) 2642 ( dev_swift . "\xea5c" ) 2643 ( dev_symfony . "\xea5d" ) 2644 ( dev_symfony_badge . "\xea5e" ) 2645 ( dev_less . "\xea5f" ) 2646 ( dev_stylus . "\xea60" ) 2647 ( dev_trello . "\xea61" ) 2648 ( dev_atlassian . "\xea62" ) 2649 ( dev_jira . "\xea63" ) 2650 ( dev_envato . "\xea64" ) 2651 ( dev_snap_svg . "\xea65" ) 2652 ( dev_raphael . "\xea66" ) 2653 ( dev_google_analytics . "\xea67" ) 2654 ( dev_compass . "\xea68" ) 2655 ( dev_onedrive . "\xea69" ) 2656 ( dev_gulp . "\xea6a" ) 2657 ( dev_atom . "\xea6b" ) 2658 ( dev_cisco . "\xea6c" ) 2659 ( dev_nancy . "\xea6d" ) 2660 ( dev_jenkins . "\xea6e" ) 2661 ( dev_clojure . "\xea6f" ) 2662 ( dev_perl . "\xea70" ) 2663 ( dev_clojure_alt . "\xea71" ) 2664 ( dev_celluloid . "\xea72" ) 2665 ( dev_w3c . "\xea73" ) 2666 ( dev_redis . "\xea74" ) 2667 ( dev_postgresql . "\xea75" ) 2668 ( dev_webplatform . "\xea76" ) 2669 ( dev_requirejs . "\xea77" ) 2670 ( dev_opensource . "\xea78" ) 2671 ( dev_typo3 . "\xea79" ) 2672 ( dev_uikit . "\xea7a" ) 2673 ( dev_doctrine . "\xea7b" ) 2674 ( dev_groovy . "\xea7c" ) 2675 ( dev_nginx . "\xea7d" ) 2676 ( dev_haskell . "\xea7e" ) 2677 ( dev_zend . "\xea7f" ) 2678 ( dev_gnu . "\xea80" ) 2679 ( dev_yeoman . "\xea81" ) 2680 ( dev_heroku . "\xea82" ) 2681 ( dev_msql_server . "\xea83" ) 2682 ( dev_debian . "\xea84" ) 2683 ( dev_travis . "\xea85" ) 2684 ( dev_dotnet . "\xea86" ) 2685 ( dev_codeigniter . "\xea87" ) 2686 ( dev_javascript_badge . "\xea88" ) 2687 ( dev_yii . "\xea89" ) 2688 ( dev_composer . "\xea8a" ) 2689 ( dev_krakenjs_badge . "\xea8b" ) 2690 ( dev_krakenjs . "\xea8c" ) 2691 ( dev_mozilla . "\xea8d" ) 2692 ( dev_firebase . "\xea8e" ) 2693 ( dev_sizzlejs . "\xea8f" ) 2694 ( dev_creativecommons . "\xea90" ) 2695 ( dev_creativecommons_badge . "\xea91" ) 2696 ( dev_mitlicence . "\xea92" ) 2697 ( dev_senchatouch . "\xea93" ) 2698 ( dev_bugsense . "\xea94" ) 2699 ( dev_extjs . "\xea95" ) 2700 ( dev_mootools_badge . "\xea96" ) 2701 ( dev_mootools . "\xea97" ) 2702 ( dev_ruby_rough . "\xea98" ) 2703 ( dev_komodo . "\xea99" ) 2704 ( dev_coda . "\xea9a" ) 2705 ( dev_bintray . "\xea9b" ) 2706 ( dev_terminal . "\xea9c" ) 2707 ( dev_code . "\xea9d" ) 2708 ( dev_responsive . "\xea9e" ) 2709 ( dev_dart . "\xea9f" ) 2710 ( dev_aptana . "\xeaa0" ) 2711 ( dev_mailchimp . "\xeaa1" ) 2712 ( dev_netbeans . "\xeaa2" ) 2713 ( dev_dreamweaver . "\xeaa3" ) 2714 ( dev_brackets . "\xeaa4" ) 2715 ( dev_eclipse . "\xeaa5" ) 2716 ( dev_cloud9 . "\xeaa6" ) 2717 ( dev_scrum . "\xeaa7" ) 2718 ( dev_prolog . "\xeaa8" ) 2719 ( dev_terminal_badge . "\xeaa9" ) 2720 ( dev_code_badge . "\xeaaa" ) 2721 ( dev_mongodb . "\xeaab" ) 2722 ( dev_meteor . "\xeaac" ) 2723 ( dev_meteorfull . "\xeaad" ) 2724 ( dev_fsharp . "\xeaae" ) 2725 ( dev_rust . "\xeaaf" ) 2726 ( dev_ionic . "\xeab0" ) 2727 ( dev_sublime . "\xeab1" ) 2728 ( dev_appcelerator . "\xeab2" ) 2729 ( dev_asterisk . "\xeab3" ) 2730 ( dev_aws . "\xeab4" ) 2731 ( dev_digital_ocean . "\xeab5" ) 2732 ( dev_dlang . "\xeab6" ) 2733 ( dev_docker . "\xeab7" ) 2734 ( dev_erlang . "\xeab8" ) 2735 ( dev_google_cloud_platform . "\xeab9" ) 2736 ( dev_grails . "\xeaba" ) 2737 ( dev_illustrator . "\xeabb" ) 2738 ( dev_intellij . "\xeabc" ) 2739 ( dev_materializecss . "\xeabd" ) 2740 ( dev_openshift . "\xeabe" ) 2741 ( dev_photoshop . "\xeabf" ) 2742 ( dev_rackspace . "\xeac0" ) 2743 ( dev_react . "\xeac1" ) 2744 ( dev_redhat . "\xeac2" ) 2745 ( dev_scriptcs . "\xeac3" ) 2746 ( dev_e6bd . "\xeac4" ) 2747 ( dev_e6be . "\xeac5" ) 2748 ( dev_e6bf . "\xeac6" ) 2749 ( dev_e6c0 . "\xeac7" ) 2750 ( dev_e6c1 . "\xeac8" ) 2751 ( dev_e6c2 . "\xeac9" ) 2752 ( dev_e6c3 . "\xeaca" ) 2753 ( dev_sqllite . "\xeacb" ) 2754 ( dev_vim . "\xeacc" ) 2755 ( pom_clean_code . "\xeacd" ) 2756 ( pom_pomodoro_done . "\xeace" ) 2757 ( pom_pomodoro_estimated . "\xeacf" ) 2758 ( pom_pomodoro_ticking . "\xead0" ) 2759 ( pom_pomodoro_squashed . "\xead1" ) 2760 ( pom_short_pause . "\xead2" ) 2761 ( pom_long_pause . "\xead3" ) 2762 ( pom_away . "\xead4" ) 2763 ( pom_pair_programming . "\xead5" ) 2764 ( pom_internal_interruption . "\xead6" ) 2765 ( pom_external_interruption . "\xead7" ) 2766 ( linea_arrows_anticlockwise . "\xead8" ) 2767 ( linea_arrows_anticlockwise_dashed . "\xead9" ) 2768 ( linea_arrows_button_down . "\xeada" ) 2769 ( linea_arrows_button_off . "\xeadb" ) 2770 ( linea_arrows_button_on . "\xeadc" ) 2771 ( linea_arrows_button_up . "\xeadd" ) 2772 ( linea_arrows_check . "\xeade" ) 2773 ( linea_arrows_circle_check . "\xeadf" ) 2774 ( linea_arrows_circle_down . "\xeae0" ) 2775 ( linea_arrows_circle_downleft . "\xeae1" ) 2776 ( linea_arrows_circle_downright . "\xeae2" ) 2777 ( linea_arrows_circle_left . "\xeae3" ) 2778 ( linea_arrows_circle_minus . "\xeae4" ) 2779 ( linea_arrows_circle_plus . "\xeae5" ) 2780 ( linea_arrows_circle_remove . "\xeae6" ) 2781 ( linea_arrows_circle_right . "\xeae7" ) 2782 ( linea_arrows_circle_up . "\xeae8" ) 2783 ( linea_arrows_circle_upleft . "\xeae9" ) 2784 ( linea_arrows_circle_upright . "\xeaea" ) 2785 ( linea_arrows_clockwise . "\xeaeb" ) 2786 ( linea_arrows_clockwise_dashed . "\xeaec" ) 2787 ( linea_arrows_compress . "\xeaed" ) 2788 ( linea_arrows_deny . "\xeaee" ) 2789 ( linea_arrows_diagonal . "\xeaef" ) 2790 ( linea_arrows_diagonal2 . "\xeaf0" ) 2791 ( linea_arrows_down . "\xeaf1" ) 2792 ( linea_arrows_down_double . "\xeaf2" ) 2793 ( linea_arrows_downleft . "\xeaf3" ) 2794 ( linea_arrows_downright . "\xeaf4" ) 2795 ( linea_arrows_drag_down . "\xeaf5" ) 2796 ( linea_arrows_drag_down_dashed . "\xeaf6" ) 2797 ( linea_arrows_drag_horiz . "\xeaf7" ) 2798 ( linea_arrows_drag_left . "\xeaf8" ) 2799 ( linea_arrows_drag_left_dashed . "\xeaf9" ) 2800 ( linea_arrows_drag_right . "\xeafa" ) 2801 ( linea_arrows_drag_right_dashed . "\xeafb" ) 2802 ( linea_arrows_drag_up . "\xeafc" ) 2803 ( linea_arrows_drag_up_dashed . "\xeafd" ) 2804 ( linea_arrows_drag_vert . "\xeafe" ) 2805 ( linea_arrows_exclamation . "\xeaff" ) 2806 ( linea_arrows_expand . "\xeb00" ) 2807 ( linea_arrows_expand_diagonal1 . "\xeb01" ) 2808 ( linea_arrows_expand_horizontal1 . "\xeb02" ) 2809 ( linea_arrows_expand_vertical1 . "\xeb03" ) 2810 ( linea_arrows_fit_horizontal . "\xeb04" ) 2811 ( linea_arrows_fit_vertical . "\xeb05" ) 2812 ( linea_arrows_glide . "\xeb06" ) 2813 ( linea_arrows_glide_horizontal . "\xeb07" ) 2814 ( linea_arrows_glide_vertical . "\xeb08" ) 2815 ( linea_arrows_hamburger1 . "\xeb09" ) 2816 ( linea_arrows_hamburger_2 . "\xeb0a" ) 2817 ( linea_arrows_horizontal . "\xeb0b" ) 2818 ( linea_arrows_info . "\xeb0c" ) 2819 ( linea_arrows_keyboard_alt . "\xeb0d" ) 2820 ( linea_arrows_keyboard_cmd . "\xeb0e" ) 2821 ( linea_arrows_keyboard_delete . "\xeb0f" ) 2822 ( linea_arrows_keyboard_down . "\xeb10" ) 2823 ( linea_arrows_keyboard_left . "\xeb11" ) 2824 ( linea_arrows_keyboard_return . "\xeb12" ) 2825 ( linea_arrows_keyboard_right . "\xeb13" ) 2826 ( linea_arrows_keyboard_shift . "\xeb14" ) 2827 ( linea_arrows_keyboard_tab . "\xeb15" ) 2828 ( linea_arrows_keyboard_up . "\xeb16" ) 2829 ( linea_arrows_left . "\xeb17" ) 2830 ( linea_arrows_left_double_32 . "\xeb18" ) 2831 ( linea_arrows_minus . "\xeb19" ) 2832 ( linea_arrows_move . "\xeb1a" ) 2833 ( linea_arrows_move2 . "\xeb1b" ) 2834 ( linea_arrows_move_bottom . "\xeb1c" ) 2835 ( linea_arrows_move_left . "\xeb1d" ) 2836 ( linea_arrows_move_right . "\xeb1e" ) 2837 ( linea_arrows_move_top . "\xeb1f" ) 2838 ( linea_arrows_plus . "\xeb20" ) 2839 ( linea_arrows_question . "\xeb21" ) 2840 ( linea_arrows_remove . "\xeb22" ) 2841 ( linea_arrows_right . "\xeb23" ) 2842 ( linea_arrows_right_double . "\xeb24" ) 2843 ( linea_arrows_rotate . "\xeb25" ) 2844 ( linea_arrows_rotate_anti . "\xeb26" ) 2845 ( linea_arrows_rotate_anti_dashed . "\xeb27" ) 2846 ( linea_arrows_rotate_dashed . "\xeb28" ) 2847 ( linea_arrows_shrink . "\xeb29" ) 2848 ( linea_arrows_shrink_diagonal1 . "\xeb2a" ) 2849 ( linea_arrows_shrink_diagonal2 . "\xeb2b" ) 2850 ( linea_arrows_shrink_horizonal2 . "\xeb2c" ) 2851 ( linea_arrows_shrink_horizontal1 . "\xeb2d" ) 2852 ( linea_arrows_shrink_vertical1 . "\xeb2e" ) 2853 ( linea_arrows_shrink_vertical2 . "\xeb2f" ) 2854 ( linea_arrows_sign_down . "\xeb30" ) 2855 ( linea_arrows_sign_left . "\xeb31" ) 2856 ( linea_arrows_sign_right . "\xeb32" ) 2857 ( linea_arrows_sign_up . "\xeb33" ) 2858 ( linea_arrows_slide_down1 . "\xeb34" ) 2859 ( linea_arrows_slide_down2 . "\xeb35" ) 2860 ( linea_arrows_slide_left1 . "\xeb36" ) 2861 ( linea_arrows_slide_left2 . "\xeb37" ) 2862 ( linea_arrows_slide_right1 . "\xeb38" ) 2863 ( linea_arrows_slide_right2 . "\xeb39" ) 2864 ( linea_arrows_slide_up1 . "\xeb3a" ) 2865 ( linea_arrows_slide_up2 . "\xeb3b" ) 2866 ( linea_arrows_slim_down . "\xeb3c" ) 2867 ( linea_arrows_slim_down_dashed . "\xeb3d" ) 2868 ( linea_arrows_slim_left . "\xeb3e" ) 2869 ( linea_arrows_slim_left_dashed . "\xeb3f" ) 2870 ( linea_arrows_slim_right . "\xeb40" ) 2871 ( linea_arrows_slim_right_dashed . "\xeb41" ) 2872 ( linea_arrows_slim_up . "\xeb42" ) 2873 ( linea_arrows_slim_up_dashed . "\xeb43" ) 2874 ( linea_arrows_square_check . "\xeb44" ) 2875 ( linea_arrows_square_down . "\xeb45" ) 2876 ( linea_arrows_square_downleft . "\xeb46" ) 2877 ( linea_arrows_square_downright . "\xeb47" ) 2878 ( linea_arrows_square_left . "\xeb48" ) 2879 ( linea_arrows_square_minus . "\xeb49" ) 2880 ( linea_arrows_square_plus . "\xeb4a" ) 2881 ( linea_arrows_square_remove . "\xeb4b" ) 2882 ( linea_arrows_square_right . "\xeb4c" ) 2883 ( linea_arrows_square_up . "\xeb4d" ) 2884 ( linea_arrows_square_upleft . "\xeb4e" ) 2885 ( linea_arrows_square_upright . "\xeb4f" ) 2886 ( linea_arrows_squares . "\xeb50" ) 2887 ( linea_arrows_stretch_diagonal1 . "\xeb51" ) 2888 ( linea_arrows_stretch_diagonal2 . "\xeb52" ) 2889 ( linea_arrows_stretch_diagonal3 . "\xeb53" ) 2890 ( linea_arrows_stretch_diagonal4 . "\xeb54" ) 2891 ( linea_arrows_stretch_horizontal1 . "\xeb55" ) 2892 ( linea_arrows_stretch_horizontal2 . "\xeb56" ) 2893 ( linea_arrows_stretch_vertical1 . "\xeb57" ) 2894 ( linea_arrows_stretch_vertical2 . "\xeb58" ) 2895 ( linea_arrows_switch_horizontal . "\xeb59" ) 2896 ( linea_arrows_switch_vertical . "\xeb5a" ) 2897 ( linea_arrows_up . "\xeb5b" ) 2898 ( linea_arrows_up_double_33 . "\xeb5c" ) 2899 ( linea_arrows_upleft . "\xeb5d" ) 2900 ( linea_arrows_upright . "\xeb5e" ) 2901 ( linea_arrows_vertical . "\xeb5f" ) 2902 ( linea_basic_lock_open . "\xeb60" ) 2903 ( linea_basic_magic_mouse . "\xeb61" ) 2904 ( linea_basic_magnifier . "\xeb62" ) 2905 ( linea_basic_magnifier_minus . "\xeb63" ) 2906 ( linea_basic_magnifier_plus . "\xeb64" ) 2907 ( linea_basic_mail . "\xeb65" ) 2908 ( linea_basic_mail_multiple . "\xeb66" ) 2909 ( linea_basic_mail_open . "\xeb67" ) 2910 ( linea_basic_mail_open_text . "\xeb68" ) 2911 ( linea_basic_male . "\xeb69" ) 2912 ( linea_basic_map . "\xeb6a" ) 2913 ( linea_basic_message . "\xeb6b" ) 2914 ( linea_basic_message_multiple . "\xeb6c" ) 2915 ( linea_basic_message_txt . "\xeb6d" ) 2916 ( linea_basic_mixer2 . "\xeb6e" ) 2917 ( linea_basic_info . "\xeb6f" ) 2918 ( linea_basic_ipod . "\xeb70" ) 2919 ( linea_basic_joypad . "\xeb71" ) 2920 ( linea_basic_key . "\xeb72" ) 2921 ( linea_basic_keyboard . "\xeb73" ) 2922 ( linea_basic_laptop . "\xeb74" ) 2923 ( linea_basic_life_buoy . "\xeb75" ) 2924 ( linea_basic_lightbulb . "\xeb76" ) 2925 ( linea_basic_link . "\xeb77" ) 2926 ( linea_basic_lock . "\xeb78" ) 2927 ( linea_basic_mouse . "\xeb79" ) 2928 ( linea_basic_notebook . "\xeb7a" ) 2929 ( linea_basic_notebook_pen . "\xeb7b" ) 2930 ( linea_basic_notebook_pencil . "\xeb7c" ) 2931 ( linea_basic_paperplane . "\xeb7d" ) 2932 ( linea_basic_pencil_ruler . "\xeb7e" ) 2933 ( linea_basic_pencil_ruler_pen . "\xeb7f" ) 2934 ( linea_basic_clubs . "\xeb80" ) 2935 ( linea_basic_compass . "\xeb81" ) 2936 ( linea_basic_cup . "\xeb82" ) 2937 ( linea_basic_diamonds . "\xeb83" ) 2938 ( linea_basic_display . "\xeb84" ) 2939 ( linea_basic_download . "\xeb85" ) 2940 ( linea_basic_exclamation . "\xeb86" ) 2941 ( linea_basic_eye . "\xeb87" ) 2942 ( linea_basic_eye_closed . "\xeb88" ) 2943 ( linea_basic_female . "\xeb89" ) 2944 ( linea_basic_flag1 . "\xeb8a" ) 2945 ( linea_basic_flag2 . "\xeb8b" ) 2946 ( linea_basic_floppydisk . "\xeb8c" ) 2947 ( linea_basic_folder . "\xeb8d" ) 2948 ( linea_basic_folder_multiple . "\xeb8e" ) 2949 ( linea_basic_gear . "\xeb8f" ) 2950 ( linea_basic_geolocalize_01 . "\xeb90" ) 2951 ( linea_basic_geolocalize_05 . "\xeb91" ) 2952 ( linea_basic_globe . "\xeb92" ) 2953 ( linea_basic_gunsight . "\xeb93" ) 2954 ( linea_basic_hammer . "\xeb94" ) 2955 ( linea_basic_headset . "\xeb95" ) 2956 ( linea_basic_heart . "\xeb96" ) 2957 ( linea_basic_heart_broken . "\xeb97" ) 2958 ( linea_basic_helm . "\xeb98" ) 2959 ( linea_basic_home . "\xeb99" ) 2960 ( linea_basic_photo . "\xeb9a" ) 2961 ( linea_basic_rss . "\xeb9b" ) 2962 ( linea_basic_picture . "\xeb9c" ) 2963 ( linea_basic_picture_multiple . "\xeb9d" ) 2964 ( linea_basic_pin1 . "\xeb9e" ) 2965 ( linea_basic_pin2 . "\xeb9f" ) 2966 ( linea_basic_accelerator . "\xeba0" ) 2967 ( linea_basic_alarm . "\xeba1" ) 2968 ( linea_basic_anchor . "\xeba2" ) 2969 ( linea_basic_anticlockwise . "\xeba3" ) 2970 ( linea_basic_archive . "\xeba4" ) 2971 ( linea_basic_archive_full . "\xeba5" ) 2972 ( linea_basic_ban . "\xeba6" ) 2973 ( linea_basic_battery_charge . "\xeba7" ) 2974 ( linea_basic_battery_empty . "\xeba8" ) 2975 ( linea_basic_battery_full . "\xeba9" ) 2976 ( linea_basic_battery_half . "\xebaa" ) 2977 ( linea_basic_bolt . "\xebab" ) 2978 ( linea_basic_book . "\xebac" ) 2979 ( linea_basic_book_pen . "\xebad" ) 2980 ( linea_basic_book_pencil . "\xebae" ) 2981 ( linea_basic_bookmark . "\xebaf" ) 2982 ( linea_basic_calculator . "\xebb0" ) 2983 ( linea_basic_calendar . "\xebb1" ) 2984 ( linea_basic_cards_diamonds . "\xebb2" ) 2985 ( linea_basic_cards_hearts . "\xebb3" ) 2986 ( linea_basic_case . "\xebb4" ) 2987 ( linea_basic_chronometer . "\xebb5" ) 2988 ( linea_basic_clessidre . "\xebb6" ) 2989 ( linea_basic_clock . "\xebb7" ) 2990 ( linea_basic_clockwise . "\xebb8" ) 2991 ( linea_basic_cloud . "\xebb9" ) 2992 ( linea_basic_postcard . "\xebba" ) 2993 ( linea_basic_postcard_multiple . "\xebbb" ) 2994 ( linea_basic_printer . "\xebbc" ) 2995 ( linea_basic_question . "\xebbd" ) 2996 ( linea_basic_server . "\xebbe" ) 2997 ( linea_basic_server2 . "\xebbf" ) 2998 ( linea_basic_server_cloud . "\xebc0" ) 2999 ( linea_basic_server_download . "\xebc1" ) 3000 ( linea_basic_server_upload . "\xebc2" ) 3001 ( linea_basic_settings . "\xebc3" ) 3002 ( linea_basic_share . "\xebc4" ) 3003 ( linea_basic_sheet . "\xebc5" ) 3004 ( linea_basic_sheet_multiple . "\xebc6" ) 3005 ( linea_basic_sheet_pen . "\xebc7" ) 3006 ( linea_basic_sheet_pencil . "\xebc8" ) 3007 ( linea_basic_sheet_txt . "\xebc9" ) 3008 ( linea_basic_signs . "\xebca" ) 3009 ( linea_basic_smartphone . "\xebcb" ) 3010 ( linea_basic_spades . "\xebcc" ) 3011 ( linea_basic_spread . "\xebcd" ) 3012 ( linea_basic_spread_bookmark . "\xebce" ) 3013 ( linea_basic_spread_text . "\xebcf" ) 3014 ( linea_basic_spread_text_bookmark . "\xebd0" ) 3015 ( linea_basic_star . "\xebd1" ) 3016 ( linea_basic_tablet . "\xebd2" ) 3017 ( linea_basic_target . "\xebd3" ) 3018 ( linea_basic_todo . "\xebd4" ) 3019 ( linea_basic_todo_pen . "\xebd5" ) 3020 ( linea_basic_todo_pencil . "\xebd6" ) 3021 ( linea_basic_todo_txt . "\xebd7" ) 3022 ( linea_basic_todolist_pen . "\xebd8" ) 3023 ( linea_basic_todolist_pencil . "\xebd9" ) 3024 ( linea_basic_trashcan . "\xebda" ) 3025 ( linea_basic_trashcan_full . "\xebdb" ) 3026 ( linea_basic_trashcan_refresh . "\xebdc" ) 3027 ( linea_basic_trashcan_remove . "\xebdd" ) 3028 ( linea_basic_upload . "\xebde" ) 3029 ( linea_basic_usb . "\xebdf" ) 3030 ( linea_basic_video . "\xebe0" ) 3031 ( linea_basic_watch . "\xebe1" ) 3032 ( linea_basic_webpage . "\xebe2" ) 3033 ( linea_basic_webpage_img_txt . "\xebe3" ) 3034 ( linea_basic_webpage_multiple . "\xebe4" ) 3035 ( linea_basic_webpage_txt . "\xebe5" ) 3036 ( linea_basic_world . "\xebe6" ) 3037 ( linea_elaboration_document_previous . "\xebe7" ) 3038 ( linea_elaboration_document_refresh . "\xebe8" ) 3039 ( linea_elaboration_document_remove . "\xebe9" ) 3040 ( linea_elaboration_document_search . "\xebea" ) 3041 ( linea_elaboration_document_star . "\xebeb" ) 3042 ( linea_elaboration_document_upload . "\xebec" ) 3043 ( linea_elaboration_folder_check . "\xebed" ) 3044 ( linea_elaboration_folder_cloud . "\xebee" ) 3045 ( linea_elaboration_folder_document . "\xebef" ) 3046 ( linea_elaboration_folder_download . "\xebf0" ) 3047 ( linea_elaboration_folder_flagged . "\xebf1" ) 3048 ( linea_elaboration_folder_graph . "\xebf2" ) 3049 ( linea_elaboration_folder_heart . "\xebf3" ) 3050 ( linea_elaboration_folder_minus . "\xebf4" ) 3051 ( linea_elaboration_folder_next . "\xebf5" ) 3052 ( linea_elaboration_document_flagged . "\xebf6" ) 3053 ( linea_elaboration_document_graph . "\xebf7" ) 3054 ( linea_elaboration_document_heart . "\xebf8" ) 3055 ( linea_elaboration_document_minus . "\xebf9" ) 3056 ( linea_elaboration_document_next . "\xebfa" ) 3057 ( linea_elaboration_document_noaccess . "\xebfb" ) 3058 ( linea_elaboration_document_note . "\xebfc" ) 3059 ( linea_elaboration_document_pencil . "\xebfd" ) 3060 ( linea_elaboration_document_picture . "\xebfe" ) 3061 ( linea_elaboration_document_plus . "\xebff" ) 3062 ( linea_elaboration_folder_noaccess . "\xec00" ) 3063 ( linea_elaboration_folder_note . "\xec01" ) 3064 ( linea_elaboration_folder_pencil . "\xec02" ) 3065 ( linea_elaboration_folder_picture . "\xec03" ) 3066 ( linea_elaboration_folder_plus . "\xec04" ) 3067 ( linea_elaboration_folder_previous . "\xec05" ) 3068 ( linea_elaboration_folder_refresh . "\xec06" ) 3069 ( linea_elaboration_calendar_empty . "\xec07" ) 3070 ( linea_elaboration_calendar_flagged . "\xec08" ) 3071 ( linea_elaboration_calendar_heart . "\xec09" ) 3072 ( linea_elaboration_calendar_minus . "\xec0a" ) 3073 ( linea_elaboration_calendar_next . "\xec0b" ) 3074 ( linea_elaboration_calendar_noaccess . "\xec0c" ) 3075 ( linea_elaboration_calendar_pencil . "\xec0d" ) 3076 ( linea_elaboration_calendar_plus . "\xec0e" ) 3077 ( linea_elaboration_calendar_previous . "\xec0f" ) 3078 ( linea_elaboration_calendar_refresh . "\xec10" ) 3079 ( linea_elaboration_calendar_remove . "\xec11" ) 3080 ( linea_elaboration_calendar_search . "\xec12" ) 3081 ( linea_elaboration_calendar_star . "\xec13" ) 3082 ( linea_elaboration_calendar_upload . "\xec14" ) 3083 ( linea_elaboration_cloud_check . "\xec15" ) 3084 ( linea_elaboration_cloud_download . "\xec16" ) 3085 ( linea_elaboration_cloud_minus . "\xec17" ) 3086 ( linea_elaboration_cloud_noaccess . "\xec18" ) 3087 ( linea_elaboration_cloud_plus . "\xec19" ) 3088 ( linea_elaboration_cloud_refresh . "\xec1a" ) 3089 ( linea_elaboration_cloud_remove . "\xec1b" ) 3090 ( linea_elaboration_cloud_search . "\xec1c" ) 3091 ( linea_elaboration_cloud_upload . "\xec1d" ) 3092 ( linea_elaboration_document_check . "\xec1e" ) 3093 ( linea_elaboration_document_cloud . "\xec1f" ) 3094 ( linea_elaboration_document_download . "\xec20" ) 3095 ( linea_elaboration_folder_remove . "\xec21" ) 3096 ( linea_elaboration_mail_heart . "\xec22" ) 3097 ( linea_elaboration_folder_search . "\xec23" ) 3098 ( linea_elaboration_folder_star . "\xec24" ) 3099 ( linea_elaboration_folder_upload . "\xec25" ) 3100 ( linea_elaboration_mail_check . "\xec26" ) 3101 ( linea_elaboration_bookmark_checck . "\xec27" ) 3102 ( linea_elaboration_bookmark_minus . "\xec28" ) 3103 ( linea_elaboration_bookmark_plus . "\xec29" ) 3104 ( linea_elaboration_bookmark_remove . "\xec2a" ) 3105 ( linea_elaboration_briefcase_check . "\xec2b" ) 3106 ( linea_elaboration_briefcase_download . "\xec2c" ) 3107 ( linea_elaboration_briefcase_flagged . "\xec2d" ) 3108 ( linea_elaboration_briefcase_minus . "\xec2e" ) 3109 ( linea_elaboration_briefcase_plus . "\xec2f" ) 3110 ( linea_elaboration_briefcase_refresh . "\xec30" ) 3111 ( linea_elaboration_briefcase_remove . "\xec31" ) 3112 ( linea_elaboration_briefcase_search . "\xec32" ) 3113 ( linea_elaboration_briefcase_star . "\xec33" ) 3114 ( linea_elaboration_briefcase_upload . "\xec34" ) 3115 ( linea_elaboration_browser_check . "\xec35" ) 3116 ( linea_elaboration_browser_download . "\xec36" ) 3117 ( linea_elaboration_browser_minus . "\xec37" ) 3118 ( linea_elaboration_browser_plus . "\xec38" ) 3119 ( linea_elaboration_browser_refresh . "\xec39" ) 3120 ( linea_elaboration_browser_remove . "\xec3a" ) 3121 ( linea_elaboration_browser_search . "\xec3b" ) 3122 ( linea_elaboration_browser_star . "\xec3c" ) 3123 ( linea_elaboration_browser_upload . "\xec3d" ) 3124 ( linea_elaboration_calendar_check . "\xec3e" ) 3125 ( linea_elaboration_calendar_cloud . "\xec3f" ) 3126 ( linea_elaboration_calendar_download . "\xec40" ) 3127 ( linea_elaboration_mail_cloud . "\xec41" ) 3128 ( linea_elaboration_mail_document . "\xec42" ) 3129 ( linea_elaboration_mail_download . "\xec43" ) 3130 ( linea_elaboration_mail_flagged . "\xec44" ) 3131 ( linea_elaboration_mail_next . "\xec45" ) 3132 ( linea_elaboration_mail_noaccess . "\xec46" ) 3133 ( linea_elaboration_mail_note . "\xec47" ) 3134 ( linea_elaboration_mail_pencil . "\xec48" ) 3135 ( linea_elaboration_mail_picture . "\xec49" ) 3136 ( linea_elaboration_mail_previous . "\xec4a" ) 3137 ( linea_elaboration_mail_refresh . "\xec4b" ) 3138 ( linea_elaboration_mail_remove . "\xec4c" ) 3139 ( linea_elaboration_mail_search . "\xec4d" ) 3140 ( linea_elaboration_mail_star . "\xec4e" ) 3141 ( linea_elaboration_mail_upload . "\xec4f" ) 3142 ( linea_elaboration_message_check . "\xec50" ) 3143 ( linea_elaboration_message_dots . "\xec51" ) 3144 ( linea_elaboration_message_happy . "\xec52" ) 3145 ( linea_elaboration_message_heart . "\xec53" ) 3146 ( linea_elaboration_message_minus . "\xec54" ) 3147 ( linea_elaboration_message_note . "\xec55" ) 3148 ( linea_elaboration_message_plus . "\xec56" ) 3149 ( linea_elaboration_message_refresh . "\xec57" ) 3150 ( linea_elaboration_message_remove . "\xec58" ) 3151 ( linea_elaboration_message_sad . "\xec59" ) 3152 ( linea_elaboration_smartphone_cloud . "\xec5a" ) 3153 ( linea_elaboration_smartphone_heart . "\xec5b" ) 3154 ( linea_elaboration_smartphone_noaccess . "\xec5c" ) 3155 ( linea_elaboration_smartphone_note . "\xec5d" ) 3156 ( linea_elaboration_smartphone_pencil . "\xec5e" ) 3157 ( linea_elaboration_smartphone_picture . "\xec5f" ) 3158 ( linea_elaboration_smartphone_refresh . "\xec60" ) 3159 ( linea_elaboration_smartphone_search . "\xec61" ) 3160 ( linea_elaboration_tablet_cloud . "\xec62" ) 3161 ( linea_elaboration_tablet_heart . "\xec63" ) 3162 ( linea_elaboration_tablet_noaccess . "\xec64" ) 3163 ( linea_elaboration_tablet_note . "\xec65" ) 3164 ( linea_elaboration_tablet_pencil . "\xec66" ) 3165 ( linea_elaboration_tablet_picture . "\xec67" ) 3166 ( linea_elaboration_tablet_refresh . "\xec68" ) 3167 ( linea_elaboration_tablet_search . "\xec69" ) 3168 ( linea_elaboration_todolist_2 . "\xec6a" ) 3169 ( linea_elaboration_todolist_check . "\xec6b" ) 3170 ( linea_elaboration_todolist_cloud . "\xec6c" ) 3171 ( linea_elaboration_todolist_download . "\xec6d" ) 3172 ( linea_elaboration_todolist_flagged . "\xec6e" ) 3173 ( linea_elaboration_todolist_minus . "\xec6f" ) 3174 ( linea_elaboration_todolist_noaccess . "\xec70" ) 3175 ( linea_elaboration_todolist_pencil . "\xec71" ) 3176 ( linea_elaboration_todolist_plus . "\xec72" ) 3177 ( linea_elaboration_todolist_refresh . "\xec73" ) 3178 ( linea_elaboration_todolist_remove . "\xec74" ) 3179 ( linea_elaboration_todolist_search . "\xec75" ) 3180 ( linea_elaboration_todolist_star . "\xec76" ) 3181 ( linea_elaboration_todolist_upload . "\xec77" ) 3182 ( linea_ecommerce_receipt_kips . "\xec78" ) 3183 ( linea_ecommerce_receipt_lira . "\xec79" ) 3184 ( linea_ecommerce_receipt_naira . "\xec7a" ) 3185 ( linea_ecommerce_receipt_pesos . "\xec7b" ) 3186 ( linea_ecommerce_receipt_pound . "\xec7c" ) 3187 ( linea_ecommerce_receipt_rublo . "\xec7d" ) 3188 ( linea_ecommerce_receipt_rupee . "\xec7e" ) 3189 ( linea_ecommerce_receipt_tugrik . "\xec7f" ) 3190 ( linea_ecommerce_receipt_won . "\xec80" ) 3191 ( linea_ecommerce_receipt_yen . "\xec81" ) 3192 ( linea_ecommerce_receipt_yen2 . "\xec82" ) 3193 ( linea_ecommerce_recept_colon . "\xec83" ) 3194 ( linea_ecommerce_rublo . "\xec84" ) 3195 ( linea_ecommerce_rupee . "\xec85" ) 3196 ( linea_ecommerce_safe . "\xec86" ) 3197 ( linea_ecommerce_naira . "\xec87" ) 3198 ( linea_ecommerce_pesos . "\xec88" ) 3199 ( linea_ecommerce_pound . "\xec89" ) 3200 ( linea_ecommerce_receipt . "\xec8a" ) 3201 ( linea_ecommerce_receipt_bath . "\xec8b" ) 3202 ( linea_ecommerce_receipt_cent . "\xec8c" ) 3203 ( linea_ecommerce_receipt_dollar . "\xec8d" ) 3204 ( linea_ecommerce_receipt_euro . "\xec8e" ) 3205 ( linea_ecommerce_receipt_franc . "\xec8f" ) 3206 ( linea_ecommerce_receipt_guarani . "\xec90" ) 3207 ( linea_ecommerce_sale . "\xec91" ) 3208 ( linea_ecommerce_sales . "\xec92" ) 3209 ( linea_ecommerce_ticket . "\xec93" ) 3210 ( linea_ecommerce_tugriks . "\xec94" ) 3211 ( linea_ecommerce_wallet . "\xec95" ) 3212 ( linea_ecommerce_won . "\xec96" ) 3213 ( linea_ecommerce_yen . "\xec97" ) 3214 ( linea_ecommerce_cart_content . "\xec98" ) 3215 ( linea_ecommerce_cart_download . "\xec99" ) 3216 ( linea_ecommerce_cart_minus . "\xec9a" ) 3217 ( linea_ecommerce_cart_plus . "\xec9b" ) 3218 ( linea_ecommerce_cart_refresh . "\xec9c" ) 3219 ( linea_ecommerce_cart_remove . "\xec9d" ) 3220 ( linea_ecommerce_cart_search . "\xec9e" ) 3221 ( linea_ecommerce_cart_upload . "\xec9f" ) 3222 ( linea_ecommerce_cent . "\xeca0" ) 3223 ( linea_ecommerce_colon . "\xeca1" ) 3224 ( linea_ecommerce_creditcard . "\xeca2" ) 3225 ( linea_ecommerce_diamond . "\xeca3" ) 3226 ( linea_ecommerce_dollar . "\xeca4" ) 3227 ( linea_ecommerce_euro . "\xeca5" ) 3228 ( linea_ecommerce_franc . "\xeca6" ) 3229 ( linea_ecommerce_gift . "\xeca7" ) 3230 ( linea_ecommerce_graph1 . "\xeca8" ) 3231 ( linea_ecommerce_graph2 . "\xeca9" ) 3232 ( linea_ecommerce_graph3 . "\xecaa" ) 3233 ( linea_ecommerce_graph_decrease . "\xecab" ) 3234 ( linea_ecommerce_graph_increase . "\xecac" ) 3235 ( linea_ecommerce_guarani . "\xecad" ) 3236 ( linea_ecommerce_kips . "\xecae" ) 3237 ( linea_ecommerce_lira . "\xecaf" ) 3238 ( linea_ecommerce_megaphone . "\xecb0" ) 3239 ( linea_ecommerce_money . "\xecb1" ) 3240 ( linea_ecommerce_yen2 . "\xecb2" ) 3241 ( linea_ecommerce_bag . "\xecb3" ) 3242 ( linea_ecommerce_bag_check . "\xecb4" ) 3243 ( linea_ecommerce_bag_cloud . "\xecb5" ) 3244 ( linea_ecommerce_bag_download . "\xecb6" ) 3245 ( linea_ecommerce_bag_minus . "\xecb7" ) 3246 ( linea_ecommerce_bag_plus . "\xecb8" ) 3247 ( linea_ecommerce_bag_refresh . "\xecb9" ) 3248 ( linea_ecommerce_bag_remove . "\xecba" ) 3249 ( linea_ecommerce_bag_search . "\xecbb" ) 3250 ( linea_ecommerce_bag_upload . "\xecbc" ) 3251 ( linea_ecommerce_banknote . "\xecbd" ) 3252 ( linea_ecommerce_banknotes . "\xecbe" ) 3253 ( linea_ecommerce_basket . "\xecbf" ) 3254 ( linea_ecommerce_basket_check . "\xecc0" ) 3255 ( linea_ecommerce_basket_cloud . "\xecc1" ) 3256 ( linea_ecommerce_basket_download . "\xecc2" ) 3257 ( linea_ecommerce_basket_minus . "\xecc3" ) 3258 ( linea_ecommerce_basket_plus . "\xecc4" ) 3259 ( linea_ecommerce_basket_refresh . "\xecc5" ) 3260 ( linea_ecommerce_basket_remove . "\xecc6" ) 3261 ( linea_ecommerce_basket_search . "\xecc7" ) 3262 ( linea_ecommerce_basket_upload . "\xecc8" ) 3263 ( linea_ecommerce_bath . "\xecc9" ) 3264 ( linea_ecommerce_cart . "\xecca" ) 3265 ( linea_ecommerce_cart_check . "\xeccb" ) 3266 ( linea_ecommerce_cart_cloud . "\xeccc" ) 3267 ( linea_music_stop_button . "\xeccd" ) 3268 ( linea_music_tape . "\xecce" ) 3269 ( linea_music_volume_down . "\xeccf" ) 3270 ( linea_music_volume_up . "\xecd0" ) 3271 ( linea_music_beginning_button . "\xecd1" ) 3272 ( linea_music_bell . "\xecd2" ) 3273 ( linea_music_cd . "\xecd3" ) 3274 ( linea_music_diapason . "\xecd4" ) 3275 ( linea_music_eject_button . "\xecd5" ) 3276 ( linea_music_end_button . "\xecd6" ) 3277 ( linea_music_fastforward_button . "\xecd7" ) 3278 ( linea_music_headphones . "\xecd8" ) 3279 ( linea_music_ipod . "\xecd9" ) 3280 ( linea_music_loudspeaker . "\xecda" ) 3281 ( linea_music_microphone . "\xecdb" ) 3282 ( linea_music_microphone_old . "\xecdc" ) 3283 ( linea_music_mixer . "\xecdd" ) 3284 ( linea_music_mute . "\xecde" ) 3285 ( linea_music_note_multiple . "\xecdf" ) 3286 ( linea_music_note_single . "\xece0" ) 3287 ( linea_music_pause_button . "\xece1" ) 3288 ( linea_music_play_button . "\xece2" ) 3289 ( linea_music_playlist . "\xece3" ) 3290 ( linea_music_radio_ghettoblaster . "\xece4" ) 3291 ( linea_music_radio_portable . "\xece5" ) 3292 ( linea_music_record . "\xece6" ) 3293 ( linea_music_recordplayer . "\xece7" ) 3294 ( linea_music_repeat_button . "\xece8" ) 3295 ( linea_music_rewind_button . "\xece9" ) 3296 ( linea_music_shuffle_button . "\xecea" ) 3297 ( linea_software_paragraph_justify_center . "\xeceb" ) 3298 ( linea_software_paragraph_justify_left . "\xecec" ) 3299 ( linea_software_paragraph_justify_right . "\xeced" ) 3300 ( linea_software_paragraph_space_after . "\xecee" ) 3301 ( linea_software_paragraph_space_before . "\xecef" ) 3302 ( linea_software_pathfinder_exclude . "\xecf0" ) 3303 ( linea_software_pathfinder_intersect . "\xecf1" ) 3304 ( linea_software_pathfinder_subtract . "\xecf2" ) 3305 ( linea_software_pathfinder_unite . "\xecf3" ) 3306 ( linea_software_pen . "\xecf4" ) 3307 ( linea_software_pen_add . "\xecf5" ) 3308 ( linea_software_pen_remove . "\xecf6" ) 3309 ( linea_software_pencil . "\xecf7" ) 3310 ( linea_software_polygonallasso . "\xecf8" ) 3311 ( linea_software_reflect_horizontal . "\xecf9" ) 3312 ( linea_software_magnete . "\xecfa" ) 3313 ( linea_software_pages . "\xecfb" ) 3314 ( linea_software_paintbrush . "\xecfc" ) 3315 ( linea_software_paintbucket . "\xecfd" ) 3316 ( linea_software_paintroller . "\xecfe" ) 3317 ( linea_software_paragraph . "\xecff" ) 3318 ( linea_software_paragraph_align_left . "\xed00" ) 3319 ( linea_software_paragraph_align_right . "\xed01" ) 3320 ( linea_software_paragraph_center . "\xed02" ) 3321 ( linea_software_paragraph_justify_all . "\xed03" ) 3322 ( linea_software_reflect_vertical . "\xed04" ) 3323 ( linea_software_remove_vectorpoint . "\xed05" ) 3324 ( linea_software_scale_expand . "\xed06" ) 3325 ( linea_software_scale_reduce . "\xed07" ) 3326 ( linea_software_selection_oval . "\xed08" ) 3327 ( linea_software_selection_polygon . "\xed09" ) 3328 ( linea_software_selection_rectangle . "\xed0a" ) 3329 ( linea_software_indent_firstline . "\xed0b" ) 3330 ( linea_software_indent_left . "\xed0c" ) 3331 ( linea_software_indent_right . "\xed0d" ) 3332 ( linea_software_lasso . "\xed0e" ) 3333 ( linea_software_layers1 . "\xed0f" ) 3334 ( linea_software_layers2 . "\xed10" ) 3335 ( linea_software_layout . "\xed11" ) 3336 ( linea_software_layout_2columns . "\xed12" ) 3337 ( linea_software_layout_3columns . "\xed13" ) 3338 ( linea_software_layout_4boxes . "\xed14" ) 3339 ( linea_software_layout_4columns . "\xed15" ) 3340 ( linea_software_layout_4lines . "\xed16" ) 3341 ( linea_software_layout_8boxes . "\xed17" ) 3342 ( linea_software_layout_header . "\xed18" ) 3343 ( linea_software_layout_header_2columns . "\xed19" ) 3344 ( linea_software_layout_header_3columns . "\xed1a" ) 3345 ( linea_software_layout_header_4boxes . "\xed1b" ) 3346 ( linea_software_layout_header_4columns . "\xed1c" ) 3347 ( linea_software_layout_header_complex . "\xed1d" ) 3348 ( linea_software_layout_header_complex2 . "\xed1e" ) 3349 ( linea_software_layout_header_complex3 . "\xed1f" ) 3350 ( linea_software_layout_header_complex4 . "\xed20" ) 3351 ( linea_software_layout_header_sideleft . "\xed21" ) 3352 ( linea_software_layout_header_sideright . "\xed22" ) 3353 ( linea_software_layout_sidebar_left . "\xed23" ) 3354 ( linea_software_layout_sidebar_right . "\xed24" ) 3355 ( linea_software_selection_roundedrectangle . "\xed25" ) 3356 ( linea_software_vector_line . "\xed26" ) 3357 ( linea_software_shape_oval . "\xed27" ) 3358 ( linea_software_shape_polygon . "\xed28" ) 3359 ( linea_software_shape_rectangle . "\xed29" ) 3360 ( linea_software_shape_roundedrectangle . "\xed2a" ) 3361 ( linea_software_add_vectorpoint . "\xed2b" ) 3362 ( linea_software_box_oval . "\xed2c" ) 3363 ( linea_software_box_polygon . "\xed2d" ) 3364 ( linea_software_box_rectangle . "\xed2e" ) 3365 ( linea_software_box_roundedrectangle . "\xed2f" ) 3366 ( linea_software_character . "\xed30" ) 3367 ( linea_software_crop . "\xed31" ) 3368 ( linea_software_eyedropper . "\xed32" ) 3369 ( linea_software_font_allcaps . "\xed33" ) 3370 ( linea_software_font_baseline_shift . "\xed34" ) 3371 ( linea_software_font_horizontal_scale . "\xed35" ) 3372 ( linea_software_font_kerning . "\xed36" ) 3373 ( linea_software_font_leading . "\xed37" ) 3374 ( linea_software_font_size . "\xed38" ) 3375 ( linea_software_font_smallcapital . "\xed39" ) 3376 ( linea_software_font_smallcaps . "\xed3a" ) 3377 ( linea_software_font_strikethrough . "\xed3b" ) 3378 ( linea_software_font_tracking . "\xed3c" ) 3379 ( linea_software_font_underline . "\xed3d" ) 3380 ( linea_software_font_vertical_scale . "\xed3e" ) 3381 ( linea_software_horizontal_align_center . "\xed3f" ) 3382 ( linea_software_horizontal_align_left . "\xed40" ) 3383 ( linea_software_horizontal_align_right . "\xed41" ) 3384 ( linea_software_horizontal_distribute_center . "\xed42" ) 3385 ( linea_software_horizontal_distribute_left . "\xed43" ) 3386 ( linea_software_horizontal_distribute_right . "\xed44" ) 3387 ( linea_software_slice . "\xed45" ) 3388 ( linea_software_transform_bezier . "\xed46" ) 3389 ( linea_software_vector_box . "\xed47" ) 3390 ( linea_software_vector_composite . "\xed48" ) 3391 ( linea_software_vertical_align_bottom . "\xed49" ) 3392 ( linea_software_vertical_align_center . "\xed4a" ) 3393 ( linea_software_vertical_align_top . "\xed4b" ) 3394 ( linea_software_vertical_distribute_bottom . "\xed4c" ) 3395 ( linea_software_vertical_distribute_center . "\xed4d" ) 3396 ( linea_software_vertical_distribute_top . "\xed4e" ) 3397 ( linea_weather_aquarius . "\xed4f" ) 3398 ( linea_weather_aries . "\xed50" ) 3399 ( linea_weather_cancer . "\xed51" ) 3400 ( linea_weather_capricorn . "\xed52" ) 3401 ( linea_weather_cloud . "\xed53" ) 3402 ( linea_weather_cloud_drop . "\xed54" ) 3403 ( linea_weather_cloud_lightning . "\xed55" ) 3404 ( linea_weather_cloud_snowflake . "\xed56" ) 3405 ( linea_weather_downpour_fullmoon . "\xed57" ) 3406 ( linea_weather_downpour_halfmoon . "\xed58" ) 3407 ( linea_weather_downpour_sun . "\xed59" ) 3408 ( linea_weather_drop . "\xed5a" ) 3409 ( linea_weather_first_quarter . "\xed5b" ) 3410 ( linea_weather_fog . "\xed5c" ) 3411 ( linea_weather_fog_fullmoon . "\xed5d" ) 3412 ( linea_weather_fog_halfmoon . "\xed5e" ) 3413 ( linea_weather_fog_sun . "\xed5f" ) 3414 ( linea_weather_fullmoon . "\xed60" ) 3415 ( linea_weather_gemini . "\xed61" ) 3416 ( linea_weather_hail . "\xed62" ) 3417 ( linea_weather_hail_fullmoon . "\xed63" ) 3418 ( linea_weather_hail_halfmoon . "\xed64" ) 3419 ( linea_weather_hail_sun . "\xed65" ) 3420 ( linea_weather_last_quarter . "\xed66" ) 3421 ( linea_weather_leo . "\xed67" ) 3422 ( linea_weather_libra . "\xed68" ) 3423 ( linea_weather_lightning . "\xed69" ) 3424 ( linea_weather_mistyrain . "\xed6a" ) 3425 ( linea_weather_mistyrain_fullmoon . "\xed6b" ) 3426 ( linea_weather_mistyrain_halfmoon . "\xed6c" ) 3427 ( linea_weather_mistyrain_sun . "\xed6d" ) 3428 ( linea_weather_moon . "\xed6e" ) 3429 ( linea_weather_moondown_full . "\xed6f" ) 3430 ( linea_weather_moondown_half . "\xed70" ) 3431 ( linea_weather_moonset_full . "\xed71" ) 3432 ( linea_weather_moonset_half . "\xed72" ) 3433 ( linea_weather_move2 . "\xed73" ) 3434 ( linea_weather_newmoon . "\xed74" ) 3435 ( linea_weather_pisces . "\xed75" ) 3436 ( linea_weather_rain . "\xed76" ) 3437 ( linea_weather_rain_fullmoon . "\xed77" ) 3438 ( linea_weather_rain_halfmoon . "\xed78" ) 3439 ( linea_weather_rain_sun . "\xed79" ) 3440 ( linea_weather_sagittarius . "\xed7a" ) 3441 ( linea_weather_scorpio . "\xed7b" ) 3442 ( linea_weather_snow . "\xed7c" ) 3443 ( linea_weather_snow_fullmoon . "\xed7d" ) 3444 ( linea_weather_snow_halfmoon . "\xed7e" ) 3445 ( linea_weather_snow_sun . "\xed7f" ) 3446 ( linea_weather_snowflake . "\xed80" ) 3447 ( linea_weather_star . "\xed81" ) 3448 ( linea_weather_storm_11 . "\xed82" ) 3449 ( linea_weather_storm_32 . "\xed83" ) 3450 ( linea_weather_storm_fullmoon . "\xed84" ) 3451 ( linea_weather_storm_halfmoon . "\xed85" ) 3452 ( linea_weather_storm_sun . "\xed86" ) 3453 ( linea_weather_sun . "\xed87" ) 3454 ( linea_weather_sundown . "\xed88" ) 3455 ( linea_weather_sunset . "\xed89" ) 3456 ( linea_weather_taurus . "\xed8a" ) 3457 ( linea_weather_tempest . "\xed8b" ) 3458 ( linea_weather_tempest_fullmoon . "\xed8c" ) 3459 ( linea_weather_tempest_halfmoon . "\xed8d" ) 3460 ( linea_weather_tempest_sun . "\xed8e" ) 3461 ( linea_weather_variable_fullmoon . "\xed8f" ) 3462 ( linea_weather_variable_halfmoon . "\xed90" ) 3463 ( linea_weather_variable_sun . "\xed91" ) 3464 ( linea_weather_virgo . "\xed92" ) 3465 ( linea_weather_waning_cresent . "\xed93" ) 3466 ( linea_weather_waning_gibbous . "\xed94" ) 3467 ( linea_weather_waxing_cresent . "\xed95" ) 3468 ( linea_weather_waxing_gibbous . "\xed96" ) 3469 ( linea_weather_wind . "\xed97" ) 3470 ( linea_weather_wind_e . "\xed98" ) 3471 ( linea_weather_wind_fullmoon . "\xed99" ) 3472 ( linea_weather_wind_halfmoon . "\xed9a" ) 3473 ( linea_weather_wind_n . "\xed9b" ) 3474 ( linea_weather_wind_ne . "\xed9c" ) 3475 ( linea_weather_wind_nw . "\xed9d" ) 3476 ( linea_weather_wind_s . "\xed9e" ) 3477 ( linea_weather_wind_se . "\xed9f" ) 3478 ( linea_weather_wind_sun . "\xeda0" ) 3479 ( linea_weather_wind_sw . "\xeda1" ) 3480 ( linea_weather_wind_w . "\xeda2" ) 3481 ( linea_weather_windgust . "\xeda3" ) 3482 ( mfizz_3dprint . "\xeda4" ) 3483 ( mfizz_alpinelinux . "\xeda5" ) 3484 ( mfizz_angular . "\xeda6" ) 3485 ( mfizz_angular_alt . "\xeda7" ) 3486 ( mfizz_antenna . "\xeda8" ) 3487 ( mfizz_apache . "\xeda9" ) 3488 ( mfizz_archlinux . "\xedaa" ) 3489 ( mfizz_aws . "\xedab" ) 3490 ( mfizz_azure . "\xedac" ) 3491 ( mfizz_backbone . "\xedad" ) 3492 ( mfizz_blackberry . "\xedae" ) 3493 ( mfizz_bomb . "\xedaf" ) 3494 ( mfizz_bootstrap . "\xedb0" ) 3495 ( mfizz_c . "\xedb1" ) 3496 ( mfizz_cassandra . "\xedb2" ) 3497 ( mfizz_centos . "\xedb3" ) 3498 ( mfizz_clojure . "\xedb4" ) 3499 ( mfizz_codeigniter . "\xedb5" ) 3500 ( mfizz_codepen . "\xedb6" ) 3501 ( mfizz_coffee_bean . "\xedb7" ) 3502 ( mfizz_cplusplus . "\xedb8" ) 3503 ( mfizz_csharp . "\xedb9" ) 3504 ( mfizz_css . "\xedba" ) 3505 ( mfizz_css3 . "\xedbb" ) 3506 ( mfizz_css3_alt . "\xedbc" ) 3507 ( mfizz_d3 . "\xedbd" ) 3508 ( mfizz_database . "\xedbe" ) 3509 ( mfizz_database_alt . "\xedbf" ) 3510 ( mfizz_database_alt2 . "\xedc0" ) 3511 ( mfizz_debian . "\xedc1" ) 3512 ( mfizz_docker . "\xedc2" ) 3513 ( mfizz_dreamhost . "\xedc3" ) 3514 ( mfizz_elixir . "\xedc4" ) 3515 ( mfizz_elm . "\xedc5" ) 3516 ( mfizz_erlang . "\xedc6" ) 3517 ( mfizz_exherbo . "\xedc7" ) 3518 ( mfizz_fedora . "\xedc8" ) 3519 ( mfizz_fire_alt . "\xedc9" ) 3520 ( mfizz_freebsd . "\xedca" ) 3521 ( mfizz_freecodecamp . "\xedcb" ) 3522 ( mfizz_gentoo . "\xedcc" ) 3523 ( mfizz_ghost . "\xedcd" ) 3524 ( mfizz_git . "\xedce" ) 3525 ( mfizz_gnome . "\xedcf" ) 3526 ( mfizz_go . "\xedd0" ) 3527 ( mfizz_go_alt . "\xedd1" ) 3528 ( mfizz_google . "\xedd2" ) 3529 ( mfizz_google_alt . "\xedd3" ) 3530 ( mfizz_google_code . "\xedd4" ) 3531 ( mfizz_google_developers . "\xedd5" ) 3532 ( mfizz_gradle . "\xedd6" ) 3533 ( mfizz_grails . "\xedd7" ) 3534 ( mfizz_grails_alt . "\xedd8" ) 3535 ( mfizz_grunt . "\xedd9" ) 3536 ( mfizz_gulp . "\xedda" ) 3537 ( mfizz_gulp_alt . "\xeddb" ) 3538 ( mfizz_hadoop . "\xeddc" ) 3539 ( mfizz_haskell . "\xeddd" ) 3540 ( mfizz_heroku . "\xedde" ) 3541 ( mfizz_html . "\xeddf" ) 3542 ( mfizz_html5 . "\xede0" ) 3543 ( mfizz_html5_alt . "\xede1" ) 3544 ( mfizz_iphone . "\xede2" ) 3545 ( mfizz_java . "\xede3" ) 3546 ( mfizz_java_bold . "\xede4" ) 3547 ( mfizz_java_duke . "\xede5" ) 3548 ( mfizz_javascript . "\xede6" ) 3549 ( mfizz_javascript_alt . "\xede7" ) 3550 ( mfizz_jetty . "\xede8" ) 3551 ( mfizz_jquery . "\xede9" ) 3552 ( mfizz_kde . "\xedea" ) 3553 ( mfizz_laravel . "\xedeb" ) 3554 ( mfizz_line_graph . "\xedec" ) 3555 ( mfizz_linux_mint . "\xeded" ) 3556 ( mfizz_looking . "\xedee" ) 3557 ( mfizz_magento . "\xedef" ) 3558 ( mfizz_mariadb . "\xedf0" ) 3559 ( mfizz_maven . "\xedf1" ) 3560 ( mfizz_microscope . "\xedf2" ) 3561 ( mfizz_mobile_device . "\xedf3" ) 3562 ( mfizz_mobile_phone_alt . "\xedf4" ) 3563 ( mfizz_mobile_phone_broadcast . "\xedf5" ) 3564 ( mfizz_mongodb . "\xedf6" ) 3565 ( mfizz_mssql . "\xedf7" ) 3566 ( mfizz_mysql . "\xedf8" ) 3567 ( mfizz_mysql_alt . "\xedf9" ) 3568 ( mfizz_netbsd . "\xedfa" ) 3569 ( mfizz_nginx . "\xedfb" ) 3570 ( mfizz_nginx_alt . "\xedfc" ) 3571 ( mfizz_nginx_alt2 . "\xedfd" ) 3572 ( mfizz_nodejs . "\xedfe" ) 3573 ( mfizz_npm . "\xedff" ) 3574 ( mfizz_objc . "\xee00" ) 3575 ( mfizz_openshift . "\xee01" ) 3576 ( mfizz_oracle . "\xee02" ) 3577 ( mfizz_oracle_alt . "\xee03" ) 3578 ( mfizz_osx . "\xee04" ) 3579 ( mfizz_perl . "\xee05" ) 3580 ( mfizz_phone_alt . "\xee06" ) 3581 ( mfizz_phone_gap . "\xee07" ) 3582 ( mfizz_phone_retro . "\xee08" ) 3583 ( mfizz_php . "\xee09" ) 3584 ( mfizz_php_alt . "\xee0a" ) 3585 ( mfizz_playframework . "\xee0b" ) 3586 ( mfizz_playframework_alt . "\xee0c" ) 3587 ( mfizz_plone . "\xee0d" ) 3588 ( mfizz_postgres . "\xee0e" ) 3589 ( mfizz_postgres_alt . "\xee0f" ) 3590 ( mfizz_python . "\xee10" ) 3591 ( mfizz_raspberrypi . "\xee11" ) 3592 ( mfizz_reactjs . "\xee12" ) 3593 ( mfizz_redhat . "\xee13" ) 3594 ( mfizz_redis . "\xee14" ) 3595 ( mfizz_ruby . "\xee15" ) 3596 ( mfizz_ruby_on_rails . "\xee16" ) 3597 ( mfizz_ruby_on_rails_alt . "\xee17" ) 3598 ( mfizz_rust . "\xee18" ) 3599 ( mfizz_sass . "\xee19" ) 3600 ( mfizz_satellite . "\xee1a" ) 3601 ( mfizz_scala . "\xee1b" ) 3602 ( mfizz_scala_alt . "\xee1c" ) 3603 ( mfizz_script . "\xee1d" ) 3604 ( mfizz_script_alt . "\xee1e" ) 3605 ( mfizz_shell . "\xee1f" ) 3606 ( mfizz_sitefinity . "\xee20" ) 3607 ( mfizz_solaris . "\xee21" ) 3608 ( mfizz_splatter . "\xee22" ) 3609 ( mfizz_spring . "\xee23" ) 3610 ( mfizz_suse . "\xee24" ) 3611 ( mfizz_svg . "\xee25" ) 3612 ( mfizz_symfony . "\xee26" ) 3613 ( mfizz_tomcat . "\xee27" ) 3614 ( mfizz_ubuntu . "\xee28" ) 3615 ( mfizz_unity . "\xee29" ) 3616 ( mfizz_wireless . "\xee2a" ) 3617 ( mfizz_wordpress . "\xee2b" ) 3618 ( mfizz_x11 . "\xee2c" ) 3619 ( firacode_asterisk . "\xee2d" ) 3620 ( firacode_plus . "\xee2e" ) 3621 ( firacode_hyphen . "\xee2f" ) 3622 ( firacode_sad . "\xee30" ) 3623 ( firacode_w_w_w . "\xee31" ) 3624 ( firacode_asterisk_asterisk . "\xee32" ) 3625 ( firacode_asterisk_asterisk_asterisk . "\xee33" ) 3626 ( firacode_asterisk_asterisk_slash . "\xee34" ) 3627 ( firacode_asterisk_greater . "\xee35" ) 3628 ( firacode_asterisk_slash . "\xee36" ) 3629 ( firacode_backslash_backslash . "\xee37" ) 3630 ( firacode_bbb . "\xee38" ) 3631 ( firacode_braceleft_hyphen . "\xee39" ) 3632 ( firacode_bracketleft_bracketright . "\xee3a" ) 3633 ( firacode_colon_colon . "\xee3b" ) 3634 ( firacode_colon_colon_colon . "\xee3c" ) 3635 ( firacode_colon_equal . "\xee3d" ) 3636 ( firacode_exclam_exclam . "\xee3e" ) 3637 ( firacode_exclam_equal . "\xee3f" ) 3638 ( firacode_exclam_equal_equal . "\xee40" ) 3639 ( firacode_hyphen_braceright . "\xee41" ) 3640 ( firacode_hyphen_hyphen . "\xee42" ) 3641 ( firacode_hyphen_hyphen_hyphen . "\xee43" ) 3642 ( firacode_hyphen_hyphen_greater . "\xee44" ) 3643 ( firacode_hyphen_greater . "\xee45" ) 3644 ( firacode_hyphen_greater_greater . "\xee46" ) 3645 ( firacode_hyphen_less . "\xee47" ) 3646 ( firacode_hyphen_less_less . "\xee48" ) 3647 ( firacode_hyphen_asciitilde . "\xee49" ) 3648 ( firacode_numbersign_braceleft . "\xee4a" ) 3649 ( firacode_numbersign_bracketleft . "\xee4b" ) 3650 ( firacode_numbersign_numbersign . "\xee4c" ) 3651 ( firacode_nnn . "\xee4d" ) 3652 ( firacode_nnnn . "\xee4e" ) 3653 ( firacode_numbersign_parenleft . "\xee4f" ) 3654 ( firacode_numbersign_question . "\xee50" ) 3655 ( firacode_numbersign_underscore . "\xee51" ) 3656 ( firacode_nup . "\xee52" ) 3657 ( firacode_period_hyphen . "\xee53" ) 3658 ( firacode_period_equal . "\xee54" ) 3659 ( firacode_period_period . "\xee55" ) 3660 ( firacode_period_period_less . "\xee56" ) 3661 ( firacode_period_period_period . "\xee57" ) 3662 ( firacode_question_equal . "\xee58" ) 3663 ( firacode_question_question . "\xee59" ) 3664 ( firacode_semicolon_semicolon . "\xee5a" ) 3665 ( firacode_slash_asterisk . "\xee5b" ) 3666 ( firacode_slash_asterisk_asterisk . "\xee5c" ) 3667 ( firacode_slash_equal . "\xee5d" ) 3668 ( firacode_slash_equal_equal . "\xee5e" ) 3669 ( firacode_slash_greater . "\xee5f" ) 3670 ( firacode_slash_slash . "\xee60" ) 3671 ( firacode_slash_slash_slash . "\xee61" ) 3672 ( firacode_ampersand_ampersand . "\xee62" ) 3673 ( firacode_bar_bar . "\xee63" ) 3674 ( firacode_bar_bar_equal . "\xee64" ) 3675 ( firacode_bar_equal . "\xee65" ) 3676 ( firacode_bar_greater . "\xee66" ) 3677 ( firacode_asciicircum_equal . "\xee67" ) 3678 ( firacode_dollar_greater . "\xee68" ) 3679 ( firacode_plus_plus . "\xee69" ) 3680 ( firacode_plus_plus_plus . "\xee6a" ) 3681 ( firacode_plus_greater . "\xee6b" ) 3682 ( firacode_equal_colon_equal . "\xee6c" ) 3683 ( firacode_equal_equal . "\xee6d" ) 3684 ( firacode_equal_equal_equal . "\xee6e" ) 3685 ( firacode_equal_equal_greater . "\xee6f" ) 3686 ( firacode_equal_greater . "\xee70" ) 3687 ( firacode_equal_greater_greater . "\xee71" ) 3688 ( firacode_equal_less . "\xee72" ) 3689 ( firacode_equal_less_less . "\xee73" ) 3690 ( firacode_equal_slash_equal . "\xee74" ) 3691 ( firacode_greater_hyphen . "\xee75" ) 3692 ( firacode_greater_equal . "\xee76" ) 3693 ( firacode_greater_equal_greater . "\xee77" ) 3694 ( firacode_greater_greater . "\xee78" ) 3695 ( firacode_greater_greater_hyphen . "\xee79" ) 3696 ( firacode_greater_greater_equal . "\xee7a" ) 3697 ( firacode_greater_greater_greater . "\xee7b" ) 3698 ( firacode_less_asterisk . "\xee7c" ) 3699 ( firacode_less_asterisk_greater . "\xee7d" ) 3700 ( firacode_less_bar . "\xee7e" ) 3701 ( firacode_less_bar_greater . "\xee7f" ) 3702 ( firacode_less_dollar . "\xee80" ) 3703 ( firacode_less_dollar_greater . "\xee81" ) 3704 ( firacode_less_exclam_hyphen_hyphen . "\xee82" ) 3705 ( firacode_less_hyphen . "\xee83" ) 3706 ( firacode_less_hyphen_hyphen . "\xee84" ) 3707 ( firacode_less_hyphen_greater . "\xee85" ) 3708 ( firacode_less_plus . "\xee86" ) 3709 ( firacode_less_plus_greater . "\xee87" ) 3710 ( firacode_less_equal . "\xee88" ) 3711 ( firacode_less_equal_equal . "\xee89" ) 3712 ( firacode_less_equal_greater . "\xee8a" ) 3713 ( firacode_less_equal_less . "\xee8b" ) 3714 ( firacode_less_greater . "\xee8c" ) 3715 ( firacode_less_less . "\xee8d" ) 3716 ( firacode_less_less_hyphen . "\xee8e" ) 3717 ( firacode_less_less_equal . "\xee8f" ) 3718 ( firacode_less_less_less . "\xee90" ) 3719 ( firacode_less_asciitilde . "\xee91" ) 3720 ( firacode_less_asciitilde_asciitilde . "\xee92" ) 3721 ( firacode_less_slash . "\xee93" ) 3722 ( firacode_less_slash_greater . "\xee94" ) 3723 ( firacode_asciitilde_at . "\xee95" ) 3724 ( firacode_asciitilde_hyphen . "\xee96" ) 3725 ( firacode_asciitilde_equal . "\xee97" ) 3726 ( firacode_asciitilde_greater . "\xee98" ) 3727 ( firacode_asciitilde_asciitilde . "\xee99" ) 3728 ( firacode_aag . "\xee9a" ) 3729 ( firacode_percent_percent . "\xee9b" ) 3730 ( firacode_x_multiply . "\xee9c" ) 3731 ( firacode_colon_uc . "\xee9d" ) 3732 ( firacode_plus_lc . "\xee9e" ) 3733 ( firacode_plus_tosf2 . "\xee9f" ) 3734 ( firacode_nameme_1114119 . "\xeea0" ) 3735 )) 3736 3737 3738 (defun icons-in-terminal (name &rest attributes) 3739 "Return icon from NAME with optional ATTRIBUTES. 3740 Attributes are face attributes or the display specification raise with :raise 3741 the keyword :face can be use as an alias for :inherit 3742 3743 Examples of use: (insert (icons-in-terminal 'oct_flame)) 3744 (insert (icons-in-terminal 'oct_flame :foreground \"red\" :height 1.4)) 3745 (insert (icons-in-terminal 'oct_flame :face any-face :underline t)) 3746 (insert (icons-in-terminal 'oct_flame :inherit any-face :underline t)) ;; Similar to the line above 3747 (insert (icons-in-terminal 'oct_flame :raise 0.2))." 3748 (let* ((list-attributes (list :family "icons-in-terminal")) 3749 (face (or (plist-get attributes :inherit) (plist-get attributes :face))) 3750 (foreground (plist-get attributes :foreground)) 3751 (distant-foreground (plist-get attributes :distant-foreground)) 3752 (background (plist-get attributes :background)) 3753 (width (plist-get attributes :width)) 3754 (height (plist-get attributes :height)) 3755 (underline (plist-get attributes :underline)) 3756 (overline (plist-get attributes :overline)) 3757 (box (plist-get attributes :box)) 3758 (raise (or (plist-get attributes :raise) -0.05))) 3759 (when face (push `(:inherit ,face) list-attributes)) 3760 (when foreground (push `(:foreground ,foreground) list-attributes)) 3761 (when distant-foreground (push `(:distant-foreground ,distant-foreground) list-attributes)) 3762 (when background (push `(:background ,background) list-attributes)) 3763 (when width (push `(:width ,width) list-attributes)) 3764 (when height (push `(:height ,height) list-attributes)) 3765 (when underline (push `(:underline ,underline) list-attributes)) 3766 (when overline (push `(:overline ,overline) list-attributes)) 3767 (when box (push `(:box ,box) list-attributes)) 3768 (propertize (alist-get name icons-in-terminal-alist) 3769 'face list-attributes 3770 'display `(raise ,raise) 3771 'font-lock-ignore t))) 3772 3773 3774 (provide 'icons-in-terminal)