1let[@react.component] make ?className ?(strokeWidth = "2") () =
2 <svg
3 ?className
4 viewBox="0 0 24 24"
5 fill="none"
6 stroke="currentColor"
7 strokeLinecap="round"
8 strokeLinejoin="round"
9 strokeWidth>
10 <circle cx="12" cy="12" r="10" /> <path d="M12 8v4M12 16h.01" />
11 </svg>