- 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
8 lines
No EOL
431 B
TypeScript
8 lines
No EOL
431 B
TypeScript
export { default as Logo } from './Logo';
|
|
export { default as HomeIcon } from './HomeIcon';
|
|
export { default as TrendingIcon } from './TrendingIcon';
|
|
export { default as SubscriptionsIcon } from './SubscriptionsIcon';
|
|
export { default as LibraryIcon } from './LibraryIcon';
|
|
export { default as ShortsIcon } from './ShortsIcon';
|
|
export { default as PlayIcon } from './PlayIcon';
|
|
export { default as SearchIcon } from './SearchIcon'; |