site/components/icon.js
zach latta 6fdecc4b42 Announcing Elon's 2021 gift! (#217)
* elon 2: relon (elonger)

* better social card

* Update copy and date

Co-authored-by: Zachary Fogg <me@zfo.gg>
2021-10-08 11:49:06 -04:00

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;