You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Uses separate light and dark colors with the square background shape"),
37
-
38
-
BuildIconItem(
39
-
"|Swatch|success|circle|",
40
-
"Semantic success swatch",
41
-
"Uses a theme-aware semantic color with the circle background shape"),
42
-
43
-
BuildIconItem(
33
+
BuildProtocolIconItem(
44
34
"|Initials|A|#FF7A3E9D|circle|",
45
35
"Generated circular initials avatar",
46
36
"Uses an automatically contrasting foreground"),
47
37
48
-
BuildIconItem(
38
+
BuildProtocolIconItem(
49
39
"|Initials|CP|#FF005FB8|#FF60CDFF|square|",
50
40
"Theme-aware square initials avatar",
51
41
"Uses separate light and dark background colors"),
52
42
53
-
BuildIconItem(
43
+
BuildProtocolIconItem(
44
+
"|Initials|Å|info|circle|",
45
+
"Accented Latin initials avatar",
46
+
"Uses DirectWrite font fallback and vector outlines"),
47
+
48
+
BuildProtocolIconItem(
49
+
"|Initials|ЖП|success|square|",
50
+
"Cyrillic initials avatar",
51
+
"Shapes non-Latin initials off the UI thread"),
52
+
53
+
BuildProtocolIconItem(
54
+
"|Initials|東京|warning|circle|",
55
+
"CJK initials avatar",
56
+
"Uses the installed Windows font selected by system fallback"),
57
+
58
+
BuildProtocolIconItem(
59
+
"|Initials|👩💻|#FF7A3E9D|square|",
60
+
"Multi-code-point initials avatar",
61
+
"Treats a joined emoji sequence as one Unicode text element"),
62
+
63
+
BuildProtocolIconItem(
64
+
"|Initials|A%7CB|neutral|circle|",
65
+
"Escaped separator initials avatar",
66
+
"Uses %7C for a literal protocol separator"),
67
+
68
+
BuildProtocolIconItem(
69
+
"|Initials|%25|subtle|square|",
70
+
"Escaped percent initials avatar",
71
+
"Uses %25 for a literal percent sign"),
72
+
73
+
BuildProtocolIconItem(
54
74
"|Initials|N|normal|circle|",
55
-
"Semantic normal initials avatar",
75
+
"Normal-color initials avatar",
56
76
"Uses the normal theme foreground as its background color"),
57
77
58
-
BuildIconItem(
78
+
BuildProtocolIconItem(
59
79
"|Initials|T|transparent|square|",
60
-
"Transparent initials avatar",
61
-
"Uses a transparent square background and a theme-aware foreground"),
62
-
63
-
BuildIconItem(
80
+
"Transparent initials icon",
81
+
"Omits the visible background while keeping theme-contrasting initials"),
82
+
83
+
BuildProtocolIconItem(
84
+
"|Swatch|#FF7A3E9D|circle|",
85
+
"Generated circular color swatch",
86
+
"Uses one literal color in both themes"),
87
+
88
+
BuildProtocolIconItem(
89
+
"|Swatch|#FF005FB8|#FF60CDFF|square|",
90
+
"Theme-aware square color swatch",
91
+
"Uses separate light and dark colors"),
92
+
93
+
BuildProtocolIconItem("|Swatch|danger|circle|","Semantic danger swatch","Uses the theme-aware danger color"),
94
+
BuildProtocolIconItem("|Swatch|subtle|square|","Semantic subtle swatch","Uses the theme-aware subtle color"),
95
+
BuildProtocolIconItem("|Swatch|info|circle|","Semantic info swatch","Uses the theme-aware info color"),
96
+
BuildProtocolIconItem("|Swatch|warning|square|","Semantic warning swatch","Uses the theme-aware warning color"),
97
+
BuildProtocolIconItem("|Swatch|success|circle|","Semantic success swatch","Uses the theme-aware success color"),
98
+
BuildProtocolIconItem("|Swatch|neutral|square|","Semantic neutral swatch","Uses the theme-aware neutral color"),
99
+
BuildProtocolIconItem("|Swatch|dark|circle|","Semantic dark swatch","Uses the same deliberately dark color in both themes"),
100
+
BuildProtocolIconItem("|Swatch|normal|square|","Semantic normal swatch","Uses the normal foreground color for the current theme"),
101
+
BuildProtocolIconItem("|Swatch|transparent|circle|","Transparent swatch","Intentionally renders no visible fill; primarily useful as an initials background"),
102
+
103
+
BuildProtocolIconItem(
64
104
"|Svg|"+PlainSvgSample,
65
105
"Plain inline SVG",
66
106
"Passes SVG content through without theme expansion"),
67
107
68
-
BuildIconItem(
108
+
BuildProtocolIconItem(
69
109
"|ThemedSvg|success|"+ThemedSvgSample,
70
110
"Themed inline SVG",
71
111
"Uses currentColor for the globe and a semantic success accent for the overlay"),
0 commit comments