From 4f2ab423baa1b9a160ee411fcdac959df5e11eb4 Mon Sep 17 00:00:00 2001 From: Norbel AMBANUMBEN Date: Thu, 8 Feb 2024 20:25:28 +0100 Subject: [PATCH] Updated icons in use. --- app/build.gradle | 15 - app/src/main/res/drawable/.gitignore | 5952 ----------------- app/src/main/res/drawable/fa_anchor.xml | 9 + app/src/main/res/drawable/fa_award.xml | 9 + app/src/main/res/drawable/fa_bed.xml | 9 + app/src/main/res/drawable/fa_bone.xml | 9 + app/src/main/res/drawable/fa_book_reader.xml | 9 + app/src/main/res/drawable/fa_brush.xml | 9 + app/src/main/res/drawable/fa_building.xml | 9 + app/src/main/res/drawable/fa_cake_candles.xml | 9 + app/src/main/res/drawable/fa_car.xml | 9 + app/src/main/res/drawable/fa_carrot.xml | 9 + .../res/drawable/fa_cloud_showers_heavy.xml | 9 + app/src/main/res/drawable/fa_cloud_sun.xml | 9 + app/src/main/res/drawable/fa_compass.xml | 9 + app/src/main/res/drawable/fa_computer.xml | 9 + app/src/main/res/drawable/fa_crown.xml | 9 + app/src/main/res/drawable/fa_cube.xml | 9 + app/src/main/res/drawable/fa_dove.xml | 9 + app/src/main/res/drawable/fa_dragon.xml | 9 + app/src/main/res/drawable/fa_droplet.xml | 9 + app/src/main/res/drawable/fa_faucet.xml | 9 + app/src/main/res/drawable/fa_feather.xml | 9 + app/src/main/res/drawable/fa_film.xml | 9 + app/src/main/res/drawable/fa_fire.xml | 9 + app/src/main/res/drawable/fa_fish.xml | 9 + .../main/res/drawable/fa_flag_checkered.xml | 9 + app/src/main/res/drawable/fa_gauge.xml | 9 + app/src/main/res/drawable/fa_ghost.xml | 9 + app/src/main/res/drawable/fa_gift.xml | 9 + app/src/main/res/drawable/fa_glasses.xml | 9 + .../main/res/drawable/fa_graduation_cap.xml | 9 + app/src/main/res/drawable/fa_guitar.xml | 9 + app/src/main/res/drawable/fa_hammer.xml | 9 + app/src/main/res/drawable/fa_hand.xml | 9 + app/src/main/res/drawable/fa_handshake.xml | 9 + app/src/main/res/drawable/fa_hippo.xml | 9 + app/src/main/res/drawable/fa_ice_cream.xml | 9 + app/src/main/res/drawable/fa_industry.xml | 9 + app/src/main/res/drawable/fa_kiwi_bird.xml | 9 + app/src/main/res/drawable/fa_magnet.xml | 9 + app/src/main/res/drawable/fa_map.xml | 9 + app/src/main/res/drawable/fa_map_signs.xml | 9 + app/src/main/res/drawable/fa_meteor.xml | 9 + app/src/main/res/drawable/fa_microscope.xml | 9 + app/src/main/res/drawable/fa_moon.xml | 9 + app/src/main/res/drawable/fa_mountain_sun.xml | 9 + app/src/main/res/drawable/fa_mug_hot.xml | 9 + app/src/main/res/drawable/fa_music.xml | 9 + app/src/main/res/drawable/fa_paw.xml | 9 + app/src/main/res/drawable/fa_pen_nib.xml | 9 + app/src/main/res/drawable/fa_pepper_hot.xml | 9 + .../main/res/drawable/fa_person_biking.xml | 9 + app/src/main/res/drawable/fa_pills.xml | 9 + app/src/main/res/drawable/fa_plane.xml | 9 + app/src/main/res/drawable/fa_plug.xml | 9 + app/src/main/res/drawable/fa_radio.xml | 9 + app/src/main/res/drawable/fa_rainbow.xml | 9 + app/src/main/res/drawable/fa_ribbon.xml | 9 + app/src/main/res/drawable/fa_road.xml | 9 + app/src/main/res/drawable/fa_rocket.xml | 9 + app/src/main/res/drawable/fa_sack_dollar.xml | 9 + app/src/main/res/drawable/fa_school.xml | 9 + app/src/main/res/drawable/fa_scissors.xml | 9 + app/src/main/res/drawable/fa_seedling.xml | 9 + app/src/main/res/drawable/fa_shield.xml | 9 + app/src/main/res/drawable/fa_skull.xml | 9 + app/src/main/res/drawable/fa_smile.xml | 9 + app/src/main/res/drawable/fa_snowflake.xml | 9 + app/src/main/res/drawable/fa_socks.xml | 9 + app/src/main/res/drawable/fa_spider.xml | 9 + .../main/res/drawable/fa_suitcase_medical.xml | 9 + app/src/main/res/drawable/fa_sun.xml | 9 + .../fa_temperature_three_quarters.xml | 9 + app/src/main/res/drawable/fa_tractor.xml | 9 + app/src/main/res/drawable/fa_tree.xml | 9 + app/src/main/res/drawable/fa_trophy.xml | 9 + app/src/main/res/drawable/fa_umbrella.xml | 9 + .../main/res/drawable/fa_user_astronaut.xml | 9 + app/src/main/res/drawable/fa_utensils.xml | 9 + app/src/main/res/drawable/fa_volcano.xml | 9 + app/src/main/res/drawable/fa_wine_glass.xml | 9 + build.gradle | 7 - 83 files changed, 720 insertions(+), 5974 deletions(-) delete mode 100644 app/src/main/res/drawable/.gitignore create mode 100644 app/src/main/res/drawable/fa_anchor.xml create mode 100644 app/src/main/res/drawable/fa_award.xml create mode 100644 app/src/main/res/drawable/fa_bed.xml create mode 100644 app/src/main/res/drawable/fa_bone.xml create mode 100644 app/src/main/res/drawable/fa_book_reader.xml create mode 100644 app/src/main/res/drawable/fa_brush.xml create mode 100644 app/src/main/res/drawable/fa_building.xml create mode 100644 app/src/main/res/drawable/fa_cake_candles.xml create mode 100644 app/src/main/res/drawable/fa_car.xml create mode 100644 app/src/main/res/drawable/fa_carrot.xml create mode 100644 app/src/main/res/drawable/fa_cloud_showers_heavy.xml create mode 100644 app/src/main/res/drawable/fa_cloud_sun.xml create mode 100644 app/src/main/res/drawable/fa_compass.xml create mode 100644 app/src/main/res/drawable/fa_computer.xml create mode 100644 app/src/main/res/drawable/fa_crown.xml create mode 100644 app/src/main/res/drawable/fa_cube.xml create mode 100644 app/src/main/res/drawable/fa_dove.xml create mode 100644 app/src/main/res/drawable/fa_dragon.xml create mode 100644 app/src/main/res/drawable/fa_droplet.xml create mode 100644 app/src/main/res/drawable/fa_faucet.xml create mode 100644 app/src/main/res/drawable/fa_feather.xml create mode 100644 app/src/main/res/drawable/fa_film.xml create mode 100644 app/src/main/res/drawable/fa_fire.xml create mode 100644 app/src/main/res/drawable/fa_fish.xml create mode 100644 app/src/main/res/drawable/fa_flag_checkered.xml create mode 100644 app/src/main/res/drawable/fa_gauge.xml create mode 100644 app/src/main/res/drawable/fa_ghost.xml create mode 100644 app/src/main/res/drawable/fa_gift.xml create mode 100644 app/src/main/res/drawable/fa_glasses.xml create mode 100644 app/src/main/res/drawable/fa_graduation_cap.xml create mode 100644 app/src/main/res/drawable/fa_guitar.xml create mode 100644 app/src/main/res/drawable/fa_hammer.xml create mode 100644 app/src/main/res/drawable/fa_hand.xml create mode 100644 app/src/main/res/drawable/fa_handshake.xml create mode 100644 app/src/main/res/drawable/fa_hippo.xml create mode 100644 app/src/main/res/drawable/fa_ice_cream.xml create mode 100644 app/src/main/res/drawable/fa_industry.xml create mode 100644 app/src/main/res/drawable/fa_kiwi_bird.xml create mode 100644 app/src/main/res/drawable/fa_magnet.xml create mode 100644 app/src/main/res/drawable/fa_map.xml create mode 100644 app/src/main/res/drawable/fa_map_signs.xml create mode 100644 app/src/main/res/drawable/fa_meteor.xml create mode 100644 app/src/main/res/drawable/fa_microscope.xml create mode 100644 app/src/main/res/drawable/fa_moon.xml create mode 100644 app/src/main/res/drawable/fa_mountain_sun.xml create mode 100644 app/src/main/res/drawable/fa_mug_hot.xml create mode 100644 app/src/main/res/drawable/fa_music.xml create mode 100644 app/src/main/res/drawable/fa_paw.xml create mode 100644 app/src/main/res/drawable/fa_pen_nib.xml create mode 100644 app/src/main/res/drawable/fa_pepper_hot.xml create mode 100644 app/src/main/res/drawable/fa_person_biking.xml create mode 100644 app/src/main/res/drawable/fa_pills.xml create mode 100644 app/src/main/res/drawable/fa_plane.xml create mode 100644 app/src/main/res/drawable/fa_plug.xml create mode 100644 app/src/main/res/drawable/fa_radio.xml create mode 100644 app/src/main/res/drawable/fa_rainbow.xml create mode 100644 app/src/main/res/drawable/fa_ribbon.xml create mode 100644 app/src/main/res/drawable/fa_road.xml create mode 100644 app/src/main/res/drawable/fa_rocket.xml create mode 100644 app/src/main/res/drawable/fa_sack_dollar.xml create mode 100644 app/src/main/res/drawable/fa_school.xml create mode 100644 app/src/main/res/drawable/fa_scissors.xml create mode 100644 app/src/main/res/drawable/fa_seedling.xml create mode 100644 app/src/main/res/drawable/fa_shield.xml create mode 100644 app/src/main/res/drawable/fa_skull.xml create mode 100644 app/src/main/res/drawable/fa_smile.xml create mode 100644 app/src/main/res/drawable/fa_snowflake.xml create mode 100644 app/src/main/res/drawable/fa_socks.xml create mode 100644 app/src/main/res/drawable/fa_spider.xml create mode 100644 app/src/main/res/drawable/fa_suitcase_medical.xml create mode 100644 app/src/main/res/drawable/fa_sun.xml create mode 100644 app/src/main/res/drawable/fa_temperature_three_quarters.xml create mode 100644 app/src/main/res/drawable/fa_tractor.xml create mode 100644 app/src/main/res/drawable/fa_tree.xml create mode 100644 app/src/main/res/drawable/fa_trophy.xml create mode 100644 app/src/main/res/drawable/fa_umbrella.xml create mode 100644 app/src/main/res/drawable/fa_user_astronaut.xml create mode 100644 app/src/main/res/drawable/fa_utensils.xml create mode 100644 app/src/main/res/drawable/fa_volcano.xml create mode 100644 app/src/main/res/drawable/fa_wine_glass.xml diff --git a/app/build.gradle b/app/build.gradle index 076f40da8..270df71ca 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -185,18 +185,3 @@ if (!getGradle().getStartParameter().getTaskRequests() .toString().contains("Fdroid")){ apply plugin: 'com.google.gms.google-services' } - - -/** - * The following code is used to add the OONI Run V2 icons to the project. - * This is a workaround to avoid having to manually copy the icons to the - * project. The script is run before the preBuild task, which means that - * the icons will be copied before the build starts. - */ -task addOONIRunV2Icons(type: Exec) { - commandLine 'sh', 'mkdir' , '-p' , rootProject.buildDir - commandLine 'sh', "../scripts/prepare_icons.sh", "${rootProject.buildDir}" , "${rootProject.projectDir}/app/src/main/res/drawable" -} - -// Make preBuild depend on addOONIRunV2Icons -preBuild.dependsOn addOONIRunV2Icons \ No newline at end of file diff --git a/app/src/main/res/drawable/.gitignore b/app/src/main/res/drawable/.gitignore deleted file mode 100644 index 7ea3f3141..000000000 --- a/app/src/main/res/drawable/.gitignore +++ /dev/null @@ -1,5952 +0,0 @@ -fa500_px.xml -fa_accessible_icon.xml -fa_accusoft.xml -fa_acquisitions_incorporated.xml -fa_ad.xml -fa_address_book.xml -fa_address_card.xml -fa_adjust.xml -fa_adn.xml -fa_adversal.xml -fa_affiliatetheme.xml -fa_air_freshener.xml -fa_airbnb.xml -fa_algolia.xml -fa_align_center.xml -fa_align_justify.xml -fa_align_left.xml -fa_align_right.xml -fa_alipay.xml -fa_allergies.xml -fa_amazon.xml -fa_amazon_pay.xml -fa_ambulance.xml -fa_american_sign_language_interpreting.xml -fa_amilia.xml -fa_anchor.xml -fa_android.xml -fa_angellist.xml -fa_angle_double_down.xml -fa_angle_double_left.xml -fa_angle_double_right.xml -fa_angle_double_up.xml -fa_angle_down.xml -fa_angle_left.xml -fa_angle_right.xml -fa_angle_up.xml -fa_angry.xml -fa_angrycreative.xml -fa_angular.xml -fa_ankh.xml -fa_app_store.xml -fa_app_store_ios.xml -fa_apper.xml -fa_apple.xml -fa_apple_alt.xml -fa_apple_pay.xml -fa_archive.xml -fa_archway.xml -fa_arrow_alt_circle_down.xml -fa_arrow_alt_circle_left.xml -fa_arrow_alt_circle_right.xml -fa_arrow_alt_circle_up.xml -fa_arrow_circle_down.xml -fa_arrow_circle_left.xml -fa_arrow_circle_right.xml -fa_arrow_circle_up.xml -fa_arrow_down.xml -fa_arrow_left.xml -fa_arrow_right.xml -fa_arrow_up.xml -fa_arrows_alt.xml -fa_arrows_alt_h.xml -fa_arrows_alt_v.xml -fa_artstation.xml -fa_assistive_listening_systems.xml -fa_asterisk.xml -fa_asymmetrik.xml -fa_at.xml -fa_atlas.xml -fa_atlassian.xml -fa_atom.xml -fa_audible.xml -fa_audio_description.xml -fa_autoprefixer.xml -fa_avianex.xml -fa_aviato.xml -fa_award.xml -fa_aws.xml -fa_baby.xml -fa_baby_carriage.xml -fa_backspace.xml -fa_backward.xml -fa_bacon.xml -fa_bacteria.xml -fa_bacterium.xml -fa_bahai.xml -fa_balance_scale.xml -fa_balance_scale_left.xml -fa_balance_scale_right.xml -fa_ban.xml -fa_band_aid.xml -fa_bandcamp.xml -fa_barcode.xml -fa_bars.xml -fa_baseball_ball.xml -fa_basketball_ball.xml -fa_bath.xml -fa_battery_empty.xml -fa_battery_full.xml -fa_battery_half.xml -fa_battery_quarter.xml -fa_battery_three_quarters.xml -fa_battle_net.xml -fa_bed.xml -fa_beer.xml -fa_behance.xml -fa_behance_square.xml -fa_bell.xml -fa_bell_slash.xml -fa_bezier_curve.xml -fa_bible.xml -fa_bicycle.xml -fa_biking.xml -fa_bimobject.xml -fa_binoculars.xml -fa_biohazard.xml -fa_birthday_cake.xml -fa_bitbucket.xml -fa_bitcoin.xml -fa_bity.xml -fa_black_tie.xml -fa_blackberry.xml -fa_blender.xml -fa_blender_phone.xml -fa_blind.xml -fa_blog.xml -fa_blogger.xml -fa_blogger_b.xml -fa_bluetooth.xml -fa_bluetooth_b.xml -fa_bold.xml -fa_bolt.xml -fa_bomb.xml -fa_bone.xml -fa_bong.xml -fa_book.xml -fa_book_dead.xml -fa_book_medical.xml -fa_book_open.xml -fa_book_reader.xml -fa_bookmark.xml -fa_bootstrap.xml -fa_border_all.xml -fa_border_none.xml -fa_border_style.xml -fa_bowling_ball.xml -fa_box.xml -fa_box_open.xml -fa_box_tissue.xml -fa_boxes.xml -fa_braille.xml -fa_brain.xml -fa_bread_slice.xml -fa_briefcase.xml -fa_briefcase_medical.xml -fa_broadcast_tower.xml -fa_broom.xml -fa_brush.xml -fa_btc.xml -fa_buffer.xml -fa_bug.xml -fa_building.xml -fa_bullhorn.xml -fa_bullseye.xml -fa_burn.xml -fa_buromobelexperte.xml -fa_bus.xml -fa_bus_alt.xml -fa_business_time.xml -fa_buy_nlarge.xml -fa_buysellads.xml -fa_calculator.xml -fa_calendar.xml -fa_calendar_alt.xml -fa_calendar_check.xml -fa_calendar_day.xml -fa_calendar_minus.xml -fa_calendar_plus.xml -fa_calendar_times.xml -fa_calendar_week.xml -fa_camera.xml -fa_camera_retro.xml -fa_campground.xml -fa_canadian_maple_leaf.xml -fa_candy_cane.xml -fa_cannabis.xml -fa_capsules.xml -fa_car.xml -fa_car_alt.xml -fa_car_battery.xml -fa_car_crash.xml -fa_car_side.xml -fa_caravan.xml -fa_caret_down.xml -fa_caret_left.xml -fa_caret_right.xml -fa_caret_square_down.xml -fa_caret_square_left.xml -fa_caret_square_right.xml -fa_caret_square_up.xml -fa_caret_up.xml -fa_carrot.xml -fa_cart_arrow_down.xml -fa_cart_plus.xml -fa_cash_register.xml -fa_cat.xml -fa_cc_amazon_pay.xml -fa_cc_amex.xml -fa_cc_apple_pay.xml -fa_cc_diners_club.xml -fa_cc_discover.xml -fa_cc_jcb.xml -fa_cc_mastercard.xml -fa_cc_paypal.xml -fa_cc_stripe.xml -fa_cc_visa.xml -fa_centercode.xml -fa_centos.xml -fa_certificate.xml -fa_chair.xml -fa_chalkboard.xml -fa_chalkboard_teacher.xml -fa_charging_station.xml -fa_chart_area.xml -fa_chart_bar.xml -fa_chart_line.xml -fa_chart_pie.xml -fa_check.xml -fa_check_circle.xml -fa_check_double.xml -fa_check_square.xml -fa_cheese.xml -fa_chess.xml -fa_chess_bishop.xml -fa_chess_board.xml -fa_chess_king.xml -fa_chess_knight.xml -fa_chess_pawn.xml -fa_chess_queen.xml -fa_chess_rook.xml -fa_chevron_circle_down.xml -fa_chevron_circle_left.xml -fa_chevron_circle_right.xml -fa_chevron_circle_up.xml -fa_chevron_down.xml -fa_chevron_left.xml -fa_chevron_right.xml -fa_chevron_up.xml -fa_child.xml -fa_chrome.xml -fa_chromecast.xml -fa_church.xml -fa_circle.xml -fa_circle_notch.xml -fa_city.xml -fa_clinic_medical.xml -fa_clipboard.xml -fa_clipboard_check.xml -fa_clipboard_list.xml -fa_clock.xml -fa_clone.xml -fa_closed_captioning.xml -fa_cloud.xml -fa_cloud_download_alt.xml -fa_cloud_meatball.xml -fa_cloud_moon.xml -fa_cloud_moon_rain.xml -fa_cloud_rain.xml -fa_cloud_showers_heavy.xml -fa_cloud_sun.xml -fa_cloud_sun_rain.xml -fa_cloud_upload_alt.xml -fa_cloudflare.xml -fa_cloudscale.xml -fa_cloudsmith.xml -fa_cloudversify.xml -fa_cocktail.xml -fa_code.xml -fa_code_branch.xml -fa_codepen.xml -fa_codiepie.xml -fa_coffee.xml -fa_cog.xml -fa_cogs.xml -fa_coins.xml -fa_columns.xml -fa_comment.xml -fa_comment_alt.xml -fa_comment_dollar.xml -fa_comment_dots.xml -fa_comment_medical.xml -fa_comment_slash.xml -fa_comments.xml -fa_comments_dollar.xml -fa_compact_disc.xml -fa_compass.xml -fa_compress.xml -fa_compress_alt.xml -fa_compress_arrows_alt.xml -fa_concierge_bell.xml -fa_confluence.xml -fa_connectdevelop.xml -fa_contao.xml -fa_cookie.xml -fa_cookie_bite.xml -fa_copy.xml -fa_copyright.xml -fa_cotton_bureau.xml -fa_couch.xml -fa_cpanel.xml -fa_creative_commons.xml -fa_creative_commons_by.xml -fa_creative_commons_nc.xml -fa_creative_commons_nc_eu.xml -fa_creative_commons_nc_jp.xml -fa_creative_commons_nd.xml -fa_creative_commons_pd.xml -fa_creative_commons_pd_alt.xml -fa_creative_commons_remix.xml -fa_creative_commons_sa.xml -fa_creative_commons_sampling.xml -fa_creative_commons_sampling_plus.xml -fa_creative_commons_share.xml -fa_creative_commons_zero.xml -fa_credit_card.xml -fa_critical_role.xml -fa_crop.xml -fa_crop_alt.xml -fa_cross.xml -fa_crosshairs.xml -fa_crow.xml -fa_crown.xml -fa_crutch.xml -fa_css3.xml -fa_css3_alt.xml -fa_cube.xml -fa_cubes.xml -fa_cut.xml -fa_cuttlefish.xml -fa_dailymotion.xml -fa_dand_d.xml -fa_dand_dbeyond.xml -fa_dashcube.xml -fa_database.xml -fa_deaf.xml -fa_deezer.xml -fa_delicious.xml -fa_democrat.xml -fa_deploydog.xml -fa_deskpro.xml -fa_desktop.xml -fa_dev.xml -fa_deviantart.xml -fa_dharmachakra.xml -fa_dhl.xml -fa_diagnoses.xml -fa_diaspora.xml -fa_dice.xml -fa_dice_d20.xml -fa_dice_d6.xml -fa_dice_five.xml -fa_dice_four.xml -fa_dice_one.xml -fa_dice_six.xml -fa_dice_three.xml -fa_dice_two.xml -fa_digg.xml -fa_digital_ocean.xml -fa_digital_tachograph.xml -fa_directions.xml -fa_discord.xml -fa_discourse.xml -fa_disease.xml -fa_divide.xml -fa_dizzy.xml -fa_dna.xml -fa_dochub.xml -fa_docker.xml -fa_dog.xml -fa_dollar_sign.xml -fa_dolly.xml -fa_dolly_flatbed.xml -fa_donate.xml -fa_door_closed.xml -fa_door_open.xml -fa_dot_circle.xml -fa_dove.xml -fa_download.xml -fa_draft2_digital.xml -fa_drafting_compass.xml -fa_dragon.xml -fa_draw_polygon.xml -fa_dribbble.xml -fa_dribbble_square.xml -fa_dropbox.xml -fa_drum.xml -fa_drum_steelpan.xml -fa_drumstick_bite.xml -fa_drupal.xml -fa_dumbbell.xml -fa_dumpster.xml -fa_dumpster_fire.xml -fa_dungeon.xml -fa_dyalog.xml -fa_earlybirds.xml -fa_ebay.xml -fa_edge.xml -fa_edge_legacy.xml -fa_edit.xml -fa_egg.xml -fa_eject.xml -fa_elementor.xml -fa_ellipsis_h.xml -fa_ellipsis_v.xml -fa_ello.xml -fa_ember.xml -fa_empire.xml -fa_envelope.xml -fa_envelope_open.xml -fa_envelope_open_text.xml -fa_envelope_square.xml -fa_envira.xml -fa_equals.xml -fa_eraser.xml -fa_erlang.xml -fa_ethereum.xml -fa_ethernet.xml -fa_etsy.xml -fa_euro_sign.xml -fa_evernote.xml -fa_exchange_alt.xml -fa_exclamation.xml -fa_exclamation_circle.xml -fa_exclamation_triangle.xml -fa_expand.xml -fa_expand_alt.xml -fa_expand_arrows_alt.xml -fa_expeditedssl.xml -fa_external_link_alt.xml -fa_external_link_square_alt.xml -fa_eye.xml -fa_eye_dropper.xml -fa_eye_slash.xml -fa_facebook.xml -fa_facebook_f.xml -fa_facebook_messenger.xml -fa_facebook_square.xml -fa_fan.xml -fa_fantasy_flight_games.xml -fa_fast_backward.xml -fa_fast_forward.xml -fa_faucet.xml -fa_fax.xml -fa_feather.xml -fa_feather_alt.xml -fa_fedex.xml -fa_fedora.xml -fa_female.xml -fa_fighter_jet.xml -fa_figma.xml -fa_file.xml -fa_file_alt.xml -fa_file_archive.xml -fa_file_audio.xml -fa_file_code.xml -fa_file_contract.xml -fa_file_csv.xml -fa_file_download.xml -fa_file_excel.xml -fa_file_export.xml -fa_file_image.xml -fa_file_import.xml -fa_file_invoice.xml -fa_file_invoice_dollar.xml -fa_file_medical.xml -fa_file_medical_alt.xml -fa_file_pdf.xml -fa_file_powerpoint.xml -fa_file_prescription.xml -fa_file_signature.xml -fa_file_upload.xml -fa_file_video.xml -fa_file_word.xml -fa_fill.xml -fa_fill_drip.xml -fa_film.xml -fa_filter.xml -fa_fingerprint.xml -fa_fire.xml -fa_fire_alt.xml -fa_fire_extinguisher.xml -fa_firefox.xml -fa_firefox_browser.xml -fa_first_aid.xml -fa_first_order.xml -fa_first_order_alt.xml -fa_firstdraft.xml -fa_fish.xml -fa_fist_raised.xml -fa_flag.xml -fa_flag_checkered.xml -fa_flag_usa.xml -fa_flask.xml -fa_flickr.xml -fa_flipboard.xml -fa_flushed.xml -fa_fly.xml -fa_folder.xml -fa_folder_minus.xml -fa_folder_open.xml -fa_folder_plus.xml -fa_font.xml -fa_font_awesome.xml -fa_font_awesome_alt.xml -fa_font_awesome_flag.xml -fa_font_awesome_logo_full.xml -fa_fonticons.xml -fa_fonticons_fi.xml -fa_football_ball.xml -fa_fort_awesome.xml -fa_fort_awesome_alt.xml -fa_forumbee.xml -fa_forward.xml -fa_foursquare.xml -fa_free_code_camp.xml -fa_freebsd.xml -fa_frog.xml -fa_frown.xml -fa_frown_open.xml -fa_fulcrum.xml -fa_funnel_dollar.xml -fa_futbol.xml -fa_galactic_republic.xml -fa_galactic_senate.xml -fa_gamepad.xml -fa_gas_pump.xml -fa_gavel.xml -fa_gem.xml -fa_genderless.xml -fa_get_pocket.xml -fa_gg.xml -fa_gg_circle.xml -fa_ghost.xml -fa_gift.xml -fa_gifts.xml -fa_git.xml -fa_git_alt.xml -fa_git_square.xml -fa_github.xml -fa_github_alt.xml -fa_github_square.xml -fa_gitkraken.xml -fa_gitlab.xml -fa_gitter.xml -fa_glass_cheers.xml -fa_glass_martini.xml -fa_glass_martini_alt.xml -fa_glass_whiskey.xml -fa_glasses.xml -fa_glide.xml -fa_glide_g.xml -fa_globe.xml -fa_globe_africa.xml -fa_globe_americas.xml -fa_globe_asia.xml -fa_globe_europe.xml -fa_gofore.xml -fa_golf_ball.xml -fa_goodreads.xml -fa_goodreads_g.xml -fa_google.xml -fa_google_drive.xml -fa_google_pay.xml -fa_google_play.xml -fa_google_plus.xml -fa_google_plus_g.xml -fa_google_plus_square.xml -fa_google_wallet.xml -fa_gopuram.xml -fa_graduation_cap.xml -fa_gratipay.xml -fa_grav.xml -fa_greater_than.xml -fa_greater_than_equal.xml -fa_grimace.xml -fa_grin.xml -fa_grin_alt.xml -fa_grin_beam.xml -fa_grin_beam_sweat.xml -fa_grin_hearts.xml -fa_grin_squint.xml -fa_grin_squint_tears.xml -fa_grin_stars.xml -fa_grin_tears.xml -fa_grin_tongue.xml -fa_grin_tongue_squint.xml -fa_grin_tongue_wink.xml -fa_grin_wink.xml -fa_grip_horizontal.xml -fa_grip_lines.xml -fa_grip_lines_vertical.xml -fa_grip_vertical.xml -fa_gripfire.xml -fa_grunt.xml -fa_guilded.xml -fa_guitar.xml -fa_gulp.xml -fa_hacker_news.xml -fa_hacker_news_square.xml -fa_hackerrank.xml -fa_hamburger.xml -fa_hammer.xml -fa_hamsa.xml -fa_hand_holding.xml -fa_hand_holding_heart.xml -fa_hand_holding_medical.xml -fa_hand_holding_usd.xml -fa_hand_holding_water.xml -fa_hand_lizard.xml -fa_hand_middle_finger.xml -fa_hand_paper.xml -fa_hand_peace.xml -fa_hand_point_down.xml -fa_hand_point_left.xml -fa_hand_point_right.xml -fa_hand_point_up.xml -fa_hand_pointer.xml -fa_hand_rock.xml -fa_hand_scissors.xml -fa_hand_sparkles.xml -fa_hand_spock.xml -fa_hands.xml -fa_hands_helping.xml -fa_hands_wash.xml -fa_handshake.xml -fa_handshake_alt_slash.xml -fa_handshake_slash.xml -fa_hanukiah.xml -fa_hard_hat.xml -fa_hashtag.xml -fa_hat_cowboy.xml -fa_hat_cowboy_side.xml -fa_hat_wizard.xml -fa_hdd.xml -fa_head_side_cough.xml -fa_head_side_cough_slash.xml -fa_head_side_mask.xml -fa_head_side_virus.xml -fa_heading.xml -fa_headphones.xml -fa_headphones_alt.xml -fa_headset.xml -fa_heart.xml -fa_heart_broken.xml -fa_heartbeat.xml -fa_helicopter.xml -fa_highlighter.xml -fa_hiking.xml -fa_hippo.xml -fa_hips.xml -fa_hire_ahelper.xml -fa_history.xml -fa_hive.xml -fa_hockey_puck.xml -fa_holly_berry.xml -fa_home.xml -fa_hooli.xml -fa_hornbill.xml -fa_horse.xml -fa_horse_head.xml -fa_hospital.xml -fa_hospital_alt.xml -fa_hospital_symbol.xml -fa_hospital_user.xml -fa_hot_tub.xml -fa_hotdog.xml -fa_hotel.xml -fa_hotjar.xml -fa_hourglass.xml -fa_hourglass_end.xml -fa_hourglass_half.xml -fa_hourglass_start.xml -fa_house_damage.xml -fa_house_user.xml -fa_houzz.xml -fa_hryvnia.xml -fa_hsquare.xml -fa_html5.xml -fa_hubspot.xml -fa_ice_cream.xml -fa_icicles.xml -fa_icons.xml -fa_icursor.xml -fa_id_badge.xml -fa_id_card.xml -fa_id_card_alt.xml -fa_ideal.xml -fa_igloo.xml -fa_image.xml -fa_images.xml -fa_imdb.xml -fa_inbox.xml -fa_indent.xml -fa_industry.xml -fa_infinity.xml -fa_info.xml -fa_info_circle.xml -fa_innosoft.xml -fa_instagram.xml -fa_instagram_square.xml -fa_instalod.xml -fa_intercom.xml -fa_internet_explorer.xml -fa_invision.xml -fa_ioxhost.xml -fa_italic.xml -fa_itch_io.xml -fa_itunes.xml -fa_itunes_note.xml -fa_java.xml -fa_jedi.xml -fa_jedi_order.xml -fa_jenkins.xml -fa_jira.xml -fa_joget.xml -fa_joint.xml -fa_joomla.xml -fa_journal_whills.xml -fa_js.xml -fa_js_square.xml -fa_jsfiddle.xml -fa_kaaba.xml -fa_kaggle.xml -fa_key.xml -fa_keybase.xml -fa_keyboard.xml -fa_keycdn.xml -fa_khanda.xml -fa_kickstarter.xml -fa_kickstarter_k.xml -fa_kiss.xml -fa_kiss_beam.xml -fa_kiss_wink_heart.xml -fa_kiwi_bird.xml -fa_korvue.xml -fa_landmark.xml -fa_language.xml -fa_laptop.xml -fa_laptop_code.xml -fa_laptop_house.xml -fa_laptop_medical.xml -fa_laravel.xml -fa_lastfm.xml -fa_lastfm_square.xml -fa_laugh.xml -fa_laugh_beam.xml -fa_laugh_squint.xml -fa_laugh_wink.xml -fa_layer_group.xml -fa_leaf.xml -fa_leanpub.xml -fa_lemon.xml -fa_less.xml -fa_less_than.xml -fa_less_than_equal.xml -fa_level_down_alt.xml -fa_level_up_alt.xml -fa_life_ring.xml -fa_lightbulb.xml -fa_line.xml -fa_link.xml -fa_linkedin.xml -fa_linkedin_in.xml -fa_linode.xml -fa_linux.xml -fa_lira_sign.xml -fa_list.xml -fa_list_alt.xml -fa_list_ol.xml -fa_list_ul.xml -fa_location_arrow.xml -fa_lock.xml -fa_lock_open.xml -fa_long_arrow_alt_down.xml -fa_long_arrow_alt_left.xml -fa_long_arrow_alt_right.xml -fa_long_arrow_alt_up.xml -fa_low_vision.xml -fa_luggage_cart.xml -fa_lungs.xml -fa_lungs_virus.xml -fa_lyft.xml -fa_magento.xml -fa_magic.xml -fa_magnet.xml -fa_mail_bulk.xml -fa_mailchimp.xml -fa_male.xml -fa_mandalorian.xml -fa_map.xml -fa_map_marked.xml -fa_map_marked_alt.xml -fa_map_marker.xml -fa_map_marker_alt.xml -fa_map_pin.xml -fa_map_signs.xml -fa_markdown.xml -fa_marker.xml -fa_mars.xml -fa_mars_double.xml -fa_mars_stroke.xml -fa_mars_stroke_h.xml -fa_mars_stroke_v.xml -fa_mask.xml -fa_mastodon.xml -fa_maxcdn.xml -fa_mdb.xml -fa_medal.xml -fa_medapps.xml -fa_medium.xml -fa_medium_m.xml -fa_medkit.xml -fa_medrt.xml -fa_meetup.xml -fa_megaport.xml -fa_meh.xml -fa_meh_blank.xml -fa_meh_rolling_eyes.xml -fa_memory.xml -fa_mendeley.xml -fa_menorah.xml -fa_mercury.xml -fa_meteor.xml -fa_microblog.xml -fa_microchip.xml -fa_microphone.xml -fa_microphone_alt.xml -fa_microphone_alt_slash.xml -fa_microphone_slash.xml -fa_microscope.xml -fa_microsoft.xml -fa_minus.xml -fa_minus_circle.xml -fa_minus_square.xml -fa_mitten.xml -fa_mix.xml -fa_mixcloud.xml -fa_mixer.xml -fa_mizuni.xml -fa_mobile.xml -fa_mobile_alt.xml -fa_modx.xml -fa_monero.xml -fa_money_bill.xml -fa_money_bill_alt.xml -fa_money_bill_wave.xml -fa_money_bill_wave_alt.xml -fa_money_check.xml -fa_money_check_alt.xml -fa_monument.xml -fa_moon.xml -fa_mortar_pestle.xml -fa_mosque.xml -fa_motorcycle.xml -fa_mountain.xml -fa_mouse.xml -fa_mouse_pointer.xml -fa_mug_hot.xml -fa_music.xml -fa_napster.xml -fa_neos.xml -fa_network_wired.xml -fa_neuter.xml -fa_newspaper.xml -fa_nimblr.xml -fa_node.xml -fa_node_js.xml -fa_not_equal.xml -fa_notes_medical.xml -fa_npm.xml -fa_ns8.xml -fa_nutritionix.xml -fa_object_group.xml -fa_object_ungroup.xml -fa_octopus_deploy.xml -fa_odnoklassniki.xml -fa_odnoklassniki_square.xml -fa_oil_can.xml -fa_old_republic.xml -fa_om.xml -fa_opencart.xml -fa_openid.xml -fa_opera.xml -fa_optin_monster.xml -fa_orcid.xml -fa_osi.xml -fa_otter.xml -fa_outdent.xml -fa_page4.xml -fa_pagelines.xml -fa_pager.xml -fa_paint_brush.xml -fa_paint_roller.xml -fa_palette.xml -fa_palfed.xml -fa_pallet.xml -fa_paper_plane.xml -fa_paperclip.xml -fa_parachute_box.xml -fa_paragraph.xml -fa_parking.xml -fa_passport.xml -fa_pastafarianism.xml -fa_paste.xml -fa_patreon.xml -fa_pause.xml -fa_pause_circle.xml -fa_paw.xml -fa_paypal.xml -fa_peace.xml -fa_pen.xml -fa_pen_alt.xml -fa_pen_fancy.xml -fa_pen_nib.xml -fa_pen_square.xml -fa_pencil_alt.xml -fa_pencil_ruler.xml -fa_penny_arcade.xml -fa_people_arrows.xml -fa_people_carry.xml -fa_pepper_hot.xml -fa_perbyte.xml -fa_percent.xml -fa_percentage.xml -fa_periscope.xml -fa_person_booth.xml -fa_phabricator.xml -fa_phoenix_framework.xml -fa_phoenix_squadron.xml -fa_phone.xml -fa_phone_alt.xml -fa_phone_slash.xml -fa_phone_square.xml -fa_phone_square_alt.xml -fa_phone_volume.xml -fa_photo_video.xml -fa_php.xml -fa_pied_piper.xml -fa_pied_piper_alt.xml -fa_pied_piper_hat.xml -fa_pied_piper_pp.xml -fa_pied_piper_square.xml -fa_piggy_bank.xml -fa_pills.xml -fa_pinterest.xml -fa_pinterest_p.xml -fa_pinterest_square.xml -fa_pizza_slice.xml -fa_place_of_worship.xml -fa_plane.xml -fa_plane_arrival.xml -fa_plane_departure.xml -fa_plane_slash.xml -fa_play.xml -fa_play_circle.xml -fa_playstation.xml -fa_plug.xml -fa_plus.xml -fa_plus_circle.xml -fa_plus_square.xml -fa_podcast.xml -fa_poll.xml -fa_poll_h.xml -fa_poo.xml -fa_poo_storm.xml -fa_poop.xml -fa_portrait.xml -fa_pound_sign.xml -fa_power_off.xml -fa_pray.xml -fa_praying_hands.xml -fa_prescription.xml -fa_prescription_bottle.xml -fa_prescription_bottle_alt.xml -fa_print.xml -fa_procedures.xml -fa_product_hunt.xml -fa_project_diagram.xml -fa_pump_medical.xml -fa_pump_soap.xml -fa_pushed.xml -fa_puzzle_piece.xml -fa_python.xml -fa_qq.xml -fa_qrcode.xml -fa_question.xml -fa_question_circle.xml -fa_quidditch.xml -fa_quinscape.xml -fa_quora.xml -fa_quote_left.xml -fa_quote_right.xml -fa_quran.xml -fa_radiation.xml -fa_radiation_alt.xml -fa_rainbow.xml -fa_random.xml -fa_raspberry_pi.xml -fa_ravelry.xml -fa_react.xml -fa_reacteurope.xml -fa_readme.xml -fa_rebel.xml -fa_receipt.xml -fa_record_vinyl.xml -fa_recycle.xml -fa_red_river.xml -fa_reddit.xml -fa_reddit_alien.xml -fa_reddit_square.xml -fa_redhat.xml -fa_redo.xml -fa_redo_alt.xml -fa_reg_address_book.xml -fa_reg_address_card.xml -fa_reg_angry.xml -fa_reg_arrow_alt_circle_down.xml -fa_reg_arrow_alt_circle_left.xml -fa_reg_arrow_alt_circle_right.xml -fa_reg_arrow_alt_circle_up.xml -fa_reg_bell.xml -fa_reg_bell_slash.xml -fa_reg_bookmark.xml -fa_reg_building.xml -fa_reg_calendar.xml -fa_reg_calendar_alt.xml -fa_reg_calendar_check.xml -fa_reg_calendar_minus.xml -fa_reg_calendar_plus.xml -fa_reg_calendar_times.xml -fa_reg_caret_square_down.xml -fa_reg_caret_square_left.xml -fa_reg_caret_square_right.xml -fa_reg_caret_square_up.xml -fa_reg_chart_bar.xml -fa_reg_check_circle.xml -fa_reg_check_square.xml -fa_reg_circle.xml -fa_reg_clipboard.xml -fa_reg_clock.xml -fa_reg_clone.xml -fa_reg_closed_captioning.xml -fa_reg_comment.xml -fa_reg_comment_alt.xml -fa_reg_comment_dots.xml -fa_reg_comments.xml -fa_reg_compass.xml -fa_reg_copy.xml -fa_reg_copyright.xml -fa_reg_credit_card.xml -fa_reg_dizzy.xml -fa_reg_dot_circle.xml -fa_reg_edit.xml -fa_reg_envelope.xml -fa_reg_envelope_open.xml -fa_reg_eye.xml -fa_reg_eye_slash.xml -fa_reg_file.xml -fa_reg_file_alt.xml -fa_reg_file_archive.xml -fa_reg_file_audio.xml -fa_reg_file_code.xml -fa_reg_file_excel.xml -fa_reg_file_image.xml -fa_reg_file_pdf.xml -fa_reg_file_powerpoint.xml -fa_reg_file_video.xml -fa_reg_file_word.xml -fa_reg_flag.xml -fa_reg_flushed.xml -fa_reg_folder.xml -fa_reg_folder_open.xml -fa_reg_font_awesome_logo_full.xml -fa_reg_frown.xml -fa_reg_frown_open.xml -fa_reg_futbol.xml -fa_reg_gem.xml -fa_reg_grimace.xml -fa_reg_grin.xml -fa_reg_grin_alt.xml -fa_reg_grin_beam.xml -fa_reg_grin_beam_sweat.xml -fa_reg_grin_hearts.xml -fa_reg_grin_squint.xml -fa_reg_grin_squint_tears.xml -fa_reg_grin_stars.xml -fa_reg_grin_tears.xml -fa_reg_grin_tongue.xml -fa_reg_grin_tongue_squint.xml -fa_reg_grin_tongue_wink.xml -fa_reg_grin_wink.xml -fa_reg_hand_lizard.xml -fa_reg_hand_paper.xml -fa_reg_hand_peace.xml -fa_reg_hand_point_down.xml -fa_reg_hand_point_left.xml -fa_reg_hand_point_right.xml -fa_reg_hand_point_up.xml -fa_reg_hand_pointer.xml -fa_reg_hand_rock.xml -fa_reg_hand_scissors.xml -fa_reg_hand_spock.xml -fa_reg_handshake.xml -fa_reg_hdd.xml -fa_reg_heart.xml -fa_reg_hospital.xml -fa_reg_hourglass.xml -fa_reg_id_badge.xml -fa_reg_id_card.xml -fa_reg_image.xml -fa_reg_images.xml -fa_reg_keyboard.xml -fa_reg_kiss.xml -fa_reg_kiss_beam.xml -fa_reg_kiss_wink_heart.xml -fa_reg_laugh.xml -fa_reg_laugh_beam.xml -fa_reg_laugh_squint.xml -fa_reg_laugh_wink.xml -fa_reg_lemon.xml -fa_reg_life_ring.xml -fa_reg_lightbulb.xml -fa_reg_list_alt.xml -fa_reg_map.xml -fa_reg_meh.xml -fa_reg_meh_blank.xml -fa_reg_meh_rolling_eyes.xml -fa_reg_minus_square.xml -fa_reg_money_bill_alt.xml -fa_reg_moon.xml -fa_reg_newspaper.xml -fa_reg_object_group.xml -fa_reg_object_ungroup.xml -fa_reg_paper_plane.xml -fa_reg_pause_circle.xml -fa_reg_play_circle.xml -fa_reg_plus_square.xml -fa_reg_question_circle.xml -fa_reg_registered.xml -fa_reg_sad_cry.xml -fa_reg_sad_tear.xml -fa_reg_save.xml -fa_reg_share_square.xml -fa_reg_smile.xml -fa_reg_smile_beam.xml -fa_reg_smile_wink.xml -fa_reg_snowflake.xml -fa_reg_square.xml -fa_reg_star.xml -fa_reg_star_half.xml -fa_reg_sticky_note.xml -fa_reg_stop_circle.xml -fa_reg_sun.xml -fa_reg_surprise.xml -fa_reg_thumbs_down.xml -fa_reg_thumbs_up.xml -fa_reg_times_circle.xml -fa_reg_tired.xml -fa_reg_trash_alt.xml -fa_reg_user.xml -fa_reg_user_circle.xml -fa_reg_window_close.xml -fa_reg_window_maximize.xml -fa_reg_window_minimize.xml -fa_reg_window_restore.xml -fa_registered.xml -fa_remove_format.xml -fa_renren.xml -fa_reply.xml -fa_reply_all.xml -fa_replyd.xml -fa_republican.xml -fa_researchgate.xml -fa_resolving.xml -fa_restroom.xml -fa_retweet.xml -fa_rev.xml -fa_ribbon.xml -fa_ring.xml -fa_road.xml -fa_robot.xml -fa_rocket.xml -fa_rocketchat.xml -fa_rockrms.xml -fa_route.xml -fa_rproject.xml -fa_rss.xml -fa_rss_square.xml -fa_ruble_sign.xml -fa_ruler.xml -fa_ruler_combined.xml -fa_ruler_horizontal.xml -fa_ruler_vertical.xml -fa_running.xml -fa_rupee_sign.xml -fa_rust.xml -fa_sad_cry.xml -fa_sad_tear.xml -fa_safari.xml -fa_salesforce.xml -fa_sass.xml -fa_satellite.xml -fa_satellite_dish.xml -fa_save.xml -fa_schlix.xml -fa_school.xml -fa_screwdriver.xml -fa_scribd.xml -fa_scroll.xml -fa_sd_card.xml -fa_search.xml -fa_search_dollar.xml -fa_search_location.xml -fa_search_minus.xml -fa_search_plus.xml -fa_searchengin.xml -fa_seedling.xml -fa_sellcast.xml -fa_sellsy.xml -fa_server.xml -fa_servicestack.xml -fa_shapes.xml -fa_share.xml -fa_share_alt.xml -fa_share_alt_square.xml -fa_share_square.xml -fa_shekel_sign.xml -fa_shield_alt.xml -fa_shield_virus.xml -fa_ship.xml -fa_shipping_fast.xml -fa_shirtsinbulk.xml -fa_shoe_prints.xml -fa_shopify.xml -fa_shopping_bag.xml -fa_shopping_basket.xml -fa_shopping_cart.xml -fa_shopware.xml -fa_shower.xml -fa_shuttle_van.xml -fa_sign.xml -fa_sign_in_alt.xml -fa_sign_language.xml -fa_sign_out_alt.xml -fa_signal.xml -fa_signature.xml -fa_sim_card.xml -fa_simplybuilt.xml -fa_sink.xml -fa_sistrix.xml -fa_sitemap.xml -fa_sith.xml -fa_skating.xml -fa_sketch.xml -fa_skiing.xml -fa_skiing_nordic.xml -fa_skull.xml -fa_skull_crossbones.xml -fa_skyatlas.xml -fa_skype.xml -fa_slack.xml -fa_slack_hash.xml -fa_slash.xml -fa_sleigh.xml -fa_sliders_h.xml -fa_slideshare.xml -fa_smile.xml -fa_smile_beam.xml -fa_smile_wink.xml -fa_smog.xml -fa_smoking.xml -fa_smoking_ban.xml -fa_sms.xml -fa_snapchat.xml -fa_snapchat_ghost.xml -fa_snapchat_square.xml -fa_snowboarding.xml -fa_snowflake.xml -fa_snowman.xml -fa_snowplow.xml -fa_soap.xml -fa_socks.xml -fa_solar_panel.xml -fa_sort.xml -fa_sort_alpha_down.xml -fa_sort_alpha_down_alt.xml -fa_sort_alpha_up.xml -fa_sort_alpha_up_alt.xml -fa_sort_amount_down.xml -fa_sort_amount_down_alt.xml -fa_sort_amount_up.xml -fa_sort_amount_up_alt.xml -fa_sort_down.xml -fa_sort_numeric_down.xml -fa_sort_numeric_down_alt.xml -fa_sort_numeric_up.xml -fa_sort_numeric_up_alt.xml -fa_sort_up.xml -fa_soundcloud.xml -fa_sourcetree.xml -fa_spa.xml -fa_space_shuttle.xml -fa_speakap.xml -fa_speaker_deck.xml -fa_spell_check.xml -fa_spider.xml -fa_spinner.xml -fa_splotch.xml -fa_spotify.xml -fa_spray_can.xml -fa_square.xml -fa_square_full.xml -fa_square_root_alt.xml -fa_squarespace.xml -fa_stack_exchange.xml -fa_stack_overflow.xml -fa_stackpath.xml -fa_stamp.xml -fa_star.xml -fa_star_and_crescent.xml -fa_star_half.xml -fa_star_half_alt.xml -fa_star_of_david.xml -fa_star_of_life.xml -fa_staylinked.xml -fa_steam.xml -fa_steam_square.xml -fa_steam_symbol.xml -fa_step_backward.xml -fa_step_forward.xml -fa_stethoscope.xml -fa_sticker_mule.xml -fa_sticky_note.xml -fa_stop.xml -fa_stop_circle.xml -fa_stopwatch.xml -fa_stopwatch20.xml -fa_store.xml -fa_store_alt.xml -fa_store_alt_slash.xml -fa_store_slash.xml -fa_strava.xml -fa_stream.xml -fa_street_view.xml -fa_strikethrough.xml -fa_stripe.xml -fa_stripe_s.xml -fa_stroopwafel.xml -fa_studiovinari.xml -fa_stumbleupon.xml -fa_stumbleupon_circle.xml -fa_subscript.xml -fa_subway.xml -fa_suitcase.xml -fa_suitcase_rolling.xml -fa_sun.xml -fa_superpowers.xml -fa_superscript.xml -fa_supple.xml -fa_surprise.xml -fa_suse.xml -fa_swatchbook.xml -fa_swift.xml -fa_swimmer.xml -fa_swimming_pool.xml -fa_symfony.xml -fa_synagogue.xml -fa_sync.xml -fa_sync_alt.xml -fa_syringe.xml -fa_table.xml -fa_table_tennis.xml -fa_tablet.xml -fa_tablet_alt.xml -fa_tablets.xml -fa_tachometer_alt.xml -fa_tag.xml -fa_tags.xml -fa_tape.xml -fa_tasks.xml -fa_taxi.xml -fa_teamspeak.xml -fa_teeth.xml -fa_teeth_open.xml -fa_telegram.xml -fa_telegram_plane.xml -fa_temperature_high.xml -fa_temperature_low.xml -fa_tencent_weibo.xml -fa_tenge.xml -fa_terminal.xml -fa_text_height.xml -fa_text_width.xml -fa_th.xml -fa_th_large.xml -fa_th_list.xml -fa_the_red_yeti.xml -fa_theater_masks.xml -fa_themeco.xml -fa_themeisle.xml -fa_thermometer.xml -fa_thermometer_empty.xml -fa_thermometer_full.xml -fa_thermometer_half.xml -fa_thermometer_quarter.xml -fa_thermometer_three_quarters.xml -fa_think_peaks.xml -fa_thumbs_down.xml -fa_thumbs_up.xml -fa_thumbtack.xml -fa_ticket_alt.xml -fa_tiktok.xml -fa_times.xml -fa_times_circle.xml -fa_tint.xml -fa_tint_slash.xml -fa_tired.xml -fa_toggle_off.xml -fa_toggle_on.xml -fa_toilet.xml -fa_toilet_paper.xml -fa_toilet_paper_slash.xml -fa_toolbox.xml -fa_tools.xml -fa_tooth.xml -fa_torah.xml -fa_torii_gate.xml -fa_tractor.xml -fa_trade_federation.xml -fa_trademark.xml -fa_traffic_light.xml -fa_trailer.xml -fa_train.xml -fa_tram.xml -fa_transgender.xml -fa_transgender_alt.xml -fa_trash.xml -fa_trash_alt.xml -fa_trash_restore.xml -fa_trash_restore_alt.xml -fa_tree.xml -fa_trello.xml -fa_tripadvisor.xml -fa_trophy.xml -fa_truck.xml -fa_truck_loading.xml -fa_truck_monster.xml -fa_truck_moving.xml -fa_truck_pickup.xml -fa_tshirt.xml -fa_tty.xml -fa_tumblr.xml -fa_tumblr_square.xml -fa_tv.xml -fa_twitch.xml -fa_twitter.xml -fa_twitter_square.xml -fa_typo3.xml -fa_uber.xml -fa_ubuntu.xml -fa_uikit.xml -fa_umbraco.xml -fa_umbrella.xml -fa_umbrella_beach.xml -fa_uncharted.xml -fa_underline.xml -fa_undo.xml -fa_undo_alt.xml -fa_uniregistry.xml -fa_unity.xml -fa_universal_access.xml -fa_university.xml -fa_unlink.xml -fa_unlock.xml -fa_unlock_alt.xml -fa_unsplash.xml -fa_untappd.xml -fa_upload.xml -fa_ups.xml -fa_usb.xml -fa_user.xml -fa_user_alt.xml -fa_user_alt_slash.xml -fa_user_astronaut.xml -fa_user_check.xml -fa_user_circle.xml -fa_user_clock.xml -fa_user_cog.xml -fa_user_edit.xml -fa_user_friends.xml -fa_user_graduate.xml -fa_user_injured.xml -fa_user_lock.xml -fa_user_md.xml -fa_user_minus.xml -fa_user_ninja.xml -fa_user_nurse.xml -fa_user_plus.xml -fa_user_secret.xml -fa_user_shield.xml -fa_user_slash.xml -fa_user_tag.xml -fa_user_tie.xml -fa_user_times.xml -fa_users.xml -fa_users_cog.xml -fa_users_slash.xml -fa_usps.xml -fa_ussunnah.xml -fa_utensil_spoon.xml -fa_utensils.xml -fa_vaadin.xml -fa_vector_square.xml -fa_venus.xml -fa_venus_double.xml -fa_venus_mars.xml -fa_vest.xml -fa_vest_patches.xml -fa_viacoin.xml -fa_viadeo.xml -fa_viadeo_square.xml -fa_vial.xml -fa_vials.xml -fa_viber.xml -fa_video.xml -fa_video_slash.xml -fa_vihara.xml -fa_vimeo.xml -fa_vimeo_square.xml -fa_vimeo_v.xml -fa_vine.xml -fa_virus.xml -fa_virus_slash.xml -fa_viruses.xml -fa_vk.xml -fa_vnv.xml -fa_voicemail.xml -fa_volleyball_ball.xml -fa_volume_down.xml -fa_volume_mute.xml -fa_volume_off.xml -fa_volume_up.xml -fa_vote_yea.xml -fa_vr_cardboard.xml -fa_vuejs.xml -fa_walking.xml -fa_wallet.xml -fa_warehouse.xml -fa_watchman_monitoring.xml -fa_water.xml -fa_wave_square.xml -fa_waze.xml -fa_weebly.xml -fa_weibo.xml -fa_weight.xml -fa_weight_hanging.xml -fa_weixin.xml -fa_whatsapp.xml -fa_whatsapp_square.xml -fa_wheelchair.xml -fa_whmcs.xml -fa_wifi.xml -fa_wikipedia_w.xml -fa_wind.xml -fa_window_close.xml -fa_window_maximize.xml -fa_window_minimize.xml -fa_window_restore.xml -fa_windows.xml -fa_wine_bottle.xml -fa_wine_glass.xml -fa_wine_glass_alt.xml -fa_wix.xml -fa_wizards_of_the_coast.xml -fa_wodu.xml -fa_wolf_pack_battalion.xml -fa_won_sign.xml -fa_wordpress.xml -fa_wordpress_simple.xml -fa_wpbeginner.xml -fa_wpexplorer.xml -fa_wpforms.xml -fa_wpressr.xml -fa_wrench.xml -fa_xbox.xml -fa_xing.xml -fa_xing_square.xml -fa_xray.xml -fa_yahoo.xml -fa_yammer.xml -fa_yandex.xml -fa_yandex_international.xml -fa_yarn.xml -fa_ycombinator.xml -fa_yelp.xml -fa_yen_sign.xml -fa_yin_yang.xml -fa_yoast.xml -fa_youtube.xml -fa_youtube_square.xml -fa_zhihu.xml -md10_k.xml -md10_mp.xml -md11_mp.xml -md123.xml -md12_mp.xml -md13_mp.xml -md14_mp.xml -md15_mp.xml -md16_mp.xml -md17_mp.xml -md18_mp.xml -md18_up_rating.xml -md19_mp.xml -md1_k.xml -md1_kplus.xml -md1_xmobiledata.xml -md20_mp.xml -md21_mp.xml -md22_mp.xml -md23_mp.xml -md24_mp.xml -md2_k.xml -md2_kplus.xml -md2_mp.xml -md30_fps.xml -md30_fps_select.xml -md360.xml -md3_drotation.xml -md3_gmobiledata.xml -md3_k.xml -md3_kplus.xml -md3_mp.xml -md3_p.xml -md4_gmobiledata.xml -md4_gplus_mobiledata.xml -md4_k.xml -md4_kplus.xml -md4_mp.xml -md5_g.xml -md5_k.xml -md5_kplus.xml -md5_mp.xml -md60_fps.xml -md60_fps_select.xml -md6_ft_apart.xml -md6_k.xml -md6_kplus.xml -md6_mp.xml -md7_k.xml -md7_kplus.xml -md7_mp.xml -md8_k.xml -md8_kplus.xml -md8_mp.xml -md9_k.xml -md9_kplus.xml -md9_mp.xml -md_abc.xml -md_ac_unit.xml -md_access_alarm.xml -md_access_alarms.xml -md_access_time.xml -md_access_time_filled.xml -md_accessibility.xml -md_accessibility_new.xml -md_accessible.xml -md_accessible_forward.xml -md_account_balance.xml -md_account_balance_wallet.xml -md_account_box.xml -md_account_circle.xml -md_account_tree.xml -md_ad_units.xml -md_adb.xml -md_add.xml -md_add_alarm.xml -md_add_alert.xml -md_add_aphoto.xml -md_add_box.xml -md_add_business.xml -md_add_call.xml -md_add_card.xml -md_add_chart.xml -md_add_circle.xml -md_add_circle_outline.xml -md_add_comment.xml -md_add_home.xml -md_add_home_work.xml -md_add_ic_call.xml -md_add_link.xml -md_add_location.xml -md_add_location_alt.xml -md_add_moderator.xml -md_add_photo_alternate.xml -md_add_reaction.xml -md_add_road.xml -md_add_shopping_cart.xml -md_add_task.xml -md_add_to_drive.xml -md_add_to_home_screen.xml -md_add_to_photos.xml -md_add_to_queue.xml -md_addchart.xml -md_adf_scanner.xml -md_adjust.xml -md_admin_panel_settings.xml -md_ads_click.xml -md_agriculture.xml -md_air.xml -md_airline_seat_flat.xml -md_airline_seat_flat_angled.xml -md_airline_seat_individual_suite.xml -md_airline_seat_legroom_extra.xml -md_airline_seat_legroom_normal.xml -md_airline_seat_legroom_reduced.xml -md_airline_seat_recline_extra.xml -md_airline_seat_recline_normal.xml -md_airline_stops.xml -md_airlines.xml -md_airplane_ticket.xml -md_airplanemode_active.xml -md_airplanemode_inactive.xml -md_airplay.xml -md_airport_shuttle.xml -md_alarm.xml -md_alarm_add.xml -md_alarm_off.xml -md_alarm_on.xml -md_album.xml -md_align_horizontal_center.xml -md_align_horizontal_left.xml -md_align_horizontal_right.xml -md_align_vertical_bottom.xml -md_align_vertical_center.xml -md_align_vertical_top.xml -md_all_inbox.xml -md_all_inclusive.xml -md_all_out.xml -md_alt_route.xml -md_alternate_email.xml -md_amp_stories.xml -md_analytics.xml -md_anchor.xml -md_android.xml -md_animation.xml -md_announcement.xml -md_aod.xml -md_apartment.xml -md_api.xml -md_app_blocking.xml -md_app_registration.xml -md_app_settings_alt.xml -md_app_shortcut.xml -md_approval.xml -md_apps.xml -md_apps_outage.xml -md_architecture.xml -md_archive.xml -md_area_chart.xml -md_arrow_back.xml -md_arrow_back_ios.xml -md_arrow_back_ios_new.xml -md_arrow_circle_down.xml -md_arrow_circle_left.xml -md_arrow_circle_right.xml -md_arrow_circle_up.xml -md_arrow_downward.xml -md_arrow_drop_down.xml -md_arrow_drop_down_circle.xml -md_arrow_drop_up.xml -md_arrow_forward.xml -md_arrow_forward_ios.xml -md_arrow_left.xml -md_arrow_outward.xml -md_arrow_right.xml -md_arrow_right_alt.xml -md_arrow_upward.xml -md_art_track.xml -md_article.xml -md_aspect_ratio.xml -md_assessment.xml -md_assignment.xml -md_assignment_add.xml -md_assignment_ind.xml -md_assignment_late.xml -md_assignment_return.xml -md_assignment_returned.xml -md_assignment_turned_in.xml -md_assist_walker.xml -md_assistant.xml -md_assistant_direction.xml -md_assistant_navigation.xml -md_assistant_photo.xml -md_assured_workload.xml -md_atm.xml -md_attach_email.xml -md_attach_file.xml -md_attach_money.xml -md_attachment.xml -md_attractions.xml -md_attribution.xml -md_audio_file.xml -md_audiotrack.xml -md_auto_awesome.xml -md_auto_awesome_mosaic.xml -md_auto_awesome_motion.xml -md_auto_delete.xml -md_auto_fix_high.xml -md_auto_fix_normal.xml -md_auto_fix_off.xml -md_auto_graph.xml -md_auto_mode.xml -md_auto_stories.xml -md_autofps_select.xml -md_autorenew.xml -md_av_timer.xml -md_baby_changing_station.xml -md_back_hand.xml -md_backpack.xml -md_backspace.xml -md_backup.xml -md_backup_table.xml -md_badge.xml -md_bakery_dining.xml -md_balance.xml -md_balcony.xml -md_ballot.xml -md_bar_chart.xml -md_barcode_reader.xml -md_batch_prediction.xml -md_bathroom.xml -md_bathtub.xml -md_battery0_bar.xml -md_battery1_bar.xml -md_battery20.xml -md_battery2_bar.xml -md_battery30.xml -md_battery3_bar.xml -md_battery4_bar.xml -md_battery50.xml -md_battery5_bar.xml -md_battery60.xml -md_battery6_bar.xml -md_battery80.xml -md_battery90.xml -md_battery_alert.xml -md_battery_charging20.xml -md_battery_charging30.xml -md_battery_charging50.xml -md_battery_charging60.xml -md_battery_charging80.xml -md_battery_charging90.xml -md_battery_charging_full.xml -md_battery_full.xml -md_battery_saver.xml -md_battery_std.xml -md_battery_unknown.xml -md_beach_access.xml -md_bed.xml -md_bedroom_baby.xml -md_bedroom_child.xml -md_bedroom_parent.xml -md_bedtime.xml -md_bedtime_off.xml -md_beenhere.xml -md_bento.xml -md_bike_scooter.xml -md_biotech.xml -md_blender.xml -md_blind.xml -md_blinds.xml -md_blinds_closed.xml -md_block.xml -md_block_flipped.xml -md_bloodtype.xml -md_bluetooth.xml -md_bluetooth_audio.xml -md_bluetooth_connected.xml -md_bluetooth_disabled.xml -md_bluetooth_drive.xml -md_bluetooth_searching.xml -md_blur_circular.xml -md_blur_linear.xml -md_blur_off.xml -md_blur_on.xml -md_bolt.xml -md_book.xml -md_book_online.xml -md_bookmark.xml -md_bookmark_add.xml -md_bookmark_added.xml -md_bookmark_border.xml -md_bookmark_remove.xml -md_bookmarks.xml -md_border_all.xml -md_border_bottom.xml -md_border_clear.xml -md_border_color.xml -md_border_horizontal.xml -md_border_inner.xml -md_border_left.xml -md_border_outer.xml -md_border_right.xml -md_border_style.xml -md_border_top.xml -md_border_vertical.xml -md_boy.xml -md_branding_watermark.xml -md_breakfast_dining.xml -md_brightness1.xml -md_brightness2.xml -md_brightness3.xml -md_brightness4.xml -md_brightness5.xml -md_brightness6.xml -md_brightness7.xml -md_brightness_auto.xml -md_brightness_high.xml -md_brightness_low.xml -md_brightness_medium.xml -md_broadcast_on_home.xml -md_broadcast_on_personal.xml -md_broken_image.xml -md_browse_gallery.xml -md_browser_not_supported.xml -md_browser_updated.xml -md_brunch_dining.xml -md_brush.xml -md_bubble_chart.xml -md_bug_report.xml -md_build.xml -md_build_circle.xml -md_bungalow.xml -md_burst_mode.xml -md_bus_alert.xml -md_business.xml -md_business_center.xml -md_cabin.xml -md_cable.xml -md_cached.xml -md_cake.xml -md_calculate.xml -md_calendar_month.xml -md_calendar_today.xml -md_calendar_view_day.xml -md_calendar_view_month.xml -md_calendar_view_week.xml -md_call.xml -md_call_end.xml -md_call_made.xml -md_call_merge.xml -md_call_missed.xml -md_call_missed_outgoing.xml -md_call_received.xml -md_call_split.xml -md_call_to_action.xml -md_camera.xml -md_camera_alt.xml -md_camera_enhance.xml -md_camera_front.xml -md_camera_indoor.xml -md_camera_outdoor.xml -md_camera_rear.xml -md_camera_roll.xml -md_cameraswitch.xml -md_campaign.xml -md_cancel.xml -md_cancel_presentation.xml -md_cancel_schedule_send.xml -md_candlestick_chart.xml -md_car_crash.xml -md_car_rental.xml -md_car_repair.xml -md_card_giftcard.xml -md_card_membership.xml -md_card_travel.xml -md_carpenter.xml -md_cases.xml -md_casino.xml -md_cast.xml -md_cast_connected.xml -md_cast_for_education.xml -md_castle.xml -md_catching_pokemon.xml -md_category.xml -md_celebration.xml -md_cell_tower.xml -md_cell_wifi.xml -md_center_focus_strong.xml -md_center_focus_weak.xml -md_chair.xml -md_chair_alt.xml -md_chalet.xml -md_change_circle.xml -md_change_history.xml -md_charging_station.xml -md_chat.xml -md_chat_bubble.xml -md_chat_bubble_outline.xml -md_check.xml -md_check_box.xml -md_check_box_outline_blank.xml -md_check_circle.xml -md_check_circle_outline.xml -md_checklist.xml -md_checklist_rtl.xml -md_checkroom.xml -md_chevron_left.xml -md_chevron_right.xml -md_child_care.xml -md_child_friendly.xml -md_chrome_reader_mode.xml -md_church.xml -md_circle.xml -md_circle_notifications.xml -md_class.xml -md_clean_hands.xml -md_cleaning_services.xml -md_clear.xml -md_clear_all.xml -md_close.xml -md_close_fullscreen.xml -md_closed_caption.xml -md_closed_caption_disabled.xml -md_closed_caption_off.xml -md_cloud.xml -md_cloud_circle.xml -md_cloud_done.xml -md_cloud_download.xml -md_cloud_off.xml -md_cloud_queue.xml -md_cloud_sync.xml -md_cloud_upload.xml -md_cloudy_snowing.xml -md_co2.xml -md_co_present.xml -md_code.xml -md_code_off.xml -md_coffee.xml -md_coffee_maker.xml -md_collections.xml -md_collections_bookmark.xml -md_color_lens.xml -md_colorize.xml -md_comment.xml -md_comment_bank.xml -md_comments_disabled.xml -md_commit.xml -md_commute.xml -md_compare.xml -md_compare_arrows.xml -md_compass_calibration.xml -md_compost.xml -md_compress.xml -md_computer.xml -md_confirmation_number.xml -md_connect_without_contact.xml -md_connected_tv.xml -md_connecting_airports.xml -md_construction.xml -md_contact_emergency.xml -md_contact_mail.xml -md_contact_page.xml -md_contact_phone.xml -md_contact_support.xml -md_contactless.xml -md_contacts.xml -md_content_copy.xml -md_content_cut.xml -md_content_paste.xml -md_content_paste_go.xml -md_content_paste_off.xml -md_content_paste_search.xml -md_contrast.xml -md_control_camera.xml -md_control_point.xml -md_control_point_duplicate.xml -md_conveyor_belt.xml -md_cookie.xml -md_copy_all.xml -md_copyright.xml -md_coronavirus.xml -md_corporate_fare.xml -md_cottage.xml -md_countertops.xml -md_create.xml -md_create_new_folder.xml -md_credit_card.xml -md_credit_card_off.xml -md_credit_score.xml -md_crib.xml -md_crisis_alert.xml -md_crop.xml -md_crop169.xml -md_crop32.xml -md_crop54.xml -md_crop75.xml -md_crop_din.xml -md_crop_free.xml -md_crop_landscape.xml -md_crop_original.xml -md_crop_portrait.xml -md_crop_rotate.xml -md_crop_square.xml -md_cruelty_free.xml -md_css.xml -md_currency_bitcoin.xml -md_currency_exchange.xml -md_currency_franc.xml -md_currency_lira.xml -md_currency_pound.xml -md_currency_ruble.xml -md_currency_rupee.xml -md_currency_yen.xml -md_currency_yuan.xml -md_curtains.xml -md_curtains_closed.xml -md_cyclone.xml -md_dangerous.xml -md_dark_mode.xml -md_dashboard.xml -md_dashboard_customize.xml -md_data_array.xml -md_data_exploration.xml -md_data_object.xml -md_data_saver_off.xml -md_data_saver_on.xml -md_data_thresholding.xml -md_data_usage.xml -md_dataset.xml -md_dataset_linked.xml -md_date_range.xml -md_deblur.xml -md_deck.xml -md_dehaze.xml -md_delete.xml -md_delete_forever.xml -md_delete_outline.xml -md_delete_sweep.xml -md_delivery_dining.xml -md_density_large.xml -md_density_medium.xml -md_density_small.xml -md_departure_board.xml -md_description.xml -md_deselect.xml -md_design_services.xml -md_desk.xml -md_desktop_access_disabled.xml -md_desktop_mac.xml -md_desktop_windows.xml -md_details.xml -md_developer_board.xml -md_developer_board_off.xml -md_developer_mode.xml -md_device_hub.xml -md_device_thermostat.xml -md_device_unknown.xml -md_devices.xml -md_devices_fold.xml -md_devices_other.xml -md_dew_point.xml -md_dialer_sip.xml -md_dialpad.xml -md_diamond.xml -md_difference.xml -md_dining.xml -md_dinner_dining.xml -md_directions.xml -md_directions_bike.xml -md_directions_boat.xml -md_directions_boat_filled.xml -md_directions_bus.xml -md_directions_bus_filled.xml -md_directions_car.xml -md_directions_car_filled.xml -md_directions_off.xml -md_directions_railway.xml -md_directions_railway_filled.xml -md_directions_run.xml -md_directions_subway.xml -md_directions_subway_filled.xml -md_directions_transit.xml -md_directions_transit_filled.xml -md_directions_walk.xml -md_dirty_lens.xml -md_disabled_by_default.xml -md_disabled_visible.xml -md_disc_full.xml -md_discount.xml -md_display_settings.xml -md_diversity1.xml -md_diversity2.xml -md_diversity3.xml -md_dns.xml -md_do_disturb.xml -md_do_disturb_alt.xml -md_do_disturb_off.xml -md_do_disturb_on.xml -md_do_not_disturb.xml -md_do_not_disturb_alt.xml -md_do_not_disturb_off.xml -md_do_not_disturb_on.xml -md_do_not_disturb_on_total_silence.xml -md_do_not_step.xml -md_do_not_touch.xml -md_dock.xml -md_document_scanner.xml -md_domain.xml -md_domain_add.xml -md_domain_disabled.xml -md_domain_verification.xml -md_done.xml -md_done_all.xml -md_done_outline.xml -md_donut_large.xml -md_donut_small.xml -md_door_back.xml -md_door_front.xml -md_door_sliding.xml -md_doorbell.xml -md_double_arrow.xml -md_downhill_skiing.xml -md_download.xml -md_download_done.xml -md_download_for_offline.xml -md_downloading.xml -md_drafts.xml -md_drag_handle.xml -md_drag_indicator.xml -md_draw.xml -md_drive_eta.xml -md_drive_file_move.xml -md_drive_file_move_outline.xml -md_drive_file_move_rtl.xml -md_drive_file_rename_outline.xml -md_drive_folder_upload.xml -md_dry.xml -md_dry_cleaning.xml -md_duo.xml -md_dvr.xml -md_dynamic_feed.xml -md_dynamic_form.xml -md_earbuds.xml -md_earbuds_battery.xml -md_east.xml -md_eco.xml -md_edgesensor_high.xml -md_edgesensor_low.xml -md_edit.xml -md_edit_attributes.xml -md_edit_calendar.xml -md_edit_document.xml -md_edit_location.xml -md_edit_location_alt.xml -md_edit_note.xml -md_edit_notifications.xml -md_edit_off.xml -md_edit_road.xml -md_edit_square.xml -md_egg.xml -md_egg_alt.xml -md_eject.xml -md_elderly.xml -md_elderly_woman.xml -md_electric_bike.xml -md_electric_bolt.xml -md_electric_car.xml -md_electric_meter.xml -md_electric_moped.xml -md_electric_rickshaw.xml -md_electric_scooter.xml -md_electrical_services.xml -md_elevator.xml -md_email.xml -md_emergency.xml -md_emergency_recording.xml -md_emergency_share.xml -md_emobiledata.xml -md_emoji_emotions.xml -md_emoji_events.xml -md_emoji_flags.xml -md_emoji_food_beverage.xml -md_emoji_nature.xml -md_emoji_objects.xml -md_emoji_people.xml -md_emoji_symbols.xml -md_emoji_transportation.xml -md_energy_savings_leaf.xml -md_engineering.xml -md_enhanced_encryption.xml -md_equalizer.xml -md_error.xml -md_error_outline.xml -md_escalator.xml -md_escalator_warning.xml -md_euro.xml -md_euro_symbol.xml -md_ev_station.xml -md_event.xml -md_event_available.xml -md_event_busy.xml -md_event_note.xml -md_event_repeat.xml -md_event_seat.xml -md_exit_to_app.xml -md_expand.xml -md_expand_circle_down.xml -md_expand_less.xml -md_expand_more.xml -md_explicit.xml -md_explore.xml -md_explore_off.xml -md_exposure.xml -md_exposure_neg1.xml -md_exposure_neg2.xml -md_exposure_plus1.xml -md_exposure_plus2.xml -md_exposure_zero.xml -md_extension.xml -md_extension_off.xml -md_face.xml -md_face2.xml -md_face3.xml -md_face4.xml -md_face5.xml -md_face6.xml -md_face_retouching_natural.xml -md_face_retouching_off.xml -md_face_unlock.xml -md_facebook.xml -md_fact_check.xml -md_factory.xml -md_family_restroom.xml -md_fast_forward.xml -md_fast_rewind.xml -md_fastfood.xml -md_favorite.xml -md_favorite_border.xml -md_fax.xml -md_featured_play_list.xml -md_featured_video.xml -md_feed.xml -md_feedback.xml -md_female.xml -md_fence.xml -md_festival.xml -md_fiber_dvr.xml -md_fiber_manual_record.xml -md_fiber_new.xml -md_fiber_pin.xml -md_fiber_smart_record.xml -md_file_copy.xml -md_file_download.xml -md_file_download_done.xml -md_file_download_off.xml -md_file_open.xml -md_file_present.xml -md_file_upload.xml -md_file_upload_off.xml -md_filter.xml -md_filter1.xml -md_filter2.xml -md_filter3.xml -md_filter4.xml -md_filter5.xml -md_filter6.xml -md_filter7.xml -md_filter8.xml -md_filter9.xml -md_filter9_plus.xml -md_filter_alt.xml -md_filter_alt_off.xml -md_filter_band_w.xml -md_filter_center_focus.xml -md_filter_drama.xml -md_filter_frames.xml -md_filter_hdr.xml -md_filter_list.xml -md_filter_list_alt.xml -md_filter_list_off.xml -md_filter_none.xml -md_filter_tilt_shift.xml -md_filter_vintage.xml -md_find_in_page.xml -md_find_replace.xml -md_fingerprint.xml -md_fire_extinguisher.xml -md_fire_hydrant_alt.xml -md_fire_truck.xml -md_fireplace.xml -md_first_page.xml -md_fit_screen.xml -md_fitbit.xml -md_fitness_center.xml -md_flag.xml -md_flag_circle.xml -md_flaky.xml -md_flare.xml -md_flash_auto.xml -md_flash_off.xml -md_flash_on.xml -md_flashlight_off.xml -md_flashlight_on.xml -md_flatware.xml -md_flight.xml -md_flight_class.xml -md_flight_land.xml -md_flight_takeoff.xml -md_flip.xml -md_flip_camera_android.xml -md_flip_camera_ios.xml -md_flip_to_back.xml -md_flip_to_front.xml -md_flood.xml -md_flourescent.xml -md_fluorescent.xml -md_flutter_dash.xml -md_fmd_bad.xml -md_fmd_good.xml -md_foggy.xml -md_folder.xml -md_folder_copy.xml -md_folder_delete.xml -md_folder_off.xml -md_folder_open.xml -md_folder_shared.xml -md_folder_special.xml -md_folder_zip.xml -md_follow_the_signs.xml -md_font_download.xml -md_font_download_off.xml -md_food_bank.xml -md_forest.xml -md_fork_left.xml -md_fork_right.xml -md_forklift.xml -md_format_align_center.xml -md_format_align_justify.xml -md_format_align_left.xml -md_format_align_right.xml -md_format_bold.xml -md_format_clear.xml -md_format_color_fill.xml -md_format_color_reset.xml -md_format_color_text.xml -md_format_indent_decrease.xml -md_format_indent_increase.xml -md_format_italic.xml -md_format_line_spacing.xml -md_format_list_bulleted.xml -md_format_list_bulleted_add.xml -md_format_list_numbered.xml -md_format_list_numbered_rtl.xml -md_format_overline.xml -md_format_paint.xml -md_format_quote.xml -md_format_shapes.xml -md_format_size.xml -md_format_strikethrough.xml -md_format_textdirection_lto_r.xml -md_format_textdirection_rto_l.xml -md_format_underlined.xml -md_fort.xml -md_forum.xml -md_forward.xml -md_forward10.xml -md_forward30.xml -md_forward5.xml -md_forward_to_inbox.xml -md_foundation.xml -md_free_breakfast.xml -md_free_cancellation.xml -md_front_hand.xml -md_front_loader.xml -md_fullscreen.xml -md_fullscreen_exit.xml -md_functions.xml -md_gamepad.xml -md_games.xml -md_garage.xml -md_gas_meter.xml -md_gavel.xml -md_generating_tokens.xml -md_gesture.xml -md_get_app.xml -md_gif.xml -md_gif_box.xml -md_girl.xml -md_gite.xml -md_gmobiledata.xml -md_golf_course.xml -md_gpp_bad.xml -md_gpp_good.xml -md_gpp_maybe.xml -md_gps_fixed.xml -md_gps_not_fixed.xml -md_gps_off.xml -md_grade.xml -md_gradient.xml -md_grading.xml -md_grain.xml -md_graphic_eq.xml -md_grass.xml -md_grid3_x3.xml -md_grid4_x4.xml -md_grid_goldenratio.xml -md_grid_off.xml -md_grid_on.xml -md_grid_view.xml -md_group.xml -md_group_add.xml -md_group_off.xml -md_group_remove.xml -md_group_work.xml -md_groups.xml -md_groups2.xml -md_groups3.xml -md_gtranslate.xml -md_hail.xml -md_handshake.xml -md_handyman.xml -md_hardware.xml -md_hd.xml -md_hdr_auto.xml -md_hdr_auto_select.xml -md_hdr_enhanced_select.xml -md_hdr_off.xml -md_hdr_off_select.xml -md_hdr_on.xml -md_hdr_on_select.xml -md_hdr_plus.xml -md_hdr_strong.xml -md_hdr_weak.xml -md_headphones.xml -md_headphones_battery.xml -md_headset.xml -md_headset_mic.xml -md_headset_off.xml -md_healing.xml -md_health_and_safety.xml -md_hearing.xml -md_hearing_disabled.xml -md_heart_broken.xml -md_heat_pump.xml -md_height.xml -md_help.xml -md_help_center.xml -md_help_outline.xml -md_hevc.xml -md_hexagon.xml -md_hide_image.xml -md_hide_source.xml -md_high_quality.xml -md_highlight.xml -md_highlight_alt.xml -md_highlight_off.xml -md_hiking.xml -md_history.xml -md_history_edu.xml -md_history_toggle_off.xml -md_hive.xml -md_hls.xml -md_hls_off.xml -md_hmobiledata.xml -md_holiday_village.xml -md_home.xml -md_home_filled.xml -md_home_max.xml -md_home_mini.xml -md_home_repair_service.xml -md_home_work.xml -md_horizontal_distribute.xml -md_horizontal_rule.xml -md_horizontal_split.xml -md_hot_tub.xml -md_hotel.xml -md_hotel_class.xml -md_hourglass_bottom.xml -md_hourglass_disabled.xml -md_hourglass_empty.xml -md_hourglass_full.xml -md_hourglass_top.xml -md_house.xml -md_house_siding.xml -md_houseboat.xml -md_how_to_reg.xml -md_how_to_vote.xml -md_hplus_mobiledata.xml -md_html.xml -md_http.xml -md_https.xml -md_hub.xml -md_hvac.xml -md_ice_skating.xml -md_icecream.xml -md_image.xml -md_image_aspect_ratio.xml -md_image_not_supported.xml -md_image_search.xml -md_imagesearch_roller.xml -md_import_contacts.xml -md_import_export.xml -md_important_devices.xml -md_inbox.xml -md_incomplete_circle.xml -md_indeterminate_check_box.xml -md_info.xml -md_info_outline.xml -md_input.xml -md_insert_chart.xml -md_insert_chart_outlined.xml -md_insert_comment.xml -md_insert_drive_file.xml -md_insert_emoticon.xml -md_insert_invitation.xml -md_insert_link.xml -md_insert_page_break.xml -md_insert_photo.xml -md_insights.xml -md_install_desktop.xml -md_install_mobile.xml -md_integration_instructions.xml -md_interests.xml -md_interpreter_mode.xml -md_inventory.xml -md_inventory2.xml -md_invert_colors.xml -md_invert_colors_off.xml -md_ios_share.xml -md_iron.xml -md_iso.xml -md_javascript.xml -md_join_full.xml -md_join_inner.xml -md_join_left.xml -md_join_right.xml -md_kayaking.xml -md_kebab_dining.xml -md_key.xml -md_key_off.xml -md_keyboard.xml -md_keyboard_alt.xml -md_keyboard_arrow_down.xml -md_keyboard_arrow_left.xml -md_keyboard_arrow_right.xml -md_keyboard_arrow_up.xml -md_keyboard_backspace.xml -md_keyboard_capslock.xml -md_keyboard_command_key.xml -md_keyboard_control_key.xml -md_keyboard_double_arrow_down.xml -md_keyboard_double_arrow_left.xml -md_keyboard_double_arrow_right.xml -md_keyboard_double_arrow_up.xml -md_keyboard_hide.xml -md_keyboard_option_key.xml -md_keyboard_return.xml -md_keyboard_tab.xml -md_keyboard_voice.xml -md_king_bed.xml -md_kitchen.xml -md_kitesurfing.xml -md_label.xml -md_label_important.xml -md_label_important_outline.xml -md_label_off.xml -md_label_outline.xml -md_lan.xml -md_landscape.xml -md_landslide.xml -md_language.xml -md_laptop.xml -md_laptop_chromebook.xml -md_laptop_mac.xml -md_laptop_windows.xml -md_last_page.xml -md_launch.xml -md_layers.xml -md_layers_clear.xml -md_leaderboard.xml -md_leak_add.xml -md_leak_remove.xml -md_legend_toggle.xml -md_lens.xml -md_lens_blur.xml -md_library_add.xml -md_library_add_check.xml -md_library_books.xml -md_library_music.xml -md_light.xml -md_light_mode.xml -md_lightbulb.xml -md_lightbulb_circle.xml -md_lightbulb_outline.xml -md_line_axis.xml -md_line_style.xml -md_line_weight.xml -md_linear_scale.xml -md_link.xml -md_link_off.xml -md_linked_camera.xml -md_liquor.xml -md_list.xml -md_list_alt.xml -md_live_help.xml -md_live_tv.xml -md_living.xml -md_local_activity.xml -md_local_airport.xml -md_local_atm.xml -md_local_bar.xml -md_local_cafe.xml -md_local_car_wash.xml -md_local_convenience_store.xml -md_local_dining.xml -md_local_drink.xml -md_local_fire_department.xml -md_local_florist.xml -md_local_gas_station.xml -md_local_grocery_store.xml -md_local_hospital.xml -md_local_hotel.xml -md_local_laundry_service.xml -md_local_library.xml -md_local_mall.xml -md_local_movies.xml -md_local_offer.xml -md_local_parking.xml -md_local_pharmacy.xml -md_local_phone.xml -md_local_pizza.xml -md_local_play.xml -md_local_police.xml -md_local_post_office.xml -md_local_printshop.xml -md_local_see.xml -md_local_shipping.xml -md_local_taxi.xml -md_location_city.xml -md_location_disabled.xml -md_location_off.xml -md_location_on.xml -md_location_pin.xml -md_location_searching.xml -md_lock.xml -md_lock_clock.xml -md_lock_open.xml -md_lock_outline.xml -md_lock_person.xml -md_lock_reset.xml -md_login.xml -md_logo_dev.xml -md_logout.xml -md_looks.xml -md_looks3.xml -md_looks4.xml -md_looks5.xml -md_looks6.xml -md_looks_one.xml -md_looks_two.xml -md_loop.xml -md_loupe.xml -md_low_priority.xml -md_loyalty.xml -md_lte_mobiledata.xml -md_lte_plus_mobiledata.xml -md_luggage.xml -md_lunch_dining.xml -md_lyrics.xml -md_macro_off.xml -md_mail.xml -md_mail_lock.xml -md_mail_outline.xml -md_male.xml -md_man.xml -md_man2.xml -md_man3.xml -md_man4.xml -md_manage_accounts.xml -md_manage_history.xml -md_manage_search.xml -md_map.xml -md_maps_home_work.xml -md_maps_ugc.xml -md_margin.xml -md_mark_as_unread.xml -md_mark_chat_read.xml -md_mark_chat_unread.xml -md_mark_email_read.xml -md_mark_email_unread.xml -md_mark_unread_chat_alt.xml -md_markunread.xml -md_markunread_mailbox.xml -md_masks.xml -md_maximize.xml -md_media_bluetooth_off.xml -md_media_bluetooth_on.xml -md_mediation.xml -md_medical_information.xml -md_medical_services.xml -md_medication.xml -md_medication_liquid.xml -md_meeting_room.xml -md_memory.xml -md_menu.xml -md_menu_book.xml -md_menu_open.xml -md_merge.xml -md_merge_type.xml -md_message.xml -md_mic.xml -md_mic_external_off.xml -md_mic_external_on.xml -md_mic_none.xml -md_mic_off.xml -md_microwave.xml -md_military_tech.xml -md_minimize.xml -md_minor_crash.xml -md_miscellaneous_services.xml -md_missed_video_call.xml -md_mms.xml -md_mobile_friendly.xml -md_mobile_off.xml -md_mobile_screen_share.xml -md_mobiledata_off.xml -md_mode.xml -md_mode_comment.xml -md_mode_edit.xml -md_mode_edit_outline.xml -md_mode_fan_off.xml -md_mode_night.xml -md_mode_of_travel.xml -md_mode_standby.xml -md_model_training.xml -md_monetization_on.xml -md_money.xml -md_money_off.xml -md_money_off_csred.xml -md_monitor.xml -md_monitor_heart.xml -md_monitor_weight.xml -md_monochrome_photos.xml -md_mood.xml -md_mood_bad.xml -md_moped.xml -md_more.xml -md_more_horiz.xml -md_more_time.xml -md_more_vert.xml -md_mosque.xml -md_motion_photos_auto.xml -md_motion_photos_off.xml -md_motion_photos_on.xml -md_motion_photos_pause.xml -md_motion_photos_paused.xml -md_mouse.xml -md_move_down.xml -md_move_to_inbox.xml -md_move_up.xml -md_movie.xml -md_movie_creation.xml -md_movie_edit.xml -md_movie_filter.xml -md_moving.xml -md_mp.xml -md_multiline_chart.xml -md_multiple_stop.xml -md_museum.xml -md_music_note.xml -md_music_off.xml -md_music_video.xml -md_my_location.xml -md_nat.xml -md_nature.xml -md_nature_people.xml -md_navigate_before.xml -md_navigate_next.xml -md_navigation.xml -md_near_me.xml -md_near_me_disabled.xml -md_nearby_error.xml -md_nearby_off.xml -md_nest_cam_wired_stand.xml -md_network_cell.xml -md_network_check.xml -md_network_locked.xml -md_network_ping.xml -md_network_wifi.xml -md_network_wifi1_bar.xml -md_network_wifi2_bar.xml -md_network_wifi3_bar.xml -md_new_label.xml -md_new_releases.xml -md_newspaper.xml -md_next_plan.xml -md_next_week.xml -md_nfc.xml -md_night_shelter.xml -md_nightlife.xml -md_nightlight.xml -md_nightlight_round.xml -md_nights_stay.xml -md_no_accounts.xml -md_no_adult_content.xml -md_no_backpack.xml -md_no_cell.xml -md_no_crash.xml -md_no_drinks.xml -md_no_encryption.xml -md_no_encryption_gmailerrorred.xml -md_no_flash.xml -md_no_food.xml -md_no_luggage.xml -md_no_meals.xml -md_no_meals_ouline.xml -md_no_meeting_room.xml -md_no_photography.xml -md_no_sim.xml -md_no_stroller.xml -md_no_transfer.xml -md_noise_aware.xml -md_noise_control_off.xml -md_nordic_walking.xml -md_north.xml -md_north_east.xml -md_north_west.xml -md_not_accessible.xml -md_not_interested.xml -md_not_listed_location.xml -md_not_started.xml -md_note.xml -md_note_add.xml -md_note_alt.xml -md_notes.xml -md_notification_add.xml -md_notification_important.xml -md_notifications.xml -md_notifications_active.xml -md_notifications_none.xml -md_notifications_off.xml -md_notifications_paused.xml -md_numbers.xml -md_offline_bolt.xml -md_offline_pin.xml -md_offline_share.xml -md_oil_barrel.xml -md_on_device_training.xml -md_ondemand_video.xml -md_online_prediction.xml -md_opacity.xml -md_open_in_browser.xml -md_open_in_full.xml -md_open_in_new.xml -md_open_in_new_off.xml -md_open_with.xml -md_other_houses.xml -md_outbond.xml -md_outbound.xml -md_outbox.xml -md_outdoor_grill.xml -md_outgoing_mail.xml -md_outlet.xml -md_outline10_k.xml -md_outline10_mp.xml -md_outline11_mp.xml -md_outline123.xml -md_outline12_mp.xml -md_outline13_mp.xml -md_outline14_mp.xml -md_outline15_mp.xml -md_outline16_mp.xml -md_outline17_mp.xml -md_outline18_mp.xml -md_outline18_up_rating.xml -md_outline19_mp.xml -md_outline1_k.xml -md_outline1_kplus.xml -md_outline1_xmobiledata.xml -md_outline20_mp.xml -md_outline21_mp.xml -md_outline22_mp.xml -md_outline23_mp.xml -md_outline24_mp.xml -md_outline2_k.xml -md_outline2_kplus.xml -md_outline2_mp.xml -md_outline30_fps.xml -md_outline30_fps_select.xml -md_outline360.xml -md_outline3_drotation.xml -md_outline3_gmobiledata.xml -md_outline3_k.xml -md_outline3_kplus.xml -md_outline3_mp.xml -md_outline3_p.xml -md_outline4_gmobiledata.xml -md_outline4_gplus_mobiledata.xml -md_outline4_k.xml -md_outline4_kplus.xml -md_outline4_mp.xml -md_outline5_g.xml -md_outline5_k.xml -md_outline5_kplus.xml -md_outline5_mp.xml -md_outline60_fps.xml -md_outline60_fps_select.xml -md_outline6_ft_apart.xml -md_outline6_k.xml -md_outline6_kplus.xml -md_outline6_mp.xml -md_outline7_k.xml -md_outline7_kplus.xml -md_outline7_mp.xml -md_outline8_k.xml -md_outline8_kplus.xml -md_outline8_mp.xml -md_outline9_k.xml -md_outline9_kplus.xml -md_outline9_mp.xml -md_outline_abc.xml -md_outline_ac_unit.xml -md_outline_access_alarm.xml -md_outline_access_alarms.xml -md_outline_access_time.xml -md_outline_access_time_filled.xml -md_outline_accessibility.xml -md_outline_accessibility_new.xml -md_outline_accessible.xml -md_outline_accessible_forward.xml -md_outline_account_balance.xml -md_outline_account_balance_wallet.xml -md_outline_account_box.xml -md_outline_account_circle.xml -md_outline_account_tree.xml -md_outline_ad_units.xml -md_outline_adb.xml -md_outline_add.xml -md_outline_add_alarm.xml -md_outline_add_alert.xml -md_outline_add_aphoto.xml -md_outline_add_box.xml -md_outline_add_business.xml -md_outline_add_card.xml -md_outline_add_chart.xml -md_outline_add_circle.xml -md_outline_add_circle_outline.xml -md_outline_add_comment.xml -md_outline_add_home.xml -md_outline_add_home_work.xml -md_outline_add_ic_call.xml -md_outline_add_link.xml -md_outline_add_location.xml -md_outline_add_location_alt.xml -md_outline_add_moderator.xml -md_outline_add_photo_alternate.xml -md_outline_add_reaction.xml -md_outline_add_road.xml -md_outline_add_shopping_cart.xml -md_outline_add_task.xml -md_outline_add_to_drive.xml -md_outline_add_to_home_screen.xml -md_outline_add_to_photos.xml -md_outline_add_to_queue.xml -md_outline_addchart.xml -md_outline_adf_scanner.xml -md_outline_adjust.xml -md_outline_admin_panel_settings.xml -md_outline_ads_click.xml -md_outline_agriculture.xml -md_outline_air.xml -md_outline_airline_seat_flat.xml -md_outline_airline_seat_flat_angled.xml -md_outline_airline_seat_individual_suite.xml -md_outline_airline_seat_legroom_extra.xml -md_outline_airline_seat_legroom_normal.xml -md_outline_airline_seat_legroom_reduced.xml -md_outline_airline_seat_recline_extra.xml -md_outline_airline_seat_recline_normal.xml -md_outline_airline_stops.xml -md_outline_airlines.xml -md_outline_airplane_ticket.xml -md_outline_airplanemode_active.xml -md_outline_airplanemode_inactive.xml -md_outline_airplay.xml -md_outline_airport_shuttle.xml -md_outline_alarm.xml -md_outline_alarm_add.xml -md_outline_alarm_off.xml -md_outline_alarm_on.xml -md_outline_album.xml -md_outline_align_horizontal_center.xml -md_outline_align_horizontal_left.xml -md_outline_align_horizontal_right.xml -md_outline_align_vertical_bottom.xml -md_outline_align_vertical_center.xml -md_outline_align_vertical_top.xml -md_outline_all_inbox.xml -md_outline_all_inclusive.xml -md_outline_all_out.xml -md_outline_alt_route.xml -md_outline_alternate_email.xml -md_outline_amp_stories.xml -md_outline_analytics.xml -md_outline_anchor.xml -md_outline_android.xml -md_outline_animation.xml -md_outline_announcement.xml -md_outline_aod.xml -md_outline_apartment.xml -md_outline_api.xml -md_outline_app_blocking.xml -md_outline_app_registration.xml -md_outline_app_settings_alt.xml -md_outline_app_shortcut.xml -md_outline_approval.xml -md_outline_apps.xml -md_outline_apps_outage.xml -md_outline_architecture.xml -md_outline_archive.xml -md_outline_area_chart.xml -md_outline_arrow_back.xml -md_outline_arrow_back_ios.xml -md_outline_arrow_back_ios_new.xml -md_outline_arrow_circle_down.xml -md_outline_arrow_circle_left.xml -md_outline_arrow_circle_right.xml -md_outline_arrow_circle_up.xml -md_outline_arrow_downward.xml -md_outline_arrow_drop_down.xml -md_outline_arrow_drop_down_circle.xml -md_outline_arrow_drop_up.xml -md_outline_arrow_forward.xml -md_outline_arrow_forward_ios.xml -md_outline_arrow_left.xml -md_outline_arrow_outward.xml -md_outline_arrow_right.xml -md_outline_arrow_right_alt.xml -md_outline_arrow_upward.xml -md_outline_art_track.xml -md_outline_article.xml -md_outline_aspect_ratio.xml -md_outline_assessment.xml -md_outline_assignment.xml -md_outline_assignment_ind.xml -md_outline_assignment_late.xml -md_outline_assignment_return.xml -md_outline_assignment_returned.xml -md_outline_assignment_turned_in.xml -md_outline_assist_walker.xml -md_outline_assistant.xml -md_outline_assistant_direction.xml -md_outline_assistant_photo.xml -md_outline_assured_workload.xml -md_outline_atm.xml -md_outline_attach_email.xml -md_outline_attach_file.xml -md_outline_attach_money.xml -md_outline_attachment.xml -md_outline_attractions.xml -md_outline_attribution.xml -md_outline_audio_file.xml -md_outline_audiotrack.xml -md_outline_auto_awesome.xml -md_outline_auto_awesome_mosaic.xml -md_outline_auto_awesome_motion.xml -md_outline_auto_delete.xml -md_outline_auto_fix_high.xml -md_outline_auto_fix_normal.xml -md_outline_auto_fix_off.xml -md_outline_auto_graph.xml -md_outline_auto_mode.xml -md_outline_auto_stories.xml -md_outline_autofps_select.xml -md_outline_autorenew.xml -md_outline_av_timer.xml -md_outline_baby_changing_station.xml -md_outline_back_hand.xml -md_outline_backpack.xml -md_outline_backspace.xml -md_outline_backup.xml -md_outline_backup_table.xml -md_outline_badge.xml -md_outline_bakery_dining.xml -md_outline_balance.xml -md_outline_balcony.xml -md_outline_ballot.xml -md_outline_bar_chart.xml -md_outline_batch_prediction.xml -md_outline_bathroom.xml -md_outline_bathtub.xml -md_outline_battery0_bar.xml -md_outline_battery1_bar.xml -md_outline_battery2_bar.xml -md_outline_battery3_bar.xml -md_outline_battery4_bar.xml -md_outline_battery5_bar.xml -md_outline_battery6_bar.xml -md_outline_battery_alert.xml -md_outline_battery_charging_full.xml -md_outline_battery_full.xml -md_outline_battery_saver.xml -md_outline_battery_std.xml -md_outline_battery_unknown.xml -md_outline_beach_access.xml -md_outline_bed.xml -md_outline_bedroom_baby.xml -md_outline_bedroom_child.xml -md_outline_bedroom_parent.xml -md_outline_bedtime.xml -md_outline_bedtime_off.xml -md_outline_beenhere.xml -md_outline_bento.xml -md_outline_bike_scooter.xml -md_outline_biotech.xml -md_outline_blender.xml -md_outline_blind.xml -md_outline_blinds.xml -md_outline_blinds_closed.xml -md_outline_block.xml -md_outline_bloodtype.xml -md_outline_bluetooth.xml -md_outline_bluetooth_audio.xml -md_outline_bluetooth_connected.xml -md_outline_bluetooth_disabled.xml -md_outline_bluetooth_drive.xml -md_outline_bluetooth_searching.xml -md_outline_blur_circular.xml -md_outline_blur_linear.xml -md_outline_blur_off.xml -md_outline_blur_on.xml -md_outline_bolt.xml -md_outline_book.xml -md_outline_book_online.xml -md_outline_bookmark.xml -md_outline_bookmark_add.xml -md_outline_bookmark_added.xml -md_outline_bookmark_border.xml -md_outline_bookmark_remove.xml -md_outline_bookmarks.xml -md_outline_border_all.xml -md_outline_border_bottom.xml -md_outline_border_clear.xml -md_outline_border_color.xml -md_outline_border_horizontal.xml -md_outline_border_inner.xml -md_outline_border_left.xml -md_outline_border_outer.xml -md_outline_border_right.xml -md_outline_border_style.xml -md_outline_border_top.xml -md_outline_border_vertical.xml -md_outline_boy.xml -md_outline_branding_watermark.xml -md_outline_breakfast_dining.xml -md_outline_brightness1.xml -md_outline_brightness2.xml -md_outline_brightness3.xml -md_outline_brightness4.xml -md_outline_brightness5.xml -md_outline_brightness6.xml -md_outline_brightness7.xml -md_outline_brightness_auto.xml -md_outline_brightness_high.xml -md_outline_brightness_low.xml -md_outline_brightness_medium.xml -md_outline_broadcast_on_home.xml -md_outline_broadcast_on_personal.xml -md_outline_broken_image.xml -md_outline_browse_gallery.xml -md_outline_browser_not_supported.xml -md_outline_browser_updated.xml -md_outline_brunch_dining.xml -md_outline_brush.xml -md_outline_bubble_chart.xml -md_outline_bug_report.xml -md_outline_build.xml -md_outline_build_circle.xml -md_outline_bungalow.xml -md_outline_burst_mode.xml -md_outline_bus_alert.xml -md_outline_business.xml -md_outline_business_center.xml -md_outline_cabin.xml -md_outline_cable.xml -md_outline_cached.xml -md_outline_cake.xml -md_outline_calculate.xml -md_outline_calendar_month.xml -md_outline_calendar_today.xml -md_outline_calendar_view_day.xml -md_outline_calendar_view_month.xml -md_outline_calendar_view_week.xml -md_outline_call.xml -md_outline_call_end.xml -md_outline_call_made.xml -md_outline_call_merge.xml -md_outline_call_missed.xml -md_outline_call_missed_outgoing.xml -md_outline_call_received.xml -md_outline_call_split.xml -md_outline_call_to_action.xml -md_outline_camera.xml -md_outline_camera_alt.xml -md_outline_camera_enhance.xml -md_outline_camera_front.xml -md_outline_camera_indoor.xml -md_outline_camera_outdoor.xml -md_outline_camera_rear.xml -md_outline_camera_roll.xml -md_outline_cameraswitch.xml -md_outline_campaign.xml -md_outline_cancel.xml -md_outline_cancel_presentation.xml -md_outline_cancel_schedule_send.xml -md_outline_candlestick_chart.xml -md_outline_car_crash.xml -md_outline_car_rental.xml -md_outline_car_repair.xml -md_outline_card_giftcard.xml -md_outline_card_membership.xml -md_outline_card_travel.xml -md_outline_carpenter.xml -md_outline_cases.xml -md_outline_casino.xml -md_outline_cast.xml -md_outline_cast_connected.xml -md_outline_cast_for_education.xml -md_outline_castle.xml -md_outline_catching_pokemon.xml -md_outline_category.xml -md_outline_celebration.xml -md_outline_cell_tower.xml -md_outline_cell_wifi.xml -md_outline_center_focus_strong.xml -md_outline_center_focus_weak.xml -md_outline_chair.xml -md_outline_chair_alt.xml -md_outline_chalet.xml -md_outline_change_circle.xml -md_outline_change_history.xml -md_outline_charging_station.xml -md_outline_chat.xml -md_outline_chat_bubble.xml -md_outline_chat_bubble_outline.xml -md_outline_check.xml -md_outline_check_box.xml -md_outline_check_box_outline_blank.xml -md_outline_check_circle.xml -md_outline_check_circle_outline.xml -md_outline_checklist.xml -md_outline_checklist_rtl.xml -md_outline_checkroom.xml -md_outline_chevron_left.xml -md_outline_chevron_right.xml -md_outline_child_care.xml -md_outline_child_friendly.xml -md_outline_chrome_reader_mode.xml -md_outline_church.xml -md_outline_circle.xml -md_outline_circle_notifications.xml -md_outline_class.xml -md_outline_clean_hands.xml -md_outline_cleaning_services.xml -md_outline_clear.xml -md_outline_clear_all.xml -md_outline_close.xml -md_outline_close_fullscreen.xml -md_outline_closed_caption.xml -md_outline_closed_caption_disabled.xml -md_outline_closed_caption_off.xml -md_outline_cloud.xml -md_outline_cloud_circle.xml -md_outline_cloud_done.xml -md_outline_cloud_download.xml -md_outline_cloud_off.xml -md_outline_cloud_queue.xml -md_outline_cloud_sync.xml -md_outline_cloud_upload.xml -md_outline_co2.xml -md_outline_co_present.xml -md_outline_code.xml -md_outline_code_off.xml -md_outline_coffee.xml -md_outline_coffee_maker.xml -md_outline_collections.xml -md_outline_collections_bookmark.xml -md_outline_color_lens.xml -md_outline_colorize.xml -md_outline_comment.xml -md_outline_comment_bank.xml -md_outline_comments_disabled.xml -md_outline_commit.xml -md_outline_commute.xml -md_outline_compare.xml -md_outline_compare_arrows.xml -md_outline_compass_calibration.xml -md_outline_compost.xml -md_outline_compress.xml -md_outline_computer.xml -md_outline_confirmation_number.xml -md_outline_connect_without_contact.xml -md_outline_connected_tv.xml -md_outline_connecting_airports.xml -md_outline_construction.xml -md_outline_contact_emergency.xml -md_outline_contact_mail.xml -md_outline_contact_page.xml -md_outline_contact_phone.xml -md_outline_contact_support.xml -md_outline_contactless.xml -md_outline_contacts.xml -md_outline_content_copy.xml -md_outline_content_cut.xml -md_outline_content_paste.xml -md_outline_content_paste_go.xml -md_outline_content_paste_off.xml -md_outline_content_paste_search.xml -md_outline_contrast.xml -md_outline_control_camera.xml -md_outline_control_point.xml -md_outline_control_point_duplicate.xml -md_outline_cookie.xml -md_outline_copy_all.xml -md_outline_copyright.xml -md_outline_coronavirus.xml -md_outline_corporate_fare.xml -md_outline_cottage.xml -md_outline_countertops.xml -md_outline_create.xml -md_outline_create_new_folder.xml -md_outline_credit_card.xml -md_outline_credit_card_off.xml -md_outline_credit_score.xml -md_outline_crib.xml -md_outline_crisis_alert.xml -md_outline_crop.xml -md_outline_crop169.xml -md_outline_crop32.xml -md_outline_crop54.xml -md_outline_crop75.xml -md_outline_crop_din.xml -md_outline_crop_free.xml -md_outline_crop_landscape.xml -md_outline_crop_original.xml -md_outline_crop_portrait.xml -md_outline_crop_rotate.xml -md_outline_crop_square.xml -md_outline_cruelty_free.xml -md_outline_css.xml -md_outline_currency_bitcoin.xml -md_outline_currency_exchange.xml -md_outline_currency_franc.xml -md_outline_currency_lira.xml -md_outline_currency_pound.xml -md_outline_currency_ruble.xml -md_outline_currency_rupee.xml -md_outline_currency_yen.xml -md_outline_currency_yuan.xml -md_outline_curtains.xml -md_outline_curtains_closed.xml -md_outline_cyclone.xml -md_outline_dangerous.xml -md_outline_dark_mode.xml -md_outline_dashboard.xml -md_outline_dashboard_customize.xml -md_outline_data_array.xml -md_outline_data_exploration.xml -md_outline_data_object.xml -md_outline_data_saver_off.xml -md_outline_data_saver_on.xml -md_outline_data_thresholding.xml -md_outline_data_usage.xml -md_outline_dataset.xml -md_outline_dataset_linked.xml -md_outline_date_range.xml -md_outline_deblur.xml -md_outline_deck.xml -md_outline_dehaze.xml -md_outline_delete.xml -md_outline_delete_forever.xml -md_outline_delete_outline.xml -md_outline_delete_sweep.xml -md_outline_delivery_dining.xml -md_outline_density_large.xml -md_outline_density_medium.xml -md_outline_density_small.xml -md_outline_departure_board.xml -md_outline_description.xml -md_outline_deselect.xml -md_outline_design_services.xml -md_outline_desk.xml -md_outline_desktop_access_disabled.xml -md_outline_desktop_mac.xml -md_outline_desktop_windows.xml -md_outline_details.xml -md_outline_developer_board.xml -md_outline_developer_board_off.xml -md_outline_developer_mode.xml -md_outline_device_hub.xml -md_outline_device_thermostat.xml -md_outline_device_unknown.xml -md_outline_devices.xml -md_outline_devices_fold.xml -md_outline_devices_other.xml -md_outline_dialer_sip.xml -md_outline_dialpad.xml -md_outline_diamond.xml -md_outline_difference.xml -md_outline_dining.xml -md_outline_dinner_dining.xml -md_outline_directions.xml -md_outline_directions_bike.xml -md_outline_directions_boat.xml -md_outline_directions_boat_filled.xml -md_outline_directions_bus.xml -md_outline_directions_bus_filled.xml -md_outline_directions_car.xml -md_outline_directions_car_filled.xml -md_outline_directions_off.xml -md_outline_directions_railway.xml -md_outline_directions_railway_filled.xml -md_outline_directions_run.xml -md_outline_directions_subway.xml -md_outline_directions_subway_filled.xml -md_outline_directions_transit.xml -md_outline_directions_transit_filled.xml -md_outline_directions_walk.xml -md_outline_dirty_lens.xml -md_outline_disabled_by_default.xml -md_outline_disabled_visible.xml -md_outline_disc_full.xml -md_outline_discount.xml -md_outline_display_settings.xml -md_outline_diversity1.xml -md_outline_diversity2.xml -md_outline_diversity3.xml -md_outline_dns.xml -md_outline_do_disturb.xml -md_outline_do_disturb_alt.xml -md_outline_do_disturb_off.xml -md_outline_do_disturb_on.xml -md_outline_do_not_disturb.xml -md_outline_do_not_disturb_alt.xml -md_outline_do_not_disturb_off.xml -md_outline_do_not_disturb_on.xml -md_outline_do_not_disturb_on_total_silence.xml -md_outline_do_not_step.xml -md_outline_do_not_touch.xml -md_outline_dock.xml -md_outline_document_scanner.xml -md_outline_domain.xml -md_outline_domain_add.xml -md_outline_domain_disabled.xml -md_outline_domain_verification.xml -md_outline_done.xml -md_outline_done_all.xml -md_outline_done_outline.xml -md_outline_donut_large.xml -md_outline_donut_small.xml -md_outline_door_back.xml -md_outline_door_front.xml -md_outline_door_sliding.xml -md_outline_doorbell.xml -md_outline_double_arrow.xml -md_outline_downhill_skiing.xml -md_outline_download.xml -md_outline_download_done.xml -md_outline_download_for_offline.xml -md_outline_downloading.xml -md_outline_drafts.xml -md_outline_drag_handle.xml -md_outline_drag_indicator.xml -md_outline_draw.xml -md_outline_drive_eta.xml -md_outline_drive_file_move.xml -md_outline_drive_file_move_rtl.xml -md_outline_drive_file_rename_outline.xml -md_outline_drive_folder_upload.xml -md_outline_dry.xml -md_outline_dry_cleaning.xml -md_outline_duo.xml -md_outline_dvr.xml -md_outline_dynamic_feed.xml -md_outline_dynamic_form.xml -md_outline_earbuds.xml -md_outline_earbuds_battery.xml -md_outline_east.xml -md_outline_eco.xml -md_outline_edgesensor_high.xml -md_outline_edgesensor_low.xml -md_outline_edit.xml -md_outline_edit_attributes.xml -md_outline_edit_calendar.xml -md_outline_edit_location.xml -md_outline_edit_location_alt.xml -md_outline_edit_note.xml -md_outline_edit_notifications.xml -md_outline_edit_off.xml -md_outline_edit_road.xml -md_outline_egg.xml -md_outline_egg_alt.xml -md_outline_eject.xml -md_outline_elderly.xml -md_outline_elderly_woman.xml -md_outline_electric_bike.xml -md_outline_electric_bolt.xml -md_outline_electric_car.xml -md_outline_electric_meter.xml -md_outline_electric_moped.xml -md_outline_electric_rickshaw.xml -md_outline_electric_scooter.xml -md_outline_electrical_services.xml -md_outline_elevator.xml -md_outline_email.xml -md_outline_emergency.xml -md_outline_emergency_recording.xml -md_outline_emergency_share.xml -md_outline_emobiledata.xml -md_outline_emoji_emotions.xml -md_outline_emoji_events.xml -md_outline_emoji_flags.xml -md_outline_emoji_food_beverage.xml -md_outline_emoji_nature.xml -md_outline_emoji_objects.xml -md_outline_emoji_people.xml -md_outline_emoji_symbols.xml -md_outline_emoji_transportation.xml -md_outline_energy_savings_leaf.xml -md_outline_engineering.xml -md_outline_enhanced_encryption.xml -md_outline_equalizer.xml -md_outline_error.xml -md_outline_error_outline.xml -md_outline_escalator.xml -md_outline_escalator_warning.xml -md_outline_euro.xml -md_outline_euro_symbol.xml -md_outline_ev_station.xml -md_outline_event.xml -md_outline_event_available.xml -md_outline_event_busy.xml -md_outline_event_note.xml -md_outline_event_repeat.xml -md_outline_event_seat.xml -md_outline_exit_to_app.xml -md_outline_expand.xml -md_outline_expand_circle_down.xml -md_outline_expand_less.xml -md_outline_expand_more.xml -md_outline_explicit.xml -md_outline_explore.xml -md_outline_explore_off.xml -md_outline_exposure.xml -md_outline_exposure_neg1.xml -md_outline_exposure_neg2.xml -md_outline_exposure_plus1.xml -md_outline_exposure_plus2.xml -md_outline_exposure_zero.xml -md_outline_extension.xml -md_outline_extension_off.xml -md_outline_face.xml -md_outline_face2.xml -md_outline_face3.xml -md_outline_face4.xml -md_outline_face5.xml -md_outline_face6.xml -md_outline_face_retouching_natural.xml -md_outline_face_retouching_off.xml -md_outline_face_unlock.xml -md_outline_facebook.xml -md_outline_fact_check.xml -md_outline_factory.xml -md_outline_family_restroom.xml -md_outline_fast_forward.xml -md_outline_fast_rewind.xml -md_outline_fastfood.xml -md_outline_favorite.xml -md_outline_favorite_border.xml -md_outline_fax.xml -md_outline_featured_play_list.xml -md_outline_featured_video.xml -md_outline_feed.xml -md_outline_feedback.xml -md_outline_female.xml -md_outline_fence.xml -md_outline_festival.xml -md_outline_fiber_dvr.xml -md_outline_fiber_manual_record.xml -md_outline_fiber_new.xml -md_outline_fiber_pin.xml -md_outline_fiber_smart_record.xml -md_outline_file_copy.xml -md_outline_file_download.xml -md_outline_file_download_done.xml -md_outline_file_download_off.xml -md_outline_file_open.xml -md_outline_file_present.xml -md_outline_file_upload.xml -md_outline_filter.xml -md_outline_filter1.xml -md_outline_filter2.xml -md_outline_filter3.xml -md_outline_filter4.xml -md_outline_filter5.xml -md_outline_filter6.xml -md_outline_filter7.xml -md_outline_filter8.xml -md_outline_filter9.xml -md_outline_filter9_plus.xml -md_outline_filter_alt.xml -md_outline_filter_alt_off.xml -md_outline_filter_band_w.xml -md_outline_filter_center_focus.xml -md_outline_filter_drama.xml -md_outline_filter_frames.xml -md_outline_filter_hdr.xml -md_outline_filter_list.xml -md_outline_filter_list_off.xml -md_outline_filter_none.xml -md_outline_filter_tilt_shift.xml -md_outline_filter_vintage.xml -md_outline_find_in_page.xml -md_outline_find_replace.xml -md_outline_fingerprint.xml -md_outline_fire_extinguisher.xml -md_outline_fire_hydrant_alt.xml -md_outline_fire_truck.xml -md_outline_fireplace.xml -md_outline_first_page.xml -md_outline_fit_screen.xml -md_outline_fitbit.xml -md_outline_fitness_center.xml -md_outline_flag.xml -md_outline_flag_circle.xml -md_outline_flaky.xml -md_outline_flare.xml -md_outline_flash_auto.xml -md_outline_flash_off.xml -md_outline_flash_on.xml -md_outline_flashlight_off.xml -md_outline_flashlight_on.xml -md_outline_flatware.xml -md_outline_flight.xml -md_outline_flight_class.xml -md_outline_flight_land.xml -md_outline_flight_takeoff.xml -md_outline_flip.xml -md_outline_flip_camera_android.xml -md_outline_flip_camera_ios.xml -md_outline_flip_to_back.xml -md_outline_flip_to_front.xml -md_outline_flood.xml -md_outline_flourescent.xml -md_outline_fluorescent.xml -md_outline_flutter_dash.xml -md_outline_fmd_bad.xml -md_outline_fmd_good.xml -md_outline_folder.xml -md_outline_folder_copy.xml -md_outline_folder_delete.xml -md_outline_folder_off.xml -md_outline_folder_open.xml -md_outline_folder_shared.xml -md_outline_folder_special.xml -md_outline_folder_zip.xml -md_outline_follow_the_signs.xml -md_outline_font_download.xml -md_outline_font_download_off.xml -md_outline_food_bank.xml -md_outline_forest.xml -md_outline_fork_left.xml -md_outline_fork_right.xml -md_outline_format_align_center.xml -md_outline_format_align_justify.xml -md_outline_format_align_left.xml -md_outline_format_align_right.xml -md_outline_format_bold.xml -md_outline_format_clear.xml -md_outline_format_color_fill.xml -md_outline_format_color_reset.xml -md_outline_format_color_text.xml -md_outline_format_indent_decrease.xml -md_outline_format_indent_increase.xml -md_outline_format_italic.xml -md_outline_format_line_spacing.xml -md_outline_format_list_bulleted.xml -md_outline_format_list_numbered.xml -md_outline_format_list_numbered_rtl.xml -md_outline_format_overline.xml -md_outline_format_paint.xml -md_outline_format_quote.xml -md_outline_format_shapes.xml -md_outline_format_size.xml -md_outline_format_strikethrough.xml -md_outline_format_textdirection_lto_r.xml -md_outline_format_textdirection_rto_l.xml -md_outline_format_underlined.xml -md_outline_fort.xml -md_outline_forum.xml -md_outline_forward.xml -md_outline_forward10.xml -md_outline_forward30.xml -md_outline_forward5.xml -md_outline_forward_to_inbox.xml -md_outline_foundation.xml -md_outline_free_breakfast.xml -md_outline_free_cancellation.xml -md_outline_front_hand.xml -md_outline_fullscreen.xml -md_outline_fullscreen_exit.xml -md_outline_functions.xml -md_outline_gamepad.xml -md_outline_games.xml -md_outline_garage.xml -md_outline_gas_meter.xml -md_outline_gavel.xml -md_outline_generating_tokens.xml -md_outline_gesture.xml -md_outline_get_app.xml -md_outline_gif.xml -md_outline_gif_box.xml -md_outline_girl.xml -md_outline_gite.xml -md_outline_gmobiledata.xml -md_outline_golf_course.xml -md_outline_gpp_bad.xml -md_outline_gpp_good.xml -md_outline_gpp_maybe.xml -md_outline_gps_fixed.xml -md_outline_gps_not_fixed.xml -md_outline_gps_off.xml -md_outline_grade.xml -md_outline_gradient.xml -md_outline_grading.xml -md_outline_grain.xml -md_outline_graphic_eq.xml -md_outline_grass.xml -md_outline_grid3_x3.xml -md_outline_grid4_x4.xml -md_outline_grid_goldenratio.xml -md_outline_grid_off.xml -md_outline_grid_on.xml -md_outline_grid_view.xml -md_outline_group.xml -md_outline_group_add.xml -md_outline_group_off.xml -md_outline_group_remove.xml -md_outline_group_work.xml -md_outline_groups.xml -md_outline_groups2.xml -md_outline_groups3.xml -md_outline_gtranslate.xml -md_outline_hail.xml -md_outline_handshake.xml -md_outline_handyman.xml -md_outline_hardware.xml -md_outline_hd.xml -md_outline_hdr_auto.xml -md_outline_hdr_auto_select.xml -md_outline_hdr_enhanced_select.xml -md_outline_hdr_off.xml -md_outline_hdr_off_select.xml -md_outline_hdr_on.xml -md_outline_hdr_on_select.xml -md_outline_hdr_plus.xml -md_outline_hdr_strong.xml -md_outline_hdr_weak.xml -md_outline_headphones.xml -md_outline_headphones_battery.xml -md_outline_headset.xml -md_outline_headset_mic.xml -md_outline_headset_off.xml -md_outline_healing.xml -md_outline_health_and_safety.xml -md_outline_hearing.xml -md_outline_hearing_disabled.xml -md_outline_heart_broken.xml -md_outline_heat_pump.xml -md_outline_height.xml -md_outline_help.xml -md_outline_help_center.xml -md_outline_help_outline.xml -md_outline_hevc.xml -md_outline_hexagon.xml -md_outline_hide_image.xml -md_outline_hide_source.xml -md_outline_high_quality.xml -md_outline_highlight.xml -md_outline_highlight_alt.xml -md_outline_highlight_off.xml -md_outline_hiking.xml -md_outline_history.xml -md_outline_history_edu.xml -md_outline_history_toggle_off.xml -md_outline_hive.xml -md_outline_hls.xml -md_outline_hls_off.xml -md_outline_hmobiledata.xml -md_outline_holiday_village.xml -md_outline_home.xml -md_outline_home_max.xml -md_outline_home_mini.xml -md_outline_home_repair_service.xml -md_outline_home_work.xml -md_outline_horizontal_distribute.xml -md_outline_horizontal_rule.xml -md_outline_horizontal_split.xml -md_outline_hot_tub.xml -md_outline_hotel.xml -md_outline_hotel_class.xml -md_outline_hourglass_bottom.xml -md_outline_hourglass_disabled.xml -md_outline_hourglass_empty.xml -md_outline_hourglass_full.xml -md_outline_hourglass_top.xml -md_outline_house.xml -md_outline_house_siding.xml -md_outline_houseboat.xml -md_outline_how_to_reg.xml -md_outline_how_to_vote.xml -md_outline_hplus_mobiledata.xml -md_outline_html.xml -md_outline_http.xml -md_outline_https.xml -md_outline_hub.xml -md_outline_hvac.xml -md_outline_ice_skating.xml -md_outline_icecream.xml -md_outline_image.xml -md_outline_image_aspect_ratio.xml -md_outline_image_not_supported.xml -md_outline_image_search.xml -md_outline_imagesearch_roller.xml -md_outline_import_contacts.xml -md_outline_import_export.xml -md_outline_important_devices.xml -md_outline_inbox.xml -md_outline_incomplete_circle.xml -md_outline_indeterminate_check_box.xml -md_outline_info.xml -md_outline_input.xml -md_outline_insert_chart.xml -md_outline_insert_chart_outlined.xml -md_outline_insert_comment.xml -md_outline_insert_drive_file.xml -md_outline_insert_emoticon.xml -md_outline_insert_invitation.xml -md_outline_insert_link.xml -md_outline_insert_page_break.xml -md_outline_insert_photo.xml -md_outline_insights.xml -md_outline_install_desktop.xml -md_outline_install_mobile.xml -md_outline_integration_instructions.xml -md_outline_interests.xml -md_outline_interpreter_mode.xml -md_outline_inventory.xml -md_outline_inventory2.xml -md_outline_invert_colors.xml -md_outline_invert_colors_off.xml -md_outline_ios_share.xml -md_outline_iron.xml -md_outline_iso.xml -md_outline_javascript.xml -md_outline_join_full.xml -md_outline_join_inner.xml -md_outline_join_left.xml -md_outline_join_right.xml -md_outline_kayaking.xml -md_outline_kebab_dining.xml -md_outline_key.xml -md_outline_key_off.xml -md_outline_keyboard.xml -md_outline_keyboard_alt.xml -md_outline_keyboard_arrow_down.xml -md_outline_keyboard_arrow_left.xml -md_outline_keyboard_arrow_right.xml -md_outline_keyboard_arrow_up.xml -md_outline_keyboard_backspace.xml -md_outline_keyboard_capslock.xml -md_outline_keyboard_command_key.xml -md_outline_keyboard_control_key.xml -md_outline_keyboard_double_arrow_down.xml -md_outline_keyboard_double_arrow_left.xml -md_outline_keyboard_double_arrow_right.xml -md_outline_keyboard_double_arrow_up.xml -md_outline_keyboard_hide.xml -md_outline_keyboard_option_key.xml -md_outline_keyboard_return.xml -md_outline_keyboard_tab.xml -md_outline_keyboard_voice.xml -md_outline_king_bed.xml -md_outline_kitchen.xml -md_outline_kitesurfing.xml -md_outline_label.xml -md_outline_label_important.xml -md_outline_label_off.xml -md_outline_lan.xml -md_outline_landscape.xml -md_outline_landslide.xml -md_outline_language.xml -md_outline_laptop.xml -md_outline_laptop_chromebook.xml -md_outline_laptop_mac.xml -md_outline_laptop_windows.xml -md_outline_last_page.xml -md_outline_launch.xml -md_outline_layers.xml -md_outline_layers_clear.xml -md_outline_leaderboard.xml -md_outline_leak_add.xml -md_outline_leak_remove.xml -md_outline_legend_toggle.xml -md_outline_lens.xml -md_outline_lens_blur.xml -md_outline_library_add.xml -md_outline_library_add_check.xml -md_outline_library_books.xml -md_outline_library_music.xml -md_outline_light.xml -md_outline_light_mode.xml -md_outline_lightbulb.xml -md_outline_lightbulb_circle.xml -md_outline_line_axis.xml -md_outline_line_style.xml -md_outline_line_weight.xml -md_outline_linear_scale.xml -md_outline_link.xml -md_outline_link_off.xml -md_outline_linked_camera.xml -md_outline_liquor.xml -md_outline_list.xml -md_outline_list_alt.xml -md_outline_live_help.xml -md_outline_live_tv.xml -md_outline_living.xml -md_outline_local_activity.xml -md_outline_local_airport.xml -md_outline_local_atm.xml -md_outline_local_bar.xml -md_outline_local_cafe.xml -md_outline_local_car_wash.xml -md_outline_local_convenience_store.xml -md_outline_local_dining.xml -md_outline_local_drink.xml -md_outline_local_fire_department.xml -md_outline_local_florist.xml -md_outline_local_gas_station.xml -md_outline_local_grocery_store.xml -md_outline_local_hospital.xml -md_outline_local_hotel.xml -md_outline_local_laundry_service.xml -md_outline_local_library.xml -md_outline_local_mall.xml -md_outline_local_movies.xml -md_outline_local_offer.xml -md_outline_local_parking.xml -md_outline_local_pharmacy.xml -md_outline_local_phone.xml -md_outline_local_pizza.xml -md_outline_local_play.xml -md_outline_local_police.xml -md_outline_local_post_office.xml -md_outline_local_printshop.xml -md_outline_local_see.xml -md_outline_local_shipping.xml -md_outline_local_taxi.xml -md_outline_location_city.xml -md_outline_location_disabled.xml -md_outline_location_off.xml -md_outline_location_on.xml -md_outline_location_searching.xml -md_outline_lock.xml -md_outline_lock_clock.xml -md_outline_lock_open.xml -md_outline_lock_person.xml -md_outline_lock_reset.xml -md_outline_login.xml -md_outline_logo_dev.xml -md_outline_logout.xml -md_outline_looks.xml -md_outline_looks3.xml -md_outline_looks4.xml -md_outline_looks5.xml -md_outline_looks6.xml -md_outline_looks_one.xml -md_outline_looks_two.xml -md_outline_loop.xml -md_outline_loupe.xml -md_outline_low_priority.xml -md_outline_loyalty.xml -md_outline_lte_mobiledata.xml -md_outline_lte_plus_mobiledata.xml -md_outline_luggage.xml -md_outline_lunch_dining.xml -md_outline_lyrics.xml -md_outline_macro_off.xml -md_outline_mail.xml -md_outline_mail_lock.xml -md_outline_mail_outline.xml -md_outline_male.xml -md_outline_man.xml -md_outline_man2.xml -md_outline_man3.xml -md_outline_man4.xml -md_outline_manage_accounts.xml -md_outline_manage_history.xml -md_outline_manage_search.xml -md_outline_map.xml -md_outline_maps_home_work.xml -md_outline_maps_ugc.xml -md_outline_margin.xml -md_outline_mark_as_unread.xml -md_outline_mark_chat_read.xml -md_outline_mark_chat_unread.xml -md_outline_mark_email_read.xml -md_outline_mark_email_unread.xml -md_outline_mark_unread_chat_alt.xml -md_outline_markunread.xml -md_outline_markunread_mailbox.xml -md_outline_masks.xml -md_outline_maximize.xml -md_outline_media_bluetooth_off.xml -md_outline_media_bluetooth_on.xml -md_outline_mediation.xml -md_outline_medical_information.xml -md_outline_medical_services.xml -md_outline_medication.xml -md_outline_medication_liquid.xml -md_outline_meeting_room.xml -md_outline_memory.xml -md_outline_menu.xml -md_outline_menu_book.xml -md_outline_menu_open.xml -md_outline_merge.xml -md_outline_merge_type.xml -md_outline_message.xml -md_outline_mic.xml -md_outline_mic_external_off.xml -md_outline_mic_external_on.xml -md_outline_mic_none.xml -md_outline_mic_off.xml -md_outline_microwave.xml -md_outline_military_tech.xml -md_outline_minimize.xml -md_outline_minor_crash.xml -md_outline_miscellaneous_services.xml -md_outline_missed_video_call.xml -md_outline_mms.xml -md_outline_mobile_friendly.xml -md_outline_mobile_off.xml -md_outline_mobile_screen_share.xml -md_outline_mobiledata_off.xml -md_outline_mode.xml -md_outline_mode_comment.xml -md_outline_mode_edit.xml -md_outline_mode_edit_outline.xml -md_outline_mode_fan_off.xml -md_outline_mode_night.xml -md_outline_mode_of_travel.xml -md_outline_mode_standby.xml -md_outline_model_training.xml -md_outline_monetization_on.xml -md_outline_money.xml -md_outline_money_off.xml -md_outline_money_off_csred.xml -md_outline_monitor.xml -md_outline_monitor_heart.xml -md_outline_monitor_weight.xml -md_outline_monochrome_photos.xml -md_outline_mood.xml -md_outline_mood_bad.xml -md_outline_moped.xml -md_outline_more.xml -md_outline_more_horiz.xml -md_outline_more_time.xml -md_outline_more_vert.xml -md_outline_mosque.xml -md_outline_motion_photos_auto.xml -md_outline_motion_photos_off.xml -md_outline_motion_photos_on.xml -md_outline_motion_photos_pause.xml -md_outline_motion_photos_paused.xml -md_outline_mouse.xml -md_outline_move_down.xml -md_outline_move_to_inbox.xml -md_outline_move_up.xml -md_outline_movie.xml -md_outline_movie_creation.xml -md_outline_movie_filter.xml -md_outline_moving.xml -md_outline_mp.xml -md_outline_multiline_chart.xml -md_outline_multiple_stop.xml -md_outline_museum.xml -md_outline_music_note.xml -md_outline_music_off.xml -md_outline_music_video.xml -md_outline_my_location.xml -md_outline_nat.xml -md_outline_nature.xml -md_outline_nature_people.xml -md_outline_navigate_before.xml -md_outline_navigate_next.xml -md_outline_navigation.xml -md_outline_near_me.xml -md_outline_near_me_disabled.xml -md_outline_nearby_error.xml -md_outline_nearby_off.xml -md_outline_nest_cam_wired_stand.xml -md_outline_network_cell.xml -md_outline_network_check.xml -md_outline_network_locked.xml -md_outline_network_ping.xml -md_outline_network_wifi.xml -md_outline_network_wifi1_bar.xml -md_outline_network_wifi2_bar.xml -md_outline_network_wifi3_bar.xml -md_outline_new_label.xml -md_outline_new_releases.xml -md_outline_newspaper.xml -md_outline_next_plan.xml -md_outline_next_week.xml -md_outline_nfc.xml -md_outline_night_shelter.xml -md_outline_nightlife.xml -md_outline_nightlight.xml -md_outline_nightlight_round.xml -md_outline_nights_stay.xml -md_outline_no_accounts.xml -md_outline_no_adult_content.xml -md_outline_no_backpack.xml -md_outline_no_cell.xml -md_outline_no_crash.xml -md_outline_no_drinks.xml -md_outline_no_encryption.xml -md_outline_no_encryption_gmailerrorred.xml -md_outline_no_flash.xml -md_outline_no_food.xml -md_outline_no_luggage.xml -md_outline_no_meals.xml -md_outline_no_meeting_room.xml -md_outline_no_photography.xml -md_outline_no_sim.xml -md_outline_no_stroller.xml -md_outline_no_transfer.xml -md_outline_noise_aware.xml -md_outline_noise_control_off.xml -md_outline_nordic_walking.xml -md_outline_north.xml -md_outline_north_east.xml -md_outline_north_west.xml -md_outline_not_accessible.xml -md_outline_not_interested.xml -md_outline_not_listed_location.xml -md_outline_not_started.xml -md_outline_note.xml -md_outline_note_add.xml -md_outline_note_alt.xml -md_outline_notes.xml -md_outline_notification_add.xml -md_outline_notification_important.xml -md_outline_notifications.xml -md_outline_notifications_active.xml -md_outline_notifications_none.xml -md_outline_notifications_off.xml -md_outline_notifications_paused.xml -md_outline_numbers.xml -md_outline_offline_bolt.xml -md_outline_offline_pin.xml -md_outline_offline_share.xml -md_outline_oil_barrel.xml -md_outline_on_device_training.xml -md_outline_ondemand_video.xml -md_outline_online_prediction.xml -md_outline_opacity.xml -md_outline_open_in_browser.xml -md_outline_open_in_full.xml -md_outline_open_in_new.xml -md_outline_open_in_new_off.xml -md_outline_open_with.xml -md_outline_other_houses.xml -md_outline_outbond.xml -md_outline_outbound.xml -md_outline_outbox.xml -md_outline_outdoor_grill.xml -md_outline_outlet.xml -md_outline_outlined_flag.xml -md_outline_output.xml -md_outline_padding.xml -md_outline_pages.xml -md_outline_pageview.xml -md_outline_paid.xml -md_outline_palette.xml -md_outline_pan_tool.xml -md_outline_pan_tool_alt.xml -md_outline_panorama.xml -md_outline_panorama_fish_eye.xml -md_outline_panorama_horizontal.xml -md_outline_panorama_horizontal_select.xml -md_outline_panorama_photosphere.xml -md_outline_panorama_photosphere_select.xml -md_outline_panorama_vertical.xml -md_outline_panorama_vertical_select.xml -md_outline_panorama_wide_angle.xml -md_outline_panorama_wide_angle_select.xml -md_outline_paragliding.xml -md_outline_park.xml -md_outline_party_mode.xml -md_outline_password.xml -md_outline_pattern.xml -md_outline_pause.xml -md_outline_pause_circle.xml -md_outline_pause_circle_filled.xml -md_outline_pause_circle_outline.xml -md_outline_pause_presentation.xml -md_outline_payment.xml -md_outline_payments.xml -md_outline_pedal_bike.xml -md_outline_pending.xml -md_outline_pending_actions.xml -md_outline_pentagon.xml -md_outline_people.xml -md_outline_people_alt.xml -md_outline_people_outline.xml -md_outline_percent.xml -md_outline_perm_camera_mic.xml -md_outline_perm_contact_calendar.xml -md_outline_perm_data_setting.xml -md_outline_perm_device_information.xml -md_outline_perm_identity.xml -md_outline_perm_media.xml -md_outline_perm_phone_msg.xml -md_outline_perm_scan_wifi.xml -md_outline_person.xml -md_outline_person2.xml -md_outline_person3.xml -md_outline_person4.xml -md_outline_person_add.xml -md_outline_person_add_alt.xml -md_outline_person_add_alt1.xml -md_outline_person_add_disabled.xml -md_outline_person_off.xml -md_outline_person_outline.xml -md_outline_person_pin.xml -md_outline_person_pin_circle.xml -md_outline_person_remove.xml -md_outline_person_remove_alt1.xml -md_outline_person_search.xml -md_outline_personal_injury.xml -md_outline_personal_video.xml -md_outline_pest_control.xml -md_outline_pest_control_rodent.xml -md_outline_pets.xml -md_outline_phishing.xml -md_outline_phone.xml -md_outline_phone_android.xml -md_outline_phone_bluetooth_speaker.xml -md_outline_phone_callback.xml -md_outline_phone_disabled.xml -md_outline_phone_enabled.xml -md_outline_phone_forwarded.xml -md_outline_phone_in_talk.xml -md_outline_phone_iphone.xml -md_outline_phone_locked.xml -md_outline_phone_missed.xml -md_outline_phone_paused.xml -md_outline_phonelink.xml -md_outline_phonelink_erase.xml -md_outline_phonelink_lock.xml -md_outline_phonelink_off.xml -md_outline_phonelink_ring.xml -md_outline_phonelink_setup.xml -md_outline_photo.xml -md_outline_photo_album.xml -md_outline_photo_camera.xml -md_outline_photo_camera_back.xml -md_outline_photo_camera_front.xml -md_outline_photo_filter.xml -md_outline_photo_library.xml -md_outline_photo_size_select_actual.xml -md_outline_photo_size_select_large.xml -md_outline_photo_size_select_small.xml -md_outline_php.xml -md_outline_piano.xml -md_outline_piano_off.xml -md_outline_picture_as_pdf.xml -md_outline_picture_in_picture.xml -md_outline_picture_in_picture_alt.xml -md_outline_pie_chart.xml -md_outline_pie_chart_outline.xml -md_outline_pin.xml -md_outline_pin_drop.xml -md_outline_pin_end.xml -md_outline_pin_invoke.xml -md_outline_pinch.xml -md_outline_pivot_table_chart.xml -md_outline_pix.xml -md_outline_place.xml -md_outline_plagiarism.xml -md_outline_play_arrow.xml -md_outline_play_circle.xml -md_outline_play_circle_filled.xml -md_outline_play_circle_outline.xml -md_outline_play_disabled.xml -md_outline_play_for_work.xml -md_outline_play_lesson.xml -md_outline_playlist_add.xml -md_outline_playlist_add_check.xml -md_outline_playlist_add_check_circle.xml -md_outline_playlist_add_circle.xml -md_outline_playlist_play.xml -md_outline_playlist_remove.xml -md_outline_plumbing.xml -md_outline_plus_one.xml -md_outline_podcasts.xml -md_outline_point_of_sale.xml -md_outline_policy.xml -md_outline_poll.xml -md_outline_polyline.xml -md_outline_polymer.xml -md_outline_pool.xml -md_outline_portable_wifi_off.xml -md_outline_portrait.xml -md_outline_post_add.xml -md_outline_power.xml -md_outline_power_input.xml -md_outline_power_off.xml -md_outline_power_settings_new.xml -md_outline_precision_manufacturing.xml -md_outline_pregnant_woman.xml -md_outline_present_to_all.xml -md_outline_preview.xml -md_outline_price_change.xml -md_outline_price_check.xml -md_outline_print.xml -md_outline_print_disabled.xml -md_outline_priority_high.xml -md_outline_privacy_tip.xml -md_outline_private_connectivity.xml -md_outline_production_quantity_limits.xml -md_outline_propane.xml -md_outline_propane_tank.xml -md_outline_psychology.xml -md_outline_psychology_alt.xml -md_outline_public.xml -md_outline_public_off.xml -md_outline_publish.xml -md_outline_published_with_changes.xml -md_outline_punch_clock.xml -md_outline_push_pin.xml -md_outline_qr_code.xml -md_outline_qr_code2.xml -md_outline_qr_code_scanner.xml -md_outline_query_builder.xml -md_outline_query_stats.xml -md_outline_question_answer.xml -md_outline_question_mark.xml -md_outline_queue.xml -md_outline_queue_music.xml -md_outline_queue_play_next.xml -md_outline_quickreply.xml -md_outline_quiz.xml -md_outline_radar.xml -md_outline_radio.xml -md_outline_radio_button_checked.xml -md_outline_radio_button_unchecked.xml -md_outline_railway_alert.xml -md_outline_ramen_dining.xml -md_outline_ramp_left.xml -md_outline_ramp_right.xml -md_outline_rate_review.xml -md_outline_raw_off.xml -md_outline_raw_on.xml -md_outline_read_more.xml -md_outline_real_estate_agent.xml -md_outline_receipt.xml -md_outline_receipt_long.xml -md_outline_recent_actors.xml -md_outline_recommend.xml -md_outline_record_voice_over.xml -md_outline_rectangle.xml -md_outline_recycling.xml -md_outline_redeem.xml -md_outline_redo.xml -md_outline_reduce_capacity.xml -md_outline_refresh.xml -md_outline_remember_me.xml -md_outline_remove.xml -md_outline_remove_circle.xml -md_outline_remove_circle_outline.xml -md_outline_remove_done.xml -md_outline_remove_from_queue.xml -md_outline_remove_moderator.xml -md_outline_remove_red_eye.xml -md_outline_remove_road.xml -md_outline_remove_shopping_cart.xml -md_outline_reorder.xml -md_outline_repartition.xml -md_outline_repeat.xml -md_outline_repeat_on.xml -md_outline_repeat_one.xml -md_outline_repeat_one_on.xml -md_outline_replay.xml -md_outline_replay10.xml -md_outline_replay30.xml -md_outline_replay5.xml -md_outline_replay_circle_filled.xml -md_outline_reply.xml -md_outline_reply_all.xml -md_outline_report.xml -md_outline_report_gmailerrorred.xml -md_outline_report_off.xml -md_outline_report_problem.xml -md_outline_request_page.xml -md_outline_request_quote.xml -md_outline_reset_tv.xml -md_outline_restart_alt.xml -md_outline_restaurant.xml -md_outline_restaurant_menu.xml -md_outline_restore.xml -md_outline_restore_from_trash.xml -md_outline_restore_page.xml -md_outline_reviews.xml -md_outline_rice_bowl.xml -md_outline_ring_volume.xml -md_outline_rmobiledata.xml -md_outline_rocket.xml -md_outline_rocket_launch.xml -md_outline_roller_shades.xml -md_outline_roller_shades_closed.xml -md_outline_roller_skating.xml -md_outline_roofing.xml -md_outline_room.xml -md_outline_room_preferences.xml -md_outline_room_service.xml -md_outline_rotate90_degrees_ccw.xml -md_outline_rotate90_degrees_cw.xml -md_outline_rotate_left.xml -md_outline_rotate_right.xml -md_outline_roundabout_left.xml -md_outline_roundabout_right.xml -md_outline_rounded_corner.xml -md_outline_route.xml -md_outline_router.xml -md_outline_rowing.xml -md_outline_rss_feed.xml -md_outline_rsvp.xml -md_outline_rtt.xml -md_outline_rule.xml -md_outline_rule_folder.xml -md_outline_run_circle.xml -md_outline_running_with_errors.xml -md_outline_rv_hookup.xml -md_outline_safety_check.xml -md_outline_safety_divider.xml -md_outline_sailing.xml -md_outline_sanitizer.xml -md_outline_satellite.xml -md_outline_satellite_alt.xml -md_outline_save.xml -md_outline_save_alt.xml -md_outline_save_as.xml -md_outline_saved_search.xml -md_outline_savings.xml -md_outline_scale.xml -md_outline_scanner.xml -md_outline_scatter_plot.xml -md_outline_schedule.xml -md_outline_schedule_send.xml -md_outline_schema.xml -md_outline_school.xml -md_outline_science.xml -md_outline_score.xml -md_outline_scoreboard.xml -md_outline_screen_lock_landscape.xml -md_outline_screen_lock_portrait.xml -md_outline_screen_lock_rotation.xml -md_outline_screen_rotation.xml -md_outline_screen_rotation_alt.xml -md_outline_screen_search_desktop.xml -md_outline_screen_share.xml -md_outline_screenshot.xml -md_outline_screenshot_monitor.xml -md_outline_scuba_diving.xml -md_outline_sd.xml -md_outline_sd_card.xml -md_outline_sd_card_alert.xml -md_outline_sd_storage.xml -md_outline_search.xml -md_outline_search_off.xml -md_outline_security.xml -md_outline_security_update.xml -md_outline_security_update_good.xml -md_outline_security_update_warning.xml -md_outline_segment.xml -md_outline_select_all.xml -md_outline_self_improvement.xml -md_outline_sell.xml -md_outline_send.xml -md_outline_send_and_archive.xml -md_outline_send_time_extension.xml -md_outline_send_to_mobile.xml -md_outline_sensor_door.xml -md_outline_sensor_occupied.xml -md_outline_sensor_window.xml -md_outline_sensors.xml -md_outline_sensors_off.xml -md_outline_sentiment_dissatisfied.xml -md_outline_sentiment_neutral.xml -md_outline_sentiment_satisfied.xml -md_outline_sentiment_satisfied_alt.xml -md_outline_sentiment_very_dissatisfied.xml -md_outline_sentiment_very_satisfied.xml -md_outline_set_meal.xml -md_outline_settings.xml -md_outline_settings_accessibility.xml -md_outline_settings_applications.xml -md_outline_settings_backup_restore.xml -md_outline_settings_bluetooth.xml -md_outline_settings_brightness.xml -md_outline_settings_cell.xml -md_outline_settings_ethernet.xml -md_outline_settings_input_antenna.xml -md_outline_settings_input_component.xml -md_outline_settings_input_composite.xml -md_outline_settings_input_hdmi.xml -md_outline_settings_input_svideo.xml -md_outline_settings_overscan.xml -md_outline_settings_phone.xml -md_outline_settings_power.xml -md_outline_settings_remote.xml -md_outline_settings_suggest.xml -md_outline_settings_system_daydream.xml -md_outline_settings_voice.xml -md_outline_severe_cold.xml -md_outline_shape_line.xml -md_outline_share.xml -md_outline_share_location.xml -md_outline_shield.xml -md_outline_shield_moon.xml -md_outline_shop.xml -md_outline_shop2.xml -md_outline_shop_two.xml -md_outline_shopping_bag.xml -md_outline_shopping_basket.xml -md_outline_shopping_cart.xml -md_outline_shopping_cart_checkout.xml -md_outline_short_text.xml -md_outline_shortcut.xml -md_outline_show_chart.xml -md_outline_shower.xml -md_outline_shuffle.xml -md_outline_shuffle_on.xml -md_outline_shutter_speed.xml -md_outline_sick.xml -md_outline_sign_language.xml -md_outline_signal_cellular0_bar.xml -md_outline_signal_cellular4_bar.xml -md_outline_signal_cellular_alt.xml -md_outline_signal_cellular_alt1_bar.xml -md_outline_signal_cellular_alt2_bar.xml -md_outline_signal_cellular_connected_no_internet0_bar.xml -md_outline_signal_cellular_connected_no_internet4_bar.xml -md_outline_signal_cellular_no_sim.xml -md_outline_signal_cellular_nodata.xml -md_outline_signal_cellular_null.xml -md_outline_signal_cellular_off.xml -md_outline_signal_wifi0_bar.xml -md_outline_signal_wifi4_bar.xml -md_outline_signal_wifi4_bar_lock.xml -md_outline_signal_wifi_bad.xml -md_outline_signal_wifi_connected_no_internet4.xml -md_outline_signal_wifi_off.xml -md_outline_signal_wifi_statusbar4_bar.xml -md_outline_signal_wifi_statusbar_connected_no_internet4.xml -md_outline_signal_wifi_statusbar_null.xml -md_outline_signpost.xml -md_outline_sim_card.xml -md_outline_sim_card_alert.xml -md_outline_sim_card_download.xml -md_outline_single_bed.xml -md_outline_sip.xml -md_outline_skateboarding.xml -md_outline_skip_next.xml -md_outline_skip_previous.xml -md_outline_sledding.xml -md_outline_slideshow.xml -md_outline_slow_motion_video.xml -md_outline_smart_button.xml -md_outline_smart_display.xml -md_outline_smart_screen.xml -md_outline_smart_toy.xml -md_outline_smartphone.xml -md_outline_smoke_free.xml -md_outline_smoking_rooms.xml -md_outline_sms.xml -md_outline_sms_failed.xml -md_outline_snippet_folder.xml -md_outline_snooze.xml -md_outline_snowboarding.xml -md_outline_snowmobile.xml -md_outline_snowshoeing.xml -md_outline_soap.xml -md_outline_social_distance.xml -md_outline_solar_power.xml -md_outline_sort.xml -md_outline_sort_by_alpha.xml -md_outline_sos.xml -md_outline_soup_kitchen.xml -md_outline_source.xml -md_outline_south.xml -md_outline_south_america.xml -md_outline_south_east.xml -md_outline_south_west.xml -md_outline_spa.xml -md_outline_space_bar.xml -md_outline_space_dashboard.xml -md_outline_spatial_audio.xml -md_outline_spatial_audio_off.xml -md_outline_spatial_tracking.xml -md_outline_speaker.xml -md_outline_speaker_group.xml -md_outline_speaker_notes.xml -md_outline_speaker_notes_off.xml -md_outline_speaker_phone.xml -md_outline_speed.xml -md_outline_spellcheck.xml -md_outline_splitscreen.xml -md_outline_spoke.xml -md_outline_sports.xml -md_outline_sports_bar.xml -md_outline_sports_baseball.xml -md_outline_sports_basketball.xml -md_outline_sports_cricket.xml -md_outline_sports_esports.xml -md_outline_sports_football.xml -md_outline_sports_golf.xml -md_outline_sports_gymnastics.xml -md_outline_sports_handball.xml -md_outline_sports_hockey.xml -md_outline_sports_kabaddi.xml -md_outline_sports_martial_arts.xml -md_outline_sports_mma.xml -md_outline_sports_motorsports.xml -md_outline_sports_rugby.xml -md_outline_sports_score.xml -md_outline_sports_soccer.xml -md_outline_sports_tennis.xml -md_outline_sports_volleyball.xml -md_outline_square.xml -md_outline_square_foot.xml -md_outline_ssid_chart.xml -md_outline_stacked_bar_chart.xml -md_outline_stacked_line_chart.xml -md_outline_stadium.xml -md_outline_stairs.xml -md_outline_star.xml -md_outline_star_border.xml -md_outline_star_border_purple500.xml -md_outline_star_half.xml -md_outline_star_outline.xml -md_outline_star_purple500.xml -md_outline_star_rate.xml -md_outline_stars.xml -md_outline_start.xml -md_outline_stay_current_landscape.xml -md_outline_stay_current_portrait.xml -md_outline_stay_primary_landscape.xml -md_outline_stay_primary_portrait.xml -md_outline_sticky_note2.xml -md_outline_stop.xml -md_outline_stop_circle.xml -md_outline_stop_screen_share.xml -md_outline_storage.xml -md_outline_store.xml -md_outline_store_mall_directory.xml -md_outline_storefront.xml -md_outline_storm.xml -md_outline_straight.xml -md_outline_straighten.xml -md_outline_stream.xml -md_outline_streetview.xml -md_outline_strikethrough_s.xml -md_outline_stroller.xml -md_outline_style.xml -md_outline_subdirectory_arrow_left.xml -md_outline_subdirectory_arrow_right.xml -md_outline_subject.xml -md_outline_subscript.xml -md_outline_subscriptions.xml -md_outline_subtitles.xml -md_outline_subtitles_off.xml -md_outline_subway.xml -md_outline_summarize.xml -md_outline_superscript.xml -md_outline_supervised_user_circle.xml -md_outline_supervisor_account.xml -md_outline_support.xml -md_outline_support_agent.xml -md_outline_surfing.xml -md_outline_surround_sound.xml -md_outline_swap_calls.xml -md_outline_swap_horiz.xml -md_outline_swap_horizontal_circle.xml -md_outline_swap_vert.xml -md_outline_swap_vertical_circle.xml -md_outline_swipe.xml -md_outline_swipe_down.xml -md_outline_swipe_down_alt.xml -md_outline_swipe_left.xml -md_outline_swipe_left_alt.xml -md_outline_swipe_right.xml -md_outline_swipe_right_alt.xml -md_outline_swipe_up.xml -md_outline_swipe_up_alt.xml -md_outline_swipe_vertical.xml -md_outline_switch_access_shortcut.xml -md_outline_switch_access_shortcut_add.xml -md_outline_switch_account.xml -md_outline_switch_camera.xml -md_outline_switch_left.xml -md_outline_switch_right.xml -md_outline_switch_video.xml -md_outline_synagogue.xml -md_outline_sync.xml -md_outline_sync_alt.xml -md_outline_sync_disabled.xml -md_outline_sync_lock.xml -md_outline_sync_problem.xml -md_outline_system_security_update.xml -md_outline_system_security_update_good.xml -md_outline_system_security_update_warning.xml -md_outline_system_update.xml -md_outline_system_update_alt.xml -md_outline_tab.xml -md_outline_tab_unselected.xml -md_outline_table_bar.xml -md_outline_table_chart.xml -md_outline_table_restaurant.xml -md_outline_table_rows.xml -md_outline_table_view.xml -md_outline_tablet.xml -md_outline_tablet_android.xml -md_outline_tablet_mac.xml -md_outline_tag.xml -md_outline_tag_faces.xml -md_outline_takeout_dining.xml -md_outline_tap_and_play.xml -md_outline_tapas.xml -md_outline_task.xml -md_outline_task_alt.xml -md_outline_taxi_alert.xml -md_outline_temple_buddhist.xml -md_outline_temple_hindu.xml -md_outline_terminal.xml -md_outline_terrain.xml -md_outline_text_decrease.xml -md_outline_text_fields.xml -md_outline_text_format.xml -md_outline_text_increase.xml -md_outline_text_rotate_up.xml -md_outline_text_rotate_vertical.xml -md_outline_text_rotation_angledown.xml -md_outline_text_rotation_angleup.xml -md_outline_text_rotation_down.xml -md_outline_text_rotation_none.xml -md_outline_text_snippet.xml -md_outline_textsms.xml -md_outline_texture.xml -md_outline_theater_comedy.xml -md_outline_theaters.xml -md_outline_thermostat.xml -md_outline_thermostat_auto.xml -md_outline_thumb_down.xml -md_outline_thumb_down_alt.xml -md_outline_thumb_down_off_alt.xml -md_outline_thumb_up.xml -md_outline_thumb_up_alt.xml -md_outline_thumb_up_off_alt.xml -md_outline_thumbs_up_down.xml -md_outline_thunderstorm.xml -md_outline_time_to_leave.xml -md_outline_timelapse.xml -md_outline_timeline.xml -md_outline_timer.xml -md_outline_timer10.xml -md_outline_timer10_select.xml -md_outline_timer3.xml -md_outline_timer3_select.xml -md_outline_timer_off.xml -md_outline_tips_and_updates.xml -md_outline_tire_repair.xml -md_outline_title.xml -md_outline_toc.xml -md_outline_today.xml -md_outline_toggle_off.xml -md_outline_toggle_on.xml -md_outline_token.xml -md_outline_toll.xml -md_outline_tonality.xml -md_outline_topic.xml -md_outline_tornado.xml -md_outline_touch_app.xml -md_outline_tour.xml -md_outline_toys.xml -md_outline_track_changes.xml -md_outline_traffic.xml -md_outline_train.xml -md_outline_tram.xml -md_outline_transcribe.xml -md_outline_transfer_within_astation.xml -md_outline_transform.xml -md_outline_transgender.xml -md_outline_transit_enterexit.xml -md_outline_translate.xml -md_outline_travel_explore.xml -md_outline_trending_down.xml -md_outline_trending_flat.xml -md_outline_trending_up.xml -md_outline_trip_origin.xml -md_outline_troubleshoot.xml -md_outline_try.xml -md_outline_tsunami.xml -md_outline_tty.xml -md_outline_tune.xml -md_outline_tungsten.xml -md_outline_turn_left.xml -md_outline_turn_right.xml -md_outline_turn_sharp_left.xml -md_outline_turn_sharp_right.xml -md_outline_turn_slight_left.xml -md_outline_turn_slight_right.xml -md_outline_turned_in.xml -md_outline_turned_in_not.xml -md_outline_tv.xml -md_outline_tv_off.xml -md_outline_two_wheeler.xml -md_outline_type_specimen.xml -md_outline_umbrella.xml -md_outline_unarchive.xml -md_outline_undo.xml -md_outline_unfold_less.xml -md_outline_unfold_less_double.xml -md_outline_unfold_more.xml -md_outline_unfold_more_double.xml -md_outline_unpublished.xml -md_outline_unsubscribe.xml -md_outline_upcoming.xml -md_outline_update.xml -md_outline_update_disabled.xml -md_outline_upgrade.xml -md_outline_upload.xml -md_outline_upload_file.xml -md_outline_usb.xml -md_outline_usb_off.xml -md_outline_uturn_left.xml -md_outline_uturn_right.xml -md_outline_vaccines.xml -md_outline_vape_free.xml -md_outline_vaping_rooms.xml -md_outline_verified.xml -md_outline_verified_user.xml -md_outline_vertical_align_bottom.xml -md_outline_vertical_align_center.xml -md_outline_vertical_align_top.xml -md_outline_vertical_distribute.xml -md_outline_vertical_shades.xml -md_outline_vertical_shades_closed.xml -md_outline_vertical_split.xml -md_outline_vibration.xml -md_outline_video_call.xml -md_outline_video_camera_back.xml -md_outline_video_camera_front.xml -md_outline_video_chat.xml -md_outline_video_file.xml -md_outline_video_label.xml -md_outline_video_library.xml -md_outline_video_settings.xml -md_outline_video_stable.xml -md_outline_videocam.xml -md_outline_videocam_off.xml -md_outline_videogame_asset.xml -md_outline_videogame_asset_off.xml -md_outline_view_agenda.xml -md_outline_view_array.xml -md_outline_view_carousel.xml -md_outline_view_column.xml -md_outline_view_comfy.xml -md_outline_view_comfy_alt.xml -md_outline_view_compact.xml -md_outline_view_compact_alt.xml -md_outline_view_cozy.xml -md_outline_view_day.xml -md_outline_view_headline.xml -md_outline_view_in_ar.xml -md_outline_view_kanban.xml -md_outline_view_list.xml -md_outline_view_module.xml -md_outline_view_quilt.xml -md_outline_view_sidebar.xml -md_outline_view_stream.xml -md_outline_view_timeline.xml -md_outline_view_week.xml -md_outline_vignette.xml -md_outline_villa.xml -md_outline_visibility.xml -md_outline_visibility_off.xml -md_outline_voice_chat.xml -md_outline_voice_over_off.xml -md_outline_voicemail.xml -md_outline_volcano.xml -md_outline_volume_down.xml -md_outline_volume_mute.xml -md_outline_volume_off.xml -md_outline_volume_up.xml -md_outline_volunteer_activism.xml -md_outline_vpn_key.xml -md_outline_vpn_key_off.xml -md_outline_vpn_lock.xml -md_outline_vrpano.xml -md_outline_wallet.xml -md_outline_wallpaper.xml -md_outline_warehouse.xml -md_outline_warning.xml -md_outline_warning_amber.xml -md_outline_wash.xml -md_outline_watch.xml -md_outline_watch_later.xml -md_outline_watch_off.xml -md_outline_water.xml -md_outline_water_damage.xml -md_outline_water_drop.xml -md_outline_waterfall_chart.xml -md_outline_waves.xml -md_outline_waving_hand.xml -md_outline_wb_auto.xml -md_outline_wb_cloudy.xml -md_outline_wb_incandescent.xml -md_outline_wb_iridescent.xml -md_outline_wb_shade.xml -md_outline_wb_sunny.xml -md_outline_wb_twilight.xml -md_outline_wc.xml -md_outline_web.xml -md_outline_web_asset.xml -md_outline_web_asset_off.xml -md_outline_web_stories.xml -md_outline_webhook.xml -md_outline_weekend.xml -md_outline_west.xml -md_outline_whatsapp.xml -md_outline_whatshot.xml -md_outline_wheelchair_pickup.xml -md_outline_where_to_vote.xml -md_outline_widgets.xml -md_outline_width_full.xml -md_outline_width_normal.xml -md_outline_width_wide.xml -md_outline_wifi.xml -md_outline_wifi1_bar.xml -md_outline_wifi2_bar.xml -md_outline_wifi_calling.xml -md_outline_wifi_calling3.xml -md_outline_wifi_channel.xml -md_outline_wifi_find.xml -md_outline_wifi_lock.xml -md_outline_wifi_off.xml -md_outline_wifi_password.xml -md_outline_wifi_protected_setup.xml -md_outline_wifi_tethering.xml -md_outline_wifi_tethering_error.xml -md_outline_wifi_tethering_error_rounded.xml -md_outline_wifi_tethering_off.xml -md_outline_wind_power.xml -md_outline_window.xml -md_outline_wine_bar.xml -md_outline_woman.xml -md_outline_woman2.xml -md_outline_work.xml -md_outline_work_history.xml -md_outline_work_off.xml -md_outline_work_outline.xml -md_outline_workspace_premium.xml -md_outline_workspaces.xml -md_outline_wrap_text.xml -md_outline_wrong_location.xml -md_outline_wysiwyg.xml -md_outline_yard.xml -md_outline_youtube_searched_for.xml -md_outline_zoom_in.xml -md_outline_zoom_in_map.xml -md_outline_zoom_out.xml -md_outline_zoom_out_map.xml -md_outlined_flag.xml -md_output.xml -md_padding.xml -md_pages.xml -md_pageview.xml -md_paid.xml -md_palette.xml -md_pallet.xml -md_pan_tool.xml -md_pan_tool_alt.xml -md_panorama.xml -md_panorama_fish_eye.xml -md_panorama_horizontal.xml -md_panorama_horizontal_select.xml -md_panorama_photosphere.xml -md_panorama_photosphere_select.xml -md_panorama_vertical.xml -md_panorama_vertical_select.xml -md_panorama_wide_angle.xml -md_panorama_wide_angle_select.xml -md_paragliding.xml -md_park.xml -md_party_mode.xml -md_password.xml -md_pattern.xml -md_pause.xml -md_pause_circle.xml -md_pause_circle_filled.xml -md_pause_circle_outline.xml -md_pause_presentation.xml -md_payment.xml -md_payments.xml -md_pedal_bike.xml -md_pending.xml -md_pending_actions.xml -md_pentagon.xml -md_people.xml -md_people_alt.xml -md_people_outline.xml -md_percent.xml -md_perm_camera_mic.xml -md_perm_contact_calendar.xml -md_perm_data_setting.xml -md_perm_device_information.xml -md_perm_identity.xml -md_perm_media.xml -md_perm_phone_msg.xml -md_perm_scan_wifi.xml -md_person.xml -md_person2.xml -md_person3.xml -md_person4.xml -md_person_add.xml -md_person_add_alt.xml -md_person_add_alt1.xml -md_person_add_disabled.xml -md_person_off.xml -md_person_outline.xml -md_person_pin.xml -md_person_pin_circle.xml -md_person_remove.xml -md_person_remove_alt1.xml -md_person_search.xml -md_personal_injury.xml -md_personal_video.xml -md_pest_control.xml -md_pest_control_rodent.xml -md_pets.xml -md_phishing.xml -md_phone.xml -md_phone_android.xml -md_phone_bluetooth_speaker.xml -md_phone_callback.xml -md_phone_disabled.xml -md_phone_enabled.xml -md_phone_forwarded.xml -md_phone_in_talk.xml -md_phone_iphone.xml -md_phone_locked.xml -md_phone_missed.xml -md_phone_paused.xml -md_phonelink.xml -md_phonelink_erase.xml -md_phonelink_lock.xml -md_phonelink_off.xml -md_phonelink_ring.xml -md_phonelink_setup.xml -md_photo.xml -md_photo_album.xml -md_photo_camera.xml -md_photo_camera_back.xml -md_photo_camera_front.xml -md_photo_filter.xml -md_photo_library.xml -md_photo_size_select_actual.xml -md_photo_size_select_large.xml -md_photo_size_select_small.xml -md_php.xml -md_piano.xml -md_piano_off.xml -md_picture_as_pdf.xml -md_picture_in_picture.xml -md_picture_in_picture_alt.xml -md_pie_chart.xml -md_pie_chart_outline.xml -md_pie_chart_outlined.xml -md_pin.xml -md_pin_drop.xml -md_pin_end.xml -md_pin_invoke.xml -md_pinch.xml -md_pivot_table_chart.xml -md_pix.xml -md_place.xml -md_plagiarism.xml -md_play_arrow.xml -md_play_circle.xml -md_play_circle_filled.xml -md_play_circle_outline.xml -md_play_disabled.xml -md_play_for_work.xml -md_play_lesson.xml -md_playlist_add.xml -md_playlist_add_check.xml -md_playlist_add_check_circle.xml -md_playlist_add_circle.xml -md_playlist_play.xml -md_playlist_remove.xml -md_plumbing.xml -md_plus_one.xml -md_podcasts.xml -md_point_of_sale.xml -md_policy.xml -md_poll.xml -md_polyline.xml -md_polymer.xml -md_pool.xml -md_portable_wifi_off.xml -md_portrait.xml -md_post_add.xml -md_power.xml -md_power_input.xml -md_power_off.xml -md_power_settings_new.xml -md_precision_manufacturing.xml -md_pregnant_woman.xml -md_present_to_all.xml -md_preview.xml -md_price_change.xml -md_price_check.xml -md_print.xml -md_print_disabled.xml -md_priority_high.xml -md_privacy_tip.xml -md_private_connectivity.xml -md_production_quantity_limits.xml -md_propane.xml -md_propane_tank.xml -md_psychology.xml -md_psychology_alt.xml -md_public.xml -md_public_off.xml -md_publish.xml -md_published_with_changes.xml -md_punch_clock.xml -md_push_pin.xml -md_qr_code.xml -md_qr_code2.xml -md_qr_code_scanner.xml -md_query_builder.xml -md_query_stats.xml -md_question_answer.xml -md_question_mark.xml -md_queue.xml -md_queue_music.xml -md_queue_play_next.xml -md_quickreply.xml -md_quiz.xml -md_radar.xml -md_radio.xml -md_radio_button_checked.xml -md_radio_button_unchecked.xml -md_railway_alert.xml -md_ramen_dining.xml -md_ramp_left.xml -md_ramp_right.xml -md_rate_review.xml -md_raw_off.xml -md_raw_on.xml -md_read_more.xml -md_real_estate_agent.xml -md_rebase_edit.xml -md_receipt.xml -md_receipt_long.xml -md_recent_actors.xml -md_recommend.xml -md_record_voice_over.xml -md_rectangle.xml -md_recycling.xml -md_redeem.xml -md_redo.xml -md_reduce_capacity.xml -md_refresh.xml -md_remember_me.xml -md_remove.xml -md_remove_circle.xml -md_remove_circle_outline.xml -md_remove_done.xml -md_remove_from_queue.xml -md_remove_moderator.xml -md_remove_red_eye.xml -md_remove_road.xml -md_remove_shopping_cart.xml -md_reorder.xml -md_repartition.xml -md_repeat.xml -md_repeat_on.xml -md_repeat_one.xml -md_repeat_one_on.xml -md_replay.xml -md_replay10.xml -md_replay30.xml -md_replay5.xml -md_replay_circle_filled.xml -md_reply.xml -md_reply_all.xml -md_report.xml -md_report_gmailerrorred.xml -md_report_off.xml -md_report_problem.xml -md_request_page.xml -md_request_quote.xml -md_reset_tv.xml -md_restart_alt.xml -md_restaurant.xml -md_restaurant_menu.xml -md_restore.xml -md_restore_from_trash.xml -md_restore_page.xml -md_reviews.xml -md_rice_bowl.xml -md_ring_volume.xml -md_rmobiledata.xml -md_rocket.xml -md_rocket_launch.xml -md_roller_shades.xml -md_roller_shades_closed.xml -md_roller_skating.xml -md_roofing.xml -md_room.xml -md_room_preferences.xml -md_room_service.xml -md_rotate90_degrees_ccw.xml -md_rotate90_degrees_cw.xml -md_rotate_left.xml -md_rotate_right.xml -md_roundabout_left.xml -md_roundabout_right.xml -md_rounded_corner.xml -md_route.xml -md_router.xml -md_rowing.xml -md_rss_feed.xml -md_rsvp.xml -md_rtt.xml -md_rule.xml -md_rule_folder.xml -md_run_circle.xml -md_running_with_errors.xml -md_rv_hookup.xml -md_safety_check.xml -md_safety_divider.xml -md_sailing.xml -md_sanitizer.xml -md_satellite.xml -md_satellite_alt.xml -md_save.xml -md_save_alt.xml -md_save_as.xml -md_saved_search.xml -md_savings.xml -md_scale.xml -md_scanner.xml -md_scatter_plot.xml -md_schedule.xml -md_schedule_send.xml -md_schema.xml -md_school.xml -md_science.xml -md_score.xml -md_scoreboard.xml -md_screen_lock_landscape.xml -md_screen_lock_portrait.xml -md_screen_lock_rotation.xml -md_screen_rotation.xml -md_screen_rotation_alt.xml -md_screen_search_desktop.xml -md_screen_share.xml -md_screenshot.xml -md_screenshot_monitor.xml -md_scuba_diving.xml -md_sd.xml -md_sd_card.xml -md_sd_card_alert.xml -md_sd_storage.xml -md_search.xml -md_search_off.xml -md_security.xml -md_security_update.xml -md_security_update_good.xml -md_security_update_warning.xml -md_segment.xml -md_select_all.xml -md_self_improvement.xml -md_sell.xml -md_send.xml -md_send_and_archive.xml -md_send_time_extension.xml -md_send_to_mobile.xml -md_sensor_door.xml -md_sensor_occupied.xml -md_sensor_window.xml -md_sensors.xml -md_sensors_off.xml -md_sentiment_dissatisfied.xml -md_sentiment_neutral.xml -md_sentiment_satisfied.xml -md_sentiment_satisfied_alt.xml -md_sentiment_very_dissatisfied.xml -md_sentiment_very_satisfied.xml -md_set_meal.xml -md_settings.xml -md_settings_accessibility.xml -md_settings_applications.xml -md_settings_backup_restore.xml -md_settings_bluetooth.xml -md_settings_brightness.xml -md_settings_cell.xml -md_settings_ethernet.xml -md_settings_input_antenna.xml -md_settings_input_component.xml -md_settings_input_composite.xml -md_settings_input_hdmi.xml -md_settings_input_svideo.xml -md_settings_overscan.xml -md_settings_phone.xml -md_settings_power.xml -md_settings_remote.xml -md_settings_suggest.xml -md_settings_system_daydream.xml -md_settings_voice.xml -md_severe_cold.xml -md_shape_line.xml -md_share.xml -md_share_location.xml -md_shelves.xml -md_shield.xml -md_shield_moon.xml -md_shop.xml -md_shop2.xml -md_shop_two.xml -md_shopping_bag.xml -md_shopping_basket.xml -md_shopping_cart.xml -md_shopping_cart_checkout.xml -md_short_text.xml -md_shortcut.xml -md_show_chart.xml -md_shower.xml -md_shuffle.xml -md_shuffle_on.xml -md_shutter_speed.xml -md_sick.xml -md_sign_language.xml -md_signal_cellular0_bar.xml -md_signal_cellular1_bar.xml -md_signal_cellular2_bar.xml -md_signal_cellular3_bar.xml -md_signal_cellular4_bar.xml -md_signal_cellular_alt.xml -md_signal_cellular_alt1_bar.xml -md_signal_cellular_alt2_bar.xml -md_signal_cellular_connected_no_internet0_bar.xml -md_signal_cellular_connected_no_internet1_bar.xml -md_signal_cellular_connected_no_internet2_bar.xml -md_signal_cellular_connected_no_internet3_bar.xml -md_signal_cellular_connected_no_internet4_bar.xml -md_signal_cellular_no_sim.xml -md_signal_cellular_nodata.xml -md_signal_cellular_null.xml -md_signal_cellular_off.xml -md_signal_wifi0_bar.xml -md_signal_wifi1_bar.xml -md_signal_wifi1_bar_lock.xml -md_signal_wifi2_bar.xml -md_signal_wifi2_bar_lock.xml -md_signal_wifi3_bar.xml -md_signal_wifi3_bar_lock.xml -md_signal_wifi4_bar.xml -md_signal_wifi4_bar_lock.xml -md_signal_wifi_bad.xml -md_signal_wifi_connected_no_internet0.xml -md_signal_wifi_connected_no_internet1.xml -md_signal_wifi_connected_no_internet2.xml -md_signal_wifi_connected_no_internet3.xml -md_signal_wifi_connected_no_internet4.xml -md_signal_wifi_off.xml -md_signal_wifi_statusbar1_bar.xml -md_signal_wifi_statusbar2_bar.xml -md_signal_wifi_statusbar3_bar.xml -md_signal_wifi_statusbar4_bar.xml -md_signal_wifi_statusbar_connected_no_internet.xml -md_signal_wifi_statusbar_connected_no_internet1.xml -md_signal_wifi_statusbar_connected_no_internet2.xml -md_signal_wifi_statusbar_connected_no_internet3.xml -md_signal_wifi_statusbar_connected_no_internet4.xml -md_signal_wifi_statusbar_not_connected.xml -md_signal_wifi_statusbar_null.xml -md_signpost.xml -md_sim_card.xml -md_sim_card_alert.xml -md_sim_card_download.xml -md_single_bed.xml -md_sip.xml -md_skateboarding.xml -md_skip_next.xml -md_skip_previous.xml -md_sledding.xml -md_slideshow.xml -md_slow_motion_video.xml -md_smart_button.xml -md_smart_display.xml -md_smart_screen.xml -md_smart_toy.xml -md_smartphone.xml -md_smoke_free.xml -md_smoking_rooms.xml -md_sms.xml -md_sms_failed.xml -md_snippet_folder.xml -md_snooze.xml -md_snowboarding.xml -md_snowing.xml -md_snowmobile.xml -md_snowshoeing.xml -md_soap.xml -md_social_distance.xml -md_solar_power.xml -md_sort.xml -md_sort_by_alpha.xml -md_sos.xml -md_soup_kitchen.xml -md_source.xml -md_south.xml -md_south_america.xml -md_south_east.xml -md_south_west.xml -md_spa.xml -md_space_bar.xml -md_space_dashboard.xml -md_spatial_audio.xml -md_spatial_audio_off.xml -md_spatial_tracking.xml -md_speaker.xml -md_speaker_group.xml -md_speaker_notes.xml -md_speaker_notes_off.xml -md_speaker_phone.xml -md_speed.xml -md_spellcheck.xml -md_splitscreen.xml -md_spoke.xml -md_sports.xml -md_sports_bar.xml -md_sports_baseball.xml -md_sports_basketball.xml -md_sports_cricket.xml -md_sports_esports.xml -md_sports_football.xml -md_sports_golf.xml -md_sports_gymnastics.xml -md_sports_handball.xml -md_sports_hockey.xml -md_sports_kabaddi.xml -md_sports_martial_arts.xml -md_sports_mma.xml -md_sports_motorsports.xml -md_sports_rugby.xml -md_sports_score.xml -md_sports_soccer.xml -md_sports_tennis.xml -md_sports_volleyball.xml -md_square.xml -md_square_foot.xml -md_ssid_chart.xml -md_stacked_bar_chart.xml -md_stacked_line_chart.xml -md_stadium.xml -md_stairs.xml -md_star.xml -md_star_border.xml -md_star_border_purple500.xml -md_star_half.xml -md_star_outline.xml -md_star_purple500.xml -md_star_rate.xml -md_stars.xml -md_start.xml -md_stay_current_landscape.xml -md_stay_current_portrait.xml -md_stay_primary_landscape.xml -md_stay_primary_portrait.xml -md_sticky_note2.xml -md_stop.xml -md_stop_circle.xml -md_stop_screen_share.xml -md_storage.xml -md_store.xml -md_store_mall_directory.xml -md_storefront.xml -md_storm.xml -md_straight.xml -md_straighten.xml -md_stream.xml -md_streetview.xml -md_strikethrough_s.xml -md_stroller.xml -md_style.xml -md_subdirectory_arrow_left.xml -md_subdirectory_arrow_right.xml -md_subject.xml -md_subscript.xml -md_subscriptions.xml -md_subtitles.xml -md_subtitles_off.xml -md_subway.xml -md_summarize.xml -md_sunny.xml -md_sunny_snowing.xml -md_superscript.xml -md_supervised_user_circle.xml -md_supervisor_account.xml -md_support.xml -md_support_agent.xml -md_surfing.xml -md_surround_sound.xml -md_swap_calls.xml -md_swap_horiz.xml -md_swap_horizontal_circle.xml -md_swap_vert.xml -md_swap_vertical_circle.xml -md_swipe.xml -md_swipe_down.xml -md_swipe_down_alt.xml -md_swipe_left.xml -md_swipe_left_alt.xml -md_swipe_right.xml -md_swipe_right_alt.xml -md_swipe_up.xml -md_swipe_up_alt.xml -md_swipe_vertical.xml -md_switch_access_shortcut.xml -md_switch_access_shortcut_add.xml -md_switch_account.xml -md_switch_camera.xml -md_switch_left.xml -md_switch_right.xml -md_switch_video.xml -md_synagogue.xml -md_sync.xml -md_sync_alt.xml -md_sync_disabled.xml -md_sync_lock.xml -md_sync_problem.xml -md_system_security_update.xml -md_system_security_update_good.xml -md_system_security_update_warning.xml -md_system_update.xml -md_system_update_alt.xml -md_tab.xml -md_tab_unselected.xml -md_table_bar.xml -md_table_chart.xml -md_table_restaurant.xml -md_table_rows.xml -md_table_view.xml -md_tablet.xml -md_tablet_android.xml -md_tablet_mac.xml -md_tag.xml -md_tag_faces.xml -md_takeout_dining.xml -md_tap_and_play.xml -md_tapas.xml -md_task.xml -md_task_alt.xml -md_taxi_alert.xml -md_temple_buddhist.xml -md_temple_hindu.xml -md_terminal.xml -md_terrain.xml -md_text_decrease.xml -md_text_fields.xml -md_text_format.xml -md_text_increase.xml -md_text_rotate_up.xml -md_text_rotate_vertical.xml -md_text_rotation_angledown.xml -md_text_rotation_angleup.xml -md_text_rotation_down.xml -md_text_rotation_none.xml -md_text_snippet.xml -md_textsms.xml -md_texture.xml -md_theater_comedy.xml -md_theaters.xml -md_thermostat.xml -md_thermostat_auto.xml -md_thumb_down.xml -md_thumb_down_alt.xml -md_thumb_down_off_alt.xml -md_thumb_up.xml -md_thumb_up_alt.xml -md_thumb_up_off_alt.xml -md_thumbs_up_down.xml -md_thunderstorm.xml -md_time_to_leave.xml -md_timelapse.xml -md_timeline.xml -md_timer.xml -md_timer10.xml -md_timer10_select.xml -md_timer3.xml -md_timer3_select.xml -md_timer_off.xml -md_tips_and_updates.xml -md_tire_repair.xml -md_title.xml -md_toc.xml -md_today.xml -md_toggle_off.xml -md_toggle_on.xml -md_token.xml -md_toll.xml -md_tonality.xml -md_topic.xml -md_tornado.xml -md_touch_app.xml -md_tour.xml -md_toys.xml -md_track_changes.xml -md_traffic.xml -md_train.xml -md_tram.xml -md_transcribe.xml -md_transfer_within_astation.xml -md_transform.xml -md_transgender.xml -md_transit_enterexit.xml -md_translate.xml -md_travel_explore.xml -md_trending_down.xml -md_trending_flat.xml -md_trending_up.xml -md_trip_origin.xml -md_trolley.xml -md_troubleshoot.xml -md_try.xml -md_tsunami.xml -md_tty.xml -md_tune.xml -md_tungsten.xml -md_turn_left.xml -md_turn_right.xml -md_turn_sharp_left.xml -md_turn_sharp_right.xml -md_turn_slight_left.xml -md_turn_slight_right.xml -md_turned_in.xml -md_turned_in_not.xml -md_tv.xml -md_tv_off.xml -md_two_wheeler.xml -md_type_specimen.xml -md_umbrella.xml -md_unarchive.xml -md_undo.xml -md_unfold_less.xml -md_unfold_less_double.xml -md_unfold_more.xml -md_unfold_more_double.xml -md_unpublished.xml -md_unsubscribe.xml -md_upcoming.xml -md_update.xml -md_update_disabled.xml -md_upgrade.xml -md_upload.xml -md_upload_file.xml -md_usb.xml -md_usb_off.xml -md_uturn_left.xml -md_uturn_right.xml -md_vaccines.xml -md_vape_free.xml -md_vaping_rooms.xml -md_verified.xml -md_verified_user.xml -md_vertical_align_bottom.xml -md_vertical_align_center.xml -md_vertical_align_top.xml -md_vertical_distribute.xml -md_vertical_shades.xml -md_vertical_shades_closed.xml -md_vertical_split.xml -md_vibration.xml -md_video_call.xml -md_video_camera_back.xml -md_video_camera_front.xml -md_video_chat.xml -md_video_file.xml -md_video_label.xml -md_video_library.xml -md_video_settings.xml -md_video_stable.xml -md_videocam.xml -md_videocam_off.xml -md_videogame_asset.xml -md_videogame_asset_off.xml -md_view_agenda.xml -md_view_array.xml -md_view_carousel.xml -md_view_column.xml -md_view_comfy.xml -md_view_comfy_alt.xml -md_view_compact.xml -md_view_compact_alt.xml -md_view_cozy.xml -md_view_day.xml -md_view_headline.xml -md_view_in_ar.xml -md_view_kanban.xml -md_view_list.xml -md_view_module.xml -md_view_quilt.xml -md_view_sidebar.xml -md_view_stream.xml -md_view_timeline.xml -md_view_week.xml -md_vignette.xml -md_villa.xml -md_visibility.xml -md_visibility_off.xml -md_voice_chat.xml -md_voice_over_off.xml -md_voicemail.xml -md_volcano.xml -md_volume_down.xml -md_volume_down_alt.xml -md_volume_mute.xml -md_volume_off.xml -md_volume_up.xml -md_volunteer_activism.xml -md_vpn_key.xml -md_vpn_key_off.xml -md_vpn_lock.xml -md_vrpano.xml -md_wallet.xml -md_wallpaper.xml -md_warehouse.xml -md_warning.xml -md_warning_amber.xml -md_wash.xml -md_watch.xml -md_watch_later.xml -md_watch_off.xml -md_water.xml -md_water_damage.xml -md_water_drop.xml -md_waterfall_chart.xml -md_waves.xml -md_waving_hand.xml -md_wb_auto.xml -md_wb_cloudy.xml -md_wb_incandescent.xml -md_wb_iridescent.xml -md_wb_shade.xml -md_wb_sunny.xml -md_wb_twighlight.xml -md_wb_twilight.xml -md_wc.xml -md_web.xml -md_web_asset.xml -md_web_asset_off.xml -md_web_stories.xml -md_webhook.xml -md_weekend.xml -md_west.xml -md_whatsapp.xml -md_whatshot.xml -md_wheelchair_pickup.xml -md_where_to_vote.xml -md_widgets.xml -md_width_full.xml -md_width_normal.xml -md_width_wide.xml -md_wifi.xml -md_wifi1_bar.xml -md_wifi2_bar.xml -md_wifi_calling.xml -md_wifi_calling1.xml -md_wifi_calling2.xml -md_wifi_calling3.xml -md_wifi_channel.xml -md_wifi_find.xml -md_wifi_lock.xml -md_wifi_off.xml -md_wifi_password.xml -md_wifi_protected_setup.xml -md_wifi_tethering.xml -md_wifi_tethering_error.xml -md_wifi_tethering_error_rounded.xml -md_wifi_tethering_off.xml -md_wind_power.xml -md_window.xml -md_wine_bar.xml -md_woman.xml -md_woman2.xml -md_work.xml -md_work_history.xml -md_work_off.xml -md_work_outline.xml -md_workspace_premium.xml -md_workspaces.xml -md_workspaces_filled.xml -md_workspaces_outline.xml -md_wrap_text.xml -md_wrong_location.xml -md_wysiwyg.xml -md_yard.xml -md_youtube_searched_for.xml -md_zoom_in.xml -md_zoom_in_map.xml -md_zoom_out.xml -md_zoom_out_map.xml \ No newline at end of file diff --git a/app/src/main/res/drawable/fa_anchor.xml b/app/src/main/res/drawable/fa_anchor.xml new file mode 100644 index 000000000..d4c71aa43 --- /dev/null +++ b/app/src/main/res/drawable/fa_anchor.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_award.xml b/app/src/main/res/drawable/fa_award.xml new file mode 100644 index 000000000..81260d336 --- /dev/null +++ b/app/src/main/res/drawable/fa_award.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_bed.xml b/app/src/main/res/drawable/fa_bed.xml new file mode 100644 index 000000000..45b7c6ebb --- /dev/null +++ b/app/src/main/res/drawable/fa_bed.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_bone.xml b/app/src/main/res/drawable/fa_bone.xml new file mode 100644 index 000000000..dae5e661d --- /dev/null +++ b/app/src/main/res/drawable/fa_bone.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_book_reader.xml b/app/src/main/res/drawable/fa_book_reader.xml new file mode 100644 index 000000000..1f17693a4 --- /dev/null +++ b/app/src/main/res/drawable/fa_book_reader.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_brush.xml b/app/src/main/res/drawable/fa_brush.xml new file mode 100644 index 000000000..47a019528 --- /dev/null +++ b/app/src/main/res/drawable/fa_brush.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_building.xml b/app/src/main/res/drawable/fa_building.xml new file mode 100644 index 000000000..4254f9646 --- /dev/null +++ b/app/src/main/res/drawable/fa_building.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_cake_candles.xml b/app/src/main/res/drawable/fa_cake_candles.xml new file mode 100644 index 000000000..b31b7f87f --- /dev/null +++ b/app/src/main/res/drawable/fa_cake_candles.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_car.xml b/app/src/main/res/drawable/fa_car.xml new file mode 100644 index 000000000..bfcc15eb6 --- /dev/null +++ b/app/src/main/res/drawable/fa_car.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_carrot.xml b/app/src/main/res/drawable/fa_carrot.xml new file mode 100644 index 000000000..4b4321cf8 --- /dev/null +++ b/app/src/main/res/drawable/fa_carrot.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_cloud_showers_heavy.xml b/app/src/main/res/drawable/fa_cloud_showers_heavy.xml new file mode 100644 index 000000000..c6b759dd3 --- /dev/null +++ b/app/src/main/res/drawable/fa_cloud_showers_heavy.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_cloud_sun.xml b/app/src/main/res/drawable/fa_cloud_sun.xml new file mode 100644 index 000000000..51055dad4 --- /dev/null +++ b/app/src/main/res/drawable/fa_cloud_sun.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_compass.xml b/app/src/main/res/drawable/fa_compass.xml new file mode 100644 index 000000000..e56c503e9 --- /dev/null +++ b/app/src/main/res/drawable/fa_compass.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_computer.xml b/app/src/main/res/drawable/fa_computer.xml new file mode 100644 index 000000000..20d95ed3e --- /dev/null +++ b/app/src/main/res/drawable/fa_computer.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_crown.xml b/app/src/main/res/drawable/fa_crown.xml new file mode 100644 index 000000000..db056c763 --- /dev/null +++ b/app/src/main/res/drawable/fa_crown.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_cube.xml b/app/src/main/res/drawable/fa_cube.xml new file mode 100644 index 000000000..e0dc78136 --- /dev/null +++ b/app/src/main/res/drawable/fa_cube.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_dove.xml b/app/src/main/res/drawable/fa_dove.xml new file mode 100644 index 000000000..02fd67b06 --- /dev/null +++ b/app/src/main/res/drawable/fa_dove.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_dragon.xml b/app/src/main/res/drawable/fa_dragon.xml new file mode 100644 index 000000000..523b2add4 --- /dev/null +++ b/app/src/main/res/drawable/fa_dragon.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_droplet.xml b/app/src/main/res/drawable/fa_droplet.xml new file mode 100644 index 000000000..8fabc656f --- /dev/null +++ b/app/src/main/res/drawable/fa_droplet.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_faucet.xml b/app/src/main/res/drawable/fa_faucet.xml new file mode 100644 index 000000000..31ec4b0da --- /dev/null +++ b/app/src/main/res/drawable/fa_faucet.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_feather.xml b/app/src/main/res/drawable/fa_feather.xml new file mode 100644 index 000000000..43fa96de7 --- /dev/null +++ b/app/src/main/res/drawable/fa_feather.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_film.xml b/app/src/main/res/drawable/fa_film.xml new file mode 100644 index 000000000..8611526cb --- /dev/null +++ b/app/src/main/res/drawable/fa_film.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_fire.xml b/app/src/main/res/drawable/fa_fire.xml new file mode 100644 index 000000000..12374376d --- /dev/null +++ b/app/src/main/res/drawable/fa_fire.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_fish.xml b/app/src/main/res/drawable/fa_fish.xml new file mode 100644 index 000000000..e6abd769a --- /dev/null +++ b/app/src/main/res/drawable/fa_fish.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_flag_checkered.xml b/app/src/main/res/drawable/fa_flag_checkered.xml new file mode 100644 index 000000000..29b560fd7 --- /dev/null +++ b/app/src/main/res/drawable/fa_flag_checkered.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_gauge.xml b/app/src/main/res/drawable/fa_gauge.xml new file mode 100644 index 000000000..398f619e1 --- /dev/null +++ b/app/src/main/res/drawable/fa_gauge.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_ghost.xml b/app/src/main/res/drawable/fa_ghost.xml new file mode 100644 index 000000000..e4db79a04 --- /dev/null +++ b/app/src/main/res/drawable/fa_ghost.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_gift.xml b/app/src/main/res/drawable/fa_gift.xml new file mode 100644 index 000000000..a403ac6b8 --- /dev/null +++ b/app/src/main/res/drawable/fa_gift.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_glasses.xml b/app/src/main/res/drawable/fa_glasses.xml new file mode 100644 index 000000000..67e221708 --- /dev/null +++ b/app/src/main/res/drawable/fa_glasses.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_graduation_cap.xml b/app/src/main/res/drawable/fa_graduation_cap.xml new file mode 100644 index 000000000..4730971eb --- /dev/null +++ b/app/src/main/res/drawable/fa_graduation_cap.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_guitar.xml b/app/src/main/res/drawable/fa_guitar.xml new file mode 100644 index 000000000..fe7247ad1 --- /dev/null +++ b/app/src/main/res/drawable/fa_guitar.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_hammer.xml b/app/src/main/res/drawable/fa_hammer.xml new file mode 100644 index 000000000..430262cc0 --- /dev/null +++ b/app/src/main/res/drawable/fa_hammer.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_hand.xml b/app/src/main/res/drawable/fa_hand.xml new file mode 100644 index 000000000..df2d00345 --- /dev/null +++ b/app/src/main/res/drawable/fa_hand.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_handshake.xml b/app/src/main/res/drawable/fa_handshake.xml new file mode 100644 index 000000000..fc7c60c98 --- /dev/null +++ b/app/src/main/res/drawable/fa_handshake.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_hippo.xml b/app/src/main/res/drawable/fa_hippo.xml new file mode 100644 index 000000000..fa35d6ffe --- /dev/null +++ b/app/src/main/res/drawable/fa_hippo.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_ice_cream.xml b/app/src/main/res/drawable/fa_ice_cream.xml new file mode 100644 index 000000000..d50d59cc6 --- /dev/null +++ b/app/src/main/res/drawable/fa_ice_cream.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_industry.xml b/app/src/main/res/drawable/fa_industry.xml new file mode 100644 index 000000000..9b57b66f9 --- /dev/null +++ b/app/src/main/res/drawable/fa_industry.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_kiwi_bird.xml b/app/src/main/res/drawable/fa_kiwi_bird.xml new file mode 100644 index 000000000..025b1d1da --- /dev/null +++ b/app/src/main/res/drawable/fa_kiwi_bird.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_magnet.xml b/app/src/main/res/drawable/fa_magnet.xml new file mode 100644 index 000000000..9a3a6bd91 --- /dev/null +++ b/app/src/main/res/drawable/fa_magnet.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_map.xml b/app/src/main/res/drawable/fa_map.xml new file mode 100644 index 000000000..f40243a69 --- /dev/null +++ b/app/src/main/res/drawable/fa_map.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_map_signs.xml b/app/src/main/res/drawable/fa_map_signs.xml new file mode 100644 index 000000000..9dca18713 --- /dev/null +++ b/app/src/main/res/drawable/fa_map_signs.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_meteor.xml b/app/src/main/res/drawable/fa_meteor.xml new file mode 100644 index 000000000..0e1ea7044 --- /dev/null +++ b/app/src/main/res/drawable/fa_meteor.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_microscope.xml b/app/src/main/res/drawable/fa_microscope.xml new file mode 100644 index 000000000..efed4ff46 --- /dev/null +++ b/app/src/main/res/drawable/fa_microscope.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_moon.xml b/app/src/main/res/drawable/fa_moon.xml new file mode 100644 index 000000000..1d0cb335d --- /dev/null +++ b/app/src/main/res/drawable/fa_moon.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_mountain_sun.xml b/app/src/main/res/drawable/fa_mountain_sun.xml new file mode 100644 index 000000000..99caa011a --- /dev/null +++ b/app/src/main/res/drawable/fa_mountain_sun.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_mug_hot.xml b/app/src/main/res/drawable/fa_mug_hot.xml new file mode 100644 index 000000000..4a3c8a442 --- /dev/null +++ b/app/src/main/res/drawable/fa_mug_hot.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_music.xml b/app/src/main/res/drawable/fa_music.xml new file mode 100644 index 000000000..41e0a80e2 --- /dev/null +++ b/app/src/main/res/drawable/fa_music.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_paw.xml b/app/src/main/res/drawable/fa_paw.xml new file mode 100644 index 000000000..dad4cbb75 --- /dev/null +++ b/app/src/main/res/drawable/fa_paw.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_pen_nib.xml b/app/src/main/res/drawable/fa_pen_nib.xml new file mode 100644 index 000000000..0927a15ce --- /dev/null +++ b/app/src/main/res/drawable/fa_pen_nib.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_pepper_hot.xml b/app/src/main/res/drawable/fa_pepper_hot.xml new file mode 100644 index 000000000..7890e7f97 --- /dev/null +++ b/app/src/main/res/drawable/fa_pepper_hot.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_person_biking.xml b/app/src/main/res/drawable/fa_person_biking.xml new file mode 100644 index 000000000..d971ab9e1 --- /dev/null +++ b/app/src/main/res/drawable/fa_person_biking.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_pills.xml b/app/src/main/res/drawable/fa_pills.xml new file mode 100644 index 000000000..81a8a3278 --- /dev/null +++ b/app/src/main/res/drawable/fa_pills.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_plane.xml b/app/src/main/res/drawable/fa_plane.xml new file mode 100644 index 000000000..fc5a16a07 --- /dev/null +++ b/app/src/main/res/drawable/fa_plane.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_plug.xml b/app/src/main/res/drawable/fa_plug.xml new file mode 100644 index 000000000..115302dd1 --- /dev/null +++ b/app/src/main/res/drawable/fa_plug.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_radio.xml b/app/src/main/res/drawable/fa_radio.xml new file mode 100644 index 000000000..e3508650b --- /dev/null +++ b/app/src/main/res/drawable/fa_radio.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_rainbow.xml b/app/src/main/res/drawable/fa_rainbow.xml new file mode 100644 index 000000000..2e3bd8a31 --- /dev/null +++ b/app/src/main/res/drawable/fa_rainbow.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_ribbon.xml b/app/src/main/res/drawable/fa_ribbon.xml new file mode 100644 index 000000000..efe92f454 --- /dev/null +++ b/app/src/main/res/drawable/fa_ribbon.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_road.xml b/app/src/main/res/drawable/fa_road.xml new file mode 100644 index 000000000..60f571f83 --- /dev/null +++ b/app/src/main/res/drawable/fa_road.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_rocket.xml b/app/src/main/res/drawable/fa_rocket.xml new file mode 100644 index 000000000..5fbcec2a4 --- /dev/null +++ b/app/src/main/res/drawable/fa_rocket.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_sack_dollar.xml b/app/src/main/res/drawable/fa_sack_dollar.xml new file mode 100644 index 000000000..39e4fba30 --- /dev/null +++ b/app/src/main/res/drawable/fa_sack_dollar.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_school.xml b/app/src/main/res/drawable/fa_school.xml new file mode 100644 index 000000000..9e0d3d294 --- /dev/null +++ b/app/src/main/res/drawable/fa_school.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_scissors.xml b/app/src/main/res/drawable/fa_scissors.xml new file mode 100644 index 000000000..4ad5a1163 --- /dev/null +++ b/app/src/main/res/drawable/fa_scissors.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_seedling.xml b/app/src/main/res/drawable/fa_seedling.xml new file mode 100644 index 000000000..dc04ab510 --- /dev/null +++ b/app/src/main/res/drawable/fa_seedling.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_shield.xml b/app/src/main/res/drawable/fa_shield.xml new file mode 100644 index 000000000..667bd6b62 --- /dev/null +++ b/app/src/main/res/drawable/fa_shield.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_skull.xml b/app/src/main/res/drawable/fa_skull.xml new file mode 100644 index 000000000..db0d0b3cd --- /dev/null +++ b/app/src/main/res/drawable/fa_skull.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_smile.xml b/app/src/main/res/drawable/fa_smile.xml new file mode 100644 index 000000000..03ee29dba --- /dev/null +++ b/app/src/main/res/drawable/fa_smile.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_snowflake.xml b/app/src/main/res/drawable/fa_snowflake.xml new file mode 100644 index 000000000..b6c51a6e9 --- /dev/null +++ b/app/src/main/res/drawable/fa_snowflake.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_socks.xml b/app/src/main/res/drawable/fa_socks.xml new file mode 100644 index 000000000..1768e9cac --- /dev/null +++ b/app/src/main/res/drawable/fa_socks.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_spider.xml b/app/src/main/res/drawable/fa_spider.xml new file mode 100644 index 000000000..ae82070ae --- /dev/null +++ b/app/src/main/res/drawable/fa_spider.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_suitcase_medical.xml b/app/src/main/res/drawable/fa_suitcase_medical.xml new file mode 100644 index 000000000..697ebf040 --- /dev/null +++ b/app/src/main/res/drawable/fa_suitcase_medical.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_sun.xml b/app/src/main/res/drawable/fa_sun.xml new file mode 100644 index 000000000..5e051a84e --- /dev/null +++ b/app/src/main/res/drawable/fa_sun.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_temperature_three_quarters.xml b/app/src/main/res/drawable/fa_temperature_three_quarters.xml new file mode 100644 index 000000000..e5abcbc54 --- /dev/null +++ b/app/src/main/res/drawable/fa_temperature_three_quarters.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_tractor.xml b/app/src/main/res/drawable/fa_tractor.xml new file mode 100644 index 000000000..46737d840 --- /dev/null +++ b/app/src/main/res/drawable/fa_tractor.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_tree.xml b/app/src/main/res/drawable/fa_tree.xml new file mode 100644 index 000000000..e466e8fc8 --- /dev/null +++ b/app/src/main/res/drawable/fa_tree.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_trophy.xml b/app/src/main/res/drawable/fa_trophy.xml new file mode 100644 index 000000000..29ca3332a --- /dev/null +++ b/app/src/main/res/drawable/fa_trophy.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_umbrella.xml b/app/src/main/res/drawable/fa_umbrella.xml new file mode 100644 index 000000000..48e9420fa --- /dev/null +++ b/app/src/main/res/drawable/fa_umbrella.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_user_astronaut.xml b/app/src/main/res/drawable/fa_user_astronaut.xml new file mode 100644 index 000000000..e39692128 --- /dev/null +++ b/app/src/main/res/drawable/fa_user_astronaut.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_utensils.xml b/app/src/main/res/drawable/fa_utensils.xml new file mode 100644 index 000000000..1bf4c8bec --- /dev/null +++ b/app/src/main/res/drawable/fa_utensils.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_volcano.xml b/app/src/main/res/drawable/fa_volcano.xml new file mode 100644 index 000000000..5ebebe8b7 --- /dev/null +++ b/app/src/main/res/drawable/fa_volcano.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/fa_wine_glass.xml b/app/src/main/res/drawable/fa_wine_glass.xml new file mode 100644 index 000000000..9d19cd03d --- /dev/null +++ b/app/src/main/res/drawable/fa_wine_glass.xml @@ -0,0 +1,9 @@ + + + diff --git a/build.gradle b/build.gradle index 097c51955..a326d95f3 100644 --- a/build.gradle +++ b/build.gradle @@ -20,10 +20,3 @@ allprojects { maven { url "https://jitpack.io" } } } - -task clean(type: Delete) { - delete rootProject.buildDir - exec { - commandLine 'sh', "./scripts/clean_icons.sh", "${rootProject.projectDir}/app/src/main/res/drawable" - } -}