import React from 'react' import type { SVGProps } from 'react' export function StripeIcon(props: SVGProps) { return ( ) } export function ResendIcon(props: SVGProps) { return ( ) } export function TailwindcssIcon(props: SVGProps) { return ( ) } export function NextjsIcon(props: SVGProps) { return ( ) } export function Error404(props: SVGProps) { return ( ) }