next-social-icons
Version:
A Next.js-compatible social icons library based on `react-social-icons`.
2 lines (1 loc) • 607 B
JavaScript
import r from"react";import o from"next/head.js";import{SocialIcon as i}from"../components/SocialIcon/index.js";function e(){return r.createElement(r.Fragment,null,r.createElement(o,null,r.createElement("title",null,"Create Next App"),r.createElement("meta",{name:"description",content:"Generated by create next app"}),r.createElement("link",{rel:"icon",href:"/favicon.ico"})),r.createElement("main",{style:{background:"black"}},r.createElement(i,{size:64,platform:"twitter",inverse:!0}),r.createElement(i,{size:64,platform:"github"}),r.createElement(i,{size:64,platform:"discord"})))}export{e as default};