Icon indicating alignment of text on the left side align alignment left rte text
DownloadUse the Polaris Icon Library to access all icons right inside Figma.
Import the icon from polaris-icons:
import {
TextAlignLeftIcon
} from '@shopify/polaris-icons';
Then render it using the icon component:
<Icon
source={TextAlignLeftIcon}
tone="base"
/>