mirror of
https://github.com/System-End/site.git
synced 2026-04-19 20:55:09 +00:00
8 lines
191 B
JavaScript
8 lines
191 B
JavaScript
/** @jsxRuntime classic */
|
|
/** @jsx jsx */
|
|
import { jsx } from 'theme-ui'
|
|
import Icon from '@hackclub/icons'
|
|
|
|
const IconComponent = props => <Icon {...props} />
|
|
|
|
export default IconComponent
|