import * as React from 'react'; import SvgIcon, {SVGIconProps} from './svgIcon'; const IconGithub = React.forwardRef((props, ref) => { return ( ); }); IconGithub.displayName = 'IconGithub'; export {IconGithub};