WhatsNewKit icon indicating copy to clipboard operation
WhatsNewKit copied to clipboard

Use text-icon instead of Image

Open LuegM opened this issue 5 months ago • 1 comments

Is it possible to initialize with a text (icon) instead of an image? I would want to use FontAwesome which i have integrated as font and would like to use like that:

Text("").font(.custom("FontAwesome6Duotone-Solid", size: size))

But how to use that here?

.init(
    image: .init(
        

    ),
    title: "",
    subtitle: ""
)

LuegM avatar Aug 28 '24 06:08 LuegM