/** @jsxRuntime classic */ /** @jsx jsx */ import React from 'react' import { jsx } from 'theme-ui' import Icon from '@hackclub/icons' const IconComponent = props => ; export default IconComponent;