feat(icons): setup icons package (#536)

This commit is contained in:
Sam Potts
2026-02-16 14:11:40 +11:00
committed by GitHub
parent edefc2a2d6
commit 78de97ec23
35 changed files with 504 additions and 14 deletions
@@ -1,4 +1,5 @@
import { BufferingIndicator, createPlayer, features, Video } from '@videojs/react';
import { BufferingIndicator, createPlayer, features } from '@videojs/react';
import { Video } from '@videojs/react/video';
import './BasicUsage.css';
@@ -1,4 +1,5 @@
import { createPlayer, features, MuteButton, Video } from '@videojs/react';
import { createPlayer, features, MuteButton } from '@videojs/react';
import { Video } from '@videojs/react/video';
import './VolumeLevels.css';
@@ -1,4 +1,5 @@
import { createPlayer, features, PiPButton, Video } from '@videojs/react';
import { createPlayer, features, PiPButton } from '@videojs/react';
import { Video } from '@videojs/react/video';
import './BasicUsage.css';
@@ -1,4 +1,5 @@
import { createPlayer, features, SeekButton, Video } from '@videojs/react';
import { createPlayer, features, SeekButton } from '@videojs/react';
import { Video } from '@videojs/react/video';
import './BasicUsage.css';