Controls

Stroke width2px
Size56px
arrowrightforwardnextnavigatedirectionslidinganimated arrow icon

Arrow Right

Animated arrow icon

import Arrow RightIcon from "cssvg-icons/arrow-right";

export default function App() {
  return (
    <Arrow RightIcon
      color="#ffffff"
      strokeWidth={2}
      size={56}
    />
  );
}

Details

AuthorHari