PatientCard.BirthDate.Icon
Calendar icon component using Calendar2 from iconsax-react-nativejs.
Basic Example
import { PatientCard } from "@ovok/native";
import * as React from "react";
const BirthDateIcon = () => {
return <PatientCard.BirthDate.Icon size={14} color="#616161" />;
};
export default BirthDateIcon;
Props
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
size | number | - | 16 | Icon size in pixels |
color | string | - | theme.colors.onSurfaceVariant | Icon color |
Styling
Theme Colors Used
theme.colors.onSurfaceVariant- Default icon color