import type { SVGProps } from 'react'
export function NostrCircle(
props: JSX.IntrinsicAttributes & SVGProps
) {
return (
)
}
export function NostrBird(
props: JSX.IntrinsicAttributes & SVGProps
) {
return (
)
}
export function NostrShare(
props: JSX.IntrinsicAttributes & SVGProps
) {
return (
)
}