icon Examples
The icon property allows you to add a visual indicator to the left of the title.
ts
import { UsersIcon } from '@sanity/icons';
{
schemaType: 'author',
icon: UsersIcon,
}