```js
<h4>Dotted Snapshot Item</h4>
<SnapshotItem
    title="Dotted Snapshot Item"
    lineStyle="dotted"
    lineColor="#ff893e"
    valueColor="#026ead"
    tooltip="Dotted Snapshot Item"
    tooltipPlacement="bottom"
    icon={ <Icons.Logo /> }
>
    <label>Some content...</label>
</SnapshotItem>
```
