icon update

This commit is contained in:
Samandar Turgunboyev
2025-08-26 18:17:25 +05:00
parent fd95422447
commit de2b9de55b
26 changed files with 170 additions and 165 deletions

View File

@@ -13,7 +13,7 @@ import {
launchImageLibrary,
MediaType,
} from 'react-native-image-picker';
import Feather from 'react-native-vector-icons/Feather';
import Download from 'svg/Download';
interface FileData {
uri: string;
@@ -83,7 +83,7 @@ const SingleFileDrop: React.FC<SingleFileDropProps> = ({
(
<View style={styles.iconContainer}>
<View style={styles.downloadIcon}>
<Feather name="download" color="#28A7E8" size={35} />
<Download fill="#28A7E8" width={50} height={50} />
</View>
</View>
),