import React from 'react'; const editIcon = (fill: string, size: number, style?: React.CSSProperties) => ( ); export default editIcon;