18F/web-design-standards

View on GitHub
packages/usa-icon/src/usa-icons.config.js

Summary

Maintainability
A
2 hrs
Test Coverage
const config = {
  material: [
    "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",
    "bookmark",
    "bug_report",
    "build",
    "calendar_today",
    "campaign",
    "cancel",
    "chat",
    "check_box_outline_blank",
    "check_circle_outline",
    "check_circle",
    "check",
    "checkroom",
    "clean_hands",
    "close",
    "closed_caption",
    "cloud",
    "code",
    "comment",
    "connect_without_contact",
    "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",
    "edit",
    "electrical_services",
    "emoji_events",
    "error_outline",
    "error",
    "event",
    "expand_less",
    "expand_more",
    "fast_forward",
    "fast_rewind",
    "favorite_border",
    "favorite",
    "fax",
    "file_download",
    "file_present",
    "file_upload",
    "filter_alt",
    "filter_list",
    "fingerprint",
    "first_page",
    "flag",
    "flight",
    "folder_open",
    "folder",
    "format_quote",
    "format_size",
    "forum",
    "grid_view",
    "group_add",
    "groups",
    "hearing",
    "help_outline",
    "help",
    "highlight_off",
    "history",
    "home",
    "hotel",
    "hourglass_empty",
    "image",
    "info",
    "insights",
    "keyboard",
    "label",
    "language",
    "last_page",
    "launch",
    "lightbulb",
    "link_off",
    "link",
    "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",
    "login",
    "logout",
    "loop",
    "mail_outline",
    "mail",
    "map",
    "masks",
    "medical_services",
    "menu",
    "military_tech",
    "more_horiz",
    "more_vert",
    "my_location",
    "navigate_before",
    "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",
    "reduce_capacity",
    "remove",
    "remove_circle",
    "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",
    "share",
    "shield",
    "shopping_basket",
    "soap",
    "social_distance",
    "spellcheck",
    "star_half",
    "star_outline",
    "star",
    "store",
    "support_agent",
    "support",
    "text_fields",
    "thumb_down_alt",
    "thumb_up_alt",
    "timer",
    "toggle_off",
    "toggle_on",
    "topic",
    "translate",
    "trending_down",
    "trending_up",
    "undo",
    "unfold_less",
    "unfold_more",
    "update",
    "upload_file",
    "verified_user",
    "verified",
    "visibility_off",
    "visibility",
    "volume_off",
    "warning",
    "wash",
    "wifi",
    "work",
    "zoom_in",
    "zoom_out_map",
    "zoom_out",
  ],
  materialDeprecated: [
    "eco",
    "facebook",
    "info_outline",
    "lightbulb_outline",
    "lock_outline",
  ],
  uswds: [
    "bedding",
    "camping",
    "chevron_left",
    "chevron_right",
    "clothes",
    "construction_worker",
    "flickr",
    "flooding",
    "github",
    "hospital",
    "hurricane",
    "identification",
    "instagram",
    "linkedin",
    "navigate_far_before",
    "navigate_far_next",
    "rain",
    "severe_weather",
    "snow",
    "sort_arrow",
    "tornado",
    "twitter",
    "x",
    "youtube",
  ],
};

module.exports = config;