Used to represent measurement including dimension, volume, and weight. dimension weight volume measurement size
DownloadUse the Polaris Icon Library to access all icons right inside Figma.
Import the icon from polaris-icons:
import {
MeasurementSizeIcon
} from '@shopify/polaris-icons';
Then render it using the icon component:
<Icon
source={MeasurementSizeIcon}
tone="base"
/>