/**
* React renderers of the Company Atlas mark. Geometry lives in `geometry.ts` (shared with the icon build script);
* this file only turns the shape list into SVG elements (`MarkArt`) or into a data-URI `` for Satori (`MarkImg`).
*/
import { type MarkColors, type MarkOptions, MARK_DARK, MARK_VIEWBOX, markDataUri, markShapes } from './geometry';
export { MARK_DARK, MARK_LIGHT, MARK_PLATE_RADIUS, MARK_TOKENS, MARK_VIEWBOX, markDataUri, markLevel, markSvgString } from './geometry';
export type { MarkColors, MarkLevel, MarkOptions } from './geometry';
/** Shapes only — wrap in your own