import { IconComponent } from '../createIcon'; /** * @component * @name Discover * @description Reicon SVG icon component, renders SVG Element with children. * @preview ![Discover](data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMTIgMjJDMTcuNSAyMiAyMiAxNy41IDIyIDEyQzIyIDYuNSAxNy41IDIgMTIgMkM2LjUgMiAyIDYuNSAyIDEyQzIgMTcuNSA2LjUgMjIgMTIgMjJaIiBzdHJva2U9IiNlNGU0ZTciIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz48cGF0aCBkPSJNMTMuNSA4QzEwLjQ3IDggOCAxMC40OCA4IDEzLjVDOCAxNC44NyA5LjEyIDE2IDEwLjUgMTZDMTMuNTIgMTYgMTYgMTMuNTIgMTYgMTAuNUMxNiA5LjEzIDE0Ljg3IDggMTMuNSA4WiIgc3Ryb2tlPSIjZTRlNGU3IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) - https://reicon.dev/icons/discover * @see https://reicon.dev/docs — Documentation * @param {import('../createIcon').IconProps} props — Reicon icon props and any valid SVG attribute * @returns {JSX.Element} JSX Element */ declare const Discover: IconComponent; export { Discover }; export default Discover;