Add app and fav icons

This commit is contained in:
handfly 2026-05-03 17:44:28 -04:00
parent 5f5e8368e6
commit 347831b441
3 changed files with 194 additions and 2 deletions

View file

@ -1,5 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head><meta charset="UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><title>Pilot's Toolkit</title></head>
<body><div id="root"></div><script type="module" src="/src/main.jsx"></script></body>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" href="/icon.svg" />
<meta name="theme-color" content="#2ec4b6" />
<title>Pilot's Toolkit</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>

7
public/favicon.svg Normal file
View file

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200">
<circle cx="100" cy="100" r="86" fill="none" stroke="#2ec4b6" stroke-width="6"/>
<polygon points="100,32 92,46 108,46" fill="#2ec4b6"/>
<circle cx="100" cy="100" r="28" fill="#2ec4b6"/>
<rect x="74" y="97" width="52" height="6" fill="#ffffff"/>
<rect x="111" y="88" width="4" height="24" fill="#ffffff" transform="rotate(-22.5 113 100)"/>
</svg>

After

Width:  |  Height:  |  Size: 419 B

175
public/icon.svg Normal file
View file

@ -0,0 +1,175 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="0 0 200 200"
version="1.1"
id="svg15"
sodipodi:docname="icon.svg"
inkscape:version="1.4.3 (0d15f75042, 2025-12-25)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs15" />
<sodipodi:namedview
id="namedview15"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="4.255"
inkscape:cx="100"
inkscape:cy="100"
inkscape:window-width="1920"
inkscape:window-height="1060"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg15" />
<g
id="g16"
transform="matrix(0.86699985,0,0,0.86699985,13.300015,13.300015)">
<circle
cx="100"
cy="100"
r="58.312576"
fill="#2ec4b6"
id="circle13"
style="stroke-width:2.42969" />
<rect
x="47.687424"
y="106.98492"
width="87.482964"
height="5.4676852"
fill="#ffffff"
id="rect13"
style="stroke-width:1.82256" />
<rect
x="48.11124"
y="91.750885"
width="80.971405"
height="5.0607128"
fill="#ffffff"
id="rect14"
style="stroke-width:2.02428" />
<rect
x="113.95219"
y="108.93288"
width="4.8593812"
height="34.015667"
fill="#ffffff"
transform="rotate(-11.586262)"
id="rect15"
style="stroke-width:2.42969" />
</g>
<g
fill="none"
stroke="#2ec4b6"
stroke-linecap="round"
id="g12">
<circle
cx="100"
cy="100"
r="92"
stroke-width="3"
id="circle1" />
<line
x1="100"
y1="8"
x2="100"
y2="22"
stroke-width="3"
id="line1" />
<line
x1="192"
y1="100"
x2="178"
y2="100"
stroke-width="3"
id="line2" />
<line
x1="100"
y1="192"
x2="100"
y2="178"
stroke-width="3"
id="line3" />
<line
x1="8"
y1="100"
x2="22"
y2="100"
stroke-width="3"
id="line4" />
<line
x1="146"
y1="20.3"
x2="142"
y2="27.3"
stroke-width="2.5"
id="line5" />
<line
x1="179.7"
y1="54"
x2="172.7"
y2="58"
stroke-width="2.5"
id="line6" />
<line
x1="179.7"
y1="146"
x2="172.7"
y2="142"
stroke-width="2.5"
id="line7" />
<line
x1="146"
y1="179.7"
x2="142"
y2="172.7"
stroke-width="2.5"
id="line8" />
<line
x1="54"
y1="179.7"
x2="58"
y2="172.7"
stroke-width="2.5"
id="line9" />
<line
x1="20.3"
y1="146"
x2="27.3"
y2="142"
stroke-width="2.5"
id="line10" />
<line
x1="20.3"
y1="54"
x2="27.3"
y2="58"
stroke-width="2.5"
id="line11" />
<line
x1="54"
y1="20.3"
x2="58"
y2="27.3"
stroke-width="2.5"
id="line12" />
<circle
cx="100"
cy="100"
r="62"
stroke-width="2"
id="circle12" />
</g>
<polygon
points="95,40 105,40 100,30 "
fill="#2ec4b6"
id="polygon12"
transform="translate(0,-1)" />
</svg>

After

Width:  |  Height:  |  Size: 3.6 KiB