docs-illustration.svg14 lines · main
| 1 | <svg |
| 2 | xmlns="http://www.w3.org/2000/svg" |
| 3 | fill="none" |
| 4 | viewBox="0 0 24 24" |
| 5 | stroke="currentColor" |
| 6 | color="currentColor" |
| 7 | > |
| 8 | <path |
| 9 | stroke-linecap="round" |
| 10 | stroke-linejoin="round" |
| 11 | stroke-width="2" |
| 12 | d="M16 4v12l-4-2-4 2V4M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z" |
| 13 | /> |
| 14 | </svg> |