export const ICON_TYPES = [ "accessibility_new", "accessible_forward", "account_balance", "account_box", "account_circle", "add_circle_outline", "add_circle", "add", "alarm", "alternate_email", "announcement", "api", "arrow_back", "arrow_downward", "arrow_drop_down", "arrow_drop_up", "arrow_forward", "arrow_upward", "assessment", "attach_file", "attach_money", "autorenew", "backpack", "bathtub", "bedding", "bookmark", "bug_report", "build", "calendar_today", "campaign", "camping", "cancel", "chat", "check_box_outline_blank", "check_circle_outline", "check_circle", "check", "checkroom", "chevron_left", "chevron_right", "clean_hands", "close", "closed_caption", "clothes", "cloud", "code", "comment", "connect_without_contact", "construction_worker", "construction", "contact_page", "content_copy", "coronavirus", "credit_card", "deck", "delete", "device_thermostat", "directions_bike", "directions_bus", "directions_car", "directions_walk", "directions", "do_not_disturb", "do_not_touch", "drag_handle", "eco", "edit", "electrical_services", "emoji_events", "error_outline", "error", "event", "expand_less", "expand_more", "facebook", "fast_forward", "fast_rewind", "favorite_border", "favorite", "fax", "file_download", "file_present", "file_upload", "filter_alt", "filter_list", "fingerprint", "first_page", "flag", "flickr", "flight", "flooding", "folder_open", "folder", "format_quote", "format_size", "forum", "github", "grid_view", "group_add", "groups", "hearing", "help_outline", "help", "highlight_off", "history", "home", "hospital", "hotel", "hourglass_empty", "hurricane", "identification", "image", "info_outline", "info", "insights", "instagram", "keyboard", "label", "language", "last_page", "launch", "lightbulb_outline", "lightbulb", "link_off", "link", "linkedin", "list", "local_cafe", "local_fire_department", "local_gas_station", "local_grocery_store", "local_hospital", "local_laundry_service", "local_library", "local_offer", "local_parking", "local_pharmacy", "local_police", "local_taxi", "location_city", "location_on", "lock_open", "lock_outline", "lock", "login", "logout", "loop", "mail_outline", "mail", "map", "masks", "medical_services", "menu", "military_tech", "more_horiz", "more_vert", "my_location", "navigate_before", "navigate_far_before", "navigate_far_next", "navigate_next", "near_me", "notifications_active", "notifications_none", "notifications_off", "notifications", "park", "people", "person", "pets", "phone", "photo_camera", "print", "priority_high", "public", "push_pin", "radio_button_unchecked", "rain", "reduce_capacity", "remove_circle", "remove", "report", "restaurant", "rss_feed", "safety_divider", "sanitizer", "save_alt", "schedule", "school", "science", "search", "security", "send", "sentiment_dissatisfied", "sentiment_neutral", "sentiment_satisfied_alt", "sentiment_satisfied", "sentiment_very_dissatisfied", "settings", "severe_weather", "share", "shield", "shopping_basket", "snow", "soap", "social_distance", "sort_arrow", "spellcheck", "star_half", "star_outline", "star", "store", "support_agent", "support", "text_fields", "thumb_down_alt", "thumb_up_alt", "timer", "toggle_off", "toggle_on", "topic", "tornado", "translate", "trending_down", "trending_up", "twitter", "undo", "unfold_less", "unfold_more", "update", "upload_file", "verified_user", "verified", "visibility_off", "visibility", "volume_off", "warning", "wash", "wifi", "work", "x", "youtube", "zoom_in", "zoom_out_map", "zoom_out", ] as const; export type USAIcon = (typeof ICON_TYPES)[number];