import React from 'react'; import { IconProps } from './types'; declare const IcEmail: ({ color, href }: IconProps) => React.JSX.Element; export { IcEmail };