Skip to content

Latest commit

 

History

History
77 lines (52 loc) · 2.25 KB

File metadata and controls

77 lines (52 loc) · 2.25 KB

Third-Party Licenses

This document lists the licenses for third-party assets used in this project.

Icon Sets

Isometric Icon Set (Default)

markmanx/isopacks (MIT)

Isometric SVG icons in the isometric set are vendored under src/unifi_topology/assets/icons/isometric/. The upstream MIT license is included at:

src/unifi_topology/assets/icons/isometric/ISOPACKS_LICENSE

Modern Icon Set

The modern icon set (src/unifi_topology/assets/icons/modern/) combines custom isometric base shapes with Heroicons rendered on top using isometric matrix transforms.

Isometric Base Shapes (MIT)

Custom isometric base shapes created for this project, using the isopacks color palette (#CDD9EE light, #B5C5DC medium, #6885A9 dark, #231F20 outline).

Heroicons (MIT)

Icon symbols from Heroicons by Tailwind Labs.

Icon Base Shape Heroicon
gateway.svg Cube globe-alt
switch.svg 1U rack server
ap.svg Disc wifi
client.svg Cube computer-desktop
other.svg Cube server

Fonts

Inter (SIL Open Font License 1.1)

The Inter typeface by Rasmus Andersson is used in the UniFi and UniFi Dark themes. Variable WOFF2 files are vendored under src/unifi_topology/assets/fonts/.

Space Grotesk (SIL Open Font License 1.1)

The Space Grotesk typeface by Florian Karsten is used in the Minimal theme. Variable WOFF2 files are vendored under src/unifi_topology/assets/fonts/.

License Compatibility

When sourcing icons for this project, use license-compatible sources:

Compatible licenses:

  • Public Domain / CC0
  • MIT License
  • Apache 2.0
  • CC-BY (with attribution)
  • BSD

Not compatible:

  • CC-NC (Non-Commercial)
  • GPL/LGPL (copyleft)