import { ark } from '@ark-ui/react/factory'; import type { ComponentProps } from 'react'; import { styled } from 'styled-system/jsx'; const StyledSvg = styled(ark.svg); export type DiscourserLogoProps = ComponentProps; export const DiscourserLogo = (props: DiscourserLogoProps) => ( {/* Brand mark — green leaf/flame: hardcoded brand color */} {/* Brand mark — purple swirl: hardcoded brand color */} {/* Letterforms — "Discourser": currentColor for theme adaptation */} );