kv-tube/frontend/app/icons/index.ts
Khoa Vo 70266893dd feat: add watch page controls and custom KV-Tube branding
- 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
2026-05-14 10:59:21 +07:00

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';