import type { DataUrl } from './DataUrl'; export type SetIconParams = { icon: DataUrl; };