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