├── .editorconfig ├── .github ├── CODEOWNERS └── workflows │ ├── automation.yaml │ ├── release-npm.yml │ └── sync-icons.yaml ├── .gitignore ├── LICENSE ├── LICENSE-COMMERCIAL ├── Package.swift ├── README.md ├── assets ├── android │ ├── res │ │ └── drawable │ │ │ ├── ic_compound_admin.xml │ │ │ ├── ic_compound_arrow_down.xml │ │ │ ├── ic_compound_arrow_left.xml │ │ │ ├── ic_compound_arrow_right.xml │ │ │ ├── ic_compound_arrow_up.xml │ │ │ ├── ic_compound_arrow_up_right.xml │ │ │ ├── ic_compound_ask_to_join.xml │ │ │ ├── ic_compound_ask_to_join_solid.xml │ │ │ ├── ic_compound_attachment.xml │ │ │ ├── ic_compound_audio.xml │ │ │ ├── ic_compound_block.xml │ │ │ ├── ic_compound_bold.xml │ │ │ ├── ic_compound_calendar.xml │ │ │ ├── ic_compound_chart.xml │ │ │ ├── ic_compound_chat.xml │ │ │ ├── ic_compound_chat_new.xml │ │ │ ├── ic_compound_chat_problem.xml │ │ │ ├── ic_compound_chat_solid.xml │ │ │ ├── ic_compound_check.xml │ │ │ ├── ic_compound_check_circle.xml │ │ │ ├── ic_compound_check_circle_solid.xml │ │ │ ├── ic_compound_chevron_down.xml │ │ │ ├── ic_compound_chevron_left.xml │ │ │ ├── ic_compound_chevron_right.xml │ │ │ ├── ic_compound_chevron_up.xml │ │ │ ├── ic_compound_chevron_up_down.xml │ │ │ ├── ic_compound_circle.xml │ │ │ ├── ic_compound_close.xml │ │ │ ├── ic_compound_cloud.xml │ │ │ ├── ic_compound_cloud_solid.xml │ │ │ ├── ic_compound_code.xml │ │ │ ├── ic_compound_collapse.xml │ │ │ ├── ic_compound_company.xml │ │ │ ├── ic_compound_compose.xml │ │ │ ├── ic_compound_computer.xml │ │ │ ├── ic_compound_copy.xml │ │ │ ├── ic_compound_dark_mode.xml │ │ │ ├── ic_compound_delete.xml │ │ │ ├── ic_compound_devices.xml │ │ │ ├── ic_compound_dial_pad.xml │ │ │ ├── ic_compound_document.xml │ │ │ ├── ic_compound_download.xml │ │ │ ├── ic_compound_download_ios.xml │ │ │ ├── ic_compound_drag_grid.xml │ │ │ ├── ic_compound_drag_list.xml │ │ │ ├── ic_compound_earpiece.xml │ │ │ ├── ic_compound_edit.xml │ │ │ ├── ic_compound_edit_solid.xml │ │ │ ├── ic_compound_email.xml │ │ │ ├── ic_compound_email_solid.xml │ │ │ ├── ic_compound_end_call.xml │ │ │ ├── ic_compound_error.xml │ │ │ ├── ic_compound_error_solid.xml │ │ │ ├── ic_compound_expand.xml │ │ │ ├── ic_compound_explore.xml │ │ │ ├── ic_compound_export_archive.xml │ │ │ ├── ic_compound_extensions.xml │ │ │ ├── ic_compound_extensions_solid.xml │ │ │ ├── ic_compound_favourite.xml │ │ │ ├── ic_compound_favourite_solid.xml │ │ │ ├── ic_compound_file_error.xml │ │ │ ├── ic_compound_files.xml │ │ │ ├── ic_compound_filter.xml │ │ │ ├── ic_compound_forward.xml │ │ │ ├── ic_compound_grid.xml │ │ │ ├── ic_compound_group.xml │ │ │ ├── ic_compound_guest.xml │ │ │ ├── ic_compound_headphones_off_solid.xml │ │ │ ├── ic_compound_headphones_solid.xml │ │ │ ├── ic_compound_help.xml │ │ │ ├── ic_compound_help_solid.xml │ │ │ ├── ic_compound_history.xml │ │ │ ├── ic_compound_home.xml │ │ │ ├── ic_compound_home_solid.xml │ │ │ ├── ic_compound_host.xml │ │ │ ├── ic_compound_image.xml │ │ │ ├── ic_compound_image_error.xml │ │ │ ├── ic_compound_indent_decrease.xml │ │ │ ├── ic_compound_indent_increase.xml │ │ │ ├── ic_compound_info.xml │ │ │ ├── ic_compound_info_solid.xml │ │ │ ├── ic_compound_inline_code.xml │ │ │ ├── ic_compound_italic.xml │ │ │ ├── ic_compound_key.xml │ │ │ ├── ic_compound_key_off.xml │ │ │ ├── ic_compound_key_off_solid.xml │ │ │ ├── ic_compound_key_solid.xml │ │ │ ├── ic_compound_keyboard.xml │ │ │ ├── ic_compound_labs.xml │ │ │ ├── ic_compound_leave.xml │ │ │ ├── ic_compound_link.xml │ │ │ ├── ic_compound_linux.xml │ │ │ ├── ic_compound_list_bulleted.xml │ │ │ ├── ic_compound_list_numbered.xml │ │ │ ├── ic_compound_list_view.xml │ │ │ ├── ic_compound_location_navigator.xml │ │ │ ├── ic_compound_location_navigator_centred.xml │ │ │ ├── ic_compound_location_pin.xml │ │ │ ├── ic_compound_location_pin_solid.xml │ │ │ ├── ic_compound_lock.xml │ │ │ ├── ic_compound_lock_off.xml │ │ │ ├── ic_compound_lock_solid.xml │ │ │ ├── ic_compound_mac.xml │ │ │ ├── ic_compound_mark_as_read.xml │ │ │ ├── ic_compound_mark_as_unread.xml │ │ │ ├── ic_compound_mark_threads_as_read.xml │ │ │ ├── ic_compound_marker_read_receipts.xml │ │ │ ├── ic_compound_mention.xml │ │ │ ├── ic_compound_menu.xml │ │ │ ├── ic_compound_mic_off.xml │ │ │ ├── ic_compound_mic_off_solid.xml │ │ │ ├── ic_compound_mic_on.xml │ │ │ ├── ic_compound_mic_on_solid.xml │ │ │ ├── ic_compound_minus.xml │ │ │ ├── ic_compound_mobile.xml │ │ │ ├── ic_compound_notifications.xml │ │ │ ├── ic_compound_notifications_off.xml │ │ │ ├── ic_compound_notifications_off_solid.xml │ │ │ ├── ic_compound_notifications_solid.xml │ │ │ ├── ic_compound_offline.xml │ │ │ ├── ic_compound_overflow_horizontal.xml │ │ │ ├── ic_compound_overflow_vertical.xml │ │ │ ├── ic_compound_pause.xml │ │ │ ├── ic_compound_pause_solid.xml │ │ │ ├── ic_compound_pin.xml │ │ │ ├── ic_compound_pin_solid.xml │ │ │ ├── ic_compound_play.xml │ │ │ ├── ic_compound_play_solid.xml │ │ │ ├── ic_compound_plus.xml │ │ │ ├── ic_compound_polls.xml │ │ │ ├── ic_compound_polls_end.xml │ │ │ ├── ic_compound_pop_out.xml │ │ │ ├── ic_compound_preferences.xml │ │ │ ├── ic_compound_presence_outline_8_x_8.xml │ │ │ ├── ic_compound_presence_solid_8_x_8.xml │ │ │ ├── ic_compound_presence_strikethrough_8_x_8.xml │ │ │ ├── ic_compound_public.xml │ │ │ ├── ic_compound_qr_code.xml │ │ │ ├── ic_compound_quote.xml │ │ │ ├── ic_compound_raised_hand_solid.xml │ │ │ ├── ic_compound_reaction.xml │ │ │ ├── ic_compound_reaction_add.xml │ │ │ ├── ic_compound_reaction_solid.xml │ │ │ ├── ic_compound_reply.xml │ │ │ ├── ic_compound_restart.xml │ │ │ ├── ic_compound_room.xml │ │ │ ├── ic_compound_search.xml │ │ │ ├── ic_compound_send.xml │ │ │ ├── ic_compound_send_solid.xml │ │ │ ├── ic_compound_settings.xml │ │ │ ├── ic_compound_settings_solid.xml │ │ │ ├── ic_compound_share.xml │ │ │ ├── ic_compound_share_android.xml │ │ │ ├── ic_compound_share_ios.xml │ │ │ ├── ic_compound_share_screen.xml │ │ │ ├── ic_compound_share_screen_solid.xml │ │ │ ├── ic_compound_sidebar.xml │ │ │ ├── ic_compound_sign_out.xml │ │ │ ├── ic_compound_spinner.xml │ │ │ ├── ic_compound_spotlight.xml │ │ │ ├── ic_compound_spotlight_view.xml │ │ │ ├── ic_compound_strikethrough.xml │ │ │ ├── ic_compound_switch_camera_solid.xml │ │ │ ├── ic_compound_take_photo.xml │ │ │ ├── ic_compound_take_photo_solid.xml │ │ │ ├── ic_compound_text_formatting.xml │ │ │ ├── ic_compound_threads.xml │ │ │ ├── ic_compound_threads_solid.xml │ │ │ ├── ic_compound_time.xml │ │ │ ├── ic_compound_underline.xml │ │ │ ├── ic_compound_unknown.xml │ │ │ ├── ic_compound_unknown_solid.xml │ │ │ ├── ic_compound_unpin.xml │ │ │ ├── ic_compound_user.xml │ │ │ ├── ic_compound_user_add.xml │ │ │ ├── ic_compound_user_add_solid.xml │ │ │ ├── ic_compound_user_profile.xml │ │ │ ├── ic_compound_user_profile_solid.xml │ │ │ ├── ic_compound_user_solid.xml │ │ │ ├── ic_compound_verified.xml │ │ │ ├── ic_compound_video_call.xml │ │ │ ├── ic_compound_video_call_declined_solid.xml │ │ │ ├── ic_compound_video_call_missed_solid.xml │ │ │ ├── ic_compound_video_call_off.xml │ │ │ ├── ic_compound_video_call_off_solid.xml │ │ │ ├── ic_compound_video_call_solid.xml │ │ │ ├── ic_compound_visibility_off.xml │ │ │ ├── ic_compound_visibility_on.xml │ │ │ ├── ic_compound_voice_call.xml │ │ │ ├── ic_compound_voice_call_solid.xml │ │ │ ├── ic_compound_volume_off.xml │ │ │ ├── ic_compound_volume_off_solid.xml │ │ │ ├── ic_compound_volume_on.xml │ │ │ ├── ic_compound_volume_on_solid.xml │ │ │ ├── ic_compound_warning.xml │ │ │ ├── ic_compound_web_browser.xml │ │ │ ├── ic_compound_windows.xml │ │ │ ├── ic_compound_workspace.xml │ │ │ └── ic_compound_workspace_solid.xml │ └── src │ │ ├── CompoundIcons.kt │ │ ├── SemanticColors.kt │ │ ├── SemanticColorsDark.kt │ │ ├── SemanticColorsDarkHc.kt │ │ ├── SemanticColorsLight.kt │ │ ├── SemanticColorsLightHc.kt │ │ ├── TypographyTokens.kt │ │ └── internal │ │ ├── DarkColorTokens.kt │ │ ├── DarkHcColorTokens.kt │ │ ├── LightColorTokens.kt │ │ └── LightHcColorTokens.kt ├── ios │ └── swift │ │ ├── Colors.xcassets │ │ ├── Contents.json │ │ ├── alphaBlue100.colorset │ │ │ └── Contents.json │ │ ├── alphaBlue1000.colorset │ │ │ └── Contents.json │ │ ├── alphaBlue1100.colorset │ │ │ └── Contents.json │ │ ├── alphaBlue1200.colorset │ │ │ └── Contents.json │ │ ├── alphaBlue1300.colorset │ │ │ └── Contents.json │ │ ├── alphaBlue1400.colorset │ │ │ └── Contents.json │ │ ├── alphaBlue200.colorset │ │ │ └── Contents.json │ │ ├── alphaBlue300.colorset │ │ │ └── Contents.json │ │ ├── alphaBlue400.colorset │ │ │ └── Contents.json │ │ ├── alphaBlue500.colorset │ │ │ └── Contents.json │ │ ├── alphaBlue600.colorset │ │ │ └── Contents.json │ │ ├── alphaBlue700.colorset │ │ │ └── Contents.json │ │ ├── alphaBlue800.colorset │ │ │ └── Contents.json │ │ ├── alphaBlue900.colorset │ │ │ └── Contents.json │ │ ├── alphaCyan100.colorset │ │ │ └── Contents.json │ │ ├── alphaCyan1000.colorset │ │ │ └── Contents.json │ │ ├── alphaCyan1100.colorset │ │ │ └── Contents.json │ │ ├── alphaCyan1200.colorset │ │ │ └── Contents.json │ │ ├── alphaCyan1300.colorset │ │ │ └── Contents.json │ │ ├── alphaCyan1400.colorset │ │ │ └── Contents.json │ │ ├── alphaCyan200.colorset │ │ │ └── Contents.json │ │ ├── alphaCyan300.colorset │ │ │ └── Contents.json │ │ ├── alphaCyan400.colorset │ │ │ └── Contents.json │ │ ├── alphaCyan500.colorset │ │ │ └── Contents.json │ │ ├── alphaCyan600.colorset │ │ │ └── Contents.json │ │ ├── alphaCyan700.colorset │ │ │ └── Contents.json │ │ ├── alphaCyan800.colorset │ │ │ └── Contents.json │ │ ├── alphaCyan900.colorset │ │ │ └── Contents.json │ │ ├── alphaFuchsia100.colorset │ │ │ └── Contents.json │ │ ├── alphaFuchsia1000.colorset │ │ │ └── Contents.json │ │ ├── alphaFuchsia1100.colorset │ │ │ └── Contents.json │ │ ├── alphaFuchsia1200.colorset │ │ │ └── Contents.json │ │ ├── alphaFuchsia1300.colorset │ │ │ └── Contents.json │ │ ├── alphaFuchsia1400.colorset │ │ │ └── Contents.json │ │ ├── alphaFuchsia200.colorset │ │ │ └── Contents.json │ │ ├── alphaFuchsia300.colorset │ │ │ └── Contents.json │ │ ├── alphaFuchsia400.colorset │ │ │ └── Contents.json │ │ ├── alphaFuchsia500.colorset │ │ │ └── Contents.json │ │ ├── alphaFuchsia600.colorset │ │ │ └── Contents.json │ │ ├── alphaFuchsia700.colorset │ │ │ └── Contents.json │ │ ├── alphaFuchsia800.colorset │ │ │ └── Contents.json │ │ ├── alphaFuchsia900.colorset │ │ │ └── Contents.json │ │ ├── alphaGray100.colorset │ │ │ └── Contents.json │ │ ├── alphaGray1000.colorset │ │ │ └── Contents.json │ │ ├── alphaGray1100.colorset │ │ │ └── Contents.json │ │ ├── alphaGray1200.colorset │ │ │ └── Contents.json │ │ ├── alphaGray1300.colorset │ │ │ └── Contents.json │ │ ├── alphaGray1400.colorset │ │ │ └── Contents.json │ │ ├── alphaGray200.colorset │ │ │ └── Contents.json │ │ ├── alphaGray300.colorset │ │ │ └── Contents.json │ │ ├── alphaGray400.colorset │ │ │ └── Contents.json │ │ ├── alphaGray500.colorset │ │ │ └── Contents.json │ │ ├── alphaGray600.colorset │ │ │ └── Contents.json │ │ ├── alphaGray700.colorset │ │ │ └── Contents.json │ │ ├── alphaGray800.colorset │ │ │ └── Contents.json │ │ ├── alphaGray900.colorset │ │ │ └── Contents.json │ │ ├── alphaGreen100.colorset │ │ │ └── Contents.json │ │ ├── alphaGreen1000.colorset │ │ │ └── Contents.json │ │ ├── alphaGreen1100.colorset │ │ │ └── Contents.json │ │ ├── alphaGreen1200.colorset │ │ │ └── Contents.json │ │ ├── alphaGreen1300.colorset │ │ │ └── Contents.json │ │ ├── alphaGreen1400.colorset │ │ │ └── Contents.json │ │ ├── alphaGreen200.colorset │ │ │ └── Contents.json │ │ ├── alphaGreen300.colorset │ │ │ └── Contents.json │ │ ├── alphaGreen400.colorset │ │ │ └── Contents.json │ │ ├── alphaGreen500.colorset │ │ │ └── Contents.json │ │ ├── alphaGreen600.colorset │ │ │ └── Contents.json │ │ ├── alphaGreen700.colorset │ │ │ └── Contents.json │ │ ├── alphaGreen800.colorset │ │ │ └── Contents.json │ │ ├── alphaGreen900.colorset │ │ │ └── Contents.json │ │ ├── alphaLime100.colorset │ │ │ └── Contents.json │ │ ├── alphaLime1000.colorset │ │ │ └── Contents.json │ │ ├── alphaLime1100.colorset │ │ │ └── Contents.json │ │ ├── alphaLime1200.colorset │ │ │ └── Contents.json │ │ ├── alphaLime1300.colorset │ │ │ └── Contents.json │ │ ├── alphaLime1400.colorset │ │ │ └── Contents.json │ │ ├── alphaLime200.colorset │ │ │ └── Contents.json │ │ ├── alphaLime300.colorset │ │ │ └── Contents.json │ │ ├── alphaLime400.colorset │ │ │ └── Contents.json │ │ ├── alphaLime500.colorset │ │ │ └── Contents.json │ │ ├── alphaLime600.colorset │ │ │ └── Contents.json │ │ ├── alphaLime700.colorset │ │ │ └── Contents.json │ │ ├── alphaLime800.colorset │ │ │ └── Contents.json │ │ ├── alphaLime900.colorset │ │ │ └── Contents.json │ │ ├── alphaOrange100.colorset │ │ │ └── Contents.json │ │ ├── alphaOrange1000.colorset │ │ │ └── Contents.json │ │ ├── alphaOrange1100.colorset │ │ │ └── Contents.json │ │ ├── alphaOrange1200.colorset │ │ │ └── Contents.json │ │ ├── alphaOrange1300.colorset │ │ │ └── Contents.json │ │ ├── alphaOrange1400.colorset │ │ │ └── Contents.json │ │ ├── alphaOrange200.colorset │ │ │ └── Contents.json │ │ ├── alphaOrange300.colorset │ │ │ └── Contents.json │ │ ├── alphaOrange400.colorset │ │ │ └── Contents.json │ │ ├── alphaOrange500.colorset │ │ │ └── Contents.json │ │ ├── alphaOrange600.colorset │ │ │ └── Contents.json │ │ ├── alphaOrange700.colorset │ │ │ └── Contents.json │ │ ├── alphaOrange800.colorset │ │ │ └── Contents.json │ │ ├── alphaOrange900.colorset │ │ │ └── Contents.json │ │ ├── alphaPink100.colorset │ │ │ └── Contents.json │ │ ├── alphaPink1000.colorset │ │ │ └── Contents.json │ │ ├── alphaPink1100.colorset │ │ │ └── Contents.json │ │ ├── alphaPink1200.colorset │ │ │ └── Contents.json │ │ ├── alphaPink1300.colorset │ │ │ └── Contents.json │ │ ├── alphaPink1400.colorset │ │ │ └── Contents.json │ │ ├── alphaPink200.colorset │ │ │ └── Contents.json │ │ ├── alphaPink300.colorset │ │ │ └── Contents.json │ │ ├── alphaPink400.colorset │ │ │ └── Contents.json │ │ ├── alphaPink500.colorset │ │ │ └── Contents.json │ │ ├── alphaPink600.colorset │ │ │ └── Contents.json │ │ ├── alphaPink700.colorset │ │ │ └── Contents.json │ │ ├── alphaPink800.colorset │ │ │ └── Contents.json │ │ ├── alphaPink900.colorset │ │ │ └── Contents.json │ │ ├── alphaPurple100.colorset │ │ │ └── Contents.json │ │ ├── alphaPurple1000.colorset │ │ │ └── Contents.json │ │ ├── alphaPurple1100.colorset │ │ │ └── Contents.json │ │ ├── alphaPurple1200.colorset │ │ │ └── Contents.json │ │ ├── alphaPurple1300.colorset │ │ │ └── Contents.json │ │ ├── alphaPurple1400.colorset │ │ │ └── Contents.json │ │ ├── alphaPurple200.colorset │ │ │ └── Contents.json │ │ ├── alphaPurple300.colorset │ │ │ └── Contents.json │ │ ├── alphaPurple400.colorset │ │ │ └── Contents.json │ │ ├── alphaPurple500.colorset │ │ │ └── Contents.json │ │ ├── alphaPurple600.colorset │ │ │ └── Contents.json │ │ ├── alphaPurple700.colorset │ │ │ └── Contents.json │ │ ├── alphaPurple800.colorset │ │ │ └── Contents.json │ │ ├── alphaPurple900.colorset │ │ │ └── Contents.json │ │ ├── alphaRed100.colorset │ │ │ └── Contents.json │ │ ├── alphaRed1000.colorset │ │ │ └── Contents.json │ │ ├── alphaRed1100.colorset │ │ │ └── Contents.json │ │ ├── alphaRed1200.colorset │ │ │ └── Contents.json │ │ ├── alphaRed1300.colorset │ │ │ └── Contents.json │ │ ├── alphaRed1400.colorset │ │ │ └── Contents.json │ │ ├── alphaRed200.colorset │ │ │ └── Contents.json │ │ ├── alphaRed300.colorset │ │ │ └── Contents.json │ │ ├── alphaRed400.colorset │ │ │ └── Contents.json │ │ ├── alphaRed500.colorset │ │ │ └── Contents.json │ │ ├── alphaRed600.colorset │ │ │ └── Contents.json │ │ ├── alphaRed700.colorset │ │ │ └── Contents.json │ │ ├── alphaRed800.colorset │ │ │ └── Contents.json │ │ ├── alphaRed900.colorset │ │ │ └── Contents.json │ │ ├── alphaYellow100.colorset │ │ │ └── Contents.json │ │ ├── alphaYellow1000.colorset │ │ │ └── Contents.json │ │ ├── alphaYellow1100.colorset │ │ │ └── Contents.json │ │ ├── alphaYellow1200.colorset │ │ │ └── Contents.json │ │ ├── alphaYellow1300.colorset │ │ │ └── Contents.json │ │ ├── alphaYellow1400.colorset │ │ │ └── Contents.json │ │ ├── alphaYellow200.colorset │ │ │ └── Contents.json │ │ ├── alphaYellow300.colorset │ │ │ └── Contents.json │ │ ├── alphaYellow400.colorset │ │ │ └── Contents.json │ │ ├── alphaYellow500.colorset │ │ │ └── Contents.json │ │ ├── alphaYellow600.colorset │ │ │ └── Contents.json │ │ ├── alphaYellow700.colorset │ │ │ └── Contents.json │ │ ├── alphaYellow800.colorset │ │ │ └── Contents.json │ │ ├── alphaYellow900.colorset │ │ │ └── Contents.json │ │ ├── blue100.colorset │ │ │ └── Contents.json │ │ ├── blue1000.colorset │ │ │ └── Contents.json │ │ ├── blue1100.colorset │ │ │ └── Contents.json │ │ ├── blue1200.colorset │ │ │ └── Contents.json │ │ ├── blue1300.colorset │ │ │ └── Contents.json │ │ ├── blue1400.colorset │ │ │ └── Contents.json │ │ ├── blue200.colorset │ │ │ └── Contents.json │ │ ├── blue300.colorset │ │ │ └── Contents.json │ │ ├── blue400.colorset │ │ │ └── Contents.json │ │ ├── blue500.colorset │ │ │ └── Contents.json │ │ ├── blue600.colorset │ │ │ └── Contents.json │ │ ├── blue700.colorset │ │ │ └── Contents.json │ │ ├── blue800.colorset │ │ │ └── Contents.json │ │ ├── blue900.colorset │ │ │ └── Contents.json │ │ ├── cyan100.colorset │ │ │ └── Contents.json │ │ ├── cyan1000.colorset │ │ │ └── Contents.json │ │ ├── cyan1100.colorset │ │ │ └── Contents.json │ │ ├── cyan1200.colorset │ │ │ └── Contents.json │ │ ├── cyan1300.colorset │ │ │ └── Contents.json │ │ ├── cyan1400.colorset │ │ │ └── Contents.json │ │ ├── cyan200.colorset │ │ │ └── Contents.json │ │ ├── cyan300.colorset │ │ │ └── Contents.json │ │ ├── cyan400.colorset │ │ │ └── Contents.json │ │ ├── cyan500.colorset │ │ │ └── Contents.json │ │ ├── cyan600.colorset │ │ │ └── Contents.json │ │ ├── cyan700.colorset │ │ │ └── Contents.json │ │ ├── cyan800.colorset │ │ │ └── Contents.json │ │ ├── cyan900.colorset │ │ │ └── Contents.json │ │ ├── fuchsia100.colorset │ │ │ └── Contents.json │ │ ├── fuchsia1000.colorset │ │ │ └── Contents.json │ │ ├── fuchsia1100.colorset │ │ │ └── Contents.json │ │ ├── fuchsia1200.colorset │ │ │ └── Contents.json │ │ ├── fuchsia1300.colorset │ │ │ └── Contents.json │ │ ├── fuchsia1400.colorset │ │ │ └── Contents.json │ │ ├── fuchsia200.colorset │ │ │ └── Contents.json │ │ ├── fuchsia300.colorset │ │ │ └── Contents.json │ │ ├── fuchsia400.colorset │ │ │ └── Contents.json │ │ ├── fuchsia500.colorset │ │ │ └── Contents.json │ │ ├── fuchsia600.colorset │ │ │ └── Contents.json │ │ ├── fuchsia700.colorset │ │ │ └── Contents.json │ │ ├── fuchsia800.colorset │ │ │ └── Contents.json │ │ ├── fuchsia900.colorset │ │ │ └── Contents.json │ │ ├── gray100.colorset │ │ │ └── Contents.json │ │ ├── gray1000.colorset │ │ │ └── Contents.json │ │ ├── gray1100.colorset │ │ │ └── Contents.json │ │ ├── gray1200.colorset │ │ │ └── Contents.json │ │ ├── gray1300.colorset │ │ │ └── Contents.json │ │ ├── gray1400.colorset │ │ │ └── Contents.json │ │ ├── gray200.colorset │ │ │ └── Contents.json │ │ ├── gray300.colorset │ │ │ └── Contents.json │ │ ├── gray400.colorset │ │ │ └── Contents.json │ │ ├── gray500.colorset │ │ │ └── Contents.json │ │ ├── gray600.colorset │ │ │ └── Contents.json │ │ ├── gray700.colorset │ │ │ └── Contents.json │ │ ├── gray800.colorset │ │ │ └── Contents.json │ │ ├── gray900.colorset │ │ │ └── Contents.json │ │ ├── green100.colorset │ │ │ └── Contents.json │ │ ├── green1000.colorset │ │ │ └── Contents.json │ │ ├── green1100.colorset │ │ │ └── Contents.json │ │ ├── green1200.colorset │ │ │ └── Contents.json │ │ ├── green1300.colorset │ │ │ └── Contents.json │ │ ├── green1400.colorset │ │ │ └── Contents.json │ │ ├── green200.colorset │ │ │ └── Contents.json │ │ ├── green300.colorset │ │ │ └── Contents.json │ │ ├── green400.colorset │ │ │ └── Contents.json │ │ ├── green500.colorset │ │ │ └── Contents.json │ │ ├── green600.colorset │ │ │ └── Contents.json │ │ ├── green700.colorset │ │ │ └── Contents.json │ │ ├── green800.colorset │ │ │ └── Contents.json │ │ ├── green900.colorset │ │ │ └── Contents.json │ │ ├── lime100.colorset │ │ │ └── Contents.json │ │ ├── lime1000.colorset │ │ │ └── Contents.json │ │ ├── lime1100.colorset │ │ │ └── Contents.json │ │ ├── lime1200.colorset │ │ │ └── Contents.json │ │ ├── lime1300.colorset │ │ │ └── Contents.json │ │ ├── lime1400.colorset │ │ │ └── Contents.json │ │ ├── lime200.colorset │ │ │ └── Contents.json │ │ ├── lime300.colorset │ │ │ └── Contents.json │ │ ├── lime400.colorset │ │ │ └── Contents.json │ │ ├── lime500.colorset │ │ │ └── Contents.json │ │ ├── lime600.colorset │ │ │ └── Contents.json │ │ ├── lime700.colorset │ │ │ └── Contents.json │ │ ├── lime800.colorset │ │ │ └── Contents.json │ │ ├── lime900.colorset │ │ │ └── Contents.json │ │ ├── orange100.colorset │ │ │ └── Contents.json │ │ ├── orange1000.colorset │ │ │ └── Contents.json │ │ ├── orange1100.colorset │ │ │ └── Contents.json │ │ ├── orange1200.colorset │ │ │ └── Contents.json │ │ ├── orange1300.colorset │ │ │ └── Contents.json │ │ ├── orange1400.colorset │ │ │ └── Contents.json │ │ ├── orange200.colorset │ │ │ └── Contents.json │ │ ├── orange300.colorset │ │ │ └── Contents.json │ │ ├── orange400.colorset │ │ │ └── Contents.json │ │ ├── orange500.colorset │ │ │ └── Contents.json │ │ ├── orange600.colorset │ │ │ └── Contents.json │ │ ├── orange700.colorset │ │ │ └── Contents.json │ │ ├── orange800.colorset │ │ │ └── Contents.json │ │ ├── orange900.colorset │ │ │ └── Contents.json │ │ ├── pink100.colorset │ │ │ └── Contents.json │ │ ├── pink1000.colorset │ │ │ └── Contents.json │ │ ├── pink1100.colorset │ │ │ └── Contents.json │ │ ├── pink1200.colorset │ │ │ └── Contents.json │ │ ├── pink1300.colorset │ │ │ └── Contents.json │ │ ├── pink1400.colorset │ │ │ └── Contents.json │ │ ├── pink200.colorset │ │ │ └── Contents.json │ │ ├── pink300.colorset │ │ │ └── Contents.json │ │ ├── pink400.colorset │ │ │ └── Contents.json │ │ ├── pink500.colorset │ │ │ └── Contents.json │ │ ├── pink600.colorset │ │ │ └── Contents.json │ │ ├── pink700.colorset │ │ │ └── Contents.json │ │ ├── pink800.colorset │ │ │ └── Contents.json │ │ ├── pink900.colorset │ │ │ └── Contents.json │ │ ├── purple100.colorset │ │ │ └── Contents.json │ │ ├── purple1000.colorset │ │ │ └── Contents.json │ │ ├── purple1100.colorset │ │ │ └── Contents.json │ │ ├── purple1200.colorset │ │ │ └── Contents.json │ │ ├── purple1300.colorset │ │ │ └── Contents.json │ │ ├── purple1400.colorset │ │ │ └── Contents.json │ │ ├── purple200.colorset │ │ │ └── Contents.json │ │ ├── purple300.colorset │ │ │ └── Contents.json │ │ ├── purple400.colorset │ │ │ └── Contents.json │ │ ├── purple500.colorset │ │ │ └── Contents.json │ │ ├── purple600.colorset │ │ │ └── Contents.json │ │ ├── purple700.colorset │ │ │ └── Contents.json │ │ ├── purple800.colorset │ │ │ └── Contents.json │ │ ├── purple900.colorset │ │ │ └── Contents.json │ │ ├── red100.colorset │ │ │ └── Contents.json │ │ ├── red1000.colorset │ │ │ └── Contents.json │ │ ├── red1100.colorset │ │ │ └── Contents.json │ │ ├── red1200.colorset │ │ │ └── Contents.json │ │ ├── red1300.colorset │ │ │ └── Contents.json │ │ ├── red1400.colorset │ │ │ └── Contents.json │ │ ├── red200.colorset │ │ │ └── Contents.json │ │ ├── red300.colorset │ │ │ └── Contents.json │ │ ├── red400.colorset │ │ │ └── Contents.json │ │ ├── red500.colorset │ │ │ └── Contents.json │ │ ├── red600.colorset │ │ │ └── Contents.json │ │ ├── red700.colorset │ │ │ └── Contents.json │ │ ├── red800.colorset │ │ │ └── Contents.json │ │ ├── red900.colorset │ │ │ └── Contents.json │ │ ├── themeBg.colorset │ │ │ └── Contents.json │ │ ├── yellow100.colorset │ │ │ └── Contents.json │ │ ├── yellow1000.colorset │ │ │ └── Contents.json │ │ ├── yellow1100.colorset │ │ │ └── Contents.json │ │ ├── yellow1200.colorset │ │ │ └── Contents.json │ │ ├── yellow1300.colorset │ │ │ └── Contents.json │ │ ├── yellow1400.colorset │ │ │ └── Contents.json │ │ ├── yellow200.colorset │ │ │ └── Contents.json │ │ ├── yellow300.colorset │ │ │ └── Contents.json │ │ ├── yellow400.colorset │ │ │ └── Contents.json │ │ ├── yellow500.colorset │ │ │ └── Contents.json │ │ ├── yellow600.colorset │ │ │ └── Contents.json │ │ ├── yellow700.colorset │ │ │ └── Contents.json │ │ ├── yellow800.colorset │ │ │ └── Contents.json │ │ └── yellow900.colorset │ │ │ └── Contents.json │ │ ├── CompoundColorTokens.swift │ │ ├── CompoundCoreColorTokens.swift │ │ ├── CompoundCoreUIColorTokens.swift │ │ ├── CompoundDesignTokens.swift │ │ ├── CompoundIcons.swift │ │ ├── CompoundUIColorTokens.swift │ │ └── Icons.xcassets │ │ ├── Contents.json │ │ ├── admin.imageset │ │ ├── Contents.json │ │ └── admin.svg │ │ ├── arrowDown.imageset │ │ ├── Contents.json │ │ └── arrowDown.svg │ │ ├── arrowLeft.imageset │ │ ├── Contents.json │ │ └── arrowLeft.svg │ │ ├── arrowRight.imageset │ │ ├── Contents.json │ │ └── arrowRight.svg │ │ ├── arrowUp.imageset │ │ ├── Contents.json │ │ └── arrowUp.svg │ │ ├── arrowUpRight.imageset │ │ ├── Contents.json │ │ └── arrowUpRight.svg │ │ ├── askToJoin.imageset │ │ ├── Contents.json │ │ └── askToJoin.svg │ │ ├── askToJoinSolid.imageset │ │ ├── Contents.json │ │ └── askToJoinSolid.svg │ │ ├── attachment.imageset │ │ ├── Contents.json │ │ └── attachment.svg │ │ ├── audio.imageset │ │ ├── Contents.json │ │ └── audio.svg │ │ ├── block.imageset │ │ ├── Contents.json │ │ └── block.svg │ │ ├── bold.imageset │ │ ├── Contents.json │ │ └── bold.svg │ │ ├── calendar.imageset │ │ ├── Contents.json │ │ └── calendar.svg │ │ ├── chart.imageset │ │ ├── Contents.json │ │ └── chart.svg │ │ ├── chat.imageset │ │ ├── Contents.json │ │ └── chat.svg │ │ ├── chatNew.imageset │ │ ├── Contents.json │ │ └── chatNew.svg │ │ ├── chatProblem.imageset │ │ ├── Contents.json │ │ └── chatProblem.svg │ │ ├── chatSolid.imageset │ │ ├── Contents.json │ │ └── chatSolid.svg │ │ ├── check.imageset │ │ ├── Contents.json │ │ └── check.svg │ │ ├── checkCircle.imageset │ │ ├── Contents.json │ │ └── checkCircle.svg │ │ ├── checkCircleSolid.imageset │ │ ├── Contents.json │ │ └── checkCircleSolid.svg │ │ ├── chevronDown.imageset │ │ ├── Contents.json │ │ └── chevronDown.svg │ │ ├── chevronLeft.imageset │ │ ├── Contents.json │ │ └── chevronLeft.svg │ │ ├── chevronRight.imageset │ │ ├── Contents.json │ │ └── chevronRight.svg │ │ ├── chevronUp.imageset │ │ ├── Contents.json │ │ └── chevronUp.svg │ │ ├── chevronUpDown.imageset │ │ ├── Contents.json │ │ └── chevronUpDown.svg │ │ ├── circle.imageset │ │ ├── Contents.json │ │ └── circle.svg │ │ ├── close.imageset │ │ ├── Contents.json │ │ └── close.svg │ │ ├── cloud.imageset │ │ ├── Contents.json │ │ └── cloud.svg │ │ ├── cloudSolid.imageset │ │ ├── Contents.json │ │ └── cloudSolid.svg │ │ ├── code.imageset │ │ ├── Contents.json │ │ └── code.svg │ │ ├── collapse.imageset │ │ ├── Contents.json │ │ └── collapse.svg │ │ ├── company.imageset │ │ ├── Contents.json │ │ └── company.svg │ │ ├── compose.imageset │ │ ├── Contents.json │ │ └── compose.svg │ │ ├── computer.imageset │ │ ├── Contents.json │ │ └── computer.svg │ │ ├── copy.imageset │ │ ├── Contents.json │ │ └── copy.svg │ │ ├── darkMode.imageset │ │ ├── Contents.json │ │ └── darkMode.svg │ │ ├── delete.imageset │ │ ├── Contents.json │ │ └── delete.svg │ │ ├── devices.imageset │ │ ├── Contents.json │ │ └── devices.svg │ │ ├── dialPad.imageset │ │ ├── Contents.json │ │ └── dialPad.svg │ │ ├── document.imageset │ │ ├── Contents.json │ │ └── document.svg │ │ ├── download.imageset │ │ ├── Contents.json │ │ └── download.svg │ │ ├── downloadIos.imageset │ │ ├── Contents.json │ │ └── downloadIos.svg │ │ ├── dragGrid.imageset │ │ ├── Contents.json │ │ └── dragGrid.svg │ │ ├── dragList.imageset │ │ ├── Contents.json │ │ └── dragList.svg │ │ ├── earpiece.imageset │ │ ├── Contents.json │ │ └── earpiece.svg │ │ ├── edit.imageset │ │ ├── Contents.json │ │ └── edit.svg │ │ ├── editSolid.imageset │ │ ├── Contents.json │ │ └── editSolid.svg │ │ ├── email.imageset │ │ ├── Contents.json │ │ └── email.svg │ │ ├── emailSolid.imageset │ │ ├── Contents.json │ │ └── emailSolid.svg │ │ ├── endCall.imageset │ │ ├── Contents.json │ │ └── endCall.svg │ │ ├── error.imageset │ │ ├── Contents.json │ │ └── error.svg │ │ ├── errorSolid.imageset │ │ ├── Contents.json │ │ └── errorSolid.svg │ │ ├── expand.imageset │ │ ├── Contents.json │ │ └── expand.svg │ │ ├── explore.imageset │ │ ├── Contents.json │ │ └── explore.svg │ │ ├── exportArchive.imageset │ │ ├── Contents.json │ │ └── exportArchive.svg │ │ ├── extensions.imageset │ │ ├── Contents.json │ │ └── extensions.svg │ │ ├── extensionsSolid.imageset │ │ ├── Contents.json │ │ └── extensionsSolid.svg │ │ ├── favourite.imageset │ │ ├── Contents.json │ │ └── favourite.svg │ │ ├── favouriteSolid.imageset │ │ ├── Contents.json │ │ └── favouriteSolid.svg │ │ ├── fileError.imageset │ │ ├── Contents.json │ │ └── fileError.svg │ │ ├── files.imageset │ │ ├── Contents.json │ │ └── files.svg │ │ ├── filter.imageset │ │ ├── Contents.json │ │ └── filter.svg │ │ ├── forward.imageset │ │ ├── Contents.json │ │ └── forward.svg │ │ ├── grid.imageset │ │ ├── Contents.json │ │ └── grid.svg │ │ ├── group.imageset │ │ ├── Contents.json │ │ └── group.svg │ │ ├── guest.imageset │ │ ├── Contents.json │ │ └── guest.svg │ │ ├── headphonesOffSolid.imageset │ │ ├── Contents.json │ │ └── headphonesOffSolid.svg │ │ ├── headphonesSolid.imageset │ │ ├── Contents.json │ │ └── headphonesSolid.svg │ │ ├── help.imageset │ │ ├── Contents.json │ │ └── help.svg │ │ ├── helpSolid.imageset │ │ ├── Contents.json │ │ └── helpSolid.svg │ │ ├── history.imageset │ │ ├── Contents.json │ │ └── history.svg │ │ ├── home.imageset │ │ ├── Contents.json │ │ └── home.svg │ │ ├── homeSolid.imageset │ │ ├── Contents.json │ │ └── homeSolid.svg │ │ ├── host.imageset │ │ ├── Contents.json │ │ └── host.svg │ │ ├── image.imageset │ │ ├── Contents.json │ │ └── image.svg │ │ ├── imageError.imageset │ │ ├── Contents.json │ │ └── imageError.svg │ │ ├── indentDecrease.imageset │ │ ├── Contents.json │ │ └── indentDecrease.svg │ │ ├── indentIncrease.imageset │ │ ├── Contents.json │ │ └── indentIncrease.svg │ │ ├── info.imageset │ │ ├── Contents.json │ │ └── info.svg │ │ ├── infoSolid.imageset │ │ ├── Contents.json │ │ └── infoSolid.svg │ │ ├── inlineCode.imageset │ │ ├── Contents.json │ │ └── inlineCode.svg │ │ ├── italic.imageset │ │ ├── Contents.json │ │ └── italic.svg │ │ ├── key.imageset │ │ ├── Contents.json │ │ └── key.svg │ │ ├── keyOff.imageset │ │ ├── Contents.json │ │ └── keyOff.svg │ │ ├── keyOffSolid.imageset │ │ ├── Contents.json │ │ └── keyOffSolid.svg │ │ ├── keySolid.imageset │ │ ├── Contents.json │ │ └── keySolid.svg │ │ ├── keyboard.imageset │ │ ├── Contents.json │ │ └── keyboard.svg │ │ ├── labs.imageset │ │ ├── Contents.json │ │ └── labs.svg │ │ ├── leave.imageset │ │ ├── Contents.json │ │ └── leave.svg │ │ ├── link.imageset │ │ ├── Contents.json │ │ └── link.svg │ │ ├── linux.imageset │ │ ├── Contents.json │ │ └── linux.svg │ │ ├── listBulleted.imageset │ │ ├── Contents.json │ │ └── listBulleted.svg │ │ ├── listNumbered.imageset │ │ ├── Contents.json │ │ └── listNumbered.svg │ │ ├── listView.imageset │ │ ├── Contents.json │ │ └── listView.svg │ │ ├── locationNavigator.imageset │ │ ├── Contents.json │ │ └── locationNavigator.svg │ │ ├── locationNavigatorCentred.imageset │ │ ├── Contents.json │ │ └── locationNavigatorCentred.svg │ │ ├── locationPin.imageset │ │ ├── Contents.json │ │ └── locationPin.svg │ │ ├── locationPinSolid.imageset │ │ ├── Contents.json │ │ └── locationPinSolid.svg │ │ ├── lock.imageset │ │ ├── Contents.json │ │ └── lock.svg │ │ ├── lockOff.imageset │ │ ├── Contents.json │ │ └── lockOff.svg │ │ ├── lockSolid.imageset │ │ ├── Contents.json │ │ └── lockSolid.svg │ │ ├── mac.imageset │ │ ├── Contents.json │ │ └── mac.svg │ │ ├── markAsRead.imageset │ │ ├── Contents.json │ │ └── markAsRead.svg │ │ ├── markAsUnread.imageset │ │ ├── Contents.json │ │ └── markAsUnread.svg │ │ ├── markThreadsAsRead.imageset │ │ ├── Contents.json │ │ └── markThreadsAsRead.svg │ │ ├── markerReadReceipts.imageset │ │ ├── Contents.json │ │ └── markerReadReceipts.svg │ │ ├── mention.imageset │ │ ├── Contents.json │ │ └── mention.svg │ │ ├── menu.imageset │ │ ├── Contents.json │ │ └── menu.svg │ │ ├── micOff.imageset │ │ ├── Contents.json │ │ └── micOff.svg │ │ ├── micOffSolid.imageset │ │ ├── Contents.json │ │ └── micOffSolid.svg │ │ ├── micOn.imageset │ │ ├── Contents.json │ │ └── micOn.svg │ │ ├── micOnSolid.imageset │ │ ├── Contents.json │ │ └── micOnSolid.svg │ │ ├── minus.imageset │ │ ├── Contents.json │ │ └── minus.svg │ │ ├── mobile.imageset │ │ ├── Contents.json │ │ └── mobile.svg │ │ ├── notifications.imageset │ │ ├── Contents.json │ │ └── notifications.svg │ │ ├── notificationsOff.imageset │ │ ├── Contents.json │ │ └── notificationsOff.svg │ │ ├── notificationsOffSolid.imageset │ │ ├── Contents.json │ │ └── notificationsOffSolid.svg │ │ ├── notificationsSolid.imageset │ │ ├── Contents.json │ │ └── notificationsSolid.svg │ │ ├── offline.imageset │ │ ├── Contents.json │ │ └── offline.svg │ │ ├── overflowHorizontal.imageset │ │ ├── Contents.json │ │ └── overflowHorizontal.svg │ │ ├── overflowVertical.imageset │ │ ├── Contents.json │ │ └── overflowVertical.svg │ │ ├── pause.imageset │ │ ├── Contents.json │ │ └── pause.svg │ │ ├── pauseSolid.imageset │ │ ├── Contents.json │ │ └── pauseSolid.svg │ │ ├── pin.imageset │ │ ├── Contents.json │ │ └── pin.svg │ │ ├── pinSolid.imageset │ │ ├── Contents.json │ │ └── pinSolid.svg │ │ ├── play.imageset │ │ ├── Contents.json │ │ └── play.svg │ │ ├── playSolid.imageset │ │ ├── Contents.json │ │ └── playSolid.svg │ │ ├── plus.imageset │ │ ├── Contents.json │ │ └── plus.svg │ │ ├── polls.imageset │ │ ├── Contents.json │ │ └── polls.svg │ │ ├── pollsEnd.imageset │ │ ├── Contents.json │ │ └── pollsEnd.svg │ │ ├── popOut.imageset │ │ ├── Contents.json │ │ └── popOut.svg │ │ ├── preferences.imageset │ │ ├── Contents.json │ │ └── preferences.svg │ │ ├── presenceOutline8X8.imageset │ │ ├── Contents.json │ │ └── presenceOutline8X8.svg │ │ ├── presenceSolid8X8.imageset │ │ ├── Contents.json │ │ └── presenceSolid8X8.svg │ │ ├── presenceStrikethrough8X8.imageset │ │ ├── Contents.json │ │ └── presenceStrikethrough8X8.svg │ │ ├── public.imageset │ │ ├── Contents.json │ │ └── public.svg │ │ ├── qrCode.imageset │ │ ├── Contents.json │ │ └── qrCode.svg │ │ ├── quote.imageset │ │ ├── Contents.json │ │ └── quote.svg │ │ ├── raisedHandSolid.imageset │ │ ├── Contents.json │ │ └── raisedHandSolid.svg │ │ ├── reaction.imageset │ │ ├── Contents.json │ │ └── reaction.svg │ │ ├── reactionAdd.imageset │ │ ├── Contents.json │ │ └── reactionAdd.svg │ │ ├── reactionSolid.imageset │ │ ├── Contents.json │ │ └── reactionSolid.svg │ │ ├── reply.imageset │ │ ├── Contents.json │ │ └── reply.svg │ │ ├── restart.imageset │ │ ├── Contents.json │ │ └── restart.svg │ │ ├── room.imageset │ │ ├── Contents.json │ │ └── room.svg │ │ ├── search.imageset │ │ ├── Contents.json │ │ └── search.svg │ │ ├── send.imageset │ │ ├── Contents.json │ │ └── send.svg │ │ ├── sendSolid.imageset │ │ ├── Contents.json │ │ └── sendSolid.svg │ │ ├── settings.imageset │ │ ├── Contents.json │ │ └── settings.svg │ │ ├── settingsSolid.imageset │ │ ├── Contents.json │ │ └── settingsSolid.svg │ │ ├── share.imageset │ │ ├── Contents.json │ │ └── share.svg │ │ ├── shareAndroid.imageset │ │ ├── Contents.json │ │ └── shareAndroid.svg │ │ ├── shareIos.imageset │ │ ├── Contents.json │ │ └── shareIos.svg │ │ ├── shareScreen.imageset │ │ ├── Contents.json │ │ └── shareScreen.svg │ │ ├── shareScreenSolid.imageset │ │ ├── Contents.json │ │ └── shareScreenSolid.svg │ │ ├── sidebar.imageset │ │ ├── Contents.json │ │ └── sidebar.svg │ │ ├── signOut.imageset │ │ ├── Contents.json │ │ └── signOut.svg │ │ ├── spinner.imageset │ │ ├── Contents.json │ │ └── spinner.svg │ │ ├── spotlight.imageset │ │ ├── Contents.json │ │ └── spotlight.svg │ │ ├── spotlightView.imageset │ │ ├── Contents.json │ │ └── spotlightView.svg │ │ ├── strikethrough.imageset │ │ ├── Contents.json │ │ └── strikethrough.svg │ │ ├── switchCameraSolid.imageset │ │ ├── Contents.json │ │ └── switchCameraSolid.svg │ │ ├── takePhoto.imageset │ │ ├── Contents.json │ │ └── takePhoto.svg │ │ ├── takePhotoSolid.imageset │ │ ├── Contents.json │ │ └── takePhotoSolid.svg │ │ ├── textFormatting.imageset │ │ ├── Contents.json │ │ └── textFormatting.svg │ │ ├── threads.imageset │ │ ├── Contents.json │ │ └── threads.svg │ │ ├── threadsSolid.imageset │ │ ├── Contents.json │ │ └── threadsSolid.svg │ │ ├── time.imageset │ │ ├── Contents.json │ │ └── time.svg │ │ ├── underline.imageset │ │ ├── Contents.json │ │ └── underline.svg │ │ ├── unknown.imageset │ │ ├── Contents.json │ │ └── unknown.svg │ │ ├── unknownSolid.imageset │ │ ├── Contents.json │ │ └── unknownSolid.svg │ │ ├── unpin.imageset │ │ ├── Contents.json │ │ └── unpin.svg │ │ ├── user.imageset │ │ ├── Contents.json │ │ └── user.svg │ │ ├── userAdd.imageset │ │ ├── Contents.json │ │ └── userAdd.svg │ │ ├── userAddSolid.imageset │ │ ├── Contents.json │ │ └── userAddSolid.svg │ │ ├── userProfile.imageset │ │ ├── Contents.json │ │ └── userProfile.svg │ │ ├── userProfileSolid.imageset │ │ ├── Contents.json │ │ └── userProfileSolid.svg │ │ ├── userSolid.imageset │ │ ├── Contents.json │ │ └── userSolid.svg │ │ ├── verified.imageset │ │ ├── Contents.json │ │ └── verified.svg │ │ ├── videoCall.imageset │ │ ├── Contents.json │ │ └── videoCall.svg │ │ ├── videoCallDeclinedSolid.imageset │ │ ├── Contents.json │ │ └── videoCallDeclinedSolid.svg │ │ ├── videoCallMissedSolid.imageset │ │ ├── Contents.json │ │ └── videoCallMissedSolid.svg │ │ ├── videoCallOff.imageset │ │ ├── Contents.json │ │ └── videoCallOff.svg │ │ ├── videoCallOffSolid.imageset │ │ ├── Contents.json │ │ └── videoCallOffSolid.svg │ │ ├── videoCallSolid.imageset │ │ ├── Contents.json │ │ └── videoCallSolid.svg │ │ ├── visibilityOff.imageset │ │ ├── Contents.json │ │ └── visibilityOff.svg │ │ ├── visibilityOn.imageset │ │ ├── Contents.json │ │ └── visibilityOn.svg │ │ ├── voiceCall.imageset │ │ ├── Contents.json │ │ └── voiceCall.svg │ │ ├── voiceCallSolid.imageset │ │ ├── Contents.json │ │ └── voiceCallSolid.svg │ │ ├── volumeOff.imageset │ │ ├── Contents.json │ │ └── volumeOff.svg │ │ ├── volumeOffSolid.imageset │ │ ├── Contents.json │ │ └── volumeOffSolid.svg │ │ ├── volumeOn.imageset │ │ ├── Contents.json │ │ └── volumeOn.svg │ │ ├── volumeOnSolid.imageset │ │ ├── Contents.json │ │ └── volumeOnSolid.svg │ │ ├── warning.imageset │ │ ├── Contents.json │ │ └── warning.svg │ │ ├── webBrowser.imageset │ │ ├── Contents.json │ │ └── webBrowser.svg │ │ ├── windows.imageset │ │ ├── Contents.json │ │ └── windows.svg │ │ ├── workspace.imageset │ │ ├── Contents.json │ │ └── workspace.svg │ │ └── workspaceSolid.imageset │ │ ├── Contents.json │ │ └── workspaceSolid.svg └── web │ ├── css │ ├── compound-design-tokens.css │ ├── cpd-common-base.css │ ├── cpd-common-semantic.css │ ├── cpd-font-fallbacks.css │ ├── cpd-theme-dark-base-mq.css │ ├── cpd-theme-dark-base.css │ ├── cpd-theme-dark-hc-base-mq.css │ ├── cpd-theme-dark-hc-base.css │ ├── cpd-theme-dark-hc-semantic-mq.css │ ├── cpd-theme-dark-hc-semantic.css │ ├── cpd-theme-dark-semantic-mq.css │ ├── cpd-theme-dark-semantic.css │ ├── cpd-theme-light-base-mq.css │ ├── cpd-theme-light-base.css │ ├── cpd-theme-light-hc-base-mq.css │ ├── cpd-theme-light-hc-base.css │ ├── cpd-theme-light-hc-semantic-mq.css │ ├── cpd-theme-light-hc-semantic.css │ ├── cpd-theme-light-semantic-mq.css │ └── cpd-theme-light-semantic.css │ ├── icons │ ├── admin.cjs │ ├── admin.d.ts │ ├── admin.js │ ├── arrow-down.cjs │ ├── arrow-down.d.ts │ ├── arrow-down.js │ ├── arrow-left.cjs │ ├── arrow-left.d.ts │ ├── arrow-left.js │ ├── arrow-right.cjs │ ├── arrow-right.d.ts │ ├── arrow-right.js │ ├── arrow-up-right.cjs │ ├── arrow-up-right.d.ts │ ├── arrow-up-right.js │ ├── arrow-up.cjs │ ├── arrow-up.d.ts │ ├── arrow-up.js │ ├── ask-to-join-solid.cjs │ ├── ask-to-join-solid.d.ts │ ├── ask-to-join-solid.js │ ├── ask-to-join.cjs │ ├── ask-to-join.d.ts │ ├── ask-to-join.js │ ├── attachment.cjs │ ├── attachment.d.ts │ ├── attachment.js │ ├── audio.cjs │ ├── audio.d.ts │ ├── audio.js │ ├── block.cjs │ ├── block.d.ts │ ├── block.js │ ├── bold.cjs │ ├── bold.d.ts │ ├── bold.js │ ├── calendar.cjs │ ├── calendar.d.ts │ ├── calendar.js │ ├── chart.cjs │ ├── chart.d.ts │ ├── chart.js │ ├── chat-new.cjs │ ├── chat-new.d.ts │ ├── chat-new.js │ ├── chat-problem.cjs │ ├── chat-problem.d.ts │ ├── chat-problem.js │ ├── chat-solid.cjs │ ├── chat-solid.d.ts │ ├── chat-solid.js │ ├── chat.cjs │ ├── chat.d.ts │ ├── chat.js │ ├── check-circle-solid.cjs │ ├── check-circle-solid.d.ts │ ├── check-circle-solid.js │ ├── check-circle.cjs │ ├── check-circle.d.ts │ ├── check-circle.js │ ├── check.cjs │ ├── check.d.ts │ ├── check.js │ ├── chevron-down.cjs │ ├── chevron-down.d.ts │ ├── chevron-down.js │ ├── chevron-left.cjs │ ├── chevron-left.d.ts │ ├── chevron-left.js │ ├── chevron-right.cjs │ ├── chevron-right.d.ts │ ├── chevron-right.js │ ├── chevron-up-down.cjs │ ├── chevron-up-down.d.ts │ ├── chevron-up-down.js │ ├── chevron-up.cjs │ ├── chevron-up.d.ts │ ├── chevron-up.js │ ├── circle.cjs │ ├── circle.d.ts │ ├── circle.js │ ├── close.cjs │ ├── close.d.ts │ ├── close.js │ ├── cloud-solid.cjs │ ├── cloud-solid.d.ts │ ├── cloud-solid.js │ ├── cloud.cjs │ ├── cloud.d.ts │ ├── cloud.js │ ├── code.cjs │ ├── code.d.ts │ ├── code.js │ ├── collapse.cjs │ ├── collapse.d.ts │ ├── collapse.js │ ├── company.cjs │ ├── company.d.ts │ ├── company.js │ ├── compose.cjs │ ├── compose.d.ts │ ├── compose.js │ ├── computer.cjs │ ├── computer.d.ts │ ├── computer.js │ ├── copy.cjs │ ├── copy.d.ts │ ├── copy.js │ ├── dark-mode.cjs │ ├── dark-mode.d.ts │ ├── dark-mode.js │ ├── delete.cjs │ ├── delete.d.ts │ ├── delete.js │ ├── devices.cjs │ ├── devices.d.ts │ ├── devices.js │ ├── dial-pad.cjs │ ├── dial-pad.d.ts │ ├── dial-pad.js │ ├── document.cjs │ ├── document.d.ts │ ├── document.js │ ├── download-ios.cjs │ ├── download-ios.d.ts │ ├── download-ios.js │ ├── download.cjs │ ├── download.d.ts │ ├── download.js │ ├── drag-grid.cjs │ ├── drag-grid.d.ts │ ├── drag-grid.js │ ├── drag-list.cjs │ ├── drag-list.d.ts │ ├── drag-list.js │ ├── earpiece.cjs │ ├── earpiece.d.ts │ ├── earpiece.js │ ├── edit-solid.cjs │ ├── edit-solid.d.ts │ ├── edit-solid.js │ ├── edit.cjs │ ├── edit.d.ts │ ├── edit.js │ ├── email-solid.cjs │ ├── email-solid.d.ts │ ├── email-solid.js │ ├── email.cjs │ ├── email.d.ts │ ├── email.js │ ├── end-call.cjs │ ├── end-call.d.ts │ ├── end-call.js │ ├── error-solid.cjs │ ├── error-solid.d.ts │ ├── error-solid.js │ ├── error.cjs │ ├── error.d.ts │ ├── error.js │ ├── expand.cjs │ ├── expand.d.ts │ ├── expand.js │ ├── explore.cjs │ ├── explore.d.ts │ ├── explore.js │ ├── export-archive.cjs │ ├── export-archive.d.ts │ ├── export-archive.js │ ├── extensions-solid.cjs │ ├── extensions-solid.d.ts │ ├── extensions-solid.js │ ├── extensions.cjs │ ├── extensions.d.ts │ ├── extensions.js │ ├── favourite-solid.cjs │ ├── favourite-solid.d.ts │ ├── favourite-solid.js │ ├── favourite.cjs │ ├── favourite.d.ts │ ├── favourite.js │ ├── file-error.cjs │ ├── file-error.d.ts │ ├── file-error.js │ ├── files.cjs │ ├── files.d.ts │ ├── files.js │ ├── filter.cjs │ ├── filter.d.ts │ ├── filter.js │ ├── forward.cjs │ ├── forward.d.ts │ ├── forward.js │ ├── grid.cjs │ ├── grid.d.ts │ ├── grid.js │ ├── group.cjs │ ├── group.d.ts │ ├── group.js │ ├── guest.cjs │ ├── guest.d.ts │ ├── guest.js │ ├── headphones-off-solid.cjs │ ├── headphones-off-solid.d.ts │ ├── headphones-off-solid.js │ ├── headphones-solid.cjs │ ├── headphones-solid.d.ts │ ├── headphones-solid.js │ ├── help-solid.cjs │ ├── help-solid.d.ts │ ├── help-solid.js │ ├── help.cjs │ ├── help.d.ts │ ├── help.js │ ├── history.cjs │ ├── history.d.ts │ ├── history.js │ ├── home-solid.cjs │ ├── home-solid.d.ts │ ├── home-solid.js │ ├── home.cjs │ ├── home.d.ts │ ├── home.js │ ├── host.cjs │ ├── host.d.ts │ ├── host.js │ ├── image-error.cjs │ ├── image-error.d.ts │ ├── image-error.js │ ├── image.cjs │ ├── image.d.ts │ ├── image.js │ ├── indent-decrease.cjs │ ├── indent-decrease.d.ts │ ├── indent-decrease.js │ ├── indent-increase.cjs │ ├── indent-increase.d.ts │ ├── indent-increase.js │ ├── index.cjs │ ├── index.d.ts │ ├── index.js │ ├── info-solid.cjs │ ├── info-solid.d.ts │ ├── info-solid.js │ ├── info.cjs │ ├── info.d.ts │ ├── info.js │ ├── inline-code.cjs │ ├── inline-code.d.ts │ ├── inline-code.js │ ├── italic.cjs │ ├── italic.d.ts │ ├── italic.js │ ├── key-off-solid.cjs │ ├── key-off-solid.d.ts │ ├── key-off-solid.js │ ├── key-off.cjs │ ├── key-off.d.ts │ ├── key-off.js │ ├── key-solid.cjs │ ├── key-solid.d.ts │ ├── key-solid.js │ ├── key.cjs │ ├── key.d.ts │ ├── key.js │ ├── keyboard.cjs │ ├── keyboard.d.ts │ ├── keyboard.js │ ├── labs.cjs │ ├── labs.d.ts │ ├── labs.js │ ├── leave.cjs │ ├── leave.d.ts │ ├── leave.js │ ├── link.cjs │ ├── link.d.ts │ ├── link.js │ ├── linux.cjs │ ├── linux.d.ts │ ├── linux.js │ ├── list-bulleted.cjs │ ├── list-bulleted.d.ts │ ├── list-bulleted.js │ ├── list-numbered.cjs │ ├── list-numbered.d.ts │ ├── list-numbered.js │ ├── list-view.cjs │ ├── list-view.d.ts │ ├── list-view.js │ ├── location-navigator-centred.cjs │ ├── location-navigator-centred.d.ts │ ├── location-navigator-centred.js │ ├── location-navigator.cjs │ ├── location-navigator.d.ts │ ├── location-navigator.js │ ├── location-pin-solid.cjs │ ├── location-pin-solid.d.ts │ ├── location-pin-solid.js │ ├── location-pin.cjs │ ├── location-pin.d.ts │ ├── location-pin.js │ ├── lock-off.cjs │ ├── lock-off.d.ts │ ├── lock-off.js │ ├── lock-solid.cjs │ ├── lock-solid.d.ts │ ├── lock-solid.js │ ├── lock.cjs │ ├── lock.d.ts │ ├── lock.js │ ├── mac.cjs │ ├── mac.d.ts │ ├── mac.js │ ├── mark-as-read.cjs │ ├── mark-as-read.d.ts │ ├── mark-as-read.js │ ├── mark-as-unread.cjs │ ├── mark-as-unread.d.ts │ ├── mark-as-unread.js │ ├── mark-threads-as-read.cjs │ ├── mark-threads-as-read.d.ts │ ├── mark-threads-as-read.js │ ├── marker-read-receipts.cjs │ ├── marker-read-receipts.d.ts │ ├── marker-read-receipts.js │ ├── mention.cjs │ ├── mention.d.ts │ ├── mention.js │ ├── menu.cjs │ ├── menu.d.ts │ ├── menu.js │ ├── mic-off-solid.cjs │ ├── mic-off-solid.d.ts │ ├── mic-off-solid.js │ ├── mic-off.cjs │ ├── mic-off.d.ts │ ├── mic-off.js │ ├── mic-on-solid.cjs │ ├── mic-on-solid.d.ts │ ├── mic-on-solid.js │ ├── mic-on.cjs │ ├── mic-on.d.ts │ ├── mic-on.js │ ├── minus.cjs │ ├── minus.d.ts │ ├── minus.js │ ├── mobile.cjs │ ├── mobile.d.ts │ ├── mobile.js │ ├── notifications-off-solid.cjs │ ├── notifications-off-solid.d.ts │ ├── notifications-off-solid.js │ ├── notifications-off.cjs │ ├── notifications-off.d.ts │ ├── notifications-off.js │ ├── notifications-solid.cjs │ ├── notifications-solid.d.ts │ ├── notifications-solid.js │ ├── notifications.cjs │ ├── notifications.d.ts │ ├── notifications.js │ ├── offline.cjs │ ├── offline.d.ts │ ├── offline.js │ ├── overflow-horizontal.cjs │ ├── overflow-horizontal.d.ts │ ├── overflow-horizontal.js │ ├── overflow-vertical.cjs │ ├── overflow-vertical.d.ts │ ├── overflow-vertical.js │ ├── pause-solid.cjs │ ├── pause-solid.d.ts │ ├── pause-solid.js │ ├── pause.cjs │ ├── pause.d.ts │ ├── pause.js │ ├── pin-solid.cjs │ ├── pin-solid.d.ts │ ├── pin-solid.js │ ├── pin.cjs │ ├── pin.d.ts │ ├── pin.js │ ├── play-solid.cjs │ ├── play-solid.d.ts │ ├── play-solid.js │ ├── play.cjs │ ├── play.d.ts │ ├── play.js │ ├── plus.cjs │ ├── plus.d.ts │ ├── plus.js │ ├── polls-end.cjs │ ├── polls-end.d.ts │ ├── polls-end.js │ ├── polls.cjs │ ├── polls.d.ts │ ├── polls.js │ ├── pop-out.cjs │ ├── pop-out.d.ts │ ├── pop-out.js │ ├── preferences.cjs │ ├── preferences.d.ts │ ├── preferences.js │ ├── presence-outline-8x8.cjs │ ├── presence-outline-8x8.d.ts │ ├── presence-outline-8x8.js │ ├── presence-solid-8x8.cjs │ ├── presence-solid-8x8.d.ts │ ├── presence-solid-8x8.js │ ├── presence-strikethrough-8x8.cjs │ ├── presence-strikethrough-8x8.d.ts │ ├── presence-strikethrough-8x8.js │ ├── public.cjs │ ├── public.d.ts │ ├── public.js │ ├── qr-code.cjs │ ├── qr-code.d.ts │ ├── qr-code.js │ ├── quote.cjs │ ├── quote.d.ts │ ├── quote.js │ ├── raised-hand-solid.cjs │ ├── raised-hand-solid.d.ts │ ├── raised-hand-solid.js │ ├── reaction-add.cjs │ ├── reaction-add.d.ts │ ├── reaction-add.js │ ├── reaction-solid.cjs │ ├── reaction-solid.d.ts │ ├── reaction-solid.js │ ├── reaction.cjs │ ├── reaction.d.ts │ ├── reaction.js │ ├── reply.cjs │ ├── reply.d.ts │ ├── reply.js │ ├── restart.cjs │ ├── restart.d.ts │ ├── restart.js │ ├── room.cjs │ ├── room.d.ts │ ├── room.js │ ├── search.cjs │ ├── search.d.ts │ ├── search.js │ ├── send-solid.cjs │ ├── send-solid.d.ts │ ├── send-solid.js │ ├── send.cjs │ ├── send.d.ts │ ├── send.js │ ├── settings-solid.cjs │ ├── settings-solid.d.ts │ ├── settings-solid.js │ ├── settings.cjs │ ├── settings.d.ts │ ├── settings.js │ ├── share-android.cjs │ ├── share-android.d.ts │ ├── share-android.js │ ├── share-ios.cjs │ ├── share-ios.d.ts │ ├── share-ios.js │ ├── share-screen-solid.cjs │ ├── share-screen-solid.d.ts │ ├── share-screen-solid.js │ ├── share-screen.cjs │ ├── share-screen.d.ts │ ├── share-screen.js │ ├── share.cjs │ ├── share.d.ts │ ├── share.js │ ├── sidebar.cjs │ ├── sidebar.d.ts │ ├── sidebar.js │ ├── sign-out.cjs │ ├── sign-out.d.ts │ ├── sign-out.js │ ├── spinner.cjs │ ├── spinner.d.ts │ ├── spinner.js │ ├── spotlight-view.cjs │ ├── spotlight-view.d.ts │ ├── spotlight-view.js │ ├── spotlight.cjs │ ├── spotlight.d.ts │ ├── spotlight.js │ ├── strikethrough.cjs │ ├── strikethrough.d.ts │ ├── strikethrough.js │ ├── switch-camera-solid.cjs │ ├── switch-camera-solid.d.ts │ ├── switch-camera-solid.js │ ├── take-photo-solid.cjs │ ├── take-photo-solid.d.ts │ ├── take-photo-solid.js │ ├── take-photo.cjs │ ├── take-photo.d.ts │ ├── take-photo.js │ ├── text-formatting.cjs │ ├── text-formatting.d.ts │ ├── text-formatting.js │ ├── threads-solid.cjs │ ├── threads-solid.d.ts │ ├── threads-solid.js │ ├── threads.cjs │ ├── threads.d.ts │ ├── threads.js │ ├── time.cjs │ ├── time.d.ts │ ├── time.js │ ├── underline.cjs │ ├── underline.d.ts │ ├── underline.js │ ├── unknown-solid.cjs │ ├── unknown-solid.d.ts │ ├── unknown-solid.js │ ├── unknown.cjs │ ├── unknown.d.ts │ ├── unknown.js │ ├── unpin.cjs │ ├── unpin.d.ts │ ├── unpin.js │ ├── user-add-solid.cjs │ ├── user-add-solid.d.ts │ ├── user-add-solid.js │ ├── user-add.cjs │ ├── user-add.d.ts │ ├── user-add.js │ ├── user-profile-solid.cjs │ ├── user-profile-solid.d.ts │ ├── user-profile-solid.js │ ├── user-profile.cjs │ ├── user-profile.d.ts │ ├── user-profile.js │ ├── user-solid.cjs │ ├── user-solid.d.ts │ ├── user-solid.js │ ├── user.cjs │ ├── user.d.ts │ ├── user.js │ ├── verified.cjs │ ├── verified.d.ts │ ├── verified.js │ ├── video-call-declined-solid.cjs │ ├── video-call-declined-solid.d.ts │ ├── video-call-declined-solid.js │ ├── video-call-missed-solid.cjs │ ├── video-call-missed-solid.d.ts │ ├── video-call-missed-solid.js │ ├── video-call-off-solid.cjs │ ├── video-call-off-solid.d.ts │ ├── video-call-off-solid.js │ ├── video-call-off.cjs │ ├── video-call-off.d.ts │ ├── video-call-off.js │ ├── video-call-solid.cjs │ ├── video-call-solid.d.ts │ ├── video-call-solid.js │ ├── video-call.cjs │ ├── video-call.d.ts │ ├── video-call.js │ ├── visibility-off.cjs │ ├── visibility-off.d.ts │ ├── visibility-off.js │ ├── visibility-on.cjs │ ├── visibility-on.d.ts │ ├── visibility-on.js │ ├── voice-call-solid.cjs │ ├── voice-call-solid.d.ts │ ├── voice-call-solid.js │ ├── voice-call.cjs │ ├── voice-call.d.ts │ ├── voice-call.js │ ├── volume-off-solid.cjs │ ├── volume-off-solid.d.ts │ ├── volume-off-solid.js │ ├── volume-off.cjs │ ├── volume-off.d.ts │ ├── volume-off.js │ ├── volume-on-solid.cjs │ ├── volume-on-solid.d.ts │ ├── volume-on-solid.js │ ├── volume-on.cjs │ ├── volume-on.d.ts │ ├── volume-on.js │ ├── warning.cjs │ ├── warning.d.ts │ ├── warning.js │ ├── web-browser.cjs │ ├── web-browser.d.ts │ ├── web-browser.js │ ├── windows.cjs │ ├── windows.d.ts │ ├── windows.js │ ├── workspace-solid.cjs │ ├── workspace-solid.d.ts │ ├── workspace-solid.js │ ├── workspace.cjs │ ├── workspace.d.ts │ └── workspace.js │ └── js │ ├── cpdDark.d.ts │ ├── cpdDark.js │ ├── cpdDarkHc.d.ts │ ├── cpdDarkHc.js │ ├── cpdLight.d.ts │ ├── cpdLight.js │ ├── cpdLightHc.d.ts │ ├── cpdLightHc.js │ └── index.js ├── biome.json ├── build.ts ├── docs ├── development.md ├── icons.md └── release.md ├── examples └── index.html ├── icons ├── $icons.json ├── admin.svg ├── arrow-down.svg ├── arrow-left.svg ├── arrow-right.svg ├── arrow-up-right.svg ├── arrow-up.svg ├── ask-to-join-solid.svg ├── ask-to-join.svg ├── attachment.svg ├── audio.svg ├── block.svg ├── bold.svg ├── calendar.svg ├── chart.svg ├── chat-new.svg ├── chat-problem.svg ├── chat-solid.svg ├── chat.svg ├── check-circle-solid.svg ├── check-circle.svg ├── check.svg ├── chevron-down.svg ├── chevron-left.svg ├── chevron-right.svg ├── chevron-up-down.svg ├── chevron-up.svg ├── circle.svg ├── close.svg ├── cloud-solid.svg ├── cloud.svg ├── code.svg ├── collapse.svg ├── company.svg ├── compose.svg ├── computer.svg ├── copy.svg ├── dark-mode.svg ├── delete.svg ├── devices.svg ├── dial-pad.svg ├── document.svg ├── download-ios.svg ├── download.svg ├── drag-grid.svg ├── drag-list.svg ├── earpiece.svg ├── edit-solid.svg ├── edit.svg ├── email-solid.svg ├── email.svg ├── end-call.svg ├── error-solid.svg ├── error.svg ├── expand.svg ├── explore.svg ├── export-archive.svg ├── extensions-solid.svg ├── extensions.svg ├── favourite-solid.svg ├── favourite.svg ├── file-error.svg ├── files.svg ├── filter.svg ├── forward.svg ├── grid.svg ├── group.svg ├── guest.svg ├── headphones-off-solid.svg ├── headphones-solid.svg ├── help-solid.svg ├── help.svg ├── history.svg ├── home-solid.svg ├── home.svg ├── host.svg ├── image-error.svg ├── image.svg ├── indent-decrease.svg ├── indent-increase.svg ├── info-solid.svg ├── info.svg ├── inline-code.svg ├── italic.svg ├── key-off-solid.svg ├── key-off.svg ├── key-solid.svg ├── key.svg ├── keyboard.svg ├── labs.svg ├── leave.svg ├── link.svg ├── linux.svg ├── list-bulleted.svg ├── list-numbered.svg ├── list-view.svg ├── location-navigator-centred.svg ├── location-navigator.svg ├── location-pin-solid.svg ├── location-pin.svg ├── lock-off.svg ├── lock-solid.svg ├── lock.svg ├── mac.svg ├── mark-as-read.svg ├── mark-as-unread.svg ├── mark-threads-as-read.svg ├── marker-read-receipts.svg ├── mention.svg ├── menu.svg ├── mic-off-solid.svg ├── mic-off.svg ├── mic-on-solid.svg ├── mic-on.svg ├── minus.svg ├── mobile.svg ├── notifications-off-solid.svg ├── notifications-off.svg ├── notifications-solid.svg ├── notifications.svg ├── offline.svg ├── overflow-horizontal.svg ├── overflow-vertical.svg ├── pause-solid.svg ├── pause.svg ├── pin-solid.svg ├── pin.svg ├── play-solid.svg ├── play.svg ├── plus.svg ├── polls-end.svg ├── polls.svg ├── pop-out.svg ├── preferences.svg ├── presence-outline-8x8.svg ├── presence-solid-8x8.svg ├── presence-strikethrough-8x8.svg ├── public.svg ├── qr-code.svg ├── quote.svg ├── raised-hand-solid.svg ├── reaction-add.svg ├── reaction-solid.svg ├── reaction.svg ├── reply.svg ├── restart.svg ├── room.svg ├── search.svg ├── send-solid.svg ├── send.svg ├── settings-solid.svg ├── settings.svg ├── share-android.svg ├── share-ios.svg ├── share-screen-solid.svg ├── share-screen.svg ├── share.svg ├── sidebar.svg ├── sign-out.svg ├── spinner.svg ├── spotlight-view.svg ├── spotlight.svg ├── strikethrough.svg ├── switch-camera-solid.svg ├── take-photo-solid.svg ├── take-photo.svg ├── text-formatting.svg ├── threads-solid.svg ├── threads.svg ├── time.svg ├── underline.svg ├── unknown-solid.svg ├── unknown.svg ├── unpin.svg ├── user-add-solid.svg ├── user-add.svg ├── user-profile-solid.svg ├── user-profile.svg ├── user-solid.svg ├── user.svg ├── verified.svg ├── video-call-declined-solid.svg ├── video-call-missed-solid.svg ├── video-call-off-solid.svg ├── video-call-off.svg ├── video-call-solid.svg ├── video-call.svg ├── visibility-off.svg ├── visibility-on.svg ├── voice-call-solid.svg ├── voice-call.svg ├── volume-off-solid.svg ├── volume-off.svg ├── volume-on-solid.svg ├── volume-on.svg ├── warning.svg ├── web-browser.svg ├── windows.svg ├── workspace-solid.svg └── workspace.svg ├── package.json ├── renovate.json ├── scripts └── colour-studio │ ├── README.md │ ├── index.html │ ├── package.json │ ├── src │ ├── alphredo.js │ ├── index.js │ └── styles.css │ └── yarn.lock ├── src ├── @types │ └── index.d.ts ├── actions │ └── swift │ │ └── colorset.ts ├── configs │ ├── getAndroidConfig.ts │ ├── getIOSConfig.ts │ ├── getWebConfig.ts │ └── index.ts ├── filters │ ├── ios │ │ └── exclude.ts │ ├── isCoreColor.ts │ ├── isCoreToken.ts │ ├── isFontToken.ts │ ├── isSharedAcrossTheme.ts │ └── isTypographyToken.ts ├── formats │ └── templates │ │ ├── compose │ │ ├── android-license.kt.template │ │ ├── core-colors.kt.template │ │ ├── extra-colors.kt.template │ │ ├── icons.kt.template │ │ ├── internal-object.kt.template │ │ └── semantic-colors.kt.template │ │ └── swift │ │ └── class-members.template ├── global.d.ts ├── setupStyleDictionary.ts ├── syncIcons.ts ├── transforms │ ├── camelCaseDecimal.ts │ ├── css │ │ ├── iconsImport.ts │ │ ├── percentageToUnitless.ts │ │ └── px.ts │ ├── kotlin │ │ ├── fontWeight.ts │ │ ├── literal.ts │ │ ├── percentageToEm.ts │ │ ├── pxToDp.ts │ │ ├── pxToSp.ts │ │ ├── svgToDrawable.ts │ │ └── typography.ts │ ├── pxToRem.ts │ └── swift │ │ ├── coreColorSet.ts │ │ ├── coreUIColorSet.ts │ │ ├── literalFont.ts │ │ ├── pxToCGFloat.ts │ │ ├── svgToImageView.ts │ │ ├── toFontWeight.ts │ │ └── tokenTICamel.ts └── utils │ ├── constants.ts │ ├── createTemplate.ts │ ├── cssFileName.ts │ ├── fontFallbacks.ts │ ├── generateCssIndex.ts │ ├── generateIconComponents.ts │ ├── normalizeTokens.ts │ └── removePrefixAndCamelCase.ts ├── tokens ├── $metadata.json ├── $themes.json ├── cross-platform.json ├── platform-android.json ├── platform-ios.json ├── platform-web.json ├── theme-dark-hc.json ├── theme-dark.json ├── theme-light-hc.json ├── theme-light.json ├── theme-semantics-dark-hc.json ├── theme-semantics-dark.json ├── theme-semantics-light-hc.json ├── theme-semantics-light.json └── theme-semantics.json ├── tsconfig.json └── yarn.lock /.github/CODEOWNERS: -------------------------------------------------------------------------------- 1 | * @element-hq/compound-reviewers 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | node_modules 3 | 4 | .cache 5 | .build 6 | dist 7 | storybook-static 8 | 9 | .swiftpm/ 10 | 11 | .idea 12 | -------------------------------------------------------------------------------- /LICENSE-COMMERCIAL: -------------------------------------------------------------------------------- 1 | Licensees holding a valid commercial license with Element may use this 2 | software in accordance with the terms contained in a written agreement 3 | between you and Element. 4 | 5 | To purchase a commercial license please contact our sales team at 6 | licensing@element.io 7 | -------------------------------------------------------------------------------- /assets/ios/swift/Colors.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | {"info":{"author":"xcode","version":1}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | {"info":{"author":"xcode","version":1}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/admin.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"admin.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/arrowDown.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"arrowDown.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/arrowDown.imageset/arrowDown.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/arrowLeft.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"arrowLeft.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/arrowLeft.imageset/arrowLeft.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/arrowRight.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"arrowRight.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/arrowRight.imageset/arrowRight.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/arrowUp.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"arrowUp.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/arrowUp.imageset/arrowUp.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/arrowUpRight.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"arrowUpRight.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/arrowUpRight.imageset/arrowUpRight.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/askToJoin.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"askToJoin.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/askToJoinSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"askToJoinSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/attachment.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"attachment.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/audio.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"audio.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/audio.imageset/audio.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/block.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"block.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/bold.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"bold.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/calendar.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"calendar.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/chart.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"chart.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/chat.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"chat.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/chatNew.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"chatNew.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/chatProblem.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"chatProblem.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/chatSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"chatSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/check.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"check.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/checkCircle.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"checkCircle.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/checkCircleSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"checkCircleSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/chevronDown.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"chevronDown.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/chevronLeft.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"chevronLeft.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/chevronRight.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"chevronRight.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/chevronUp.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"chevronUp.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/chevronUpDown.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"chevronUpDown.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/circle.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"circle.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/close.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"close.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/close.imageset/close.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/cloud.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"cloud.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/cloudSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"cloudSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/cloudSolid.imageset/cloudSolid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/code.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"code.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/collapse.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"collapse.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/company.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"company.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/company.imageset/company.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/compose.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"compose.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/computer.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"computer.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/copy.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"copy.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/copy.imageset/copy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/darkMode.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"darkMode.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/delete.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"delete.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/devices.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"devices.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/dialPad.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"dialPad.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/document.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"document.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/download.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"download.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/downloadIos.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"downloadIos.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/dragGrid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"dragGrid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/dragList.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"dragList.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/earpiece.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"earpiece.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/edit.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"edit.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/editSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"editSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/email.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"email.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/email.imageset/email.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/emailSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"emailSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/emailSolid.imageset/emailSolid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/endCall.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"endCall.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/error.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"error.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/errorSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"errorSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/expand.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"expand.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/expand.imageset/expand.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/explore.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"explore.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/exportArchive.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"exportArchive.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/extensions.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"extensions.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/extensionsSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"extensionsSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/favourite.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"favourite.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/favouriteSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"favouriteSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/favouriteSolid.imageset/favouriteSolid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/fileError.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"fileError.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/files.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"files.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/filter.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"filter.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/filter.imageset/filter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/forward.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"forward.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/grid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"grid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/group.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"group.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/guest.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"guest.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/headphonesOffSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"headphonesOffSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/headphonesSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"headphonesSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/headphonesSolid.imageset/headphonesSolid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/help.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"help.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/helpSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"helpSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/history.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"history.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/home.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"home.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/home.imageset/home.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/homeSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"homeSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/homeSolid.imageset/homeSolid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/host.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"host.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/image.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"image.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/image.imageset/image.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/imageError.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"imageError.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/indentDecrease.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"indentDecrease.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/indentIncrease.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"indentIncrease.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/info.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"info.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/infoSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"infoSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/inlineCode.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"inlineCode.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/italic.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"italic.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/key.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"key.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/keyOff.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"keyOff.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/keyOffSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"keyOffSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/keySolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"keySolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/keyboard.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"keyboard.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/labs.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"labs.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/leave.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"leave.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/link.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"link.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/linux.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"linux.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/listBulleted.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"listBulleted.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/listNumbered.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"listNumbered.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/listView.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"listView.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/locationNavigator.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"locationNavigator.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/locationNavigatorCentred.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"locationNavigatorCentred.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/locationPin.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"locationPin.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/locationPinSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"locationPinSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/lock.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"lock.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/lockOff.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"lockOff.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/lockSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"lockSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/mac.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"mac.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/markAsRead.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"markAsRead.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/markAsUnread.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"markAsUnread.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/markThreadsAsRead.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"markThreadsAsRead.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/markerReadReceipts.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"markerReadReceipts.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/mention.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"mention.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/mention.imageset/mention.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/menu.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"menu.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/menu.imageset/menu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/micOff.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"micOff.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/micOffSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"micOffSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/micOn.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"micOn.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/micOn.imageset/micOn.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/micOnSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"micOnSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/micOnSolid.imageset/micOnSolid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/minus.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"minus.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/minus.imageset/minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/mobile.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"mobile.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/mobile.imageset/mobile.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/notifications.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"notifications.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/notificationsOff.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"notificationsOff.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/notificationsOffSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"notificationsOffSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/notificationsSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"notificationsSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/notificationsSolid.imageset/notificationsSolid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/offline.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"offline.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/overflowHorizontal.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"overflowHorizontal.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/overflowVertical.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"overflowVertical.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/pause.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"pause.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/pause.imageset/pause.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/pauseSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"pauseSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/pauseSolid.imageset/pauseSolid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/pin.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"pin.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/pinSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"pinSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/play.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"play.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/play.imageset/play.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/playSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"playSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/playSolid.imageset/playSolid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/plus.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"plus.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/polls.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"polls.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/pollsEnd.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"pollsEnd.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/popOut.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"popOut.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/popOut.imageset/popOut.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/preferences.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"preferences.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/presenceOutline8X8.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"presenceOutline8X8.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/presenceOutline8X8.imageset/presenceOutline8X8.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/presenceSolid8X8.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"presenceSolid8X8.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/presenceSolid8X8.imageset/presenceSolid8X8.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/presenceStrikethrough8X8.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"presenceStrikethrough8X8.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/public.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"public.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/qrCode.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"qrCode.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/quote.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"quote.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/raisedHandSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"raisedHandSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/reaction.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"reaction.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/reactionAdd.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"reactionAdd.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/reactionSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"reactionSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/reply.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"reply.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/restart.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"restart.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/restart.imageset/restart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/room.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"room.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/search.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"search.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/search.imageset/search.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/send.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"send.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/sendSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"sendSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/sendSolid.imageset/sendSolid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/settings.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"settings.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/settingsSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"settingsSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/share.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"share.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/shareAndroid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"shareAndroid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/shareIos.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"shareIos.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/shareScreen.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"shareScreen.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/shareScreenSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"shareScreenSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/sidebar.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"sidebar.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/sidebar.imageset/sidebar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/signOut.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"signOut.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/spinner.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"spinner.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/spinner.imageset/spinner.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/spotlight.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"spotlight.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/spotlight.imageset/spotlight.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/spotlightView.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"spotlightView.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/spotlightView.imageset/spotlightView.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/strikethrough.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"strikethrough.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/switchCameraSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"switchCameraSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/takePhoto.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"takePhoto.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/takePhotoSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"takePhotoSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/textFormatting.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"textFormatting.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/threads.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"threads.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/threadsSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"threadsSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/time.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"time.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/time.imageset/time.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/underline.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"underline.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/unknown.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"unknown.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/unknownSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"unknownSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/unpin.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"unpin.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/user.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"user.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/userAdd.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"userAdd.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/userAddSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"userAddSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/userProfile.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"userProfile.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/userProfileSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"userProfileSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/userSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"userSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/verified.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"verified.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/videoCall.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"videoCall.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/videoCall.imageset/videoCall.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/videoCallDeclinedSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"videoCallDeclinedSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/videoCallMissedSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"videoCallMissedSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/videoCallOff.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"videoCallOff.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/videoCallOffSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"videoCallOffSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/videoCallSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"videoCallSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/videoCallSolid.imageset/videoCallSolid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/visibilityOff.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"visibilityOff.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/visibilityOn.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"visibilityOn.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/voiceCall.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"voiceCall.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/voiceCallSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"voiceCallSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/volumeOff.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"volumeOff.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/volumeOffSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"volumeOffSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/volumeOn.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"volumeOn.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/volumeOnSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"volumeOnSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/warning.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"warning.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/webBrowser.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"webBrowser.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/webBrowser.imageset/webBrowser.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/windows.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"windows.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/windows.imageset/windows.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/workspace.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"workspace.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/ios/swift/Icons.xcassets/workspaceSolid.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | {"images":[{"filename":"workspaceSolid.svg","idiom":"universal"}],"info":{"author":"xcode","version":1},"properties":{"preserves-vector-representation":true,"template-rendering-intent":"template"}} -------------------------------------------------------------------------------- /assets/web/css/cpd-theme-dark-hc-semantic-mq.css: -------------------------------------------------------------------------------- 1 | :root { 2 | --cpd-color-bg-canvas-default-level-1: var(--cpd-color-gray-300); 3 | --cpd-color-bg-subtle-secondary-level-0: var(--cpd-color-theme-bg); 4 | } 5 | -------------------------------------------------------------------------------- /assets/web/css/cpd-theme-dark-hc-semantic.css: -------------------------------------------------------------------------------- 1 | .cpd-theme-dark-hc.cpd-theme-dark-hc { 2 | --cpd-color-bg-canvas-default-level-1: var(--cpd-color-gray-300); 3 | --cpd-color-bg-subtle-secondary-level-0: var(--cpd-color-theme-bg); 4 | } 5 | -------------------------------------------------------------------------------- /assets/web/css/cpd-theme-dark-semantic-mq.css: -------------------------------------------------------------------------------- 1 | :root { 2 | --cpd-color-bg-canvas-default-level-1: var(--cpd-color-gray-300); 3 | --cpd-color-bg-subtle-secondary-level-0: var(--cpd-color-theme-bg); 4 | } 5 | -------------------------------------------------------------------------------- /assets/web/css/cpd-theme-dark-semantic.css: -------------------------------------------------------------------------------- 1 | .cpd-theme-dark.cpd-theme-dark { 2 | --cpd-color-bg-canvas-default-level-1: var(--cpd-color-gray-300); 3 | --cpd-color-bg-subtle-secondary-level-0: var(--cpd-color-theme-bg); 4 | } 5 | -------------------------------------------------------------------------------- /assets/web/css/cpd-theme-light-hc-semantic-mq.css: -------------------------------------------------------------------------------- 1 | :root { 2 | --cpd-color-bg-canvas-default-level-1: var(--cpd-color-theme-bg); 3 | --cpd-color-bg-subtle-secondary-level-0: var(--cpd-color-gray-300); 4 | } 5 | -------------------------------------------------------------------------------- /assets/web/css/cpd-theme-light-hc-semantic.css: -------------------------------------------------------------------------------- 1 | .cpd-theme-light-hc.cpd-theme-light-hc { 2 | --cpd-color-bg-canvas-default-level-1: var(--cpd-color-theme-bg); 3 | --cpd-color-bg-subtle-secondary-level-0: var(--cpd-color-gray-300); 4 | } 5 | -------------------------------------------------------------------------------- /assets/web/css/cpd-theme-light-semantic-mq.css: -------------------------------------------------------------------------------- 1 | :root { 2 | --cpd-color-bg-canvas-default-level-1: var(--cpd-color-theme-bg); 3 | --cpd-color-bg-subtle-secondary-level-0: var(--cpd-color-gray-300); 4 | } 5 | -------------------------------------------------------------------------------- /assets/web/css/cpd-theme-light-semantic.css: -------------------------------------------------------------------------------- 1 | .cpd-theme-light.cpd-theme-light { 2 | --cpd-color-bg-canvas-default-level-1: var(--cpd-color-theme-bg); 3 | --cpd-color-bg-subtle-secondary-level-0: var(--cpd-color-gray-300); 4 | } 5 | -------------------------------------------------------------------------------- /assets/web/icons/admin.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * admin.svg 5 | */ 6 | declare const AdminIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default AdminIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/arrow-down.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * arrow-down.svg 5 | */ 6 | declare const ArrowDownIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ArrowDownIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/arrow-left.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * arrow-left.svg 5 | */ 6 | declare const ArrowLeftIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ArrowLeftIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/arrow-right.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * arrow-right.svg 5 | */ 6 | declare const ArrowRightIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ArrowRightIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/arrow-up-right.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * arrow-up-right.svg 5 | */ 6 | declare const ArrowUpRightIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ArrowUpRightIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/arrow-up.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * arrow-up.svg 5 | */ 6 | declare const ArrowUpIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ArrowUpIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/ask-to-join-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * ask-to-join-solid.svg 5 | */ 6 | declare const AskToJoinSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default AskToJoinSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/ask-to-join.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * ask-to-join.svg 5 | */ 6 | declare const AskToJoinIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default AskToJoinIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/attachment.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * attachment.svg 5 | */ 6 | declare const AttachmentIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default AttachmentIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/audio.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * audio.svg 5 | */ 6 | declare const AudioIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default AudioIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/block.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * block.svg 5 | */ 6 | declare const BlockIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default BlockIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/bold.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * bold.svg 5 | */ 6 | declare const BoldIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default BoldIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/calendar.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * calendar.svg 5 | */ 6 | declare const CalendarIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default CalendarIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/chart.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * chart.svg 5 | */ 6 | declare const ChartIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ChartIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/chat-new.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * chat-new.svg 5 | */ 6 | declare const ChatNewIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ChatNewIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/chat-problem.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * chat-problem.svg 5 | */ 6 | declare const ChatProblemIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ChatProblemIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/chat-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * chat-solid.svg 5 | */ 6 | declare const ChatSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ChatSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/chat.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * chat.svg 5 | */ 6 | declare const ChatIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ChatIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/check-circle-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * check-circle-solid.svg 5 | */ 6 | declare const CheckCircleSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default CheckCircleSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/check-circle.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * check-circle.svg 5 | */ 6 | declare const CheckCircleIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default CheckCircleIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/check.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * check.svg 5 | */ 6 | declare const CheckIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default CheckIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/chevron-down.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * chevron-down.svg 5 | */ 6 | declare const ChevronDownIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ChevronDownIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/chevron-left.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * chevron-left.svg 5 | */ 6 | declare const ChevronLeftIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ChevronLeftIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/chevron-right.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * chevron-right.svg 5 | */ 6 | declare const ChevronRightIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ChevronRightIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/chevron-up-down.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * chevron-up-down.svg 5 | */ 6 | declare const ChevronUpDownIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ChevronUpDownIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/chevron-up.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * chevron-up.svg 5 | */ 6 | declare const ChevronUpIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ChevronUpIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/circle.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * circle.svg 5 | */ 6 | declare const CircleIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default CircleIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/close.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * close.svg 5 | */ 6 | declare const CloseIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default CloseIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/cloud-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * cloud-solid.svg 5 | */ 6 | declare const CloudSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default CloudSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/cloud.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * cloud.svg 5 | */ 6 | declare const CloudIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default CloudIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/code.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * code.svg 5 | */ 6 | declare const CodeIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default CodeIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/collapse.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * collapse.svg 5 | */ 6 | declare const CollapseIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default CollapseIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/company.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * company.svg 5 | */ 6 | declare const CompanyIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default CompanyIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/compose.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * compose.svg 5 | */ 6 | declare const ComposeIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ComposeIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/computer.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * computer.svg 5 | */ 6 | declare const ComputerIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ComputerIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/copy.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * copy.svg 5 | */ 6 | declare const CopyIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default CopyIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/dark-mode.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * dark-mode.svg 5 | */ 6 | declare const DarkModeIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default DarkModeIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/delete.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * delete.svg 5 | */ 6 | declare const DeleteIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default DeleteIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/devices.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * devices.svg 5 | */ 6 | declare const DevicesIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default DevicesIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/dial-pad.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * dial-pad.svg 5 | */ 6 | declare const DialPadIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default DialPadIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/document.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * document.svg 5 | */ 6 | declare const DocumentIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default DocumentIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/download-ios.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * download-ios.svg 5 | */ 6 | declare const DownloadIosIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default DownloadIosIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/download.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * download.svg 5 | */ 6 | declare const DownloadIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default DownloadIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/drag-grid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * drag-grid.svg 5 | */ 6 | declare const DragGridIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default DragGridIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/drag-list.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * drag-list.svg 5 | */ 6 | declare const DragListIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default DragListIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/earpiece.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * earpiece.svg 5 | */ 6 | declare const EarpieceIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default EarpieceIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/edit-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * edit-solid.svg 5 | */ 6 | declare const EditSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default EditSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/edit.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * edit.svg 5 | */ 6 | declare const EditIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default EditIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/email-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * email-solid.svg 5 | */ 6 | declare const EmailSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default EmailSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/email.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * email.svg 5 | */ 6 | declare const EmailIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default EmailIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/end-call.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * end-call.svg 5 | */ 6 | declare const EndCallIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default EndCallIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/error-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * error-solid.svg 5 | */ 6 | declare const ErrorSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ErrorSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/error.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * error.svg 5 | */ 6 | declare const ErrorIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ErrorIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/expand.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * expand.svg 5 | */ 6 | declare const ExpandIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ExpandIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/explore.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * explore.svg 5 | */ 6 | declare const ExploreIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ExploreIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/export-archive.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * export-archive.svg 5 | */ 6 | declare const ExportArchiveIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ExportArchiveIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/extensions-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * extensions-solid.svg 5 | */ 6 | declare const ExtensionsSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ExtensionsSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/extensions.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * extensions.svg 5 | */ 6 | declare const ExtensionsIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ExtensionsIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/favourite-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * favourite-solid.svg 5 | */ 6 | declare const FavouriteSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default FavouriteSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/favourite.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * favourite.svg 5 | */ 6 | declare const FavouriteIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default FavouriteIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/file-error.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * file-error.svg 5 | */ 6 | declare const FileErrorIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default FileErrorIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/files.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * files.svg 5 | */ 6 | declare const FilesIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default FilesIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/filter.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * filter.svg 5 | */ 6 | declare const FilterIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default FilterIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/forward.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * forward.svg 5 | */ 6 | declare const ForwardIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ForwardIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/grid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * grid.svg 5 | */ 6 | declare const GridIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default GridIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/group.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * group.svg 5 | */ 6 | declare const GroupIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default GroupIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/guest.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * guest.svg 5 | */ 6 | declare const GuestIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default GuestIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/headphones-off-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * headphones-off-solid.svg 5 | */ 6 | declare const HeadphonesOffSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default HeadphonesOffSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/headphones-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * headphones-solid.svg 5 | */ 6 | declare const HeadphonesSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default HeadphonesSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/help-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * help-solid.svg 5 | */ 6 | declare const HelpSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default HelpSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/help.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * help.svg 5 | */ 6 | declare const HelpIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default HelpIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/history.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * history.svg 5 | */ 6 | declare const HistoryIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default HistoryIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/home-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * home-solid.svg 5 | */ 6 | declare const HomeSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default HomeSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/home.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * home.svg 5 | */ 6 | declare const HomeIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default HomeIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/host.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * host.svg 5 | */ 6 | declare const HostIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default HostIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/image-error.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * image-error.svg 5 | */ 6 | declare const ImageErrorIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ImageErrorIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/image.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * image.svg 5 | */ 6 | declare const ImageIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ImageIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/indent-decrease.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * indent-decrease.svg 5 | */ 6 | declare const IndentDecreaseIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default IndentDecreaseIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/indent-increase.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * indent-increase.svg 5 | */ 6 | declare const IndentIncreaseIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default IndentIncreaseIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/info-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * info-solid.svg 5 | */ 6 | declare const InfoSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default InfoSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/info.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * info.svg 5 | */ 6 | declare const InfoIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default InfoIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/inline-code.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * inline-code.svg 5 | */ 6 | declare const InlineCodeIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default InlineCodeIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/italic.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * italic.svg 5 | */ 6 | declare const ItalicIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ItalicIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/key-off-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * key-off-solid.svg 5 | */ 6 | declare const KeyOffSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default KeyOffSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/key-off.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * key-off.svg 5 | */ 6 | declare const KeyOffIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default KeyOffIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/key-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * key-solid.svg 5 | */ 6 | declare const KeySolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default KeySolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/key.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * key.svg 5 | */ 6 | declare const KeyIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default KeyIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/keyboard.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * keyboard.svg 5 | */ 6 | declare const KeyboardIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default KeyboardIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/labs.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * labs.svg 5 | */ 6 | declare const LabsIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default LabsIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/leave.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * leave.svg 5 | */ 6 | declare const LeaveIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default LeaveIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/link.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * link.svg 5 | */ 6 | declare const LinkIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default LinkIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/linux.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * linux.svg 5 | */ 6 | declare const LinuxIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default LinuxIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/list-bulleted.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * list-bulleted.svg 5 | */ 6 | declare const ListBulletedIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ListBulletedIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/list-numbered.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * list-numbered.svg 5 | */ 6 | declare const ListNumberedIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ListNumberedIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/list-view.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * list-view.svg 5 | */ 6 | declare const ListViewIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ListViewIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/location-navigator-centred.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * location-navigator-centred.svg 5 | */ 6 | declare const LocationNavigatorCentredIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default LocationNavigatorCentredIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/location-navigator.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * location-navigator.svg 5 | */ 6 | declare const LocationNavigatorIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default LocationNavigatorIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/location-pin-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * location-pin-solid.svg 5 | */ 6 | declare const LocationPinSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default LocationPinSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/location-pin.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * location-pin.svg 5 | */ 6 | declare const LocationPinIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default LocationPinIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/lock-off.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * lock-off.svg 5 | */ 6 | declare const LockOffIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default LockOffIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/lock-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * lock-solid.svg 5 | */ 6 | declare const LockSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default LockSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/lock.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * lock.svg 5 | */ 6 | declare const LockIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default LockIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/mac.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * mac.svg 5 | */ 6 | declare const MacIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default MacIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/mark-as-read.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * mark-as-read.svg 5 | */ 6 | declare const MarkAsReadIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default MarkAsReadIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/mark-as-unread.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * mark-as-unread.svg 5 | */ 6 | declare const MarkAsUnreadIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default MarkAsUnreadIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/mark-threads-as-read.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * mark-threads-as-read.svg 5 | */ 6 | declare const MarkThreadsAsReadIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default MarkThreadsAsReadIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/marker-read-receipts.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * marker-read-receipts.svg 5 | */ 6 | declare const MarkerReadReceiptsIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default MarkerReadReceiptsIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/mention.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * mention.svg 5 | */ 6 | declare const MentionIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default MentionIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/menu.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * menu.svg 5 | */ 6 | declare const MenuIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default MenuIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/mic-off-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * mic-off-solid.svg 5 | */ 6 | declare const MicOffSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default MicOffSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/mic-off.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * mic-off.svg 5 | */ 6 | declare const MicOffIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default MicOffIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/mic-on-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * mic-on-solid.svg 5 | */ 6 | declare const MicOnSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default MicOnSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/mic-on.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * mic-on.svg 5 | */ 6 | declare const MicOnIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default MicOnIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/minus.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * minus.svg 5 | */ 6 | declare const MinusIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default MinusIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/mobile.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * mobile.svg 5 | */ 6 | declare const MobileIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default MobileIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/notifications-off-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * notifications-off-solid.svg 5 | */ 6 | declare const NotificationsOffSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default NotificationsOffSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/notifications-off.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * notifications-off.svg 5 | */ 6 | declare const NotificationsOffIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default NotificationsOffIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/notifications-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * notifications-solid.svg 5 | */ 6 | declare const NotificationsSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default NotificationsSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/notifications.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * notifications.svg 5 | */ 6 | declare const NotificationsIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default NotificationsIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/offline.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * offline.svg 5 | */ 6 | declare const OfflineIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default OfflineIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/overflow-horizontal.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * overflow-horizontal.svg 5 | */ 6 | declare const OverflowHorizontalIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default OverflowHorizontalIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/overflow-vertical.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * overflow-vertical.svg 5 | */ 6 | declare const OverflowVerticalIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default OverflowVerticalIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/pause-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * pause-solid.svg 5 | */ 6 | declare const PauseSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default PauseSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/pause.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * pause.svg 5 | */ 6 | declare const PauseIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default PauseIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/pin-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * pin-solid.svg 5 | */ 6 | declare const PinSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default PinSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/pin.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * pin.svg 5 | */ 6 | declare const PinIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default PinIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/play-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * play-solid.svg 5 | */ 6 | declare const PlaySolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default PlaySolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/play.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * play.svg 5 | */ 6 | declare const PlayIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default PlayIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/plus.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * plus.svg 5 | */ 6 | declare const PlusIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default PlusIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/polls-end.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * polls-end.svg 5 | */ 6 | declare const PollsEndIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default PollsEndIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/polls.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * polls.svg 5 | */ 6 | declare const PollsIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default PollsIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/pop-out.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * pop-out.svg 5 | */ 6 | declare const PopOutIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default PopOutIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/preferences.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * preferences.svg 5 | */ 6 | declare const PreferencesIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default PreferencesIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/presence-outline-8x8.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * presence-outline-8x8.svg 5 | */ 6 | declare const PresenceOutline8X8Icon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default PresenceOutline8X8Icon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/presence-solid-8x8.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * presence-solid-8x8.svg 5 | */ 6 | declare const PresenceSolid8X8Icon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default PresenceSolid8X8Icon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/presence-strikethrough-8x8.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * presence-strikethrough-8x8.svg 5 | */ 6 | declare const PresenceStrikethrough8X8Icon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default PresenceStrikethrough8X8Icon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/public.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * public.svg 5 | */ 6 | declare const PublicIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default PublicIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/qr-code.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * qr-code.svg 5 | */ 6 | declare const QrCodeIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default QrCodeIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/quote.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * quote.svg 5 | */ 6 | declare const QuoteIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default QuoteIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/raised-hand-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * raised-hand-solid.svg 5 | */ 6 | declare const RaisedHandSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default RaisedHandSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/reaction-add.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * reaction-add.svg 5 | */ 6 | declare const ReactionAddIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ReactionAddIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/reaction-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * reaction-solid.svg 5 | */ 6 | declare const ReactionSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ReactionSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/reaction.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * reaction.svg 5 | */ 6 | declare const ReactionIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ReactionIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/reply.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * reply.svg 5 | */ 6 | declare const ReplyIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ReplyIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/restart.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * restart.svg 5 | */ 6 | declare const RestartIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default RestartIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/room.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * room.svg 5 | */ 6 | declare const RoomIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default RoomIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/search.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * search.svg 5 | */ 6 | declare const SearchIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default SearchIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/send-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * send-solid.svg 5 | */ 6 | declare const SendSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default SendSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/send.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * send.svg 5 | */ 6 | declare const SendIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default SendIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/settings-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * settings-solid.svg 5 | */ 6 | declare const SettingsSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default SettingsSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/settings.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * settings.svg 5 | */ 6 | declare const SettingsIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default SettingsIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/share-android.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * share-android.svg 5 | */ 6 | declare const ShareAndroidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ShareAndroidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/share-ios.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * share-ios.svg 5 | */ 6 | declare const ShareIosIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ShareIosIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/share-screen-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * share-screen-solid.svg 5 | */ 6 | declare const ShareScreenSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ShareScreenSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/share-screen.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * share-screen.svg 5 | */ 6 | declare const ShareScreenIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ShareScreenIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/share.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * share.svg 5 | */ 6 | declare const ShareIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ShareIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/sidebar.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * sidebar.svg 5 | */ 6 | declare const SidebarIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default SidebarIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/sign-out.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * sign-out.svg 5 | */ 6 | declare const SignOutIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default SignOutIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/spinner.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * spinner.svg 5 | */ 6 | declare const SpinnerIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default SpinnerIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/spotlight-view.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * spotlight-view.svg 5 | */ 6 | declare const SpotlightViewIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default SpotlightViewIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/spotlight.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * spotlight.svg 5 | */ 6 | declare const SpotlightIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default SpotlightIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/strikethrough.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * strikethrough.svg 5 | */ 6 | declare const StrikethroughIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default StrikethroughIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/switch-camera-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * switch-camera-solid.svg 5 | */ 6 | declare const SwitchCameraSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default SwitchCameraSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/take-photo-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * take-photo-solid.svg 5 | */ 6 | declare const TakePhotoSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default TakePhotoSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/take-photo.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * take-photo.svg 5 | */ 6 | declare const TakePhotoIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default TakePhotoIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/text-formatting.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * text-formatting.svg 5 | */ 6 | declare const TextFormattingIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default TextFormattingIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/threads-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * threads-solid.svg 5 | */ 6 | declare const ThreadsSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ThreadsSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/threads.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * threads.svg 5 | */ 6 | declare const ThreadsIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default ThreadsIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/time.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * time.svg 5 | */ 6 | declare const TimeIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default TimeIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/underline.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * underline.svg 5 | */ 6 | declare const UnderlineIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default UnderlineIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/unknown-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * unknown-solid.svg 5 | */ 6 | declare const UnknownSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default UnknownSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/unknown.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * unknown.svg 5 | */ 6 | declare const UnknownIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default UnknownIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/unpin.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * unpin.svg 5 | */ 6 | declare const UnpinIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default UnpinIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/user-add-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * user-add-solid.svg 5 | */ 6 | declare const UserAddSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default UserAddSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/user-add.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * user-add.svg 5 | */ 6 | declare const UserAddIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default UserAddIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/user-profile-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * user-profile-solid.svg 5 | */ 6 | declare const UserProfileSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default UserProfileSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/user-profile.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * user-profile.svg 5 | */ 6 | declare const UserProfileIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default UserProfileIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/user-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * user-solid.svg 5 | */ 6 | declare const UserSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default UserSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/user.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * user.svg 5 | */ 6 | declare const UserIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default UserIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/verified.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * verified.svg 5 | */ 6 | declare const VerifiedIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default VerifiedIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/video-call-declined-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * video-call-declined-solid.svg 5 | */ 6 | declare const VideoCallDeclinedSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default VideoCallDeclinedSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/video-call-missed-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * video-call-missed-solid.svg 5 | */ 6 | declare const VideoCallMissedSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default VideoCallMissedSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/video-call-off-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * video-call-off-solid.svg 5 | */ 6 | declare const VideoCallOffSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default VideoCallOffSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/video-call-off.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * video-call-off.svg 5 | */ 6 | declare const VideoCallOffIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default VideoCallOffIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/video-call-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * video-call-solid.svg 5 | */ 6 | declare const VideoCallSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default VideoCallSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/video-call.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * video-call.svg 5 | */ 6 | declare const VideoCallIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default VideoCallIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/visibility-off.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * visibility-off.svg 5 | */ 6 | declare const VisibilityOffIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default VisibilityOffIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/visibility-on.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * visibility-on.svg 5 | */ 6 | declare const VisibilityOnIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default VisibilityOnIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/voice-call-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * voice-call-solid.svg 5 | */ 6 | declare const VoiceCallSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default VoiceCallSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/voice-call.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * voice-call.svg 5 | */ 6 | declare const VoiceCallIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default VoiceCallIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/volume-off-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * volume-off-solid.svg 5 | */ 6 | declare const VolumeOffSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default VolumeOffSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/volume-off.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * volume-off.svg 5 | */ 6 | declare const VolumeOffIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default VolumeOffIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/volume-on-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * volume-on-solid.svg 5 | */ 6 | declare const VolumeOnSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default VolumeOnSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/volume-on.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * volume-on.svg 5 | */ 6 | declare const VolumeOnIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default VolumeOnIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/warning.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * warning.svg 5 | */ 6 | declare const WarningIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default WarningIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/web-browser.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * web-browser.svg 5 | */ 6 | declare const WebBrowserIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default WebBrowserIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/windows.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * windows.svg 5 | */ 6 | declare const WindowsIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default WindowsIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/workspace-solid.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * workspace-solid.svg 5 | */ 6 | declare const WorkspaceSolidIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default WorkspaceSolidIcon; 12 | -------------------------------------------------------------------------------- /assets/web/icons/workspace.d.ts: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | 3 | /** 4 | * workspace.svg 5 | */ 6 | declare const WorkspaceIcon: React.ForwardRefExoticComponent< 7 | Omit, "ref" | "children"> & 8 | React.RefAttributes 9 | >; 10 | 11 | export default WorkspaceIcon; 12 | -------------------------------------------------------------------------------- /assets/web/js/index.js: -------------------------------------------------------------------------------- 1 | /** 2 | * TODO: Auto-generate this file to allow for dynamic themes to be generated 3 | */ 4 | 5 | import * as light from "./cpdLight"; 6 | import * as lightHc from "./cpdLightHc"; 7 | import * as dark from "./cpdDark"; 8 | import * as darkHc from "./cpdDarkHc"; 9 | 10 | export default { 11 | light, 12 | lightHc, 13 | dark, 14 | darkHc, 15 | }; 16 | -------------------------------------------------------------------------------- /docs/release.md: -------------------------------------------------------------------------------- 1 | # 🚀 Release 2 | 3 | ## 🌐 Web (npm) 4 | 5 | - Run the [release npm package](https://github.com/vector-im/compound-design-tokens/actions/workflows/release-npm.yml) GitHub action 6 | 7 | ## 🤖 Android (maven) 8 | 9 | 🚧 TBD 10 | 11 | ## 📱 iOS (swift package) 12 | 13 | 🚧 TBD 14 | -------------------------------------------------------------------------------- /icons/arrow-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/arrow-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/arrow-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/arrow-up-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/arrow-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/audio.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/check.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/chevron-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/chevron-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/chevron-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/close.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/cloud-solid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/collapse.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/company.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/copy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/download-ios.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/edit-solid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/edit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/email-solid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/email.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/expand.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/favourite-solid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/files.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/filter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/headphones-solid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/home-solid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/home.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/image.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/mark-threads-as-read.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/mention.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/menu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/mic-on-solid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/mic-on.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/mobile.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/notifications-off-solid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/notifications-solid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/pause-solid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/pause.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/play-solid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/play.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/pop-out.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/presence-outline-8x8.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/presence-solid-8x8.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/presence-strikethrough-8x8.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/raised-hand-solid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/restart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/search.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/send-solid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/send.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/share-android.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/share-ios.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/sidebar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/spinner.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/spotlight-view.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/spotlight.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/time.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/video-call-solid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/video-call.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/web-browser.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/windows.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/workspace-solid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/colour-studio/README.md: -------------------------------------------------------------------------------- 1 | # Color system generator 2 | 3 | A playground for defining, fine-tuning, and testing color systems across multiple themes (light, dark, and high-contrast variants) and contexts. Based on Leonardo Color by Adobe. 4 | 5 | To run: 6 | 7 | ``` 8 | cd scripts/colour-studio 9 | yarn install 10 | yarn start 11 | ``` 12 | -------------------------------------------------------------------------------- /src/formats/templates/compose/android-license.kt.template: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright <%= new Date().getFullYear().toString() %> New Vector Ltd. 3 | * 4 | * SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial 5 | * Please see LICENSE files in the repository root for full details. 6 | */ 7 | -------------------------------------------------------------------------------- /src/utils/constants.ts: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright 2024 New Vector Ltd. 3 | Copyright 2023 The Matrix.org Foundation C.I.C. 4 | 5 | SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial 6 | Please see LICENSE files in the repository root for full details. 7 | */ 8 | 9 | /** 4 spaces per tab character for Android. */ 10 | export const ANDROID_INDENT_LEVEL = " "; 11 | --------------------------------------------------------------------------------