import { type ReactNode } from 'react'; import { AnisotaLogo } from '../components/AnisotaLogo'; export { AnisotaLogo }; // Wrench mark — inlined from lucide-react. Kept local so this shared icon // catalog stays free of third-party React deps; the extension's bundler can't // resolve `lucide-react` from the parent project's source tree. const WrenchSVG = () => ( ); export const BlueskySVG = () => ( ); export const BlackskySVG = () => ( ); export const PdslsSVG = () => ( ); export const LeafletSVG = () => ( ); export const RedDwarfSVG = () => ( ); export const CatskySVG = () => ( ); export const WitchskySVG = () => ( ); export const DeerSVG = () => ( ); export const TangledSVG = () => ( ); export const PinskySVG = () => ( ); export const MarginSVG = () => ( ); export const SembleSVG = () => ( ); export const StreamplaceSVG = () => ( ); export const GrainSVG = () => ( ); export const PopfeedSVG = () => ( ); export const SifaSVG = () => ( ); export const OffprintSVG = () => ( ); export const PcktSVG = () => ( ); export const AturiSVG = () => ( ); // Lucide-style telescope, matching the icon used in the explore nav link // and the explorer landing page. Keeps the new Aturi Explore waypoint // visually distinct from the standard Aturi (leaf) entry. export const AturiExploreSVG = () => ( ); export const BluepySVG = () => ( ); export const BlentoSVG = () => ( ); export const WAYPOINT_ICONS: Record = { aturi: , aturiExplore: , anisota: , bluesky: , bluepy: , blacksky: , reddwarf: , leaflet: , pdsls: , anisotaReader: , anisotaExplorer: , atptools: , witchsky: , catsky: , deer: , tangled: , pinksky: , margin: , semble: , streamplace: , grain: , popfeed: , sifa: , blento: , offprint: , pckt: , };