Skip to content

MISP/misp-iconify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

misp-iconify

Icons and related visual elements for MISP and MISP standard.

Catalog

Main icon class: misp-icon

  • Hexagone class: misp-hexagone
  • Simple class: misp-simple
Name Icon Simple Icon Hexa CSS Class
analyst-note analyst-note simple analyst-note hexagone misp-analyst-note
analyst-opinion analyst-opinion simple analyst-opinion hexagone misp-analyst-opinion
attribute attribute simple attribute hexagone misp-attribute
event event simple event hexagone misp-event
galaxy galaxy simple galaxy hexagone misp-galaxy
misp misp simple misp hexagone misp-misp
object object simple object hexagone misp-object
organisation organisation simple organisation hexagone misp-organisation
report report simple report hexagone misp-report
sharing-group sharing-group simple sharing-group hexagone misp-sharing-group
sighting sighting simple sighting hexagone misp-sighting
tag tag simple tag hexagone misp-tag
taxonomy taxonomy simple taxonomy hexagone misp-taxonomy
user1 user1 simple user1 hexagone misp-user1
user2 user2 simple user2 hexagone misp-user2
user3 user3 simple user3 hexagone misp-user3

Usage

Icons inherit color and size from CSS (currentColor, font-size).

SVG (direct file)

<!-- For the event with the hexagone shape  -->
<img src="./hexagone/event.svg" />

CSS

<link rel="stylesheet" href="./exports/css/icons.css" />
...
<!-- For the event with the hexagone shape  -->
<i class="misp-icon misp-hexagone misp-event"></i>

Contribution Rules

  • src/svg is the source of truth
  • Never edit generated PNGs manually
  • SVG filenames must use kebab-case
  • Icons should use the fill=currentColor
  • Icons provenance is tracked in metadata/icons.json

Attribution

This project includes icons from third-party sources that require attribution.

About

Icons and related visual elements for MISP

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors