Used to represent a 3 column layout or an action to hide or show columns three columns column options layout
DownloadUse the Polaris Icon Library to access all icons right inside Figma.
Import the icon from polaris-icons:
import {
LayoutColumns3Icon
} from '@shopify/polaris-icons';
Then render it using the icon component:
<Icon
source={LayoutColumns3Icon}
tone="base"
/>