Used to represent a layout option of two columns, each featuring an image and text. paper page content featured section columns text image photo picture writing copy
DownloadUse the Polaris Icon Library to access all icons right inside Figma.
Import the icon from polaris-icons:
import {
TextInColumnsIcon
} from '@shopify/polaris-icons';
Then render it using the icon component:
<Icon
source={TextInColumnsIcon}
tone="base"
/>