objective categorical abstract machine language personal data server
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 <path
11 d="M10 11V17M14 11V17M19 6V20C19 20.5304 18.7893 21.0391 18.4142 \
12 21.4142C18.0391 21.7893 17.5304 22 17 22H7C6.46957 22 5.96086 21.7893 \
13 5.58579 21.4142C5.21071 21.0391 5 20.5304 5 20V6M3 6H21M8 6V4C8 \
14 3.46957 8.21071 2.96086 8.58579 2.58579C8.96086 2.21071 9.46957 2 10 \
15 2H14C14.5304 2 15.0391 2.21071 15.4142 2.58579C15.7893 2.96086 16 \
16 3.46957 16 4V6"
17 />
18 </svg>