import type * as React from "react"; import { CheckCircleIcon, SparkleIcon, WarningCircleIcon } from "@phosphor-icons/react"; import { Marker, MarkerContent, MarkerIcon } from "@reactive-resume/ui/components/marker"; const wrap: React.CSSProperties = { display: "flex", flexDirection: "column", gap: 12, padding: 16, width: 360 }; export const Statuses = () => (