import React from "react"; export const CogwheelIcon: React.FC> = ( props ) => { return ( ); };