Used to denote the action of opening a date picker. calendar date time month year day
DownloadUse the Polaris Icon Library to access all icons right inside Figma.
Import the icon from polaris-icons:
import {
CalendarIcon
} from '@shopify/polaris-icons';
Then render it using the icon component:
<Icon
source={CalendarIcon}
tone="base"
/>