- Add fullscreen, loop, and wide mode toggles to watch page - Add custom SVG icon components for consistent branding - Update Header, Sidebar, and MobileNav with custom icons - Add KV-Tube logo component with play button - Create PWA icon SVGs for favicon and app icons
5 lines
No EOL
222 B
XML
5 lines
No EOL
222 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<rect width="32" height="32" rx="6" fill="#ff0000"/>
|
|
<circle cx="16" cy="16" r="10" fill="white"/>
|
|
<path d="M13 10 L22 16 L13 22 Z" fill="#ff0000"/>
|
|
</svg> |