import * as React from "react"; function ThumbDownIcon(props: React.SVGProps) { return ; } export default ThumbDownIcon;