mirror of
https://github.com/System-End/site.git
synced 2026-04-20 00:25:19 +00:00
5 lines
129 B
JavaScript
5 lines
129 B
JavaScript
/** @jsx jsx */
|
|
import { jsx } from 'theme-ui'
|
|
import Icon from '@hackclub/icons'
|
|
|
|
export default (props) => <Icon {...props} />
|