import React from "react"; import { OutboundLink } from "react-ga"; import { ArrowElbowDownRight } from "phosphor-react"; import "./Links.css"; interface LinksProps {} const Links: React.FC = () => { return (
Download all
Figma library
Figma plugin
Request an icon
Donate on PayPal {" / "} Patreon
Github
); }; export default Links;