import React from 'react' import { type LucideProps } from 'lucide-react' const Discover: React.FC = (props: LucideProps) => ( Discover ) export default Discover