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