A Figma brand logo rendered as an inline SVG icon component that accepts all standard SVG props.
import FigmaIcon from "@/components/ui/figma-icon"; export default function FigmaIconDemo() { return ( <div className="flex min-h-64 items-center justify-center bg-background text-foreground"> <FigmaIcon className="h-24 w-auto" /> </div> ); }