this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 23 lines 580 B view raw view rendered
1<svg 2 xmlns="http://www.w3.org/2000/svg" 3 width="24" 4 height="24" 5 viewBox="0 0 24 24" 6 fill="none" 7 stroke="currentColor" 8 stroke-width="2" 9 stroke-linecap="round" 10 stroke-linejoin="round" 11 class="lucide lucide-sun-icon lucide-sun" 12> 13 <desc><!-- no alt text as descriptive --></desc> 14 <circle cx="12" cy="12" r="4" /> 15 <path d="M12 2v2" /> 16 <path d="M12 20v2" /> 17 <path d="m4.93 4.93 1.41 1.41" /> 18 <path d="m17.66 17.66 1.41 1.41" /> 19 <path d="M2 12h2" /> 20 <path d="M20 12h2" /> 21 <path d="m6.34 17.66-1.41 1.41" /> 22 <path d="m19.07 4.93-1.41 1.41" /> 23</svg>