axonyx-ui 0.0.48

Foundry CSS, JavaScript helpers, and Axonyx-native .ax components for Axonyx UI.
Documentation
1
2
3
4
5
6
7
8
9
10
page ServerIcon

<svg class="ax-icon" data-size={size} viewBox="0 0 24 24" fill="none" aria-hidden="true">
  <rect x="4" y="4" width="16" height="6" rx="1.5" />
  <rect x="4" y="14" width="16" height="6" rx="1.5" />
  <circle cx="7" cy="7" r=".8" fill="currentColor" stroke="none" />
  <circle cx="7" cy="17" r=".8" fill="currentColor" stroke="none" />
  <path d="M10 7h6" />
  <path d="M10 17h6" />
</svg>