Source for serving and static templating/compiling of https://joshstock.in.
{#} | Time | Hash | Subject | Author | # | (+) | (-) | GPG? |
---|---|---|---|---|---|---|---|---|
32 | 01 Jan 2020 16:35 | 304588f | Discard Feather Icons script embed, use local SVGs | Josh Stockin | 1 | 14 | 0 | N |
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 | > |
12 | <path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z" /> |
13 | <polyline points="22,6 12,13 2,6" /> |
14 | </svg> |
15 |