Variable structuredRenderIconShapeConst
structuredRenderIconShape: Shape<
{
fillColor: Shape<TOptional<TUnion<(TUndefined | TNull | TString)[]>>>;
iconKey: string;
strokeColor: Shape<TOptional<TUnion<(TUndefined | TNull | TString)[]>>>;
strokeWidth: Shape<
TOptional<
TUnion<(TUndefined | TNull | TUnion<(TNumber | TString)[]>)[]>,
>,
>;
type: Shape<TUnsafe<"icon">>;
},
> = ...
Shape definition for StructuredRenderIcon.