interface TspComponentIconProps {
  className?: string;
  onClick: Function;
  /**
   * 图标链接地址
   */
  src: string;
}