Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@glpi-project/illustrations

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@glpi-project/illustrations

Collections of SVG assets made by GLPI team for various projects.

latest
npmnpm
Version
0.7.0
Version published
Weekly downloads
283
-44.4%
Maintainers
0
Weekly downloads
 
Created
Source

GLPI illustrations

Collections of SVG assets made by GLPI team for various projects.

Scenes

SVG illustrations from glpi-project.org website

Working people

Icons

SVG icons for github.com/glpi-project/glpi application.
They have been made mainly for the new service catalog of 11.0 version.

Icons

Usage

npm install @glpi-project/illustrations

Most icons have their colors customizable with CSS variables.
So, 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

Thanks to all the contributors who made this work possible.

FAQs

Package last updated on 25 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts