Comment to 'icon change'
Comment to icon change
  • Hello @Ariel !

    Those icons depend form the emoji defined in the CSS classes. For example, this variant works for the Timeline events of the Files app:

    .sys-icon.file-alt:before, .fa-file-alt:before {
    	content: "\f15c";
    }