import React from 'react' const Field = (props: any) => { const {fill} = props return ( ); } export default Field