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