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