MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / icon

Function icon

apps/web/ui/ConfigurationsView/CommunityTypeRow/index.tsx:23–30  ·  view source on GitHub ↗
(type: AccountType)

Source from the content-addressed store, hash-verified

21}
22
23function icon(type: AccountType) {
24 switch (type) {
25 case AccountType.PUBLIC:
26 return <FiEye />;
27 case AccountType.PRIVATE:
28 return <FiEyeOff />;
29 }
30}
31
32export default function CommunityTypeRow({
33 type: initialType,

Callers 1

CommunityTypeRowFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected