import React from "react"; import { SectionId } from "../domain"; export function SectionIdIcon({ sectionId, size = 28, title }: { sectionId: SectionId, size?: number, title?: string }) { return (