lucide-react
import { XIcon } from "lucide-react";
<XIcon className="h-5 w-5" />;
指定 color 與 size
import { XIcon } from "lucide-react";<XIcon size={20} color="#fff" />;import { XIcon } from "lucide-react";
<XIcon className="h-5 w-5" />;
指定 color 與 size
import { XIcon } from "lucide-react";<XIcon size={20} color="#fff" />;