mirror of
https://github.com/System-End/site.git
synced 2026-04-20 00:25:19 +00:00
* elon 2: relon (elonger) * better social card * Update copy and date Co-authored-by: Zachary Fogg <me@zfo.gg>
9 lines
219 B
JavaScript
9 lines
219 B
JavaScript
/** @jsxRuntime classic */
|
|
/** @jsx jsx */
|
|
import React from 'react'
|
|
import { jsx } from 'theme-ui'
|
|
import Icon from '@hackclub/icons'
|
|
|
|
const IconComponent = props => <Icon {...props} />;
|
|
|
|
export default IconComponent;
|