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