This commit is contained in:
Lars Nolden
2026-08-14 13:34:12 +02:00
parent 728e2ec270
commit b6ed4118d1
41 changed files with 1071 additions and 81 deletions
@@ -115,10 +115,24 @@ function PortalGaugeIcon(props: React.ComponentProps<"svg">) {
)
}
/**
* Germany's silhouette: the metering data never leaves the country. Traced
* from the border's waypoints, projected equirectangular at 51° N so the
* proportions hold, then thinned to the points that survive at icon size.
*/
function GermanyIcon(props: React.ComponentProps<"svg">) {
return (
<LineIcon {...props}>
<path d="M8.62 1.7 10.34 2.23 11.5 3.6 13.21 3.33 12.74 4.59 13.73 4.72 17.03 2.93 18.42 4.67 18.24 7.23 19.67 12.07 19.38 12.84 14.98 14.47 17.06 18.96 16.04 20.06 16.32 21.55 14.98 21.34 11.75 22.3 9.76 21.39 7.22 21.61 7.24 19.68 8 17.86 5.98 17.41 4.77 15.06 4.33 12.33 4.72 10.2 5.95 9.26 5.73 8.33 6.32 8.06 6.57 6.46 6.23 6.19 9.09 4.77 9.34 3.12Z" />
</LineIcon>
)
}
export {
CloudAutomationIcon,
CrossedToolsIcon,
EuroCircleIcon,
GermanyIcon,
LineIcon,
PortalGaugeIcon,
PreconfiguredIcon,