chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:32:57 +08:00
commit cd420f9332
4811 changed files with 884702 additions and 0 deletions
@@ -0,0 +1,9 @@
export function TraceIcon({ className }: { className?: string }) {
return (
<svg className={className} viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="2" y="2" width="13" height="6" rx="2" fill="currentColor" />
<rect x="9" y="9" width="13" height="6" rx="2" fill="currentColor" />
<rect x="2" y="16" width="13" height="6" rx="2" fill="currentColor" />
</svg>
);
}