stream-chat-react-native-core 9.0.0-beta.30 → 9.0.0-beta.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/components/Message/MessageItemView/utils/renderText.js +3 -1
- package/lib/commonjs/components/Message/MessageItemView/utils/renderText.js.map +1 -1
- package/lib/commonjs/components/Poll/CreatePollContent.js +5 -3
- package/lib/commonjs/components/Poll/CreatePollContent.js.map +1 -1
- package/lib/commonjs/components/Poll/components/MultipleAnswersField.js +5 -3
- package/lib/commonjs/components/Poll/components/MultipleAnswersField.js.map +1 -1
- package/lib/commonjs/components/Poll/components/MultipleVotesSettings.js +5 -3
- package/lib/commonjs/components/Poll/components/MultipleVotesSettings.js.map +1 -1
- package/lib/commonjs/components/Poll/components/PollInputDialog.js +2 -1
- package/lib/commonjs/components/Poll/components/PollInputDialog.js.map +1 -1
- package/lib/commonjs/components/Reply/Reply.js +7 -2
- package/lib/commonjs/components/Reply/Reply.js.map +1 -1
- package/lib/commonjs/hooks/messagePreview/useMessagePreviewText.js +28 -13
- package/lib/commonjs/hooks/messagePreview/useMessagePreviewText.js.map +1 -1
- package/lib/commonjs/i18n/en.json +20 -0
- package/lib/commonjs/i18n/es.json +20 -0
- package/lib/commonjs/i18n/fr.json +20 -0
- package/lib/commonjs/i18n/he.json +20 -0
- package/lib/commonjs/i18n/hi.json +20 -0
- package/lib/commonjs/i18n/it.json +20 -0
- package/lib/commonjs/i18n/ja.json +20 -0
- package/lib/commonjs/i18n/ko.json +20 -0
- package/lib/commonjs/i18n/nl.json +20 -0
- package/lib/commonjs/i18n/pt-br.json +20 -0
- package/lib/commonjs/i18n/ru.json +20 -0
- package/lib/commonjs/i18n/tr.json +20 -0
- package/lib/commonjs/icons/arrow-up-right.js +10 -6
- package/lib/commonjs/icons/arrow-up-right.js.map +1 -1
- package/lib/commonjs/icons/audio.js +10 -6
- package/lib/commonjs/icons/audio.js.map +1 -1
- package/lib/commonjs/icons/chevron-left.js +10 -6
- package/lib/commonjs/icons/chevron-left.js.map +1 -1
- package/lib/commonjs/icons/leave.js +10 -6
- package/lib/commonjs/icons/leave.js.map +1 -1
- package/lib/commonjs/icons/message-bubble.js +10 -6
- package/lib/commonjs/icons/message-bubble.js.map +1 -1
- package/lib/commonjs/icons/mute.js +11 -7
- package/lib/commonjs/icons/mute.js.map +1 -1
- package/lib/commonjs/icons/reply.js +10 -6
- package/lib/commonjs/icons/reply.js.map +1 -1
- package/lib/commonjs/icons/search.js +11 -7
- package/lib/commonjs/icons/search.js.map +1 -1
- package/lib/commonjs/icons/send.js +11 -7
- package/lib/commonjs/icons/send.js.map +1 -1
- package/lib/commonjs/icons/thread.js +10 -6
- package/lib/commonjs/icons/thread.js.map +1 -1
- package/lib/commonjs/icons/video-fill.js +2 -0
- package/lib/commonjs/icons/video-fill.js.map +1 -1
- package/lib/commonjs/icons/video.js +10 -6
- package/lib/commonjs/icons/video.js.map +1 -1
- package/lib/commonjs/utils/rtlMirrorSwitchStyle.js +20 -0
- package/lib/commonjs/utils/rtlMirrorSwitchStyle.js.map +1 -0
- package/lib/commonjs/version.json +1 -1
- package/lib/module/components/Message/MessageItemView/utils/renderText.js +3 -1
- package/lib/module/components/Message/MessageItemView/utils/renderText.js.map +1 -1
- package/lib/module/components/Poll/CreatePollContent.js +5 -3
- package/lib/module/components/Poll/CreatePollContent.js.map +1 -1
- package/lib/module/components/Poll/components/MultipleAnswersField.js +5 -3
- package/lib/module/components/Poll/components/MultipleAnswersField.js.map +1 -1
- package/lib/module/components/Poll/components/MultipleVotesSettings.js +5 -3
- package/lib/module/components/Poll/components/MultipleVotesSettings.js.map +1 -1
- package/lib/module/components/Poll/components/PollInputDialog.js +2 -1
- package/lib/module/components/Poll/components/PollInputDialog.js.map +1 -1
- package/lib/module/components/Reply/Reply.js +7 -2
- package/lib/module/components/Reply/Reply.js.map +1 -1
- package/lib/module/hooks/messagePreview/useMessagePreviewText.js +28 -13
- package/lib/module/hooks/messagePreview/useMessagePreviewText.js.map +1 -1
- package/lib/module/i18n/en.json +20 -0
- package/lib/module/i18n/es.json +20 -0
- package/lib/module/i18n/fr.json +20 -0
- package/lib/module/i18n/he.json +20 -0
- package/lib/module/i18n/hi.json +20 -0
- package/lib/module/i18n/it.json +20 -0
- package/lib/module/i18n/ja.json +20 -0
- package/lib/module/i18n/ko.json +20 -0
- package/lib/module/i18n/nl.json +20 -0
- package/lib/module/i18n/pt-br.json +20 -0
- package/lib/module/i18n/ru.json +20 -0
- package/lib/module/i18n/tr.json +20 -0
- package/lib/module/icons/arrow-up-right.js +10 -6
- package/lib/module/icons/arrow-up-right.js.map +1 -1
- package/lib/module/icons/audio.js +10 -6
- package/lib/module/icons/audio.js.map +1 -1
- package/lib/module/icons/chevron-left.js +10 -6
- package/lib/module/icons/chevron-left.js.map +1 -1
- package/lib/module/icons/leave.js +10 -6
- package/lib/module/icons/leave.js.map +1 -1
- package/lib/module/icons/message-bubble.js +10 -6
- package/lib/module/icons/message-bubble.js.map +1 -1
- package/lib/module/icons/mute.js +11 -7
- package/lib/module/icons/mute.js.map +1 -1
- package/lib/module/icons/reply.js +10 -6
- package/lib/module/icons/reply.js.map +1 -1
- package/lib/module/icons/search.js +11 -7
- package/lib/module/icons/search.js.map +1 -1
- package/lib/module/icons/send.js +11 -7
- package/lib/module/icons/send.js.map +1 -1
- package/lib/module/icons/thread.js +10 -6
- package/lib/module/icons/thread.js.map +1 -1
- package/lib/module/icons/video-fill.js +2 -0
- package/lib/module/icons/video-fill.js.map +1 -1
- package/lib/module/icons/video.js +10 -6
- package/lib/module/icons/video.js.map +1 -1
- package/lib/module/utils/rtlMirrorSwitchStyle.js +20 -0
- package/lib/module/utils/rtlMirrorSwitchStyle.js.map +1 -0
- package/lib/module/version.json +1 -1
- package/lib/typescript/components/Message/MessageItemView/utils/renderText.d.ts.map +1 -1
- package/lib/typescript/components/Poll/CreatePollContent.d.ts.map +1 -1
- package/lib/typescript/components/Poll/components/MultipleVotesSettings.d.ts.map +1 -1
- package/lib/typescript/components/Reply/Reply.d.ts.map +1 -1
- package/lib/typescript/hooks/messagePreview/useMessagePreviewText.d.ts.map +1 -1
- package/lib/typescript/i18n/en.json +20 -0
- package/lib/typescript/i18n/es.json +20 -0
- package/lib/typescript/i18n/fr.json +20 -0
- package/lib/typescript/i18n/he.json +20 -0
- package/lib/typescript/i18n/hi.json +20 -0
- package/lib/typescript/i18n/it.json +20 -0
- package/lib/typescript/i18n/ja.json +20 -0
- package/lib/typescript/i18n/ko.json +20 -0
- package/lib/typescript/i18n/nl.json +20 -0
- package/lib/typescript/i18n/pt-br.json +20 -0
- package/lib/typescript/i18n/ru.json +20 -0
- package/lib/typescript/i18n/tr.json +20 -0
- package/lib/typescript/icons/arrow-up-right.d.ts.map +1 -1
- package/lib/typescript/icons/audio.d.ts.map +1 -1
- package/lib/typescript/icons/chevron-left.d.ts.map +1 -1
- package/lib/typescript/icons/leave.d.ts.map +1 -1
- package/lib/typescript/icons/message-bubble.d.ts.map +1 -1
- package/lib/typescript/icons/mute.d.ts.map +1 -1
- package/lib/typescript/icons/reply.d.ts.map +1 -1
- package/lib/typescript/icons/search.d.ts.map +1 -1
- package/lib/typescript/icons/send.d.ts.map +1 -1
- package/lib/typescript/icons/thread.d.ts.map +1 -1
- package/lib/typescript/icons/video-fill.d.ts.map +1 -1
- package/lib/typescript/icons/video.d.ts.map +1 -1
- package/lib/typescript/utils/i18n/Streami18n.d.ts +20 -0
- package/lib/typescript/utils/i18n/Streami18n.d.ts.map +1 -1
- package/lib/typescript/utils/rtlMirrorSwitchStyle.d.ts +9 -0
- package/lib/typescript/utils/rtlMirrorSwitchStyle.d.ts.map +1 -0
- package/package.json +1 -1
- package/src/components/Message/MessageItemView/__tests__/__snapshots__/MessageTextContainer.test.tsx.snap +1 -0
- package/src/components/Message/MessageItemView/utils/renderText.tsx +2 -0
- package/src/components/MessageInput/__tests__/__snapshots__/SendButton.test.js.snap +54 -36
- package/src/components/Poll/CreatePollContent.tsx +4 -2
- package/src/components/Poll/components/MultipleAnswersField.tsx +4 -3
- package/src/components/Poll/components/MultipleVotesSettings.tsx +4 -2
- package/src/components/Poll/components/PollInputDialog.tsx +1 -0
- package/src/components/Reply/Reply.tsx +7 -5
- package/src/components/Thread/__tests__/__snapshots__/Thread.test.js.snap +31 -18
- package/src/hooks/messagePreview/useMessagePreviewText.tsx +17 -13
- package/src/i18n/en.json +20 -0
- package/src/i18n/es.json +20 -0
- package/src/i18n/fr.json +20 -0
- package/src/i18n/he.json +20 -0
- package/src/i18n/hi.json +20 -0
- package/src/i18n/it.json +20 -0
- package/src/i18n/ja.json +20 -0
- package/src/i18n/ko.json +20 -0
- package/src/i18n/nl.json +20 -0
- package/src/i18n/pt-br.json +20 -0
- package/src/i18n/ru.json +20 -0
- package/src/i18n/tr.json +20 -0
- package/src/icons/arrow-up-right.tsx +11 -8
- package/src/icons/audio.tsx +11 -8
- package/src/icons/chevron-left.tsx +11 -8
- package/src/icons/leave.tsx +11 -8
- package/src/icons/message-bubble.tsx +11 -8
- package/src/icons/mute.tsx +12 -9
- package/src/icons/reply.tsx +11 -8
- package/src/icons/search.tsx +12 -9
- package/src/icons/send.tsx +12 -9
- package/src/icons/thread.tsx +11 -8
- package/src/icons/video-fill.tsx +5 -1
- package/src/icons/video.tsx +11 -8
- package/src/utils/rtlMirrorSwitchStyle.ts +20 -0
- package/src/version.json +1 -1
package/src/i18n/ko.json
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
"Are you sure you want to permanently delete this message?": "이 메시지를 영구적으로 삭제하시겠습니까?",
|
|
15
15
|
"Are you sure?": "확실합니까?",
|
|
16
16
|
"Ask a question": "질문하기",
|
|
17
|
+
"Audio": "오디오",
|
|
17
18
|
"Ban User": "사용자 차단",
|
|
18
19
|
"Block User": "사용자 차단",
|
|
19
20
|
"Cancel": "취소",
|
|
@@ -46,11 +47,13 @@
|
|
|
46
47
|
"Flag Message": "메시지를 플래그하기",
|
|
47
48
|
"Flag action failed either due to a network issue or the message is already flagged": "네트워크 연결에 문제가 있거나 이미 플래그 되어서 플래그에 실패했습니다.",
|
|
48
49
|
"Generating...": "생성 중...",
|
|
50
|
+
"Giphy": "Giphy",
|
|
49
51
|
"Hold to start recording.": "녹음을 시작하려면 눌러주세요.",
|
|
50
52
|
"How about sending your first message to a friend?": "친구에게 첫 번째 메시지를 보내는 것은 어떻습니까?",
|
|
51
53
|
"Instant Commands": "인스턴트 명령",
|
|
52
54
|
"Let's start chatting!": "채팅을 시작합시다!",
|
|
53
55
|
"Links are disabled": "링크 기능이 비활성화되었습니다",
|
|
56
|
+
"Live Location": "실시간 위치",
|
|
54
57
|
"Loading channels...": "채널을 로딩 중...",
|
|
55
58
|
"Loading messages...": "메시지를 로딩 중...",
|
|
56
59
|
"Loading threads...": "스레드 로딩 중...",
|
|
@@ -90,6 +93,7 @@
|
|
|
90
93
|
"Questions": "질문",
|
|
91
94
|
"Reconnecting...": "다시 연결 중...",
|
|
92
95
|
"Reply": "답장",
|
|
96
|
+
"Reply to {{name}}": "{{name}}님에게 답장",
|
|
93
97
|
"Reply to Message": "메시지에 답장",
|
|
94
98
|
"Resend": "재전송",
|
|
95
99
|
"SEND": "보내기",
|
|
@@ -127,6 +131,7 @@
|
|
|
127
131
|
"View {{count}} comments_one": "{{count}}개의 댓글 보기",
|
|
128
132
|
"View {{count}} comments_other": "{{count}}개의 댓글 보기",
|
|
129
133
|
"Voice message": "음성 메시지",
|
|
134
|
+
"Voice message ({{duration}})": "음성 메시지 ({{duration}})",
|
|
130
135
|
"Your comment": "댓글 입력",
|
|
131
136
|
"You": "당신",
|
|
132
137
|
"You can't send messages in this channel": "이 채널에서는 메세지를 전송할 수 없습니다",
|
|
@@ -156,6 +161,21 @@
|
|
|
156
161
|
"Message failed to send": "메시지 전송 실패",
|
|
157
162
|
"and {{ count }} others": "{{ count }}명 이상",
|
|
158
163
|
"{{ user }} voted: {{ option }}": "{{ user }} 투표했습니다: {{ option }}",
|
|
164
|
+
"{{count}} Audios_many": "{{count}}개의 오디오",
|
|
165
|
+
"{{count}} Audios_one": "{{count}}개의 오디오",
|
|
166
|
+
"{{count}} Audios_other": "{{count}}개의 오디오",
|
|
167
|
+
"{{count}} Files_many": "{{count}}개의 파일",
|
|
168
|
+
"{{count}} Files_one": "{{count}}개의 파일",
|
|
169
|
+
"{{count}} Files_other": "{{count}}개의 파일",
|
|
170
|
+
"{{count}} Photos_many": "{{count}}장의 사진",
|
|
171
|
+
"{{count}} Photos_one": "{{count}}장의 사진",
|
|
172
|
+
"{{count}} Photos_other": "{{count}}장의 사진",
|
|
173
|
+
"{{count}} Voice messages_many": "{{count}}개의 음성 메시지",
|
|
174
|
+
"{{count}} Voice messages_one": "{{count}}개의 음성 메시지",
|
|
175
|
+
"{{count}} Voice messages_other": "{{count}}개의 음성 메시지",
|
|
176
|
+
"{{count}} Videos_many": "{{count}}개의 동영상",
|
|
177
|
+
"{{count}} Videos_one": "{{count}}개의 동영상",
|
|
178
|
+
"{{count}} Videos_other": "{{count}}개의 동영상",
|
|
159
179
|
"{{count}} votes_many": "{{count}} 표",
|
|
160
180
|
"{{count}} votes_one": "{{count}} 표",
|
|
161
181
|
"{{count}} votes_other": "{{count}} 표",
|
package/src/i18n/nl.json
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
"Are you sure you want to permanently delete this message?": "Weet u zeker dat u dit bericht definitief wilt verwijderen?",
|
|
15
15
|
"Are you sure?": "Weet je het zeker?",
|
|
16
16
|
"Ask a question": "Stel een vraag",
|
|
17
|
+
"Audio": "Audio",
|
|
17
18
|
"Ban User": "Gebruiker Verbannen",
|
|
18
19
|
"Block User": "Blokkeer Gebruiker",
|
|
19
20
|
"Cancel": "Annuleer",
|
|
@@ -46,11 +47,13 @@
|
|
|
46
47
|
"Flag Message": "Markeer bericht",
|
|
47
48
|
"Flag action failed either due to a network issue or the message is already flagged": "Rapporteren mislukt door een netwerk fout of het berich is al gerapporteerd",
|
|
48
49
|
"Generating...": "Aan het genereren...",
|
|
50
|
+
"Giphy": "Giphy",
|
|
49
51
|
"Hold to start recording.": "Houd vast om opname te starten.",
|
|
50
52
|
"How about sending your first message to a friend?": "Wat dacht je ervan om je eerste bericht naar een vriend te sturen?",
|
|
51
53
|
"Instant Commands": "Directe Opdrachten",
|
|
52
54
|
"Let's start chatting!": "Laten we beginnen met chatten!",
|
|
53
55
|
"Links are disabled": "Het versturen van links staat uit",
|
|
56
|
+
"Live Location": "Live locatie",
|
|
54
57
|
"Loading channels...": "Kanalen aan het laden...",
|
|
55
58
|
"Loading messages...": "Berichten aan het laden...",
|
|
56
59
|
"Loading threads...": "Threads laden...",
|
|
@@ -90,6 +93,7 @@
|
|
|
90
93
|
"Questions": "Vragen",
|
|
91
94
|
"Reconnecting...": "Opnieuw Verbinding Maken...",
|
|
92
95
|
"Reply": "Antwoord",
|
|
96
|
+
"Reply to {{name}}": "Antwoord aan {{name}}",
|
|
93
97
|
"Reply to Message": "Beantwoord bericht",
|
|
94
98
|
"Resend": "Opnieuw versturen",
|
|
95
99
|
"SEND": "VERZENDEN",
|
|
@@ -127,6 +131,7 @@
|
|
|
127
131
|
"View {{count}} comments_one": "Bekijk {{count}} reactie",
|
|
128
132
|
"View {{count}} comments_other": "Bekijk {{count}} reacties",
|
|
129
133
|
"Voice message": "Spraakbericht",
|
|
134
|
+
"Voice message ({{duration}})": "Spraakbericht ({{duration}})",
|
|
130
135
|
"Your comment": "Jouw reactie",
|
|
131
136
|
"You": "U",
|
|
132
137
|
"You can't send messages in this channel": "Je kan geen berichten sturen in dit kanaal",
|
|
@@ -156,6 +161,21 @@
|
|
|
156
161
|
"Message failed to send": "Bericht niet verzonden",
|
|
157
162
|
"and {{ count }} others": "{{ count }} anderen",
|
|
158
163
|
"{{ user }} voted: {{ option }}": "{{ user }} heeft gestemd: {{ option }}",
|
|
164
|
+
"{{count}} Audios_many": "{{count}} audio's",
|
|
165
|
+
"{{count}} Audios_one": "{{count}} audio",
|
|
166
|
+
"{{count}} Audios_other": "{{count}} audio's",
|
|
167
|
+
"{{count}} Files_many": "{{count}} bestanden",
|
|
168
|
+
"{{count}} Files_one": "{{count}} bestand",
|
|
169
|
+
"{{count}} Files_other": "{{count}} bestanden",
|
|
170
|
+
"{{count}} Photos_many": "{{count}} foto's",
|
|
171
|
+
"{{count}} Photos_one": "{{count}} foto",
|
|
172
|
+
"{{count}} Photos_other": "{{count}} foto's",
|
|
173
|
+
"{{count}} Voice messages_many": "{{count}} spraakberichten",
|
|
174
|
+
"{{count}} Voice messages_one": "{{count}} spraakbericht",
|
|
175
|
+
"{{count}} Voice messages_other": "{{count}} spraakberichten",
|
|
176
|
+
"{{count}} Videos_many": "{{count}} video's",
|
|
177
|
+
"{{count}} Videos_one": "{{count}} video",
|
|
178
|
+
"{{count}} Videos_other": "{{count}} video's",
|
|
159
179
|
"{{count}} votes_many": "{{count}} stemmen",
|
|
160
180
|
"{{count}} votes_one": "{{count}} stem",
|
|
161
181
|
"{{count}} votes_other": "{{count}} stemmen",
|
package/src/i18n/pt-br.json
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
"Are you sure you want to permanently delete this message?": "Tem certeza de que deseja excluir esta mensagem permanentemente?",
|
|
15
15
|
"Are you sure?": "Tem certeza?",
|
|
16
16
|
"Ask a question": "Fazer uma pergunta",
|
|
17
|
+
"Audio": "Áudio",
|
|
17
18
|
"Ban User": "Banir Usuário",
|
|
18
19
|
"Block User": "Bloquear Usuário",
|
|
19
20
|
"Cancel": "Cancelar",
|
|
@@ -46,11 +47,13 @@
|
|
|
46
47
|
"Flag Message": "Reportar Mensagem",
|
|
47
48
|
"Flag action failed either due to a network issue or the message is already flagged": "A ação para reportar a mensagem falhou devido a um problema de rede ou a mensagem já foi reportada.",
|
|
48
49
|
"Generating...": "Gerando...",
|
|
50
|
+
"Giphy": "Giphy",
|
|
49
51
|
"Hold to start recording.": "Mantenha pressionado para começar a gravar.",
|
|
50
52
|
"How about sending your first message to a friend?": "Que tal enviar sua primeira mensagem para um amigo?",
|
|
51
53
|
"Instant Commands": "Comandos Instantâneos",
|
|
52
54
|
"Let's start chatting!": "Vamos começar a conversar!",
|
|
53
55
|
"Links are disabled": "Links estão desabilitados",
|
|
56
|
+
"Live Location": "Localização ao vivo",
|
|
54
57
|
"Loading channels...": "Carregando canais...",
|
|
55
58
|
"Loading messages...": "Carregando mensagens...",
|
|
56
59
|
"Loading threads...": "Carregando tópicos...",
|
|
@@ -90,6 +93,7 @@
|
|
|
90
93
|
"Questions": "Perguntas",
|
|
91
94
|
"Reconnecting...": "Reconectando...",
|
|
92
95
|
"Reply": "Responder",
|
|
96
|
+
"Reply to {{name}}": "Responder a {{name}}",
|
|
93
97
|
"Reply to Message": "Responder à Mensagem",
|
|
94
98
|
"Resend": "Reenviar",
|
|
95
99
|
"SEND": "ENVIAR",
|
|
@@ -127,6 +131,7 @@
|
|
|
127
131
|
"View {{count}} comments_one": "Ver {{count}} comentário",
|
|
128
132
|
"View {{count}} comments_other": "Ver {{count}} comentários",
|
|
129
133
|
"Voice message": "Mensagem de voz",
|
|
134
|
+
"Voice message ({{duration}})": "Mensagem de voz ({{duration}})",
|
|
130
135
|
"Your comment": "Seu comentário",
|
|
131
136
|
"You": "Você",
|
|
132
137
|
"You can't send messages in this channel": "Você não pode enviar mensagens neste canal",
|
|
@@ -156,6 +161,21 @@
|
|
|
156
161
|
"Message failed to send": "Mensagem não enviada",
|
|
157
162
|
"and {{ count }} others": "{{ count }} outros",
|
|
158
163
|
"{{ user }} voted: {{ option }}": "{{ user }} votou: {{ option }}",
|
|
164
|
+
"{{count}} Audios_many": "{{count}} áudios",
|
|
165
|
+
"{{count}} Audios_one": "{{count}} áudio",
|
|
166
|
+
"{{count}} Audios_other": "{{count}} áudios",
|
|
167
|
+
"{{count}} Files_many": "{{count}} arquivos",
|
|
168
|
+
"{{count}} Files_one": "{{count}} arquivo",
|
|
169
|
+
"{{count}} Files_other": "{{count}} arquivos",
|
|
170
|
+
"{{count}} Photos_many": "{{count}} fotos",
|
|
171
|
+
"{{count}} Photos_one": "{{count}} foto",
|
|
172
|
+
"{{count}} Photos_other": "{{count}} fotos",
|
|
173
|
+
"{{count}} Voice messages_many": "{{count}} mensagens de voz",
|
|
174
|
+
"{{count}} Voice messages_one": "{{count}} mensagem de voz",
|
|
175
|
+
"{{count}} Voice messages_other": "{{count}} mensagens de voz",
|
|
176
|
+
"{{count}} Videos_many": "{{count}} vídeos",
|
|
177
|
+
"{{count}} Videos_one": "{{count}} vídeo",
|
|
178
|
+
"{{count}} Videos_other": "{{count}} vídeos",
|
|
159
179
|
"{{count}} votes_many": "{{count}} votos",
|
|
160
180
|
"{{count}} votes_one": "{{count}} voto",
|
|
161
181
|
"{{count}} votes_other": "{{count}} votos",
|
package/src/i18n/ru.json
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
"Are you sure you want to permanently delete this message?": "Вы действительно хотите удалить это сообщение без возможности восстановления?",
|
|
15
15
|
"Are you sure?": "Вы уверены?",
|
|
16
16
|
"Ask a question": "Задайте вопрос",
|
|
17
|
+
"Audio": "Аудио",
|
|
17
18
|
"Ban User": "Заблокировать Пользователя",
|
|
18
19
|
"Block User": "Заблокировать пользователя",
|
|
19
20
|
"Cancel": "Отмена",
|
|
@@ -46,11 +47,13 @@
|
|
|
46
47
|
"Flag Message": "Пометить сообщение",
|
|
47
48
|
"Flag action failed either due to a network issue or the message is already flagged": "Не удалось отправить жалобу. Возможные причины: проблема с подключением к интернету или ваша жалоба уже была принята.",
|
|
48
49
|
"Generating...": "Генерирую...",
|
|
50
|
+
"Giphy": "Giphy",
|
|
49
51
|
"Hold to start recording.": "Удерживайте, чтобы начать запись.",
|
|
50
52
|
"How about sending your first message to a friend?": "Как насчет отправки первого сообщения другу?",
|
|
51
53
|
"Instant Commands": "Мгновенные Команды",
|
|
52
54
|
"Let's start chatting!": "Давайте начнем общаться!",
|
|
53
55
|
"Links are disabled": "Ссылки отключены",
|
|
56
|
+
"Live Location": "Трансляция местоположения",
|
|
54
57
|
"Loading channels...": "Загружаю каналы...",
|
|
55
58
|
"Loading messages...": "Загружаю сообщения...",
|
|
56
59
|
"Loading threads...": "Загрузка потоков...",
|
|
@@ -90,6 +93,7 @@
|
|
|
90
93
|
"Questions": "Вопросы",
|
|
91
94
|
"Reconnecting...": "Переподключение...",
|
|
92
95
|
"Reply": "Ответить",
|
|
96
|
+
"Reply to {{name}}": "Ответить пользователю {{name}}",
|
|
93
97
|
"Reply to Message": "Ответить на сообщение",
|
|
94
98
|
"Resend": "Отправить",
|
|
95
99
|
"SEND": "ОТПРАВИТЬ",
|
|
@@ -127,6 +131,7 @@
|
|
|
127
131
|
"View {{count}} comments_one": "Посмотреть {{count}} комментарий",
|
|
128
132
|
"View {{count}} comments_other": "Посмотреть {{count}} комментария",
|
|
129
133
|
"Voice message": "Голосовое сообщение",
|
|
134
|
+
"Voice message ({{duration}})": "Голосовое сообщение ({{duration}})",
|
|
130
135
|
"Your comment": "Ваш комментарий",
|
|
131
136
|
"You": "Вы",
|
|
132
137
|
"You can't send messages in this channel": "Вы не можете отправлять сообщения в этот канал",
|
|
@@ -156,6 +161,21 @@
|
|
|
156
161
|
"Message failed to send": "Сообщение не отправлено",
|
|
157
162
|
"and {{ count }} others": "{{ count }} других",
|
|
158
163
|
"{{ user }} voted: {{ option }}": "{{ user }} проголосовал: {{ option }}",
|
|
164
|
+
"{{count}} Audios_many": "{{count}} аудио",
|
|
165
|
+
"{{count}} Audios_one": "{{count}} аудио",
|
|
166
|
+
"{{count}} Audios_other": "{{count}} аудио",
|
|
167
|
+
"{{count}} Files_many": "{{count}} файлов",
|
|
168
|
+
"{{count}} Files_one": "{{count}} файл",
|
|
169
|
+
"{{count}} Files_other": "{{count}} файлов",
|
|
170
|
+
"{{count}} Photos_many": "{{count}} фото",
|
|
171
|
+
"{{count}} Photos_one": "{{count}} фото",
|
|
172
|
+
"{{count}} Photos_other": "{{count}} фото",
|
|
173
|
+
"{{count}} Voice messages_many": "{{count}} голосовых сообщений",
|
|
174
|
+
"{{count}} Voice messages_one": "{{count}} голосовое сообщение",
|
|
175
|
+
"{{count}} Voice messages_other": "{{count}} голосовых сообщений",
|
|
176
|
+
"{{count}} Videos_many": "{{count}} видео",
|
|
177
|
+
"{{count}} Videos_one": "{{count}} видео",
|
|
178
|
+
"{{count}} Videos_other": "{{count}} видео",
|
|
159
179
|
"{{count}} votes_many": "{{count}} голосов",
|
|
160
180
|
"{{count}} votes_one": "{{count}} голос",
|
|
161
181
|
"{{count}} votes_other": "{{count}} голосов",
|
package/src/i18n/tr.json
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
"Are you sure you want to permanently delete this message?": "Bu mesajı kalıcı olarak silmek istediğinizden emin misiniz?",
|
|
15
15
|
"Are you sure?": "Emin misiniz?",
|
|
16
16
|
"Ask a question": "Bir soru sor",
|
|
17
|
+
"Audio": "Ses",
|
|
17
18
|
"Ban User": "Kullanıcıyı Yasakla",
|
|
18
19
|
"Block User": "Kullanıcıyı engelle",
|
|
19
20
|
"Cancel": "İptal",
|
|
@@ -46,11 +47,13 @@
|
|
|
46
47
|
"Flag Message": "Mesajı Raporla",
|
|
47
48
|
"Flag action failed either due to a network issue or the message is already flagged": "Mesajın daha önce raporlanmış olması veya bir ağ bağlantısı sorunu nedeniyle raporlama işlemi başarısız oldu.",
|
|
48
49
|
"Generating...": "Oluşturuluyor...",
|
|
50
|
+
"Giphy": "Giphy",
|
|
49
51
|
"Hold to start recording.": "Kayıt yapmak için basılı tutun.",
|
|
50
52
|
"How about sending your first message to a friend?": "İlk mesajınızı bir arkadaşınıza göndermeye ne dersiniz?",
|
|
51
53
|
"Instant Commands": "Anlık Komutlar",
|
|
52
54
|
"Let's start chatting!": "Haydi sohbete başlayalım!",
|
|
53
55
|
"Links are disabled": "Bağlantılar devre dışı",
|
|
56
|
+
"Live Location": "Canlı Konum",
|
|
54
57
|
"Loading channels...": "Kanallar yükleniyor...",
|
|
55
58
|
"Loading messages...": "Mesajlar yükleniyor...",
|
|
56
59
|
"Loading threads...": "Akışlar yükleniyor...",
|
|
@@ -90,6 +93,7 @@
|
|
|
90
93
|
"Questions": "Sorular",
|
|
91
94
|
"Reconnecting...": "Yeniden Bağlanılıyor...",
|
|
92
95
|
"Reply": "Yanıtla",
|
|
96
|
+
"Reply to {{name}}": "{{name}} için yanıtla",
|
|
93
97
|
"Reply to Message": "Mesajı Yanıtla",
|
|
94
98
|
"Resend": "Yeniden gönder",
|
|
95
99
|
"SEND": "GÖNDER",
|
|
@@ -127,6 +131,7 @@
|
|
|
127
131
|
"View {{count}} comments_one": "{{count}} yorumu görüntüle",
|
|
128
132
|
"View {{count}} comments_other": "{{count}} yorumu görüntüle",
|
|
129
133
|
"Voice message": "Sesli mesaj",
|
|
134
|
+
"Voice message ({{duration}})": "Sesli mesaj ({{duration}})",
|
|
130
135
|
"Your comment": "Yorumunuz",
|
|
131
136
|
"You": "Sen",
|
|
132
137
|
"You can't send messages in this channel": "Bu konuşmaya mesaj gönderemezsiniz",
|
|
@@ -156,6 +161,21 @@
|
|
|
156
161
|
"Message failed to send": "Mesaj gönderimi başarısız",
|
|
157
162
|
"and {{ count }} others": "{{ count }} kişi daha",
|
|
158
163
|
"{{ user }} voted: {{ option }}": "{{ user }} oy verdi: {{ option }}",
|
|
164
|
+
"{{count}} Audios_many": "{{count}} ses",
|
|
165
|
+
"{{count}} Audios_one": "{{count}} ses",
|
|
166
|
+
"{{count}} Audios_other": "{{count}} ses",
|
|
167
|
+
"{{count}} Files_many": "{{count}} dosya",
|
|
168
|
+
"{{count}} Files_one": "{{count}} dosya",
|
|
169
|
+
"{{count}} Files_other": "{{count}} dosya",
|
|
170
|
+
"{{count}} Photos_many": "{{count}} fotoğraf",
|
|
171
|
+
"{{count}} Photos_one": "{{count}} fotoğraf",
|
|
172
|
+
"{{count}} Photos_other": "{{count}} fotoğraf",
|
|
173
|
+
"{{count}} Voice messages_many": "{{count}} sesli mesaj",
|
|
174
|
+
"{{count}} Voice messages_one": "{{count}} sesli mesaj",
|
|
175
|
+
"{{count}} Voice messages_other": "{{count}} sesli mesaj",
|
|
176
|
+
"{{count}} Videos_many": "{{count}} video",
|
|
177
|
+
"{{count}} Videos_one": "{{count}} video",
|
|
178
|
+
"{{count}} Videos_other": "{{count}} video",
|
|
159
179
|
"{{count}} votes_many": "{{count}} oy",
|
|
160
180
|
"{{count}} votes_one": "{{count}} oy",
|
|
161
181
|
"{{count}} votes_other": "{{count}} oy",
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import
|
|
2
|
+
import { I18nManager } from 'react-native';
|
|
3
|
+
import Svg, { G, Path } from 'react-native-svg';
|
|
3
4
|
|
|
4
5
|
import { IconProps } from './utils/base';
|
|
5
6
|
|
|
@@ -12,13 +13,15 @@ export const ArrowUpRight = ({ height, size, width, ...rest }: IconProps) => {
|
|
|
12
13
|
fill={'none'}
|
|
13
14
|
{...rest}
|
|
14
15
|
>
|
|
15
|
-
<
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
16
|
+
<G transform={I18nManager.isRTL ? 'matrix(-1 0 0 1 20 0)' : undefined}>
|
|
17
|
+
<Path
|
|
18
|
+
d='M5 15L15 5M15 5H6.875M15 5V13.125'
|
|
19
|
+
strokeLinecap='round'
|
|
20
|
+
strokeLinejoin='round'
|
|
21
|
+
strokeWidth={1.5}
|
|
22
|
+
{...rest}
|
|
23
|
+
/>
|
|
24
|
+
</G>
|
|
22
25
|
</Svg>
|
|
23
26
|
);
|
|
24
27
|
};
|
package/src/icons/audio.tsx
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
import { I18nManager } from 'react-native';
|
|
2
3
|
|
|
3
|
-
import Svg, { Path } from 'react-native-svg';
|
|
4
|
+
import Svg, { G, Path } from 'react-native-svg';
|
|
4
5
|
|
|
5
6
|
import { IconProps } from './utils/base';
|
|
6
7
|
|
|
@@ -9,13 +10,15 @@ export const Sound = ({ fill, height, pathFill, size, stroke, width, ...props }:
|
|
|
9
10
|
|
|
10
11
|
return (
|
|
11
12
|
<Svg viewBox='0 0 20 20' fill='none' height={height ?? size} width={width ?? size} {...props}>
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
13
|
+
<G transform={I18nManager.isRTL ? 'matrix(-1 0 0 1 20 0)' : undefined}>
|
|
14
|
+
<Path
|
|
15
|
+
d='M15.625 8.125V11.875M18.125 6.875V13.125M6.875 13.125H3.125C2.95924 13.125 2.80027 13.0592 2.68306 12.9419C2.56585 12.8247 2.5 12.6658 2.5 12.5V7.5C2.5 7.33424 2.56585 7.17527 2.68306 7.05806C2.80027 6.94085 2.95924 6.875 3.125 6.875H6.875L12.5 2.5V17.5L6.875 13.125Z'
|
|
16
|
+
stroke={color}
|
|
17
|
+
strokeWidth={1.5}
|
|
18
|
+
strokeLinecap='round'
|
|
19
|
+
strokeLinejoin='round'
|
|
20
|
+
/>
|
|
21
|
+
</G>
|
|
19
22
|
</Svg>
|
|
20
23
|
);
|
|
21
24
|
};
|
|
@@ -1,17 +1,20 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
import { I18nManager } from 'react-native';
|
|
2
3
|
|
|
3
|
-
import { Path, Svg } from 'react-native-svg';
|
|
4
|
+
import { G, Path, Svg } from 'react-native-svg';
|
|
4
5
|
|
|
5
6
|
import { IconProps } from './utils/base';
|
|
6
7
|
|
|
7
8
|
export const ChevronLeft = ({ height, size, width, ...rest }: IconProps) => (
|
|
8
9
|
<Svg fill={'none'} height={height ?? size} viewBox={'0 0 20 20'} width={width ?? size} {...rest}>
|
|
9
|
-
<
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
10
|
+
<G transform={I18nManager.isRTL ? 'matrix(-1 0 0 1 20 0)' : undefined}>
|
|
11
|
+
<Path
|
|
12
|
+
d='M12.5 16.25L6.25 10L12.5 3.75'
|
|
13
|
+
strokeLinecap='round'
|
|
14
|
+
strokeLinejoin='round'
|
|
15
|
+
strokeWidth={1.5}
|
|
16
|
+
{...rest}
|
|
17
|
+
/>
|
|
18
|
+
</G>
|
|
16
19
|
</Svg>
|
|
17
20
|
);
|
package/src/icons/leave.tsx
CHANGED
|
@@ -1,16 +1,19 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import
|
|
2
|
+
import { I18nManager } from 'react-native';
|
|
3
|
+
import Svg, { G, Path } from 'react-native-svg';
|
|
3
4
|
|
|
4
5
|
import { IconProps } from './utils/base';
|
|
5
6
|
|
|
6
7
|
export const ArrowBoxLeft: React.FC<IconProps> = (props) => (
|
|
7
8
|
<Svg viewBox='0 0 20 20' fill='none' {...props}>
|
|
8
|
-
<
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
9
|
+
<G transform={I18nManager.isRTL ? 'matrix(-1 0 0 1 20 0)' : undefined}>
|
|
10
|
+
<Path
|
|
11
|
+
d='M8.75 3.125H3.75V16.875H8.75M8.75 10H17.5M17.5 10L14.375 6.875M17.5 10L14.375 13.125'
|
|
12
|
+
strokeWidth={1.5}
|
|
13
|
+
strokeLinecap='round'
|
|
14
|
+
strokeLinejoin='round'
|
|
15
|
+
{...props}
|
|
16
|
+
/>
|
|
17
|
+
</G>
|
|
15
18
|
</Svg>
|
|
16
19
|
);
|
|
@@ -1,17 +1,20 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
import { I18nManager } from 'react-native';
|
|
2
3
|
|
|
3
|
-
import Svg, { Path } from 'react-native-svg';
|
|
4
|
+
import Svg, { G, Path } from 'react-native-svg';
|
|
4
5
|
|
|
5
6
|
import { IconProps } from './utils/base';
|
|
6
7
|
|
|
7
8
|
export const MessageBubbleEmpty = ({ height, size, width, ...props }: IconProps) => (
|
|
8
9
|
<Svg height={height ?? size} width={width ?? size} fill={'none'} viewBox={'0 0 20 20'} {...props}>
|
|
9
|
-
<
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
10
|
+
<G transform={I18nManager.isRTL ? 'matrix(-1 0 0 1 20 0)' : undefined}>
|
|
11
|
+
<Path
|
|
12
|
+
d='M6.24431 16.4932C7.81972 17.405 9.67297 17.7127 11.4585 17.359C13.2441 17.0053 14.84 16.0143 15.9489 14.5708C17.0578 13.1273 17.6038 11.3298 17.4852 9.51341C17.3667 7.69704 16.5916 5.98577 15.3045 4.69866C14.0174 3.41156 12.3061 2.63646 10.4897 2.51789C8.67333 2.39932 6.87582 2.94537 5.43231 4.05422C3.9888 5.16308 2.99781 6.75906 2.64412 8.54461C2.29042 10.3302 2.59815 12.1834 3.50993 13.7588L2.53259 16.6768C2.49586 16.7869 2.49053 16.9051 2.5172 17.0181C2.54386 17.131 2.60146 17.2344 2.68355 17.3165C2.76563 17.3985 2.86895 17.4561 2.98194 17.4828C3.09492 17.5095 3.21309 17.5041 3.32321 17.4674L6.24431 16.4932Z'
|
|
13
|
+
strokeLinejoin='round'
|
|
14
|
+
strokeLinecap='round'
|
|
15
|
+
strokeWidth={1.5}
|
|
16
|
+
{...props}
|
|
17
|
+
/>
|
|
18
|
+
</G>
|
|
16
19
|
</Svg>
|
|
17
20
|
);
|
package/src/icons/mute.tsx
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
import { I18nManager } from 'react-native';
|
|
2
3
|
|
|
3
|
-
import Svg, { Path } from 'react-native-svg';
|
|
4
|
+
import Svg, { G, Path } from 'react-native-svg';
|
|
4
5
|
|
|
5
6
|
import { IconProps } from './utils/base';
|
|
6
7
|
|
|
@@ -9,14 +10,16 @@ export const Mute = ({ fill, height, pathFill, size, stroke, width, ...rest }: I
|
|
|
9
10
|
|
|
10
11
|
return (
|
|
11
12
|
<Svg width={width ?? size} height={height ?? size} viewBox='0 0 20 20' fill='none' {...rest}>
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
13
|
+
<G transform={I18nManager.isRTL ? 'matrix(-1 0 0 1 20 0)' : undefined}>
|
|
14
|
+
<Path
|
|
15
|
+
d='M15.625 8.125V11.875M18.125 6.875V13.125M4.375 3.125L16.875 16.875M9.38672 4.92109L12.5 2.5V8.34609M12.5 12.0625V17.5L6.875 13.125H3.125C2.95924 13.125 2.80027 13.0592 2.68306 12.9419C2.56585 12.8247 2.5 12.6658 2.5 12.5V7.5C2.5 7.33424 2.56585 7.17527 2.68306 7.05806C2.80027 6.94085 2.95924 6.875 3.125 6.875H7.78437'
|
|
16
|
+
fill='none'
|
|
17
|
+
stroke={color}
|
|
18
|
+
strokeWidth={1.5}
|
|
19
|
+
strokeLinecap='round'
|
|
20
|
+
strokeLinejoin='round'
|
|
21
|
+
/>
|
|
22
|
+
</G>
|
|
20
23
|
</Svg>
|
|
21
24
|
);
|
|
22
25
|
};
|
package/src/icons/reply.tsx
CHANGED
|
@@ -1,18 +1,21 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
import { I18nManager } from 'react-native';
|
|
2
3
|
|
|
3
|
-
import Svg, { Path } from 'react-native-svg';
|
|
4
|
+
import Svg, { G, Path } from 'react-native-svg';
|
|
4
5
|
|
|
5
6
|
import { IconProps } from './utils/base';
|
|
6
7
|
|
|
7
8
|
export const CurveLineLeftUp = (props: IconProps) => (
|
|
8
9
|
<Svg viewBox='0 0 20 20' fill='none' {...props}>
|
|
9
|
-
<
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
10
|
+
<G transform={I18nManager.isRTL ? 'matrix(-1 0 0 1 20 0)' : undefined}>
|
|
11
|
+
<Path
|
|
12
|
+
d='M17.5812 15.525C16.2953 14.1555 12.9195 11.25 8.12265 11.25V15L1.87265 8.75L8.12265 2.5V6.25C12.2476 6.25 17.5359 10.1914 18.1226 15.2766C18.1308 15.3424 18.1177 15.4091 18.0854 15.4671C18.0531 15.525 18.0031 15.5712 17.9428 15.5988C17.8825 15.6265 17.815 15.6343 17.75 15.621C17.685 15.6077 17.6259 15.5741 17.5812 15.525Z'
|
|
13
|
+
strokeWidth={1.5}
|
|
14
|
+
strokeLinecap='round'
|
|
15
|
+
strokeLinejoin='round'
|
|
16
|
+
{...props}
|
|
17
|
+
/>
|
|
18
|
+
</G>
|
|
16
19
|
</Svg>
|
|
17
20
|
);
|
|
18
21
|
|
package/src/icons/search.tsx
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
import { I18nManager } from 'react-native';
|
|
2
3
|
|
|
3
|
-
import Svg, { Path } from 'react-native-svg';
|
|
4
|
+
import Svg, { G, Path } from 'react-native-svg';
|
|
4
5
|
|
|
5
6
|
import { IconProps } from './utils/base';
|
|
6
7
|
|
|
@@ -16,14 +17,16 @@ export const Search = ({ fill, height, pathFill, size, stroke, width, ...rest }:
|
|
|
16
17
|
{...rest}
|
|
17
18
|
testID={'search-icon'}
|
|
18
19
|
>
|
|
19
|
-
<
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
20
|
+
<G transform={I18nManager.isRTL ? 'matrix(-1 0 0 1 20 0)' : undefined}>
|
|
21
|
+
<Path
|
|
22
|
+
d='M13.1695 13.1695L17.5 17.5M15 8.75C15 12.2018 12.2018 15 8.75 15C5.29822 15 2.5 12.2018 2.5 8.75C2.5 5.29822 5.29822 2.5 8.75 2.5C12.2018 2.5 15 5.29822 15 8.75Z'
|
|
23
|
+
fill='none'
|
|
24
|
+
stroke={color}
|
|
25
|
+
strokeLinecap='round'
|
|
26
|
+
strokeLinejoin='round'
|
|
27
|
+
strokeWidth={1.5}
|
|
28
|
+
/>
|
|
29
|
+
</G>
|
|
27
30
|
</Svg>
|
|
28
31
|
);
|
|
29
32
|
};
|
package/src/icons/send.tsx
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
import { I18nManager } from 'react-native';
|
|
2
3
|
|
|
3
|
-
import Svg, { Path } from 'react-native-svg';
|
|
4
|
+
import Svg, { G, Path } from 'react-native-svg';
|
|
4
5
|
|
|
5
6
|
import { IconProps } from './utils/base';
|
|
6
7
|
|
|
@@ -16,14 +17,16 @@ export const SendRight = ({ fill, height, pathFill, size, stroke, width, ...rest
|
|
|
16
17
|
{...rest}
|
|
17
18
|
testID='send-right'
|
|
18
19
|
>
|
|
19
|
-
<
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
20
|
+
<G transform={I18nManager.isRTL ? 'matrix(-1 0 0 1 20 0)' : undefined}>
|
|
21
|
+
<Path
|
|
22
|
+
d='M11.2498 10H6.24982M6.24982 10L3.7881 2.71328C3.74537 2.59349 3.7402 2.4635 3.7733 2.34069C3.80639 2.21788 3.87616 2.10808 3.9733 2.02597C4.07044 1.94386 4.19032 1.89335 4.31693 1.88117C4.44353 1.86899 4.57084 1.89573 4.68185 1.95781L17.8069 9.4461C17.9045 9.50015 17.986 9.57937 18.0427 9.67555C18.0994 9.77172 18.1293 9.88133 18.1293 9.99297C18.1293 10.1046 18.0994 10.2142 18.0427 10.3104C17.986 10.4066 17.9045 10.4858 17.8069 10.5398L4.68185 18.0469C4.57051 18.1096 4.4426 18.1367 4.31537 18.1245C4.18815 18.1123 4.06772 18.0614 3.97032 17.9787C3.87292 17.8959 3.80323 17.7853 3.77065 17.6617C3.73807 17.5381 3.74416 17.4075 3.7881 17.2875L6.24982 10Z'
|
|
23
|
+
fill='none'
|
|
24
|
+
stroke={color}
|
|
25
|
+
strokeLinecap='round'
|
|
26
|
+
strokeLinejoin='round'
|
|
27
|
+
strokeWidth={1.5}
|
|
28
|
+
/>
|
|
29
|
+
</G>
|
|
27
30
|
</Svg>
|
|
28
31
|
);
|
|
29
32
|
};
|
package/src/icons/thread.tsx
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
import { I18nManager } from 'react-native';
|
|
2
3
|
|
|
3
|
-
import Svg, { Path } from 'react-native-svg';
|
|
4
|
+
import Svg, { G, Path } from 'react-native-svg';
|
|
4
5
|
|
|
5
6
|
import { IconProps } from './utils/base';
|
|
6
7
|
|
|
@@ -17,13 +18,15 @@ export const ThreadReply = ({
|
|
|
17
18
|
|
|
18
19
|
return (
|
|
19
20
|
<Svg viewBox='0 0 20 20' fill='none' height={height ?? size} width={width ?? size} {...rest}>
|
|
20
|
-
<
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
21
|
+
<G transform={I18nManager.isRTL ? 'matrix(-1 0 0 1 20 0)' : undefined}>
|
|
22
|
+
<Path
|
|
23
|
+
d='M7.5 8.75H12.8125M7.5 11.25H12.8125M10.3125 16.875H3.75C3.58424 16.875 3.42527 16.8092 3.30806 16.6919C3.19085 16.5747 3.125 16.4158 3.125 16.25V9.6875C3.125 7.78126 3.88225 5.95309 5.23017 4.60517C6.57809 3.25725 8.40626 2.5 10.3125 2.5C11.2564 2.5 12.191 2.68591 13.063 3.04712C13.9351 3.40832 14.7274 3.93775 15.3948 4.60517C16.0623 5.27259 16.5917 6.06493 16.9529 6.93696C17.3141 7.80899 17.5 8.74362 17.5 9.6875C17.5 10.6314 17.3141 11.566 16.9529 12.438C16.5917 13.3101 16.0623 14.1024 15.3948 14.7698C14.7274 15.4373 13.9351 15.9667 13.063 16.3279C12.191 16.6891 11.2564 16.875 10.3125 16.875Z'
|
|
24
|
+
stroke={color}
|
|
25
|
+
strokeWidth={1.5}
|
|
26
|
+
strokeLinecap='round'
|
|
27
|
+
strokeLinejoin='round'
|
|
28
|
+
/>
|
|
29
|
+
</G>
|
|
27
30
|
</Svg>
|
|
28
31
|
);
|
|
29
32
|
};
|
package/src/icons/video-fill.tsx
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
import { I18nManager } from 'react-native';
|
|
2
3
|
|
|
3
4
|
import Svg, { ClipPath, Defs, G, Path, Rect } from 'react-native-svg';
|
|
4
5
|
|
|
@@ -9,7 +10,10 @@ export const Recorder = ({ fill, height, pathFill, size, stroke, width, ...props
|
|
|
9
10
|
|
|
10
11
|
return (
|
|
11
12
|
<Svg viewBox='0 0 20 20' fill='none' height={height ?? size} width={width ?? size} {...props}>
|
|
12
|
-
<G
|
|
13
|
+
<G
|
|
14
|
+
clipPath='url(#clip0_recorder)'
|
|
15
|
+
transform={I18nManager.isRTL ? 'matrix(-1 0 0 1 20 0)' : undefined}
|
|
16
|
+
>
|
|
13
17
|
<Path
|
|
14
18
|
d='M15 5.625V14.375C15 14.7065 14.8683 15.0245 14.6339 15.2589C14.3995 15.4933 14.0815 15.625 13.75 15.625H2.5C2.16848 15.625 1.85054 15.4933 1.61612 15.2589C1.3817 15.0245 1.25 14.7065 1.25 14.375V5.625C1.25 5.29348 1.3817 4.97554 1.61612 4.74112C1.85054 4.5067 2.16848 4.375 2.5 4.375H13.75C14.0815 4.375 14.3995 4.5067 14.6339 4.74112C14.8683 4.97554 15 5.29348 15 5.625ZM19.5312 5.64453C19.4431 5.62295 19.3513 5.62029 19.2621 5.63672C19.1728 5.65315 19.088 5.68829 19.0133 5.73984L16.3891 7.48906C16.3463 7.51762 16.3112 7.55631 16.2869 7.6017C16.2626 7.64708 16.25 7.69776 16.25 7.74922V12.2508C16.25 12.3022 16.2626 12.3529 16.2869 12.3983C16.3112 12.4437 16.3463 12.4824 16.3891 12.5109L19.0281 14.2703C19.1269 14.3362 19.2424 14.3726 19.3611 14.3752C19.4798 14.3779 19.5968 14.3466 19.6984 14.2852C19.7924 14.2254 19.8695 14.1425 19.9223 14.0444C19.9751 13.9464 20.0019 13.8364 20 13.725V6.25C20.0001 6.11139 19.9541 5.97668 19.8692 5.86708C19.7843 5.75747 19.6655 5.67918 19.5312 5.64453Z'
|
|
15
19
|
fill={color}
|