Used to represent a title or heading block appearing as a sub-element of a section, page or layout. title heading subheading content block
DownloadUse the Polaris Icon Library to access all icons right inside Figma.
Import the icon from polaris-icons:
import {
TextTitleIcon
} from '@shopify/polaris-icons';
Then render it using the icon component:
<Icon
source={TextTitleIcon}
tone="base"
/>