import * as React from "react"; export const GithubIcon = ({ className, ...rest }) => ( ); export const TwitterIcon = ({ className, ...rest }) => ( ); // #0A66C2 export const LinkedInIcon = ({ className, ...rest }) => ( ); export const PinterestIcon = ({ className, ...rest }) => ( ); export const DribbbleIcon = ({ className, ...rest }) => ( ); export const SunIcon = ({ className, ...rest }) => ( ); export const MoonIcon = ({ className, ...rest }) => ( ); export const CircularText = ({ className, ...rest }) => ( ); export const LinkArrow = ({ className, ...rest }) => ( );