withIcon()

in src/external-link.ts [61:64]


    withIcon(iconName: string) {
        this.state.icon = iconName;
        return this;
    }