import React from 'react'; import SvgIcon from './svgIcon'; type Props = React.ComponentProps; const IconSpikesh = React.forwardRef(function IconSpikesh( props: Props, ref: React.Ref ) { return ( ); }); IconSpikesh.displayName = 'IconSpikesh'; export {IconSpikesh};