site/components/icon.js
2022-12-17 20:51:20 -05:00

9 lines
217 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