import React from 'react'; import { IconProps } from '../../types'; const Icon: React.FC< IconProps > = ( props ) => ( ); export default Icon;