Const
const systemDefaultSelected = ( <span className="relative size-5 self-stretch" data-testid="system-default-selected"> <FontAwesomeIcon className="absolute inset-0 m-auto mask-t-from-[rgba(0,0,0,1.0)_40%,rgba(0,0,0,0.4),transparent_50%] text-xl text-slate-300" icon={faMoon} /> <FontAwesomeIcon className="absolute inset-0 m-auto mask-b-from-[rgba(0,0,0,1.0)_40%,rgba(0,0,0,0.4),transparent_50%] text-xl text-slate-300" icon={faSun} /> </span>); Copy
const systemDefaultSelected = ( <span className="relative size-5 self-stretch" data-testid="system-default-selected"> <FontAwesomeIcon className="absolute inset-0 m-auto mask-t-from-[rgba(0,0,0,1.0)_40%,rgba(0,0,0,0.4),transparent_50%] text-xl text-slate-300" icon={faMoon} /> <FontAwesomeIcon className="absolute inset-0 m-auto mask-b-from-[rgba(0,0,0,1.0)_40%,rgba(0,0,0,0.4),transparent_50%] text-xl text-slate-300" icon={faSun} /> </span>);
Source