/** * Inline SVG icons for controls. * All icons are 24x24 viewBox, stroke-based where possible for * easy theming via CSS `color` (currentColor fill/stroke). */ export const ICON_PLAY = ``; export const ICON_PAUSE = ``; export const ICON_VOLUME_UP = ``; export const ICON_VOLUME_OFF = ``; export const ICON_SETTINGS = ``; export const ICON_FULLSCREEN = ``; export const ICON_FULLSCREEN_EXIT = ``; export const ICON_REPLAY_10 = `10`; export const ICON_FORWARD_10 = `10`; export const ICON_SPEED = ``;