Controls

Stroke width2px
Size56px
starfavoriteratinggrowscalepopbookmarkanimated star icon

Star Grow

Animated star grow icon

import Star GrowIcon from "cssvg-icons/star-grow";

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

Details

AuthorHari