change generic file icon to paperclip icon (#6739)
This commit is contained in:
parent
e90dfb4065
commit
8e6c452256
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ export default function FileQuickAction({
|
|||
>
|
||||
<CompassIcon
|
||||
color={color}
|
||||
name='file-generic-outline'
|
||||
name='paperclip'
|
||||
size={ICON_SIZE}
|
||||
/>
|
||||
</TouchableWithFeedback>
|
||||
|
|
|
|||
Loading…
Reference in a new issue