site/components/icon.js
2020-04-22 22:39:34 -04:00

5 lines
129 B
JavaScript

/** @jsx jsx */
import { jsx } from 'theme-ui'
import Icon from '@hackclub/icons'
export default (props) => <Icon {...props} />