import React from 'react'; const StrickOutEyeIcon: React.FC = () => { return ( ); }; export default StrickOutEyeIcon;