BlogIcon
ComposeIcon
EditIcon
Used to represent a blog post, or something being written. author blog pen pencil
Use the Polaris Icon Library to access all icons right inside Figma.
Import the icon from polaris-icons:
import { BlogIcon } from '@shopify/polaris-icons';
Then render it using the icon component:
<Icon source={BlogIcon} tone="base" />