Avatar.Icon
Avatars can be used to represent people in a graphical way.
Usage
import * as React from 'react';
import { Avatar } from 'react-native-paper';
const MyComponent = () => (
<Avatar.Icon size={24} icon="folder" />
);
Props
style
Type:
StyleProp<ViewStyle>
theme
Type:
Theme