Skip to main content

Usecase Examples

The following example demonstrates the Icons in action.

Sizes

Colors

Styling with StyleSheet

Using Text Component

Playground

Live Editor
//Play with props to see live changes;

render(<Icon name='star' size={128} color='primary'/>);
Result
Loading...