/** * 为基础的svg图标服务:默认色号#3C3C43 。然后透明度是0.6 , hover:#000 */ import { FC, HTMLAttributes } from "react"; interface Props extends HTMLAttributes { } declare const IconCom: FC; export default IconCom;