import React from "react"; const Link = ({ color = "#969AF9", width = "24", height = "24" }) => { return ( ); }; export default Link;