import * as React from 'react' import { uniqueId } from 'lodash' import Colors from './Colors' export default class ShirtVNeck extends React.Component { static optionValue = 'ShirtVNeck' private path1 = uniqueId('react-path-') private mask1 = uniqueId('react-mask-') render () { const { path1, mask1 } = this return ( ) } }