@planningcenter/chat-react-native 3.30.0-rc.2 → 3.30.0-rc.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/components/conversation/attachments/attachment_card.js +3 -3
- package/build/components/conversation/attachments/attachment_deleting_overlay.js +2 -2
- package/build/components/conversation/attachments/audio_attachment.d.ts +1 -1
- package/build/components/conversation/attachments/audio_attachment.js +3 -3
- package/build/components/conversation/attachments/expanded_link.d.ts +1 -1
- package/build/components/conversation/attachments/expanded_link.js +3 -3
- package/build/components/conversation/attachments/generic_file_attachment.d.ts +1 -1
- package/build/components/conversation/attachments/generic_file_attachment.js +4 -4
- package/build/components/conversation/attachments/giphy_attachment.d.ts +1 -1
- package/build/components/conversation/attachments/giphy_attachment.js +4 -4
- package/build/components/conversation/attachments/image_attachment.d.ts +1 -1
- package/build/components/conversation/attachments/image_attachment.js +5 -5
- package/build/components/conversation/attachments/video_attachment.d.ts +1 -1
- package/build/components/conversation/attachments/video_attachment.js +4 -4
- package/build/components/conversation/empty_conversation_blank_state.js +1 -1
- package/build/components/conversation/jump_to_bottom_button.js +3 -3
- package/build/components/conversation/message.d.ts +1 -1
- package/build/components/conversation/message.js +12 -12
- package/build/components/conversation/message_attachments.d.ts +1 -1
- package/build/components/conversation/message_attachments.js +1 -1
- package/build/components/conversation/message_form/message_form_attachment_image.d.ts +1 -1
- package/build/components/conversation/message_form/message_form_attachment_image.js +1 -1
- package/build/components/conversation/message_form/message_form_attachment_video.d.ts +1 -1
- package/build/components/conversation/message_form/message_form_attachment_video.js +1 -1
- package/build/components/conversation/message_form.d.ts +1 -1
- package/build/components/conversation/message_form.js +12 -12
- package/build/components/conversation/message_markdown.js +3 -3
- package/build/components/conversation/message_reaction.d.ts +2 -2
- package/build/components/conversation/message_reaction.js +6 -6
- package/build/components/conversation/message_read_receipts.d.ts +1 -1
- package/build/components/conversation/message_read_receipts.js +2 -2
- package/build/components/conversation/messages_disabled_banners.js +2 -2
- package/build/components/conversation/reply_connectors.d.ts +1 -1
- package/build/components/conversation/reply_connectors.js +2 -2
- package/build/components/conversation/reply_shadow_message.d.ts +1 -1
- package/build/components/conversation/reply_shadow_message.js +6 -6
- package/build/components/conversation/typing_indicator.js +3 -3
- package/build/components/conversations/conversation_actions.d.ts +1 -1
- package/build/components/conversations/conversation_actions.js +5 -5
- package/build/components/conversations/conversation_preview.d.ts +1 -1
- package/build/components/conversations/conversation_preview.js +3 -3
- package/build/components/conversations/conversations.js +5 -5
- package/build/components/conversations/mute_indicator.js +3 -3
- package/build/components/conversations/swipeable_toggle_button.d.ts +1 -1
- package/build/components/conversations/swipeable_toggle_button.js +5 -5
- package/build/components/conversations/unread_count_badge.js +3 -3
- package/build/components/display/action_button.js +2 -2
- package/build/components/display/avatar.d.ts +1 -1
- package/build/components/display/avatar.js +1 -1
- package/build/components/display/avatar_group.d.ts +1 -1
- package/build/components/display/avatar_group.js +1 -1
- package/build/components/display/badge.js +3 -3
- package/build/components/display/banner.d.ts +1 -1
- package/build/components/display/banner.js +1 -1
- package/build/components/display/banner_collapsible.js +1 -1
- package/build/components/display/button.js +3 -3
- package/build/components/display/child_notice.d.ts +1 -1
- package/build/components/display/child_notice.js +2 -2
- package/build/components/display/heading.js +3 -3
- package/build/components/display/icon.js +1 -1
- package/build/components/display/icon_button.js +2 -2
- package/build/components/display/image.js +1 -1
- package/build/components/display/image_attachment_preview.js +2 -2
- package/build/components/display/keyboard_view.js +1 -1
- package/build/components/display/person.d.ts +1 -1
- package/build/components/display/person.js +1 -1
- package/build/components/display/platform_modal_header_buttons.js +1 -1
- package/build/components/display/pressable_row.js +1 -1
- package/build/components/display/spinner.js +1 -1
- package/build/components/display/switch.js +1 -1
- package/build/components/display/tabs.js +1 -1
- package/build/components/display/text.js +2 -2
- package/build/components/display/text_button.js +2 -2
- package/build/components/display/text_inline_button.js +2 -2
- package/build/components/display/toggle_button.js +4 -4
- package/build/components/display/utils/button_colors.js +1 -1
- package/build/components/display/utils/status_colors.js +1 -1
- package/build/components/display/video_attachment_preview.js +3 -3
- package/build/components/group_conversation_list.d.ts +1 -1
- package/build/components/group_conversation_list.js +2 -2
- package/build/components/page/error_boundary.d.ts +1 -1
- package/build/components/page/error_boundary.js +2 -2
- package/build/components/page/loading.js +1 -1
- package/build/components/primitive/avatar_primitive.d.ts +2 -2
- package/build/components/primitive/avatar_primitive.js +5 -5
- package/build/components/primitive/banner_primitive.d.ts +2 -2
- package/build/components/primitive/banner_primitive.js +8 -8
- package/build/components/primitive/blank_state_primitive.d.ts +1 -1
- package/build/components/primitive/blank_state_primitive.js +2 -2
- package/build/components/primitive/form_sheet.d.ts +2 -2
- package/build/components/primitive/form_sheet.js +3 -3
- package/build/components/safe_area_modal.js +1 -1
- package/build/contexts/api_provider.js +4 -4
- package/build/contexts/chat_context.d.ts +6 -6
- package/build/contexts/chat_context.js +2 -2
- package/build/contexts/conversations_context.d.ts +2 -2
- package/build/contexts/conversations_context.js +1 -1
- package/build/contexts/session_context.d.ts +3 -3
- package/build/contexts/session_context.js +6 -6
- package/build/hooks/groups/use_group_members_for_new_conversation.d.ts +6 -6
- package/build/hooks/groups/use_group_members_for_new_conversation.js +2 -2
- package/build/hooks/groups/use_groups_conversation_create.d.ts +1 -1
- package/build/hooks/groups/use_groups_conversation_create.js +2 -2
- package/build/hooks/services/use_find_or_create_services_conversation.d.ts +2 -2
- package/build/hooks/services/use_find_or_create_services_conversation.js +2 -2
- package/build/hooks/services/use_services_team.d.ts +1 -1
- package/build/hooks/services/use_services_team.js +1 -1
- package/build/hooks/services/use_team_members_for_new_conversation.d.ts +21 -21
- package/build/hooks/services/use_team_members_for_new_conversation.js +1 -1
- package/build/hooks/services/use_team_plans.d.ts +1 -1
- package/build/hooks/services/use_team_plans.js +1 -1
- package/build/hooks/use_api.d.ts +2 -2
- package/build/hooks/use_api_client.d.ts +1 -1
- package/build/hooks/use_api_client.js +3 -3
- package/build/hooks/use_async_storage.js +1 -1
- package/build/hooks/use_attachment_uploader.d.ts +1 -1
- package/build/hooks/use_broadcast_typing_status.js +1 -1
- package/build/hooks/use_chat_permissions.d.ts +21 -21
- package/build/hooks/use_conversation.d.ts +4 -4
- package/build/hooks/use_conversation.js +3 -3
- package/build/hooks/use_conversation_jolt_events.js +1 -1
- package/build/hooks/use_conversation_membership.d.ts +1 -1
- package/build/hooks/use_conversation_membership.js +2 -2
- package/build/hooks/use_conversation_message.d.ts +1 -1
- package/build/hooks/use_conversation_message.js +1 -1
- package/build/hooks/use_conversation_messages.d.ts +3 -3
- package/build/hooks/use_conversation_messages.js +1 -1
- package/build/hooks/use_conversation_messages_jolt_events.js +6 -6
- package/build/hooks/use_conversations.d.ts +2 -2
- package/build/hooks/use_conversations.js +1 -1
- package/build/hooks/use_conversations_actions.d.ts +19 -19
- package/build/hooks/use_conversations_actions.js +1 -1
- package/build/hooks/use_conversations_cache.d.ts +2 -2
- package/build/hooks/use_conversations_cache.js +2 -2
- package/build/hooks/use_conversations_jolt_events.js +2 -2
- package/build/hooks/use_current_person.d.ts +1 -1
- package/build/hooks/use_features.d.ts +1 -1
- package/build/hooks/use_features.js +1 -1
- package/build/hooks/use_giphy.d.ts +1 -1
- package/build/hooks/use_giphy.js +1 -1
- package/build/hooks/use_groups.d.ts +2 -2
- package/build/hooks/use_groups_groups.d.ts +33 -33
- package/build/hooks/use_jolt.js +2 -2
- package/build/hooks/use_live_relative_time.d.ts +1 -1
- package/build/hooks/use_live_relative_time.js +2 -2
- package/build/hooks/use_mark_latest_message_read.d.ts +1 -1
- package/build/hooks/use_message_create_or_update.d.ts +2 -2
- package/build/hooks/use_message_create_or_update.js +7 -7
- package/build/hooks/use_message_draft.d.ts +1 -1
- package/build/hooks/use_message_draft.js +1 -1
- package/build/hooks/use_message_reaction_toggle.d.ts +2 -2
- package/build/hooks/use_message_reaction_toggle.js +2 -2
- package/build/hooks/use_organization.d.ts +4 -4
- package/build/hooks/use_people_person.d.ts +1 -1
- package/build/hooks/use_product_analytics.d.ts +1 -1
- package/build/hooks/use_product_analytics.js +3 -3
- package/build/hooks/use_qualified_by_age.js +1 -1
- package/build/hooks/use_read_receipts.d.ts +1 -1
- package/build/hooks/use_report_message.d.ts +1 -1
- package/build/hooks/use_report_message.js +1 -1
- package/build/hooks/use_storage.d.ts +1 -1
- package/build/hooks/use_submit_age_check.d.ts +1 -1
- package/build/hooks/use_submit_age_check.js +1 -1
- package/build/hooks/use_suspense_api.d.ts +3 -3
- package/build/hooks/use_suspense_api.js +2 -2
- package/build/hooks/use_teams.d.ts +1 -1
- package/build/hooks/use_theme.d.ts +1 -1
- package/build/hooks/use_theme.js +1 -1
- package/build/hooks/use_typing_indicators.js +1 -1
- package/build/hooks/use_typing_status_cache.d.ts +1 -1
- package/build/hooks/use_upload_client.d.ts +1 -1
- package/build/hooks/use_upload_client.js +3 -3
- package/build/icons/font_awesome.d.ts +2 -0
- package/build/icons/font_awesome.d.ts.map +1 -0
- package/build/icons/font_awesome.js +16 -0
- package/build/icons/font_awesome.js.map +1 -0
- package/build/index.d.ts +1 -0
- package/build/index.d.ts.map +1 -1
- package/build/index.js +1 -0
- package/build/index.js.map +1 -1
- package/build/navigation/chat_access_gate.js +7 -7
- package/build/navigation/index.d.ts +25 -25
- package/build/navigation/index.js +28 -28
- package/build/navigation/screenLayout.js +2 -2
- package/build/polyfills/events/Event.js +1 -1
- package/build/polyfills/events/EventTarget.js +1 -1
- package/build/polyfills/events/internals/EventInternals.d.ts +2 -2
- package/build/polyfills/events/internals/EventTargetInternals.d.ts +2 -2
- package/build/screens/age_check/age_check_required_screen.js +8 -8
- package/build/screens/age_check/age_check_underage_screen.js +3 -3
- package/build/screens/age_check/components/age_check_select_birthdate_modal.js +3 -3
- package/build/screens/attachment_actions/attachment_actions_screen.js +1 -1
- package/build/screens/attachment_actions/hooks/useDeleteAttachment.js +3 -3
- package/build/screens/bug_report_screen.js +11 -11
- package/build/screens/conversation/message_read_receipts_screen.js +4 -4
- package/build/screens/conversation_details_screen.js +8 -8
- package/build/screens/conversation_filter_recipients/components/checkbox_row.d.ts +1 -1
- package/build/screens/conversation_filter_recipients/components/checkbox_row.js +3 -3
- package/build/screens/conversation_filter_recipients/components/header_row.d.ts +1 -1
- package/build/screens/conversation_filter_recipients/components/header_row.js +4 -4
- package/build/screens/conversation_filter_recipients/conversation_filter_recipients_screen.js +6 -6
- package/build/screens/conversation_filter_recipients/hooks/use_flattened_array_of_service_types_with_teams.d.ts +1 -1
- package/build/screens/conversation_filter_recipients/hooks/use_flattened_array_of_service_types_with_teams.js +1 -1
- package/build/screens/conversation_filter_recipients/hooks/use_service_types_with_teams.d.ts +22 -22
- package/build/screens/conversation_filter_recipients/hooks/use_service_types_with_teams.js +2 -2
- package/build/screens/conversation_filter_recipients/types.d.ts +1 -1
- package/build/screens/conversation_filters/components/conversation_filters.js +5 -5
- package/build/screens/conversation_filters/components/rows.d.ts +4 -4
- package/build/screens/conversation_filters/components/rows.js +5 -5
- package/build/screens/conversation_filters/context/conversation_filter_context.d.ts +1 -1
- package/build/screens/conversation_filters/group_filters.js +1 -1
- package/build/screens/conversation_filters/hooks/filters.d.ts +54 -54
- package/build/screens/conversation_filters/hooks/filters.js +3 -3
- package/build/screens/conversation_filters/screen_props.d.ts +1 -1
- package/build/screens/conversation_filters/team_filters.js +1 -1
- package/build/screens/conversation_filters_screen.js +1 -1
- package/build/screens/conversation_new/components/filter_by_plan.js +7 -7
- package/build/screens/conversation_new/components/form_list.d.ts +1 -1
- package/build/screens/conversation_new/components/form_list.js +2 -2
- package/build/screens/conversation_new/components/gender_filter_toggle.js +3 -3
- package/build/screens/conversation_new/components/groups_form.d.ts +1 -1
- package/build/screens/conversation_new/components/groups_form.js +10 -10
- package/build/screens/conversation_new/components/services_form.d.ts +1 -1
- package/build/screens/conversation_new/components/services_form.js +8 -8
- package/build/screens/conversation_new/components/source_app_error_card.js +1 -1
- package/build/screens/conversation_new/conversation_new_screen.d.ts +3 -3
- package/build/screens/conversation_notification_level_select_screen.js +5 -5
- package/build/screens/conversation_screen.d.ts +3 -3
- package/build/screens/conversation_screen.js +21 -21
- package/build/screens/conversation_select_recipients/components/groups_recipient_row.d.ts +1 -1
- package/build/screens/conversation_select_recipients/components/groups_recipient_row.js +1 -1
- package/build/screens/conversation_select_recipients/components/recipient_link_row.js +3 -3
- package/build/screens/conversation_select_recipients/components/restricted_group_row.d.ts +1 -1
- package/build/screens/conversation_select_recipients/components/restricted_group_row.js +3 -3
- package/build/screens/conversation_select_recipients/components/team_recipient_row.d.ts +1 -1
- package/build/screens/conversation_select_recipients/components/team_recipient_row.js +1 -1
- package/build/screens/conversation_select_recipients/components/view_more_link_row.js +1 -1
- package/build/screens/conversation_select_recipients/conversation_new_entry_screen.js +4 -4
- package/build/screens/conversation_select_recipients/conversation_select_group_recipients_screen.js +2 -2
- package/build/screens/conversation_select_recipients/conversation_select_teams_i_lead_recipients_screen.js +4 -4
- package/build/screens/conversation_select_recipients/types/screen_props.d.ts +2 -2
- package/build/screens/conversation_select_type_screen.d.ts +2 -2
- package/build/screens/conversation_select_type_screen.js +2 -2
- package/build/screens/conversations/components/chat_group_badge.js +2 -2
- package/build/screens/conversations/components/list_header_action_button.d.ts +1 -1
- package/build/screens/conversations/components/list_header_action_button.js +4 -4
- package/build/screens/conversations/components/list_header_component.js +9 -9
- package/build/screens/conversations/conversations_screen.d.ts +2 -2
- package/build/screens/conversations/conversations_screen.js +3 -3
- package/build/screens/design_system_screen.d.ts.map +1 -1
- package/build/screens/design_system_screen.js +98 -6
- package/build/screens/design_system_screen.js.map +1 -1
- package/build/screens/get_help_screen.js +4 -4
- package/build/screens/group_notification_level_select_screen.js +3 -3
- package/build/screens/group_notification_settings_screen.js +3 -3
- package/build/screens/message_actions_screen.js +10 -10
- package/build/screens/message_report/components/message_preview.d.ts +1 -1
- package/build/screens/message_report/components/message_preview.js +2 -2
- package/build/screens/message_report/components/report_reason_list.d.ts +1 -1
- package/build/screens/message_report/components/report_reason_list.js +4 -4
- package/build/screens/message_report_screen.js +7 -7
- package/build/screens/notification_settings/hooks/groups.d.ts +5 -5
- package/build/screens/notification_settings/hooks/groups.js +4 -4
- package/build/screens/notification_settings_screen.js +4 -4
- package/build/screens/preferred_app/hooks/use_chat_types.d.ts +4 -4
- package/build/screens/preferred_app/hooks/use_chat_types.js +1 -1
- package/build/screens/preferred_app_selection_screen.js +7 -7
- package/build/screens/preferred_app_selection_screen.js.map +1 -1
- package/build/screens/reactions_screen.js +7 -7
- package/build/screens/send_giphy_screen.js +8 -8
- package/build/screens/team_conversation_screen.js +3 -3
- package/build/types/jolt_events/message_events.d.ts +1 -1
- package/build/types/jolt_events/reaction_events.d.ts +1 -1
- package/build/types/resources/app_grant.d.ts +1 -1
- package/build/types/resources/conversation_membership.d.ts +1 -1
- package/build/types/resources/group_membership.d.ts +1 -1
- package/build/types/resources/groups/groups_group_resource.d.ts +1 -1
- package/build/types/resources/organization.d.ts +1 -1
- package/build/types/resources/person.d.ts +1 -1
- package/build/types/resources/services/chat_resource.d.ts +1 -1
- package/build/types/resources/services/team_resource.d.ts +1 -1
- package/build/utils/cache/messages_cache.d.ts +3 -3
- package/build/utils/cache/messages_cache.js +3 -3
- package/build/utils/cache/optimistically_create_message.d.ts +2 -2
- package/build/utils/cache/optimistically_create_message.js +4 -4
- package/build/utils/cache/optimistically_update_message.d.ts +1 -1
- package/build/utils/cache/optimistically_update_message.js +2 -2
- package/build/utils/cache/page_mutations.d.ts +5 -5
- package/build/utils/client/client.d.ts +1 -1
- package/build/utils/convert_attachments_for_create.d.ts +2 -2
- package/build/utils/destructure_chat_group_graph_id.d.ts +2 -2
- package/build/utils/jolt/transform_message_event_data_to_message_resource.d.ts +2 -2
- package/build/utils/jolt/transform_message_event_data_to_message_resource.js +1 -1
- package/build/utils/jolt/transform_reaction_event_data_to_reaction_count_resource.d.ts +3 -3
- package/build/utils/performance_tracking.d.ts +1 -1
- package/build/utils/reaction_constants.d.ts +1 -1
- package/build/utils/request/conversation.d.ts +2 -2
- package/build/utils/request/get_features.d.ts +1 -1
- package/build/utils/request/get_features.js +1 -1
- package/build/utils/request/get_message.d.ts +1 -1
- package/build/utils/request/get_message.js +1 -1
- package/build/utils/request/get_messages.d.ts +1 -1
- package/build/utils/request/get_messages.js +1 -1
- package/build/utils/response_error.d.ts +1 -1
- package/build/utils/session.d.ts +1 -1
- package/build/utils/session_manager.d.ts +1 -1
- package/build/utils/styles.js +1 -1
- package/build/utils/theme.d.ts +1 -1
- package/build/utils/theme.js +2 -2
- package/build/utils/upload_uri.d.ts +1 -1
- package/build/vendor/font_awesome_pro_solid_icons.d.ts +48 -0
- package/build/vendor/font_awesome_pro_solid_icons.d.ts.map +1 -0
- package/build/vendor/font_awesome_pro_solid_icons.js +513 -0
- package/build/vendor/font_awesome_pro_solid_icons.js.map +1 -0
- package/package.json +10 -4
- package/src/icons/font_awesome.ts +104 -0
- package/src/index.tsx +2 -0
- package/src/screens/design_system_screen.tsx +107 -0
- package/src/screens/preferred_app_selection_screen.tsx +3 -3
- package/src/vendor/font_awesome_pro_solid_icons.ts +560 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"font_awesome_pro_solid_icons.js","sourceRoot":"","sources":["../../src/vendor/font_awesome_pro_solid_icons.ts"],"names":[],"mappings":"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","sourcesContent":["import type { IconDefinition } from '@fortawesome/fontawesome-svg-core'\n\n// Vendored FA Pro solid icon definitions.\n// Extracted from @fortawesome/pro-solid-svg-icons v7.2.0 to avoid requiring\n// consuming apps to configure FA Pro private registry access.\n//\n// To update: install @fortawesome/pro-solid-svg-icons locally, extract the\n// icon definition object, and replace the entry here.\n\nexport const faBookBible: IconDefinition = {\n prefix: 'fas',\n iconName: 'book-bible',\n icon: [\n 448,\n 512,\n ['bible'],\n 'f647',\n 'M96 512c-53 0-96-43-96-96L0 96C0 43 43 0 96 0L400 0c26.5 0 48 21.5 48 48l0 288c0 20.9-13.4 38.7-32 45.3l0 66.7c17.7 0 32 14.3 32 32s-14.3 32-32 32L96 512zm0-128c-17.7 0-32 14.3-32 32s14.3 32 32 32l256 0 0-64-256 0zM192 80l0 48-48 0c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l48 0 0 112c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-112 48 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-48 0 0-48c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16z',\n ],\n}\n\nexport const faChurch: IconDefinition = {\n prefix: 'fas',\n iconName: 'church',\n icon: [\n 512,\n 512,\n ['9962'],\n 'f51d',\n 'M280-8c0-13.3-10.7-24-24-24S232-21.3 232-8l0 24-32 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l32 0 0 48-98.6 65.8C120 186.7 112 201.6 112 217.7l0 38.3-79.8 45.6C12.3 313 0 334.2 0 357.1L0 448c0 35.3 28.7 64 64 64 74.7 0 85.4 0 320 0l64 0c35.3 0 64-28.7 64-64l0-90.9c0-23-12.3-44.2-32.2-55.6L400 256 400 217.7c0-16-8-31-21.4-39.9l-98.6-65.8 0-48 32 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-32 0 0-24zM256 320c35.3 0 64 28.7 64 64l0 80-128 0 0-80c0-35.3 28.7-64 64-64z',\n ],\n}\n\nexport const faCross: IconDefinition = {\n prefix: 'fas',\n iconName: 'cross',\n icon: [\n 384,\n 512,\n ['128327', '10013'],\n 'f654',\n 'M176 0c-26.5 0-48 21.5-48 48l0 80-80 0c-26.5 0-48 21.5-48 48l0 32c0 26.5 21.5 48 48 48l80 0 0 208c0 26.5 21.5 48 48 48l32 0c26.5 0 48-21.5 48-48l0-208 80 0c26.5 0 48-21.5 48-48l0-32c0-26.5-21.5-48-48-48l-80 0 0-80c0-26.5-21.5-48-48-48L176 0z',\n ],\n}\n\nexport const faDove: IconDefinition = {\n prefix: 'fas',\n iconName: 'dove',\n icon: [\n 512,\n 512,\n ['128330'],\n 'f4ba',\n 'M496 64c13.2 0 20.7 15.1 12.8 25.6L480 128 480 304c0 79.5-64.5 144-144 144l-112 0-46.3 46.3c-10.4 10.4-26.5 12.4-39.1 4.8L41.5 440.9c-17-10.2-15-35.5 3.4-42.9L160 352C23.8 311.1 7.5 169.8 22 95.7 25.6 77.9 45.3 71.4 61.3 80.2L320 224 320 144c0-44.2 35.8-80 80-80l96 0zm-96 56a24 24 0 1 0 0 48 24 24 0 1 0 0-48zM182.5-9.6c12.4-13.7 33.3-8.9 42.5 7.1l56.4 98.3c-5.8 14.4-9.2 30.1-9.4 46.5L138.1 68c10.1-31.6 27-58.4 44.4-77.6z',\n ],\n}\n\nexport const faHandsHeart: IconDefinition = {\n prefix: 'fas',\n iconName: 'hands-holding-heart',\n icon: [\n 640,\n 512,\n ['hands-heart'],\n 'f4c3',\n 'M311.6 15L320 26.7 328.4 15c14.1-19.5 36.6-31 60.7-31 41.4 0 74.9 33.5 74.9 74.9l0 2.4c0 64.4-82 133.4-122.2 163.3-13 9.7-30.5 9.7-43.5 0-40.2-30-122.3-98.9-122.2-163.3l0-2.4c0-41.4 33.5-74.9 74.9-74.9 24 0 46.6 11.5 60.7 31zM40 64c22.1 0 40 17.9 40 40l0 160.2c0 17 6.7 33.3 18.7 45.3l51.1 51.1c8.3 8.3 21.3 9.6 31 3.1 12.9-8.6 14.7-26.9 3.7-37.8-7.3-7.3-23.1-23.1-47.2-47.2-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0c24.1 24.1 39.9 39.9 47.2 47.2l0 0 25.3 25.3c21 21 32.8 49.5 32.8 79.2l0 78.9c0 26.5-21.5 48-48 48l-66.7 0c-17 0-33.3-6.7-45.3-18.7L28.1 393.4C10.1 375.4 0 351 0 325.5L0 104C0 81.9 17.9 64 40 64zm560 0c22.1 0 40 17.9 40 40l0 221.5c0 25.5-10.1 49.9-28.1 67.9L512 493.3c-12 12-28.3 18.7-45.3 18.7L400 512c-26.5 0-48-21.5-48-48l0-78.9c0-29.7 11.8-58.2 32.8-79.2l25.3-25.3 0 0c7.3-7.3 23.1-23.1 47.2-47.2 12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3c-24.1 24.1-39.9 39.9-47.2 47.2-11 11-9.2 29.2 3.7 37.8 9.7 6.5 22.7 5.2 31-3.1l51.1-51.1c12-12 18.7-28.3 18.7-45.3L560 104c0-22.1 17.9-40 40-40z',\n ],\n}\n\nexport const faPersonRays: IconDefinition = {\n prefix: 'fas',\n iconName: 'person-rays',\n icon: [\n 512,\n 512,\n [],\n 'e54d',\n 'M312.5 24a56 56 0 1 0 -112 0 56 56 0 1 0 112 0zm24 212.7l46.3 62.4c10.5 14.2 30.6 17.2 44.8 6.6s17.2-30.6 6.6-44.8l-70.5-95C338.5 132 298.8 112 256.5 112s-82 20-107.2 53.9l-70.5 95c-10.5 14.2-7.6 34.2 6.6 44.8s34.2 7.6 44.8-6.6l46.3-62.4 0 275.3c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160c0-8.8 7.2-16 16-16s16 7.2 16 16l0 160c0 17.7 14.3 32 32 32s32-14.3 32-32l0-275.3zM7.5 7c-9.4 9.4-9.4 24.6 0 33.9l80 80c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L41.5 7C32.1-2.3 16.9-2.3 7.5 7zm464 0l-80 80c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l80-80c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0zM7.5 505c9.4 9.4 24.6 9.4 33.9 0l80-80c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-80 80c-9.4 9.4-9.4 24.6 0 33.9zm464 0c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-80-80c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l80 80z',\n ],\n}\n\nexport const faPrayingHands: IconDefinition = {\n prefix: 'fas',\n iconName: 'hands-praying',\n icon: [\n 640,\n 512,\n ['praying-hands'],\n 'f684',\n 'M224 296c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-112.6 88.2-119.7c13.1-17.8 9.3-42.8-8.5-55.9s-42.8-9.3-55.9 8.5L106.5 142.9C89.3 166.2 80 194.5 80 223.6l0 110.7-58.1 19.4C8.8 358 0 370.2 0 384l0 96c0 10 4.7 19.5 12.7 25.5s18.4 8 28.1 5.2l154.4-44.1c55-15.7 92.8-65.9 92.8-123.1L288 224c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 72zm192 0l0-72c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 119.6c0 57.2 37.9 107.4 92.8 123.1l154.4 44.1c9.7 2.8 20 .8 28.1-5.2S640 490 640 480l0-96c0-13.8-8.8-26-21.9-30.4l-58.1-19.4 0-110.7c0-29-9.3-57.3-26.5-80.7L440.2 16.3C427.1-1.5 402.1-5.3 384.3 7.8s-21.6 38.1-8.5 55.9L464 183.4 464 296c0 13.3-10.7 24-24 24s-24-10.7-24-24z',\n ],\n}\n\nexport const faPodium: IconDefinition = {\n prefix: 'fas',\n iconName: 'podium',\n icon: [\n 448,\n 512,\n [],\n 'f680',\n 'M168 72c-22.1 0-40 17.9-40 40l0 32 280 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L40 192c-13.3 0-24-10.7-24-24s10.7-24 24-24l40 0 0-32c0-48.6 39.4-88 88-88l14.4 0C190.7 9.7 206.2 0 224 0l64 0c26.5 0 48 21.5 48 48s-21.5 48-48 48l-64 0c-17.8 0-33.3-9.7-41.6-24L168 72zM74.9 453.5L56.3 240 391.7 240 373.1 453.5c-2.9 33.1-30.6 58.5-63.8 58.5l-170.6 0c-33.2 0-60.9-25.4-63.8-58.5z',\n ],\n}\n\nexport const faDroplet: IconDefinition = {\n prefix: 'fas',\n iconName: 'droplet',\n icon: [\n 384,\n 512,\n ['128167', 'tint'],\n 'f043',\n 'M192 512C86 512 0 426 0 320 0 228.8 130.2 45.9 166.6-3.5 172.5-11.5 181.8-16 191.8-16l.4 0c10 0 19.3 4.5 25.2 12.5 36.4 49.4 166.6 232.3 166.6 323.5 0 106-86 192-192 192zM112 312c0-13.3-10.7-24-24-24s-24 10.7-24 24c0 75.1 60.9 136 136 136 13.3 0 24-10.7 24-24s-10.7-24-24-24c-48.6 0-88-39.4-88-88z',\n ],\n}\n\nexport const faPersonDrowning: IconDefinition = {\n prefix: 'fas',\n iconName: 'person-drowning',\n icon: [\n 640,\n 512,\n [],\n 'e545',\n 'M264 88a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zM133.9 65.6c16.8-5.6 34.9 3.5 40.5 20.2l10.9 32.8c9.4 28.3 33.2 49.5 62.5 55.6 5.6 1.2 11.3 1.8 17.1 1.8l88 0c17.2 0 34.3-2.8 50.6-8.2l114.4-38.1c16.8-5.6 34.9 3.5 40.5 20.2s-3.5 34.9-20.2 40.5L423.7 228.5c-8.4 2.8-17 5.1-25.7 6.9l-26.5 88.3c-6.1 3.4-12.1 7.3-17.9 11.7-22.1 16.6-29.1 16.6-51.2 0-26.2-19.7-56.9-30.2-87.8-31.3l20.2-67.2c-51.5-10.7-93.5-48.1-110.2-98l-10.9-32.8c-5.6-16.8 3.5-34.9 20.2-40.5zM403.4 412.1C379.1 430.3 351.1 448 320 448s-59.1-17.7-83.4-35.9c-21.3-16.1-49.9-16.1-71.2 0-23.8 17.9-54.1 35.5-88.1 35.3-20.4-.1-40.7-6.7-59.8-21.1-10.6-8-12.7-23-4.7-33.6s23-12.7 33.6-4.7c11.3 8.5 21.6 11.4 31.2 11.5 17.6 .1 37.3-9.4 58.9-25.7 38.4-29 90.5-29 129 0 24 18.1 40.7 26.3 54.5 26.3s30.5-8.2 54.5-26.3c38.4-29 90.5-29 129 0 16.9 12.7 32.9 21.5 47.8 24.6 13.7 2.8 27.4 .9 42.3-10.3 10.6-8 25.6-5.9 33.6 4.7s5.9 25.6-4.7 33.6c-26.4 19.9-54.2 24.4-80.7 19.1-25.3-5.1-48.1-18.9-67.2-33.3-21.3-16.1-49.9-16.1-71.2 0z',\n ],\n}\n\nexport const faLighthouse: IconDefinition = {\n prefix: 'fas',\n iconName: 'lighthouse',\n icon: [\n 576,\n 512,\n [],\n 'e612',\n 'M271.9 4.4c10-5.8 22.3-5.8 32.2 0l96 56c15.3 8.9 20.4 28.5 11.5 43.8-5.9 10.2-16.6 15.9-27.6 15.9l0 40c17.7 0 32 14.3 32 32 0 13.3-8.1 24.7-19.7 29.5l45.3 226.5 6.4 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-320 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l6.4 0 45.3-226.5c-11.6-4.8-19.7-16.2-19.7-29.5 0-17.7 14.3-32 32-32l0 0 0-40c-11 0-21.7-5.7-27.6-15.9-8.9-15.3-3.7-34.9 11.5-43.8l96-56zM320 87.7l-32-18.7-32 18.7 0 72.3 64 0 0-72.3zM42.7 10.5l64 32c11.9 5.9 16.7 20.3 10.7 32.2S97.1 91.4 85.3 85.5l-64-32C9.4 47.5 4.6 33.1 10.5 21.3S30.9 4.6 42.7 10.5zm64 202.9l-64 32c-11.9 5.9-26.3 1.1-32.2-10.7s-1.1-26.3 10.7-32.2l64-32c11.9-5.9 26.3-1.1 32.2 10.7s1.1 26.3-10.7 32.2zM565.5 21.3c5.9 11.9 1.1 26.3-10.7 32.2l-64 32c-11.9 5.9-26.3 1.1-32.2-10.7s-1.1-26.3 10.7-32.2l64-32c11.9-5.9 26.3-1.1 32.2 10.7zm-106.9 160c5.9-11.9 20.3-16.7 32.2-10.7l64 32c11.9 5.9 16.7 20.3 10.7 32.2s-20.3 16.7-32.2 10.7l-64-32c-11.9-5.9-16.7-20.3-10.7-32.2zM288 368c-17.7 0-32 14.3-32 32l0 64 64 0 0-64c0-17.7-14.3-32-32-32z',\n ],\n}\n\nexport const faGuitar: IconDefinition = {\n prefix: 'fas',\n iconName: 'guitar',\n icon: [\n 512,\n 512,\n [],\n 'f7a6',\n 'M465 7c-9.4-9.4-24.6-9.4-33.9 0L383 55c-2.4 2.4-4.3 5.3-5.5 8.5l-15.4 41-77.5 77.6c-45.1-29.4-99.3-30.2-131 1.6-11 11-18 24.6-21.4 39.6-3.7 16.6-19.1 30.7-36.1 31.6-25.6 1.3-49.3 10.7-67.3 28.6-44.8 44.8-36.4 125.8 18.7 180.9S183.6 528 228.4 483.2c17.9-17.9 27.4-41.7 28.6-67.3 .9-17 15-32.3 31.6-36.1 15-3.4 28.6-10.5 39.6-21.4 31.8-31.8 31-85.9 1.6-131l77.6-77.6 41-15.4c3.2-1.2 6.1-3.1 8.5-5.5l48-48c9.4-9.4 9.4-24.6 0-33.9L465 7zM208 256a48 48 0 1 1 0 96 48 48 0 1 1 0-96z',\n ],\n}\n\nexport const faGuitarElectric: IconDefinition = {\n prefix: 'fas',\n iconName: 'guitar-electric',\n icon: [\n 512,\n 512,\n ['127928'],\n 'f8be',\n 'M352 114.7l0-33.6c0-10.7 5.3-20.7 14.2-26.6L435.9 8.1C443.8 2.8 453.1 0 462.5 0L464 0c26.5 0 48 21.5 48 48s-21.5 48-48 48L461.3 96 289 268.3c20.3 12 37.3 9.4 48.3 4.7 8.5-3.6 19.3-3.6 25.8 3s6.5 17.3 0 23.8l-21.6 21.8c-8.5 8.6-19.3 13.6-30.1 18.7-11 5.1-22 10.2-30.8 19.2-24.7 25-39.7 65.4-47.2 90.6-4.3 14.6-11.5 28.4-22.2 39.1-30 30.4-78.7 30.4-108.8 0L22.5 408.5c-30-30.4-30-79.6 0-110 10.7-10.8 24.3-18.1 38.7-22.4 24.9-7.6 64.9-22.7 89.6-47.7 9.3-9.4 14.9-21.1 20.5-32.7l0 0c5.6-11.6 11.1-23.1 20.3-32.4l29.9-30.2c6.5-6.6 17.1-6.6 23.6 0s6.6 17.4 1.7 25.3c-8.7 14.4-17.8 38.7-3.2 64.7L352 114.7zM201 263c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l48 48c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-48-48zm-64 64c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l48 48c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-48-48z',\n ],\n}\n\nexport const faViolin: IconDefinition = {\n prefix: 'fas',\n iconName: 'violin',\n icon: [\n 640,\n 512,\n ['127931'],\n 'f8ed',\n 'M630.6 54.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L417 177.7c-19.1-11.3-41.3-17.7-65-17.7-20.8 0-40.4 5-57.8 13.8-6.7 3.4-9.1 11.4-7.7 18.8 1 5 1.5 10.2 1.5 15.4 0 44.2-35.8 80-80 80-11.6 0-22.7-2.5-32.7-7-7.4-3.3-16.6-2.4-21.3 4.3-16.4 23.4-26.1 51.9-26.1 82.6 0 9 .8 17.7 2.4 26.2l39.2-29.4c25.5-19.1 61.1-16.6 83.7 5.9l16 16c22.5 22.5 25.1 58.2 5.9 83.7l-29.4 39.2c8.5 1.6 17.3 2.4 26.2 2.4 30.8 0 59.3-9.6 82.6-26.1 6.7-4.7 7.6-13.8 4.3-21.3-4.5-10-7-21-7-32.7 0-44.2 35.8-80 80-80 5.3 0 10.5 .5 15.4 1.5 7.4 1.4 15.4-1 18.8-7.7 8.8-17.4 13.8-37 13.8-57.8 0-23.7-6.5-46-17.7-65L630.6 54.6zM520 48a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM345 41c9.4-9.4 9.4-24.6 0-33.9S320.4-2.3 311 7L7 311c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L345 41zM472 96a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm120 72a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm48-48a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM198.4 403.2l-64 48c-3.7 2.8-6 7-6.4 11.7s1.4 9.2 4.6 12.4l32 32c3.3 3.3 7.8 5 12.4 4.6s8.9-2.6 11.7-6.4l48-64c4.8-6.4 4.1-15.3-1.5-20.9l-16-16c-5.6-5.6-14.5-6.3-20.9-1.5z',\n ],\n}\n\nexport const faCalendarHeart: IconDefinition = {\n prefix: 'fas',\n iconName: 'calendar-heart',\n icon: [\n 448,\n 512,\n [],\n 'e0d3',\n 'M128 0c17.7 0 32 14.3 32 32l0 32 128 0 0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32 32 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 128C0 92.7 28.7 64 64 64l32 0 0-32c0-17.7 14.3-32 32-32zm89.6 215.5c-11.1-14.8-28.5-23.5-46.9-23.5-32.4 0-58.7 26.3-58.7 58.7l0 5.3c0 49.1 65.8 98.1 96.5 118.3 9.5 6.2 21.5 6.2 30.9 0 30.7-20.2 96.5-69.3 96.5-118.3l0-5.3c0-32.4-26.3-58.7-58.7-58.7-18.5 0-35.9 8.7-46.9 23.5l-6.4 8.5-6.4-8.5z',\n ],\n}\n\nexport const faHandHeart: IconDefinition = {\n prefix: 'fas',\n iconName: 'hand-heart',\n icon: [\n 640,\n 512,\n [],\n 'f4bc',\n 'M549.1 304c41.4 0 74.9 33.5 74.9 74.9l0 2.5c0 64.4-82 133.4-122.2 163.3-13 9.7-30.5 9.7-43.5 0-40.2-30-122.2-98.9-122.2-163.3l0-2.5c0-41.3 33.5-74.9 74.9-74.9 24 0 46.6 11.5 60.7 31l8.4 11.7 8.4-11.7c14.1-19.5 36.7-31 60.7-31zM320 0c17.7 0 32 14.3 32 32l0 176c0 8.8 7.2 16 16 16s16-7.2 16-16l0-144c0-17.7 14.3-32 32-32s32 14.3 32 32l0 144c0 8.8 7.2 16 16 16s16-7.2 16-16l0-80c0-17.7 14.3-32 32-32s32 14.3 32 32l0 128.2c-23.1 1-45.3 8.3-64 21.1-20.1-13.7-44.2-21.3-69.1-21.3-67.9 0-122.9 55-122.9 122.9l0 2.5c0 50.7 31 95.5 58 126.2 1.3 1.5 2.7 2.9 4 4.4l-1.2 0c-59.6 0-116.9-22.9-160-64L76.4 341c-16-15.2-16.6-40.6-1.4-56.6s40.6-16.6 56.6-1.4l60.5 57.6c0-1.5-.1-3.1-.1-4.6l0-272c0-17.7 14.3-32 32-32s32 14.3 32 32l0 144c0 8.8 7.2 16 16 16s16-7.2 16-16l0-176c0-17.7 14.3-32 32-32z',\n ],\n}\n\nexport const faHandWave: IconDefinition = {\n prefix: 'fas',\n iconName: 'hand-wave',\n icon: [\n 576,\n 512,\n [],\n 'e1a7',\n 'M392.2 67.4L391 58.9c-2.5-17.6-16.3-31.4-33.9-33.9l-8.5-1.2c-13.1-1.9-22.2-14-20.4-27.2s14-22.2 27.2-20.4l8.5 1.2c38.7 5.5 69.1 36 74.7 74.7l1.2 8.5c1.9 13.1-7.2 25.3-20.4 27.2s-25.3-7.2-27.2-20.4zM217.4 70.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192c3.3 3.3 9.4 1.1 9.4-3.7l0-77.7c0-22.1 17.9-40 40-40s40 17.9 40 40l0 176.3c0 60.2-27.9 116.9-75.5 153.7-50.8 39.2-115.5 49.7-173.6 32.7-28.4-7.1-55.3-21.8-77.6-44.1l-4.9-4.9c-83.9-83.9-130.2-130.2-139.1-139.1-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l31.9 31.9 .1 .1 46.6 46.6c5.2 5.2 13.6 5.2 18.7 0s5.2-13.6 0-18.7L89.4 198.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L261.3 280c5.2 5.2 13.6 5.2 18.7 0s5.2-13.6 0-18.7L137.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L325.3 216c5.2 5.2 13.6 5.2 18.7 0s5.2-13.6 0-18.7L217.4 70.6zM28.6 360.2c13.1-1.9 25.3 7.2 27.2 20.4l1.2 8.5c2.5 17.6 16.3 31.4 33.9 33.9l8.5 1.2c13.1 1.9 22.2 14 20.4 27.2s-14 22.2-27.2 20.4l-8.5-1.2C45.4 465 15 434.6 9.5 395.9l-1.2-8.5c-1.9-13.1 7.2-25.3 20.4-27.2z',\n ],\n}\n\nexport const faBaby: IconDefinition = {\n prefix: 'fas',\n iconName: 'baby',\n icon: [\n 384,\n 512,\n [],\n 'f77c',\n 'M120 88a72 72 0 1 1 144 0 72 72 0 1 1 -144 0zM7.7 144.5c13-17.9 38-21.8 55.9-8.8L99.8 162c26.8 19.5 59.1 30 92.2 30s65.4-10.5 92.2-30l36.2-26.4c17.9-13 42.9-9 55.9 8.8s9 42.9-8.8 55.9l-36.2 26.4c-13.6 9.9-28.1 18.2-43.3 25l0 36.3-192 0 0-36.3c-15.2-6.7-29.7-15.1-43.3-25L16.5 200.3c-17.9-13-21.8-38-8.8-55.9zM97.5 329.3l60.6 53-26 37.2 24.3 24.3c15.6 15.6 15.6 40.9 0 56.6s-40.9 15.6-56.6 0l-48-48C38 438.6 36.1 417 47.2 401.1l50.2-71.8zm128.5 53l60.6-53 50.2 71.8c11.1 15.9 9.2 37.5-4.5 51.2l-48 48c-15.6 15.6-40.9 15.6-56.6 0s-15.6-40.9 0-56.6l24.3-24.3-26-37.2z',\n ],\n}\n\nexport const faChildren: IconDefinition = {\n prefix: 'fas',\n iconName: 'children',\n icon: [\n 640,\n 512,\n [],\n 'e4e1',\n 'M160.5 0a64 64 0 1 1 0 128 64 64 0 1 1 0-128zm-72 480l0-80-17.8 0c-10.9 0-18.6-10.7-15.2-21.1L86.7 285.5 58 323.3c-10.7 14.1-30.8 16.8-44.8 6.2S-3.7 298.7 7 284.7L65.9 207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47L314 284.7c10.7 14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.7-37.8 31.1 93.4c3.5 10.4-4.3 21.1-15.2 21.1l-17.8 0 0 80c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-80-16 0 0 80c0 17.7-14.3 32-32 32s-32-14.3-32-32zM480.5 0a64 64 0 1 1 0 128 64 64 0 1 1 0-128zm-8 384l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-179.5-12.9 20.5c-9.4 15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 48.3-44.9 81.2-44.9l12.3 0c33 0 63.7 16.9 81.2 44.9L619.6 287c9.4 15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10l-12.9-20.5 0 179.5c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96-16 0z',\n ],\n}\n\nexport const faMugHot: IconDefinition = {\n prefix: 'fas',\n iconName: 'mug-hot',\n icon: [\n 576,\n 512,\n ['9749'],\n 'f7b6',\n 'M152-16c-13.3 0-24 10.7-24 24 0 38.9 23.4 59.4 39.1 73.1l1.1 1c16.3 14.3 23.8 21.8 23.8 37.9 0 13.3 10.7 24 24 24s24-10.7 24-24c0-38.9-23.4-59.4-39.1-73.1l-1.1-1C183.5 31.7 176 24.1 176 8 176-5.3 165.3-16 152-16zM96 192c-17.7 0-32 14.3-32 32l0 192c0 53 43 96 96 96l192 0c41.8 0 77.4-26.7 90.5-64l5.5 0c70.7 0 128-57.3 128-128S518.7 192 448 192L96 192zM448 384l0-128c35.3 0 64 28.7 64 64s-28.7 64-64 64zM288 8c0-13.3-10.7-24-24-24S240-5.3 240 8c0 38.9 23.4 59.4 39.1 73.1l1.1 1c16.3 14.3 23.8 21.8 23.8 37.9 0 13.3 10.7 24 24 24s24-10.7 24-24c0-38.9-23.4-59.4-39.1-73.1l-1.1-1C295.5 31.7 288 24.1 288 8z',\n ],\n}\n\nexport const faVideoCamera: IconDefinition = {\n prefix: 'fas',\n iconName: 'video',\n icon: [\n 576,\n 512,\n ['video-camera'],\n 'f03d',\n 'M96 64c-35.3 0-64 28.7-64 64l0 256c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L96 64zM464 336l73.5 58.8c4.2 3.4 9.4 5.2 14.8 5.2 13.1 0 23.7-10.6 23.7-23.7l0-240.6c0-13.1-10.6-23.7-23.7-23.7-5.4 0-10.6 1.8-14.8 5.2L464 176 464 336z',\n ],\n}\n\nexport const faMusic: IconDefinition = {\n prefix: 'fas',\n iconName: 'music',\n icon: [\n 512,\n 512,\n ['127925'],\n 'f001',\n 'M468 7c7.6 6.1 12 15.3 12 25l0 304c0 44.2-43 80-96 80s-96-35.8-96-80 43-80 96-80c11.2 0 22 1.6 32 4.6l0-116.7-224 49.8 0 206.3c0 44.2-43 80-96 80s-96-35.8-96-80 43-80 96-80c11.2 0 22 1.6 32 4.6L128 96c0-15 10.4-28 25.1-31.2l288-64c9.5-2.1 19.4 .2 27 6.3z',\n ],\n}\n\nexport const faPianoKeyboard: IconDefinition = {\n prefix: 'fas',\n iconName: 'piano-keyboard',\n icon: [\n 576,\n 512,\n ['127929'],\n 'f8d5',\n 'M64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 64zM512 224l0 160-76 0 0-71c7.3-5.9 12-14.9 12-25l0-64 64 0zM396 384l-88 0 0-71c7.3-5.9 12-14.9 12-25l0-64 64 0 0 64c0 10.1 4.7 19.1 12 25l0 71zm-128 0l-88 0 0-71c7.3-5.9 12-14.9 12-25l0-64 64 0 0 64c0 10.1 4.7 19.1 12 25l0 71zm-128 0l-76 0 0-160 64 0 0 64c0 10.1 4.7 19.1 12 25l0 71z',\n ],\n}\n\nexport const faDrum: IconDefinition = {\n prefix: 'fas',\n iconName: 'drum',\n icon: [\n 512,\n 512,\n ['129345'],\n 'f569',\n 'M501.2 76.1c11.1-7.3 14.2-22.1 6.9-33.2s-22.1-14.2-33.2-6.9L370.2 104.5C335.8 98.7 297 96 256 96 114.6 96 0 128 0 208L0 368c0 31.3 27.4 58.8 72 78.7L72 344c0-13.3 10.7-24 24-24s24 10.7 24 24l0 119.4c33 8.9 71.1 14.5 112 16.1L232 376c0-13.3 10.7-24 24-24s24 10.7 24 24l0 103.5c40.9-1.6 79-7.2 112-16.1L392 344c0-13.3 10.7-24 24-24s24 10.7 24 24l0 102.7c44.6-19.9 72-47.4 72-78.7l0-160c0-41.1-30.2-69.5-78.8-87.4l67.9-44.5zM307.4 145.6l-64.6 42.3c-11.1 7.3-14.2 22.1-6.9 33.2s22.1 14.2 33.2 6.9l111.1-72.8c14.7 3.2 27.9 7 39.4 11.5 38.8 15.1 44.4 30.6 44.4 41.3 0 .8-2.7 17.2-46 35.9-38.9 16.8-96 28.1-162 28.1S132.9 260.7 94 243.9c-43.3-18.7-46-35.1-46-35.9 0-10.6 5.6-26.2 44.4-41.3 38.3-14.9 95.4-22.7 163.6-22.7 18 0 35.1 .5 51.4 1.6z',\n ],\n}\n\nexport const faUserGraduate: IconDefinition = {\n prefix: 'fas',\n iconName: 'user-graduate',\n icon: [\n 448,\n 512,\n [],\n 'f501',\n 'M241.3-13c-11.4-2.3-23.1-2.3-34.5 0L19.3 24.5C8.1 26.7 0 36.6 0 48 0 58.3 6.5 67.3 16 70.6L16 144 .3 222.6c-.2 .9-.3 1.9-.3 2.9 0 8 6.5 14.6 14.6 14.6l34.9 0c8 0 14.6-6.5 14.6-14.6 0-1-.1-1.9-.3-2.9L48 144 48 77.3 96 86.9 96 144c0 70.7 57.3 128 128 128s128-57.3 128-128l0-57.1 76.7-15.3C439.9 69.3 448 59.4 448 48s-8.1-21.3-19.3-23.5L241.3-13zM224 224c-44.2 0-80-35.8-80-80l160 0c0 44.2-35.8 80-80 80zM120.1 320.1C58.7 348.3 16 410.3 16 482.3 16 498.7 29.3 512 45.7 512l154.3 0 0-146-57.4-43c-6.5-4.9-15.2-6.2-22.6-2.8zM248 512l154.3 0c16.4 0 29.7-13.3 29.7-29.7 0-72-42.7-134-104.1-162.1-7.4-3.4-16.1-2.1-22.6 2.8l-57.4 43 0 146z',\n ],\n}\n\nexport const faCommentsQuestion: IconDefinition = {\n prefix: 'fas',\n iconName: 'comments-question',\n icon: [\n 576,\n 512,\n [],\n 'e14e',\n 'M192 320c106 0 192-78.8 192-176S298-32 192-32 0 46.8 0 144c0 39.6 14.3 76.2 38.4 105.6L2.8 316.8C-2.1 326.1-.4 337.5 7 345s18.9 9.2 28.2 4.2L116.8 306c23.1 9 48.5 14 75.2 14zm3.2 48c16.4 81.9 94.7 144 188.8 144 26.7 0 52.1-5 75.2-14l81.6 43.2c9.3 4.9 20.7 3.2 28.2-4.2s9.2-18.9 4.2-28.2l-35.6-67.2c24.1-29.4 38.4-66 38.4-105.6 0-82.4-61.7-151.5-145-170.7-11.5 115.8-115.8 201.2-235.8 202.7zM192 72c-16.1 0-29.2 13.1-29.2 29.2 0 13.3-10.7 24-24 24s-24-10.7-24-24C114.8 58.6 149.4 24 192 24s77.2 34.6 77.2 77.2c0 45.5-34.5 64.7-53.7 71.8-2.3 10.8-11.9 19-23.5 19-13.3 0-24-10.7-24-24 0-20.2 14.6-34.6 29.5-39.5 6-2 12.3-5.1 16.8-9.5 3.9-3.8 6.9-9 6.9-17.7 0-16.1-13.1-29.2-29.2-29.2zM164 240a28 28 0 1 1 56 0 28 28 0 1 1 -56 0z',\n ],\n}\n\nexport const faPresentation: IconDefinition = {\n prefix: 'fas',\n iconName: 'presentation-screen',\n icon: [\n 512,\n 512,\n ['presentation'],\n 'f685',\n 'M24 32l464 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 80C10.7 80 0 69.3 0 56S10.7 32 24 32zM232 384L96 384c-35.3 0-64-28.7-64-64l0-192 448 0 0 192c0 35.3-28.7 64-64 64l-136 0 0 35.5 69.8 48.8c10.9 7.6 13.5 22.6 5.9 33.4s-22.6 13.5-33.4 5.9l-66.2-46.4-66.2 46.4c-10.9 7.6-25.8 5-33.4-5.9s-5-25.8 5.9-33.4l69.8-48.8 0-35.5z',\n ],\n}\n\nexport const faMicrophoneStand: IconDefinition = {\n prefix: 'fas',\n iconName: 'microphone-stand',\n icon: [\n 512,\n 512,\n ['127908'],\n 'f8cb',\n 'M290.2 52.3l-4.6 4.6 169.7 169.7 4.6-4.6c46.9-46.9 46.9-122.8 0-169.7S337 5.5 290.2 52.3zM257.3 85.3l-6.7 6.7c-21.6 21.6-32.5 49.8-32.8 78.1L342.2 294.4c28.3-.3 56.5-11.2 78.1-32.8L427 255 257.3 85.3zM192 212.2L38.3 380.4c-17.3 18.9-16.6 48.1 1.5 66.3l25.6 25.7c18.1 18.2 47.4 18.9 66.4 1.6l100.5-91.8 0 137.8c0 13.3 10.7 24 24 24s24-10.7 24-24l0-181.7 19.8-18.1-108.1-108.1z',\n ],\n}\n\nexport const faIdBadge: IconDefinition = {\n prefix: 'fas',\n iconName: 'id-badge',\n icon: [\n 384,\n 512,\n [],\n 'f2c1',\n 'M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-384c0-35.3-28.7-64-64-64L64 0zm96 352l64 0c44.2 0 80 35.8 80 80 0 8.8-7.2 16-16 16L96 448c-8.8 0-16-7.2-16-16 0-44.2 35.8-80 80-80zm-24-96a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zM152 64l80 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z',\n ],\n}\n\nexport const faBookUser: IconDefinition = {\n prefix: 'fas',\n iconName: 'book-user',\n icon: [\n 448,\n 512,\n [],\n 'f7e7',\n 'M96 512l320 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-66.7c18.6-6.6 32-24.4 32-45.3l0-288c0-26.5-21.5-48-48-48L96 0C43 0 0 43 0 96L0 416c0 53 43 96 96 96zM64 416c0-17.7 14.3-32 32-32l256 0 0 64-256 0c-17.7 0-32-14.3-32-32zM224 72a56 56 0 1 1 0 112 56 56 0 1 1 0-112zM130.3 253c14.7-17.7 36.9-29 61.7-29l64 0c24.8 0 47 11.3 61.7 29 12.9 15.6-2.2 35-22.4 35l-142.5 0c-20.2 0-35.3-19.4-22.4-35z',\n ],\n}\n\nexport const faHandHoldingHeart: IconDefinition = {\n prefix: 'fas',\n iconName: 'hand-holding-heart',\n icon: [\n 576,\n 512,\n [],\n 'f4be',\n 'M279.6 31C265.5 11.5 242.9 0 218.9 0 177.5 0 144 33.5 144 74.9l0 2.4c0 64.4 82 133.4 122.2 163.3 13 9.7 30.5 9.7 43.5 0 40.2-30 122.2-98.9 122.2-163.3l0-2.4c0-41.4-33.5-74.9-74.9-74.9-24 0-46.6 11.5-60.7 31L288 42.7 279.6 31zM109.3 341.5L66.7 384 32 384c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l320.5 0c29 0 57.3-9.3 80.7-26.5l126.6-93.3c17.8-13.1 21.6-38.1 8.5-55.9s-38.1-21.6-55.9-8.5L392.6 416 280 416c-13.3 0-24-10.7-24-24s10.7-24 24-24l72 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-152.2 0c-33.9 0-66.5 13.5-90.5 37.5z',\n ],\n}\n\nexport const faGuitars: IconDefinition = {\n prefix: 'fas',\n iconName: 'guitars',\n icon: [\n 576,\n 512,\n [],\n 'f8bf',\n 'M120 0l48 0c13.3 0 24 10.7 24 24l0 52.2c0 6.2-1.4 12.3-4.2 17.9L168 133.7 168 178c50.3 8.6 88 43.8 88 86 0 14-4.2 27.3-11.6 39.1-8.2 13-7.5 31.9 2.9 43.4 9.8 10.9 17.1 23.3 21.1 36.8-7.3 16.1-12.4 34.7-12.4 54.9 0 6.2 .5 12.2 1.3 18.2-21.4 33.1-64.1 55.6-113.3 55.6-70.7 0-128-46.6-128-104 0-23 9.2-44.3 24.8-61.5 10.3-11.4 11.1-30.4 2.9-43.4-7.5-11.8-11.6-25.1-11.6-39.1 0-42.1 37.7-77.3 88-86l0-44.4-19.8-39.6C97.4 88.6 96 82.4 96 76.2L96 24c0-13.3 10.7-24 24-24zm24 344a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM408 148.6l-21.4-24.5c-6.6-7.6-9.3-17.9-7.2-27.8l13.9-64.8C397.2 13.1 413.4 0 432.2 0 454.2 0 472 17.8 472 39.8l0 4.6c0 12.4-6.4 23.3-16 29.7l0 164.7c27.9-4.2 39.6-19.4 44.5-31.3 3.3-8.2 10.7-15.5 19.5-15.5s16 7.2 16 16l0 29.3c0 11.6-4.8 22.8-9.3 33.5l-.5 1.1c-3.3 7.8-6.2 18.5-6.2 32.1 0 33.5 17 70.9 28.8 92.9 6.9 12.7 11.2 26.9 11.2 41.3 0 40.8-33 73.8-73.8 73.8l-108.4 0c-40.8 0-73.8-33-73.8-73.8 0-14.5 4.3-28.6 11.2-41.3 11.8-22 28.8-59.3 28.8-92.9 0-11.2-2-20.5-4.5-27.8-.9-2.5-1.8-5-2.7-7.5l0 0c-4.3-11.8-8.8-23.8-8.8-36.2l0-40.6c0-8.8 7.2-16 16-16s16.1 7.2 18.2 15.8c3.9 16.4 14.9 40.5 45.8 46.7l0-89.9zM392 312c0 13.3 10.7 24 24 24l40 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-40 0c-13.3 0-24 10.7-24 24zm0 80c0 13.3 10.7 24 24 24l40 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-40 0c-13.3 0-24 10.7-24 24z',\n ],\n}\n\nexport const faAmpGuitar: IconDefinition = {\n prefix: 'fas',\n iconName: 'amp-guitar',\n icon: [\n 512,\n 512,\n [],\n 'f8a1',\n 'M144 88l0 8 224 0 0-8c0-22.1-17.9-40-40-40L184 48c-22.1 0-40 17.9-40 40zM96 96l0-8c0-48.6 39.4-88 88-88L328 0c48.6 0 88 39.4 88 88l0 8 32 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 160c0-35.3 28.7-64 64-64l32 0zm24 96a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm72 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm152-24a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm72 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM112 304l288 0 0 64-288 0 0-64zM96 256c-17.7 0-32 14.3-32 32l0 96c0 17.7 14.3 32 32 32l320 0c17.7 0 32-14.3 32-32l0-96c0-17.7-14.3-32-32-32L96 256z',\n ],\n}\n\nexport const faSchoolFlag: IconDefinition = {\n prefix: 'fas',\n iconName: 'school-flag',\n icon: [\n 576,\n 512,\n [],\n 'e56e',\n 'M256-8c0-13.3 10.7-24 24-24l112 0c13.3 0 24 10.7 24 24l0 48c0 13.3-10.7 24-24 24l-72 0 0 19.2 128 76.8 64 0c35.3 0 64 28.7 64 64l0 224c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 224c0-35.3 28.7-64 64-64l64 0 128-76.8 0-91.2zM240 384l0 80 96 0 0-80c0-26.5-21.5-48-48-48s-48 21.5-48 48zM112 416c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0zm16-144l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16zM496 416c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0zm16-144l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16zm-224 0a48 48 0 1 0 0-96 48 48 0 1 0 0 96z',\n ],\n}\n\nexport const faShieldCheck: IconDefinition = {\n prefix: 'fas',\n iconName: 'shield-check',\n icon: [\n 512,\n 512,\n [],\n 'f2f7',\n 'M256.1 0c4.6 0 9.2 1 13.3 2.9L457.8 82.8c22 9.3 38.4 31 38.3 57.2-.5 99.2-41.3 280.7-213.7 363.2-16.7 8-36.1 8-52.7 0-172.4-82.5-213.1-263.9-213.6-363.2-.1-26.2 16.3-47.9 38.3-57.2L242.7 2.9C246.8 1 251.4 0 256.1 0zm90.9 164.6c-10.7-7.8-25.7-5.4-33.5 5.3l-85.6 117.7-26.5-27.4c-9.2-9.5-24.4-9.8-33.9-.6-9.5 9.2-9.8 24.4-.6 33.9l46.4 48c4.9 5.1 11.8 7.8 18.9 7.3s13.6-4.1 17.8-9.8L352.3 198.1c7.8-10.7 5.4-25.7-5.3-33.5z',\n ],\n}\n\nexport const faProjector: IconDefinition = {\n prefix: 'fas',\n iconName: 'projector',\n icon: [\n 576,\n 512,\n [],\n 'f8d6',\n 'M376-8l0 64c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-64c0-13.3 10.7-24 24-24s24 10.7 24 24zM217 7l40 40c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L183 41c-9.4-9.4-9.4-24.6 0-33.9S207.6-2.3 217 7zM521 41L481 81c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L487 7c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9zM480 192l32 0c35.3 0 64 28.7 64 64l0 160c0 35.3-28.7 64-64 64l-2.7 0c-6.6 18.6-24.4 32-45.3 32s-38.7-13.4-45.3-32l-261.5 0c-6.6 18.6-24.4 32-45.3 32s-38.7-13.4-45.3-32L64 480c-35.3 0-64-28.7-64-64L0 256c0-35.3 28.7-64 64-64l160 0c29.2-38.9 75.7-64 128-64s98.8 25.1 128 64zm-32 96a96 96 0 1 0 -192 0 96 96 0 1 0 192 0zM88 256c-13.3 0-24 10.7-24 24s10.7 24 24 24l48 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0zM64 360c0 13.3 10.7 24 24 24l64 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-64 0c-13.3 0-24 10.7-24 24z',\n ],\n}\n\nexport const faPeople: IconDefinition = {\n prefix: 'fas',\n iconName: 'people',\n icon: [\n 576,\n 512,\n [],\n 'e216',\n 'M416 80a56 56 0 1 0 0-112 56 56 0 1 0 0 112zM318.2 400l17.8 0 0 112c0 17.7 14.3 32 32 32s32-14.3 32-32l0-112 32 0 0 112c0 17.7 14.3 32 32 32s32-14.3 32-32l0-112 17.8 0c10.9 0 18.6-10.7 15.2-21.1l-45.3-136 32.1 60.2c8.3 15.6 27.7 21.5 43.3 13.1s21.5-27.7 13.1-43.3L519.4 174C499 135.8 459.3 112 416 112s-83 23.8-103.4 62L288 220.1 263.4 174C243 135.8 203.3 112 160 112S77 135.8 56.6 174L3.8 272.9c-8.3 15.6-2.4 35 13.1 43.3s35 2.4 43.3-13.1L80 266.1 80 512c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160c0-8.8 7.2-16 16-16s16 7.2 16 16l0 160c0 17.7 14.3 32 32 32s32-14.3 32-32l0-245.9 19.8 37c5.6 10.4 16.4 16.9 28.2 16.9s22.7-6.5 28.2-16.9l32.1-60.2-45.3 136c-3.5 10.4 4.3 21.1 15.2 21.1zM216 24a56 56 0 1 0 -112 0 56 56 0 1 0 112 0z',\n ],\n}\n\nexport const faPeopleGroup: IconDefinition = {\n prefix: 'fas',\n iconName: 'people-group',\n icon: [\n 512,\n 512,\n [],\n 'e533',\n 'M256 0a64 64 0 1 1 0 128 64 64 0 1 1 0-128zm96 312c0 25-12.7 47-32 59.9l0 92.1c0 26.5-21.5 48-48 48l-32 0c-26.5 0-48-21.5-48-48l0-92.1C172.7 359 160 337 160 312l0-40c0-53 43-96 96-96s96 43 96 96l0 40zM96 32a56 56 0 1 1 0 112 56 56 0 1 1 0-112zm16 240l0 32c0 32.5 12.1 62.1 32 84.7l0 75.3c0 1.2 0 2.5 .1 3.7-8.5 7.6-19.7 12.3-32.1 12.3l-32 0c-26.5 0-48-21.5-48-48l0-56.6C12.9 364.4 0 343.7 0 320l0-32c0-53 43-96 96-96 12.7 0 24.8 2.5 35.9 6.9-12.6 21.4-19.9 46.4-19.9 73.1zM368 464l0-75.3c19.9-22.5 32-52.2 32-84.7l0-32c0-26.7-7.3-51.6-19.9-73.1 11.1-4.5 23.2-6.9 35.9-6.9 53 0 96 43 96 96l0 32c0 23.7-12.9 44.4-32 55.4l0 56.6c0 26.5-21.5 48-48 48l-32 0c-12.3 0-23.6-4.6-32.1-12.3 0-1.2 .1-2.5 .1-3.7zM416 32a56 56 0 1 1 0 112 56 56 0 1 1 0-112z',\n ],\n}\n\nexport const faPersonDress: IconDefinition = {\n prefix: 'fas',\n iconName: 'person-dress',\n icon: [\n 384,\n 512,\n ['female'],\n 'f182',\n 'M136 24a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zM112 384l-25.8 0c-10.9 0-18.6-10.7-15.2-21.1l43-129-48.3 65.1c-10.5 14.2-30.6 17.2-44.8 6.6s-17.2-30.6-6.6-44.8l70.5-95C110 132 149.7 112 192 112s82 20 107.2 53.9l70.5 95c10.5 14.2 7.6 34.2-6.6 44.8s-34.2 7.6-44.8-6.6L270 234 313 362.9c3.5 10.4-4.3 21.1-15.2 21.1l-25.8 0 0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128-32 0 0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128z',\n ],\n}\n\nexport const faPerson: IconDefinition = {\n prefix: 'fas',\n iconName: 'person',\n icon: [\n 384,\n 512,\n ['129485', 'male'],\n 'f183',\n 'M248 24a56 56 0 1 0 -112 0 56 56 0 1 0 112 0zm24 212.7l46.3 62.4c10.5 14.2 30.6 17.2 44.8 6.6s17.2-30.6 6.6-44.8l-70.5-95C274 132 234.3 112 192 112s-82 20-107.2 53.9l-70.5 95c-10.5 14.2-7.6 34.2 6.6 44.8s34.2 7.6 44.8-6.6L112 236.7 112 512c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160c0-8.8 7.2-16 16-16s16 7.2 16 16l0 160c0 17.7 14.3 32 32 32s32-14.3 32-32l0-275.3z',\n ],\n}\n\nexport const faSeedling: IconDefinition = {\n prefix: 'fas',\n iconName: 'seedling',\n icon: [\n 512,\n 512,\n ['127793', 'sprout'],\n 'f4d8',\n 'M512 32C512 140.1 435.4 230.3 333.6 251.4 325.7 193.3 299.6 141 261.1 100.5 301.2 40 369.9 0 448 0l32 0c17.7 0 32 14.3 32 32zM0 96C0 78.3 14.3 64 32 64l32 0c123.7 0 224 100.3 224 224l0 192c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-160C100.3 320 0 219.7 0 96z',\n ],\n}\n\nexport const faCommentsAlt: IconDefinition = {\n prefix: 'fas',\n iconName: 'messages',\n icon: [\n 576,\n 512,\n ['comments-alt'],\n 'f4b6',\n 'M312-32c39.8 0 72 32.2 72 72l0 192c0 39.8-32.2 72-72 72l-104 0-83.4 75.8c-2.9 2.7-6.8 4.2-10.8 4.2l-1.8 0c-8.8 0-16-7.2-16-16l0-64-24 0c-39.8 0-72-32.2-72-72L0 40C0 .2 32.2-32 72-32l240 0zM192 392l0-8.6 34.6-31.4 85.4 0c66.3 0 120-53.7 120-120l0-104 72 0c39.8 0 72 32.2 72 72l0 192c0 39.8-32.2 72-72 72l-24 0 0 64c0 8.8-7.2 16-16 16l-1.8 0c-4 0-7.8-1.5-10.8-4.2L368 464 264 464c-39.8 0-72-32.2-72-72z',\n ],\n}\n\nexport const faGlobe: IconDefinition = {\n prefix: 'fas',\n iconName: 'globe',\n icon: [\n 512,\n 512,\n ['127760'],\n 'f0ac',\n 'M351.9 280l-190.9 0c2.9 64.5 17.2 123.9 37.5 167.4 11.4 24.5 23.7 41.8 35.1 52.4 11.2 10.5 18.9 12.2 22.9 12.2s11.7-1.7 22.9-12.2c11.4-10.6 23.7-28 35.1-52.4 20.3-43.5 34.6-102.9 37.5-167.4zM160.9 232l190.9 0C349 167.5 334.7 108.1 314.4 64.6 303 40.2 290.7 22.8 279.3 12.2 268.1 1.7 260.4 0 256.4 0s-11.7 1.7-22.9 12.2c-11.4 10.6-23.7 28-35.1 52.4-20.3 43.5-34.6 102.9-37.5 167.4zm-48 0C116.4 146.4 138.5 66.9 170.8 14.7 78.7 47.3 10.9 131.2 1.5 232l111.4 0zM1.5 280c9.4 100.8 77.2 184.7 169.3 217.3-32.3-52.2-54.4-131.7-57.9-217.3L1.5 280zm398.4 0c-3.5 85.6-25.6 165.1-57.9 217.3 92.1-32.7 159.9-116.5 169.3-217.3l-111.4 0zm111.4-48C501.9 131.2 434.1 47.3 342 14.7 374.3 66.9 396.4 146.4 399.9 232l111.4 0z',\n ],\n}\n\nexport const faBookOpenReader: IconDefinition = {\n prefix: 'fas',\n iconName: 'book-open-reader',\n icon: [\n 512,\n 512,\n ['book-reader'],\n 'f5da',\n 'M256 152a88 88 0 1 0 0-176 88 88 0 1 0 0 176zm0 298.7l0-149.3c16.3-6.8 32.9-13.7 49.7-20.7 39-16.2 80.8-24.6 123.1-24.6l19.2 0 0 160-19.2 0c-59.1 0-117.7 11.7-172.3 34.5l-.5 .2zM256 232l-25.1-10.5C184.1 202 133.9 192 83.2 192L48 192c-26.5 0-48 21.5-48 48L0 432c0 26.5 21.5 48 48 48l35.2 0c50.7 0 100.9 10 147.7 29.5l12.8 5.3c7.9 3.3 16.7 3.3 24.6 0l12.8-5.3c46.8-19.5 97-29.5 147.7-29.5l35.2 0c26.5 0 48-21.5 48-48l0-192c0-26.5-21.5-48-48-48l-35.2 0c-50.7 0-100.9 10-147.7 29.5L256 232z',\n ],\n}\n\nexport const faRunning: IconDefinition = {\n prefix: 'fas',\n iconName: 'person-running',\n icon: [\n 448,\n 512,\n ['127939', 'running'],\n 'f70c',\n 'M256.5-32a56 56 0 1 1 0 112 56 56 0 1 1 0-112zM123.6 176c-3.3 0-6.2 2-7.4 5L94.2 235.9c-6.6 16.4-25.2 24.4-41.6 17.8s-24.4-25.2-17.8-41.6l21.9-54.9C67.7 129.9 94.1 112 123.6 112l97.3 0c28.5 0 54.8 15.1 69.1 39.7l32.8 56.3 61.6 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-61.6 0c-22.8 0-43.8-12.1-55.3-31.8l-10-17.1-20.7 70.4 75.4 22.6c27.7 8.3 41.8 39 30.1 65.5L285.7 509c-7.2 16.2-26.1 23.4-42.2 16.2s-23.4-26.1-16.2-42.2l49.2-110.8-95.9-28.8c-32.7-9.8-52-43.7-43.7-76.8l22.7-90.6-35.9 0zm-8 181c13.3 14.9 30.7 26.3 51.2 32.4l4.7 1.4-6.9 19.3c-5.8 16.3-16 30.8-29.3 41.8L52.9 519.8c-13.6 11.2-33.8 9.3-45-4.3s-9.3-33.8 4.3-45l82.4-67.9c4.5-3.7 7.8-8.5 9.8-13.9L115.6 357z',\n ],\n}\n\nexport const faLeaf: IconDefinition = {\n prefix: 'fas',\n iconName: 'leaf',\n icon: [\n 512,\n 512,\n [],\n 'f06c',\n 'M471.3 6.7C477.7 .6 487-1.6 495.6 1.2 505.4 4.5 512 13.7 512 24l0 186.9c0 131.2-108.1 237.1-238.8 237.1-77 0-143.4-49.5-167.5-118.7-35.4 30.8-57.7 76.1-57.7 126.7 0 13.3-10.7 24-24 24S0 469.3 0 456C0 381.1 38.2 315.1 96.1 276.3 131.4 252.7 173.5 240 216 240l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-80 0c-39.7 0-77.3 8.8-111 24.5 23.3-70 89.2-120.5 167-120.5 66.4 0 115.8-22.1 148.7-44 19.2-12.8 35.5-28.1 50.7-45.3z',\n ],\n}\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@planningcenter/chat-react-native",
|
|
3
|
-
"version": "3.30.0-rc.
|
|
3
|
+
"version": "3.30.0-rc.4",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -9,9 +9,12 @@
|
|
|
9
9
|
"src",
|
|
10
10
|
"assets"
|
|
11
11
|
],
|
|
12
|
-
"sideEffects":
|
|
12
|
+
"sideEffects": [
|
|
13
|
+
"src/icons/font_awesome.ts",
|
|
14
|
+
"./build/icons/font_awesome.js"
|
|
15
|
+
],
|
|
13
16
|
"scripts": {
|
|
14
|
-
"build": "expo-module build",
|
|
17
|
+
"build": "expo-module build && tsc-alias -p tsconfig.alias.json",
|
|
15
18
|
"clean": "expo-module clean",
|
|
16
19
|
"lint": "expo-module lint",
|
|
17
20
|
"test": "expo-module test",
|
|
@@ -19,6 +22,8 @@
|
|
|
19
22
|
},
|
|
20
23
|
"target": "18",
|
|
21
24
|
"dependencies": {
|
|
25
|
+
"@fortawesome/fontawesome-svg-core": "^7.2.0",
|
|
26
|
+
"@fortawesome/react-native-fontawesome": "^0.3.2",
|
|
22
27
|
"lodash-inflection": "^1.5.0",
|
|
23
28
|
"react-compiler-runtime": "^1.0.0"
|
|
24
29
|
},
|
|
@@ -57,7 +62,8 @@
|
|
|
57
62
|
"msw": "^2.7.3",
|
|
58
63
|
"prettier": "^3.4.2",
|
|
59
64
|
"react-native-url-polyfill": "^2.0.0",
|
|
65
|
+
"tsc-alias": "^1.8.16",
|
|
60
66
|
"typescript": "<5.6.0"
|
|
61
67
|
},
|
|
62
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "5c673844a34df31ded524084e10d1a001d31b07b"
|
|
63
69
|
}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import { library } from '@fortawesome/fontawesome-svg-core'
|
|
2
|
+
import {
|
|
3
|
+
// Church
|
|
4
|
+
faBookBible,
|
|
5
|
+
faChurch,
|
|
6
|
+
faCross,
|
|
7
|
+
faDove,
|
|
8
|
+
faHandsHeart,
|
|
9
|
+
faPersonRays,
|
|
10
|
+
faPrayingHands,
|
|
11
|
+
faPodium,
|
|
12
|
+
faDroplet,
|
|
13
|
+
faPersonDrowning,
|
|
14
|
+
faLighthouse,
|
|
15
|
+
// Services
|
|
16
|
+
faGuitar,
|
|
17
|
+
faGuitarElectric,
|
|
18
|
+
faViolin,
|
|
19
|
+
faCalendarHeart,
|
|
20
|
+
faHandHeart,
|
|
21
|
+
faHandWave,
|
|
22
|
+
faBaby,
|
|
23
|
+
faChildren,
|
|
24
|
+
faMugHot,
|
|
25
|
+
faVideoCamera,
|
|
26
|
+
faMusic,
|
|
27
|
+
faPianoKeyboard,
|
|
28
|
+
faDrum,
|
|
29
|
+
faUserGraduate,
|
|
30
|
+
faCommentsQuestion,
|
|
31
|
+
faPresentation,
|
|
32
|
+
faMicrophoneStand,
|
|
33
|
+
faIdBadge,
|
|
34
|
+
faBookUser,
|
|
35
|
+
faHandHoldingHeart,
|
|
36
|
+
faGuitars,
|
|
37
|
+
faAmpGuitar,
|
|
38
|
+
faSchoolFlag,
|
|
39
|
+
faShieldCheck,
|
|
40
|
+
faProjector,
|
|
41
|
+
// Groups
|
|
42
|
+
faPeople,
|
|
43
|
+
faPeopleGroup,
|
|
44
|
+
faPersonDress,
|
|
45
|
+
faPerson,
|
|
46
|
+
faSeedling,
|
|
47
|
+
faCommentsAlt,
|
|
48
|
+
faGlobe,
|
|
49
|
+
faBookOpenReader,
|
|
50
|
+
faRunning,
|
|
51
|
+
faLeaf,
|
|
52
|
+
} from '@/vendor/font_awesome_pro_solid_icons'
|
|
53
|
+
|
|
54
|
+
library.add(
|
|
55
|
+
// Church
|
|
56
|
+
faBookBible,
|
|
57
|
+
faChurch,
|
|
58
|
+
faCross,
|
|
59
|
+
faDove,
|
|
60
|
+
faHandsHeart,
|
|
61
|
+
faPersonRays,
|
|
62
|
+
faPrayingHands,
|
|
63
|
+
faPodium,
|
|
64
|
+
faDroplet,
|
|
65
|
+
faPersonDrowning,
|
|
66
|
+
faLighthouse,
|
|
67
|
+
// Services
|
|
68
|
+
faGuitar,
|
|
69
|
+
faGuitarElectric,
|
|
70
|
+
faViolin,
|
|
71
|
+
faCalendarHeart,
|
|
72
|
+
faHandHeart,
|
|
73
|
+
faHandWave,
|
|
74
|
+
faBaby,
|
|
75
|
+
faChildren,
|
|
76
|
+
faMugHot,
|
|
77
|
+
faVideoCamera,
|
|
78
|
+
faMusic,
|
|
79
|
+
faPianoKeyboard,
|
|
80
|
+
faDrum,
|
|
81
|
+
faUserGraduate,
|
|
82
|
+
faCommentsQuestion,
|
|
83
|
+
faPresentation,
|
|
84
|
+
faMicrophoneStand,
|
|
85
|
+
faIdBadge,
|
|
86
|
+
faBookUser,
|
|
87
|
+
faHandHoldingHeart,
|
|
88
|
+
faGuitars,
|
|
89
|
+
faAmpGuitar,
|
|
90
|
+
faSchoolFlag,
|
|
91
|
+
faShieldCheck,
|
|
92
|
+
faProjector,
|
|
93
|
+
// Groups
|
|
94
|
+
faPeople,
|
|
95
|
+
faPeopleGroup,
|
|
96
|
+
faPersonDress,
|
|
97
|
+
faPerson,
|
|
98
|
+
faSeedling,
|
|
99
|
+
faCommentsAlt,
|
|
100
|
+
faGlobe,
|
|
101
|
+
faBookOpenReader,
|
|
102
|
+
faRunning,
|
|
103
|
+
faLeaf
|
|
104
|
+
)
|
package/src/index.tsx
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import type { IconName } from '@fortawesome/fontawesome-svg-core'
|
|
2
|
+
import { FontAwesomeIcon } from '@fortawesome/react-native-fontawesome'
|
|
1
3
|
import React, { useState } from 'react'
|
|
2
4
|
import { Alert, Pressable, ScrollView, StyleSheet, View } from 'react-native'
|
|
3
5
|
import type { ViewStyle } from 'react-native'
|
|
@@ -94,6 +96,7 @@ export function DesignSystemScreen() {
|
|
|
94
96
|
<ImageIconsSection />
|
|
95
97
|
<FormControlsSection />
|
|
96
98
|
<StatusComponentsSection />
|
|
99
|
+
<FontAwesomeIconsSection />
|
|
97
100
|
<MiscComponentsSection isLast />
|
|
98
101
|
</ScrollView>
|
|
99
102
|
)
|
|
@@ -1042,6 +1045,110 @@ function StatusComponentsSection({ isLast }: SectionProps) {
|
|
|
1042
1045
|
)
|
|
1043
1046
|
}
|
|
1044
1047
|
|
|
1048
|
+
const FA_ICONS: { category: string; icons: IconName[] }[] = [
|
|
1049
|
+
{
|
|
1050
|
+
category: 'Church',
|
|
1051
|
+
icons: [
|
|
1052
|
+
'book-bible',
|
|
1053
|
+
'church',
|
|
1054
|
+
'cross',
|
|
1055
|
+
'dove',
|
|
1056
|
+
'hands-heart',
|
|
1057
|
+
'person-rays',
|
|
1058
|
+
'praying-hands',
|
|
1059
|
+
'podium',
|
|
1060
|
+
'droplet',
|
|
1061
|
+
'person-drowning',
|
|
1062
|
+
'lighthouse',
|
|
1063
|
+
],
|
|
1064
|
+
},
|
|
1065
|
+
{
|
|
1066
|
+
category: 'Services',
|
|
1067
|
+
icons: [
|
|
1068
|
+
'guitar',
|
|
1069
|
+
'guitar-electric',
|
|
1070
|
+
'violin',
|
|
1071
|
+
'calendar-heart',
|
|
1072
|
+
'hand-heart',
|
|
1073
|
+
'hand-wave',
|
|
1074
|
+
'baby',
|
|
1075
|
+
'children',
|
|
1076
|
+
'mug-hot',
|
|
1077
|
+
'video-camera',
|
|
1078
|
+
'music',
|
|
1079
|
+
'piano-keyboard',
|
|
1080
|
+
'drum',
|
|
1081
|
+
'user-graduate',
|
|
1082
|
+
'comments-question',
|
|
1083
|
+
'presentation',
|
|
1084
|
+
'microphone-stand',
|
|
1085
|
+
'id-badge',
|
|
1086
|
+
'book-user',
|
|
1087
|
+
'hand-holding-heart',
|
|
1088
|
+
'guitars',
|
|
1089
|
+
'amp-guitar',
|
|
1090
|
+
'school-flag',
|
|
1091
|
+
'shield-check',
|
|
1092
|
+
'projector',
|
|
1093
|
+
],
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
category: 'Groups',
|
|
1097
|
+
icons: [
|
|
1098
|
+
'people',
|
|
1099
|
+
'people-group',
|
|
1100
|
+
'person-dress',
|
|
1101
|
+
'person',
|
|
1102
|
+
'seedling',
|
|
1103
|
+
'comments-alt',
|
|
1104
|
+
'globe',
|
|
1105
|
+
'book-open-reader',
|
|
1106
|
+
'running',
|
|
1107
|
+
'leaf',
|
|
1108
|
+
],
|
|
1109
|
+
},
|
|
1110
|
+
]
|
|
1111
|
+
|
|
1112
|
+
function FontAwesomeIconsSection({ isLast }: SectionProps) {
|
|
1113
|
+
const { colors } = useTheme()
|
|
1114
|
+
|
|
1115
|
+
return (
|
|
1116
|
+
<CollapsableSection title="FontAwesome Pro Icons" isLast={isLast}>
|
|
1117
|
+
{FA_ICONS.map(({ category, icons }) => (
|
|
1118
|
+
<Group key={category} title={category}>
|
|
1119
|
+
<View style={faStyles.grid}>
|
|
1120
|
+
{icons.map(name => (
|
|
1121
|
+
<View key={name} style={faStyles.cell}>
|
|
1122
|
+
<FontAwesomeIcon
|
|
1123
|
+
icon={['fas', name]}
|
|
1124
|
+
size={20}
|
|
1125
|
+
color={colors.iconColorDefaultSecondary}
|
|
1126
|
+
/>
|
|
1127
|
+
<Text variant="footnote" numberOfLines={1}>
|
|
1128
|
+
{name}
|
|
1129
|
+
</Text>
|
|
1130
|
+
</View>
|
|
1131
|
+
))}
|
|
1132
|
+
</View>
|
|
1133
|
+
</Group>
|
|
1134
|
+
))}
|
|
1135
|
+
</CollapsableSection>
|
|
1136
|
+
)
|
|
1137
|
+
}
|
|
1138
|
+
|
|
1139
|
+
const faStyles = StyleSheet.create({
|
|
1140
|
+
grid: {
|
|
1141
|
+
flexDirection: 'row',
|
|
1142
|
+
flexWrap: 'wrap',
|
|
1143
|
+
},
|
|
1144
|
+
cell: {
|
|
1145
|
+
width: '25%',
|
|
1146
|
+
alignItems: 'center',
|
|
1147
|
+
gap: 4,
|
|
1148
|
+
paddingVertical: 12,
|
|
1149
|
+
},
|
|
1150
|
+
})
|
|
1151
|
+
|
|
1045
1152
|
function MiscComponentsSection({ isLast }: SectionProps) {
|
|
1046
1153
|
return (
|
|
1047
1154
|
<CollapsableSection title="Misc components" isLast={isLast}>
|
|
@@ -78,11 +78,11 @@ const sortPreferredApp = (dir?: 'asc' | 'desc') => (a: PreferredApp, b: Preferre
|
|
|
78
78
|
const getAppImage = (option: PreferredApp) => {
|
|
79
79
|
switch (option) {
|
|
80
80
|
case 'Church Center':
|
|
81
|
-
return require('assets/churchCenter.png')
|
|
81
|
+
return require('@assets/churchCenter.png')
|
|
82
82
|
case 'Services':
|
|
83
|
-
return require('assets/servicesApp.png')
|
|
83
|
+
return require('@assets/servicesApp.png')
|
|
84
84
|
case 'Chat':
|
|
85
|
-
return require('assets/chatLogo.png')
|
|
85
|
+
return require('@assets/chatLogo.png')
|
|
86
86
|
default:
|
|
87
87
|
return undefined
|
|
88
88
|
}
|