Media controls

Repeat

RepeatStateIcon

Shows whether media repeat is on or off.

States

2 total

Turn repeat on

Repeat is off.

Turn repeat on

"off"

Repeat is off.

Turn repeat off

"on"

Repeat is on.

Implementation

Pass your current state.

The component stays presentational. Your application remains in control of async work and business logic. The state prop is a TypeScript string literal union — pass an invalid state and you'll get a type error at build time.

Source
Lucide
License
ISC
States
off · on
example.tsx
import { RepeatStateIcon } from "@stateglyph/react";
<RepeatStateIcon state="off" decorative />