Sendbird Icons not showing up

[Problem/Question]
Sendbird Icons not showing up


// If problem, please fill out the below. If question, please delete.
[UIKit Version]
3.7.6

[Reproduction Steps]
I have these installed
@sendbird/chat”: “^4.15.0”,
@sendbird/uikit-react-native”: “^3.7.6”,
@sendbird/uikit-react-native-foundation”: “^3.7.6”,

This is not showing up:

import { Icon } from '@sendbird/uikit-react-native-foundation';
<Icon size={24} icon={'close'} color={'pink'} />

Attach and send icons aren’t showing up:

This is my GroupChat implementation, very simple

const GroupChannelFragment = createGroupChannelFragment({
  Header: UseReactNavigationHeader,
});

      <GroupChannelFragment
        channel={channel}
        keyboardAvoidOffset={100}
        onChannelDeleted={() => {
          // Navigate to GroupChannelList function.
        }}
        onPressHeaderLeft={() => {
          navigation.goBack();
        }}
        onPressHeaderRight={() => {
          onOpenDate();
        }}
      />

Really not sure what’s happening, I was hoping someone else had the same issue but I’ve been scouring online and haven’t found anything similar.

[Frequency]
Since the installation

[Current impact]
The app isn’t useable without it