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