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