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