# ChevronsLeftRightIcon

> For the complete documentation index, see [llms.txt](https://lucide-animated.com/llms.txt). Per-icon markdown is at `https://lucide-animated.com/icons/<name>.md`. An MCP server is available at `https://lucide-animated.com/mcp`.

> Animated chevrons left right icon for React — part of lucide-animated.

Source page: https://lucide-animated.com/icons/chevrons-left-right

## Install

```bash
npx shadcn@latest add "https://lucide-animated.com/r/chevrons-left-right.json"
```

## Usage

```tsx
import { ChevronsLeftRightIcon } from "@/components/icons/chevrons-left-right";

export function Demo() {
  return <ChevronsLeftRightIcon className="size-6" />;
}
```

The component animates on hover by default. All standard SVG props are forwarded.

## Keywords

- expand
- unfold
- horizontal
- chevron

## Similar icons

- [ChevronDownIcon](https://lucide-animated.com/icons/chevron-down.md)
- [ChevronsUpDownIcon](https://lucide-animated.com/icons/chevrons-up-down.md)
- [ChevronsRightLeftIcon](https://lucide-animated.com/icons/chevrons-right-left.md)
- [SquareChevronDownIcon](https://lucide-animated.com/icons/square-chevron-down.md)
- [ChevronFirstIcon](https://lucide-animated.com/icons/chevron-first.md)
- [ChevronLeftIcon](https://lucide-animated.com/icons/chevron-left.md)
