import * as React from "react"; const thumbsDownSvg = ({ fill = "#ffffff", className = "", width = "18", height = "18" }): JSX.Element => ( ); export default thumbsDownSvg;