Cleaned up favicons, added missing icon

This commit is contained in:
Corey 2020-05-26 22:14:18 +08:00
parent 5ef4736659
commit 73fb68f812
6 changed files with 15 additions and 5 deletions

View file

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View file

Before

Width:  |  Height:  |  Size: 742 B

After

Width:  |  Height:  |  Size: 742 B

View file

Before

Width:  |  Height:  |  Size: 742 B

After

Width:  |  Height:  |  Size: 742 B

View file

@ -1 +1 @@
<svg height="21" viewBox="0 0 21 21" width="21" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd" stroke="#2a2e3b" stroke-linecap="round" stroke-linejoin="round" transform="translate(4 3)"><path d="m12.5 12.5v-7l-5-5h-5c-1.1045695 0-2 .8954305-2 2v10c0 1.1045695.8954305 2 2 2h8c1.1045695 0 2-.8954305 2-2z"/><path d="m7.5.5v3c0 1.1045695.8954305 2 2 2h3"/></g></svg>
<svg height="21" viewBox="0 0 21 21" width="21" xmlns="http://www.w3.org/2000/svg"><path d="m12.5 12.5v-8l-4-4h-6c-1.1045695 0-2 .8954305-2 2v10c0 1.1045695.8954305 2 2 2h8c1.1045695 0 2-.8954305 2-2z" fill="none" stroke="#2a2e3b" stroke-linecap="round" stroke-linejoin="round" transform="translate(4 3)"/></svg>

Before

Width:  |  Height:  |  Size: 387 B

After

Width:  |  Height:  |  Size: 312 B

View file

@ -0,0 +1 @@
<svg height="21" viewBox="0 0 21 21" width="21" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd" stroke="#2a2e3b" stroke-linecap="round" stroke-linejoin="round" transform="translate(4 3)"><path d="m12.5 12.5v-7l-5-5h-5c-1.1045695 0-2 .8954305-2 2v10c0 1.1045695.8954305 2 2 2h8c1.1045695 0 2-.8954305 2-2z"/><path d="m7.5.5v3c0 1.1045695.8954305 2 2 2h3"/></g></svg>

After

Width:  |  Height:  |  Size: 387 B

View file

@ -11,9 +11,13 @@
src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v2.3.5/dist/alpine.min.js"
defer
></script>
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" />
<link rel="alternate icon" href="/images/favicon.ico" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#2A2E3B" />
<link rel="icon" type="image/svg+xml" href="/images/favicons/favicon.svg" />
<link rel="alternate icon" href="/images/favicons/favicon.ico" />
<link
rel="mask-icon"
href="/images/favicons/safari-pinned-tab.svg"
color="#2A2E3B"
/>
</head>
<body
class="bg-white font-mono leading-normal tracking-normal min-h-screen"
@ -431,7 +435,12 @@
{
icon_name: "Paper",
icon_path: "paper",
icon_keywords: "paper",
icon_keywords: "paper document file",
},
{
icon_name: "Paper Folded",
icon_path: "paper_folded",
icon_keywords: "paper folded document file",
},
{
icon_name: "Share",