Avatars can be used to represent people in a graphical way.
import * as React from 'react'; import { Avatar } from 'react-native-paper'; const MyComponent = () => ( <Avatar.Icon size={24} icon="folder" /> );
icon
IconSource
Icon to display for the Avatar.
Avatar
size
number
64
Size of the avatar.
color
string
Custom color for the icon.
style
any
theme
Theme