@pluralsight/icons
Version:
Icons for Pluralsight.
24 lines (23 loc) • 1.44 kB
TypeScript
export { default as ClosedCaptionFilledIcon } from './ClosedCaptionFilledIcon';
export { default as ClosedCaptionIcon } from './ClosedCaptionIcon';
export { default as FullscreenExitIcon } from './FullscreenExitIcon';
export { default as FullscreenIcon } from './FullscreenIcon';
export { default as MicrophoneIcon } from './MicrophoneIcon';
export { default as NextIcon } from './NextIcon';
export { default as PauseCircleFilledIcon } from './PauseCircleFilledIcon';
export { default as PauseCircleIcon } from './PauseCircleIcon';
export { default as PauseIcon } from './PauseIcon';
export { default as PlayCircleFilledIcon } from './PlayCircleFilledIcon';
export { default as PlayCircleIcon } from './PlayCircleIcon';
export { default as PlayIcon } from './PlayIcon';
export { default as PodcastIcon } from './PodcastIcon';
export { default as PreviousIcon } from './PreviousIcon';
export { default as ScreenshareIcon } from './ScreenshareIcon';
export { default as SkipBackwardIcon } from './SkipBackwardIcon';
export { default as SkipForwardIcon } from './SkipForwardIcon';
export { default as TranscriptIcon } from './TranscriptIcon';
export { default as VideoIcon } from './VideoIcon';
export { default as VolumeHighIcon } from './VolumeHighIcon';
export { default as VolumeLowIcon } from './VolumeLowIcon';
export { default as VolumeMediumIcon } from './VolumeMediumIcon';
export { default as VolumeOffIcon } from './VolumeOffIcon';