import React, { FC } from 'react'; export const SupportBoardIcon: FC = () => { return ( ); };