Skip to content

glpi-project/illustrations

Repository files navigation

illustrations

SVG illustrations for github.com/glpi-project/glpi
Colors are customizable with CSS variables.

Icons

Usage

npm install @glpi/illustrations

Set the colors for the icons in your CSS:

:root {
    --glpi-illustrations-background: #FFFFFF;
    --glpi-illustrations-header-dark: #2F3F64;
    --glpi-illustrations-header-light: #BCC5DC;
    --glpi-illustrations-primary: #FEC95C;
}

Add an icon on your page with the following markup:

<svg width="24" height="24">
  <use xlink:href="path/to/glpi-illustrations.svg#approve-requests" />
</svg>

License

This work is licensed under a Creative Commons Attribution 4.0 International License.

CC BY SA 4.0

Credits

Releases

No releases published

Packages

No packages published

Languages