Chevrons Up Down Icon

Animated chevrons icon that morphs between up and down directions.

motion-sv

Installation

pnpm dlx shadcn-svelte@latest add http://sveltekit-prerender/r/chevrons-up-down-icon.json

Features

  • Animated chevrons icon that morphs between up and down directions
  • Imperative ref control via startAnimation and stopAnimation methods
  • Based on the Lucide chevrons-up-down icon

Props

ChevronsUpDownIcon

Animated SVG chevrons controlled through the component handle.

NameTypeDefaultDescription
durationnumber0.3Duration of the path morph animation in seconds.
refSVGSVGElement | nullnullBindable reference to the SVG element.
classstringundefinedAdditional classes applied to the SVG element.