import React from 'react'; import { IIcon } from './index'; export const IconAvatar2: React.FC = (props) => { const { className = '', color = '', size = '', ...otherProps } = props; return ( Avatar Icon ); };