Use the `icon-indent` slot to add system icons.

```html
<sd-menu-item>
  Menu item 1
  <sd-icon name="system/image" slot="icon-indent"></sd-icon>
</sd-menu-item>
```
