import { ArrowElbowDownRight } from "@phosphor-icons/react"; import { iconCount } from "@/lib/icons"; import OutboundLink from "@/components/OutboundLink"; import "./Links.css"; interface LinksProps {} const Links = (_: LinksProps) => { return (
Download all ({iconCount})
Figma plugin {" / "} library
Sketch plugin
Showcase
GitHub
Request an icon
Donate on BuyMeACoffee {" / "} Patreon
Twitter
); }; export default Links;