import IconProps from "./IconProps"; const Dislike = (props: IconProps) => { return ( ); }; export default Dislike;